@builder.io/sdk-vue 0.6.1-1 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1784) hide show
  1. package/package.json +7 -3
  2. package/vue2/lib/browser/block-7572b272.cjs +3 -0
  3. package/vue2/lib/browser/block-c120af6b.js +181 -0
  4. package/vue2/lib/browser/block-styles-7b6133cb.js +77 -0
  5. package/vue2/lib/browser/block-styles-d210742a.cjs +1 -0
  6. package/vue2/lib/browser/block-wrapper-7137e4eb.js +66 -0
  7. package/vue2/lib/browser/block-wrapper-73003591.cjs +1 -0
  8. package/vue2/lib/browser/blocks/button/button.vue.d.ts +17 -0
  9. package/vue2/lib/browser/blocks/button/component-info.d.ts +2 -0
  10. package/vue2/lib/browser/blocks/columns/columns.vue.d.ts +44 -0
  11. package/vue2/lib/browser/blocks/columns/component-info.d.ts +2 -0
  12. package/vue2/lib/browser/blocks/custom-code/component-info.d.ts +2 -0
  13. package/vue2/lib/browser/blocks/custom-code/custom-code.vue.d.ts +14 -0
  14. package/vue2/lib/browser/blocks/embed/component-info.d.ts +2 -0
  15. package/vue2/lib/browser/blocks/embed/embed.vue.d.ts +18 -0
  16. package/vue2/lib/browser/blocks/embed/helpers.d.ts +1 -0
  17. package/vue2/lib/browser/blocks/form/component-info.d.ts +2 -0
  18. package/vue2/lib/browser/blocks/fragment/component-info.d.ts +2 -0
  19. package/vue2/lib/browser/blocks/fragment/fragment.vue.d.ts +7 -0
  20. package/vue2/lib/browser/blocks/helpers.d.ts +13 -0
  21. package/vue2/lib/browser/blocks/image/component-info.d.ts +2 -0
  22. package/vue2/lib/browser/blocks/image/image.helpers.d.ts +1 -0
  23. package/vue2/lib/browser/blocks/image/image.vue.d.ts +72 -0
  24. package/vue2/lib/browser/blocks/img/component-info.d.ts +2 -0
  25. package/vue2/lib/browser/blocks/img/img.vue.d.ts +38 -0
  26. package/vue2/lib/browser/blocks/input/component-info.d.ts +2 -0
  27. package/vue2/lib/browser/blocks/raw-text/component-info.d.ts +2 -0
  28. package/vue2/lib/browser/blocks/section/component-info.d.ts +2 -0
  29. package/vue2/lib/browser/blocks/section/section.vue.d.ts +22 -0
  30. package/vue2/lib/browser/blocks/select/component-info.d.ts +2 -0
  31. package/vue2/lib/browser/blocks/submit-button/component-info.d.ts +2 -0
  32. package/vue2/lib/browser/blocks/symbol/component-info.d.ts +2 -0
  33. package/vue2/lib/browser/blocks/symbol/symbol.helpers.d.ts +14 -0
  34. package/vue2/lib/browser/blocks/symbol/symbol.vue.d.ts +37 -0
  35. package/vue2/lib/browser/blocks/text/component-info.d.ts +2 -0
  36. package/vue2/lib/browser/blocks/text/text.vue.d.ts +11 -0
  37. package/vue2/lib/browser/blocks/textarea/component-info.d.ts +2 -0
  38. package/vue2/lib/browser/blocks/video/component-info.d.ts +2 -0
  39. package/vue2/lib/browser/blocks/video/video.vue.d.ts +64 -0
  40. package/vue2/lib/browser/blocks-wrapper-9f1e75a3.js +72 -0
  41. package/vue2/lib/browser/blocks-wrapper-b4d967ac.cjs +1 -0
  42. package/vue2/lib/browser/component-ref-b509786c.js +102 -0
  43. package/vue2/lib/browser/component-ref-da79bed8.cjs +1 -0
  44. package/vue2/lib/browser/components/block/block.helpers.d.ts +13 -0
  45. package/vue2/lib/browser/components/block/block.vue.d.ts +41 -0
  46. package/vue2/lib/browser/components/block/components/block-styles.vue.d.ts +23 -0
  47. package/vue2/lib/browser/components/block/components/block-wrapper.vue.d.ts +29 -0
  48. package/vue2/lib/browser/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  49. package/vue2/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  50. package/vue2/lib/browser/components/block/components/interactive-element.vue.d.ts +30 -0
  51. package/vue2/lib/browser/components/block/components/repeated-block.vue.d.ts +16 -0
  52. package/vue2/lib/browser/components/block/types.d.ts +6 -0
  53. package/vue2/lib/browser/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  54. package/vue2/lib/browser/components/blocks/blocks.vue.d.ts +29 -0
  55. package/vue2/lib/browser/components/content/components/enable-editor.vue.d.ts +56 -0
  56. package/vue2/lib/browser/components/content/components/styles.helpers.d.ts +15 -0
  57. package/vue2/lib/browser/components/content/components/styles.vue.d.ts +16 -0
  58. package/vue2/lib/browser/components/content/content.helpers.d.ts +7 -0
  59. package/vue2/lib/browser/components/content/content.types.d.ts +24 -0
  60. package/vue2/lib/browser/components/content/content.vue.d.ts +26 -0
  61. package/vue2/lib/browser/components/content/index.d.ts +1 -0
  62. package/vue2/lib/browser/components/content/wrap-component-ref.d.ts +6 -0
  63. package/vue2/lib/browser/components/content-variants/content-variants.types.d.ts +20 -0
  64. package/vue2/lib/browser/components/content-variants/content-variants.vue.d.ts +50 -0
  65. package/vue2/lib/browser/components/content-variants/helpers.d.ts +18 -0
  66. package/vue2/lib/browser/components/inlined-script.vue.d.ts +11 -0
  67. package/vue2/lib/browser/components/inlined-styles.vue.d.ts +11 -0
  68. package/vue2/lib/browser/constants/builder-registered-components.d.ts +6 -0
  69. package/vue2/lib/browser/constants/device-sizes.d.ts +13 -0
  70. package/vue2/lib/browser/constants/sdk-version.d.ts +1 -0
  71. package/vue2/lib/browser/constants/target.d.ts +2 -0
  72. package/vue2/lib/browser/content-284be2c3.cjs +1 -0
  73. package/vue2/lib/browser/content-adf884f8.js +928 -0
  74. package/vue2/lib/browser/context/builder.context.d.ts +15 -0
  75. package/vue2/lib/browser/context/components.context.d.ts +7 -0
  76. package/vue2/lib/browser/context/types.d.ts +35 -0
  77. package/vue2/lib/browser/css-01587ac9.js +21 -0
  78. package/vue2/lib/browser/css-924d8859.cjs +6 -0
  79. package/vue2/lib/browser/enable-editor-4c0af531.cjs +1 -0
  80. package/vue2/lib/browser/enable-editor-872f651f.js +429 -0
  81. package/vue2/lib/browser/evaluate-34eb09eb.js +81 -0
  82. package/vue2/lib/browser/evaluate-3b22ca76.cjs +1 -0
  83. package/vue2/lib/browser/functions/apply-patch-with-mutation.d.ts +10 -0
  84. package/vue2/lib/browser/functions/camel-to-kebab-case.d.ts +1 -0
  85. package/vue2/lib/browser/functions/deopt.d.ts +4 -0
  86. package/vue2/lib/browser/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  87. package/vue2/lib/browser/functions/evaluate/browser-runtime/index.d.ts +1 -0
  88. package/vue2/lib/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  89. package/vue2/lib/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  90. package/vue2/lib/browser/functions/evaluate/edge-runtime/index.d.ts +1 -0
  91. package/vue2/lib/browser/functions/evaluate/evaluate.d.ts +6 -0
  92. package/vue2/lib/browser/functions/evaluate/helpers.d.ts +18 -0
  93. package/vue2/lib/browser/functions/evaluate/index.d.ts +1 -0
  94. package/vue2/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -0
  95. package/vue2/lib/browser/functions/evaluate/placeholder-runtime.d.ts +2 -0
  96. package/vue2/lib/browser/functions/event-handler-name.d.ts +1 -0
  97. package/vue2/lib/browser/functions/extract-text-styles.d.ts +4 -0
  98. package/vue2/lib/browser/functions/fast-clone.d.ts +4 -0
  99. package/vue2/lib/browser/functions/fetch-builder-props.d.ts +40 -0
  100. package/vue2/lib/browser/functions/get-block-actions-handler.d.ts +8 -0
  101. package/vue2/lib/browser/functions/get-block-actions.d.ts +10 -0
  102. package/vue2/lib/browser/functions/get-block-component-options.d.ts +2 -0
  103. package/vue2/lib/browser/functions/get-block-properties.d.ts +6 -0
  104. package/vue2/lib/browser/functions/get-builder-search-params/index.d.ts +12 -0
  105. package/vue2/lib/browser/functions/get-content/generate-content-url.d.ts +2 -0
  106. package/vue2/lib/browser/functions/get-content/index.d.ts +28 -0
  107. package/vue2/lib/browser/functions/get-content/types.d.ts +51 -0
  108. package/vue2/lib/browser/functions/get-fetch.d.ts +1 -0
  109. package/vue2/lib/browser/functions/get-processed-block.d.ts +10 -0
  110. package/vue2/lib/browser/functions/get-react-native-block-styles.d.ts +7 -0
  111. package/vue2/lib/browser/functions/is-browser.d.ts +1 -0
  112. package/vue2/lib/browser/functions/is-edge-runtime.d.ts +4 -0
  113. package/vue2/lib/browser/functions/is-editing.d.ts +1 -0
  114. package/vue2/lib/browser/functions/is-iframe.d.ts +1 -0
  115. package/vue2/lib/browser/functions/is-previewing.d.ts +1 -0
  116. package/vue2/lib/browser/functions/on-change.d.ts +7 -0
  117. package/vue2/lib/browser/functions/register-component.d.ts +15 -0
  118. package/vue2/lib/browser/functions/register.d.ts +16 -0
  119. package/vue2/lib/browser/functions/sanitize-react-native-block-styles.d.ts +3 -0
  120. package/vue2/lib/browser/functions/set-editor-settings.d.ts +4 -0
  121. package/vue2/lib/browser/functions/set.d.ts +7 -0
  122. package/vue2/lib/browser/functions/track/helpers.d.ts +5 -0
  123. package/vue2/lib/browser/functions/track/index.d.ts +51 -0
  124. package/vue2/lib/browser/functions/track/interaction.d.ts +13 -0
  125. package/vue2/lib/browser/functions/transform-block-properties.d.ts +2 -0
  126. package/vue2/lib/browser/functions/transform-block.d.ts +2 -0
  127. package/vue2/lib/browser/get-block-actions-2147e6cd.js +35 -0
  128. package/vue2/lib/browser/get-block-actions-55e90df6.cjs +1 -0
  129. package/vue2/lib/browser/get-block-properties-2f43ed48.cjs +1 -0
  130. package/vue2/lib/browser/get-block-properties-58c54a69.js +48 -0
  131. package/vue2/lib/browser/get-processed-block-15b0d499.cjs +1 -0
  132. package/vue2/lib/browser/get-processed-block-a2ff4c51.js +58 -0
  133. package/vue2/lib/browser/helpers/ab-tests.d.ts +9 -0
  134. package/vue2/lib/browser/helpers/canTrack.d.ts +1 -0
  135. package/vue2/lib/browser/helpers/cookie.d.ts +19 -0
  136. package/vue2/lib/browser/helpers/css.d.ts +7 -0
  137. package/vue2/lib/browser/helpers/flatten.d.ts +6 -0
  138. package/vue2/lib/browser/helpers/localStorage.d.ts +9 -0
  139. package/vue2/lib/browser/helpers/logger.d.ts +6 -0
  140. package/vue2/lib/browser/helpers/nullable.d.ts +2 -0
  141. package/vue2/lib/browser/helpers/preview-lru-cache/get.d.ts +2 -0
  142. package/vue2/lib/browser/helpers/preview-lru-cache/init.d.ts +6 -0
  143. package/vue2/lib/browser/helpers/preview-lru-cache/set.d.ts +7 -0
  144. package/vue2/lib/browser/helpers/sessionId.d.ts +6 -0
  145. package/vue2/lib/browser/helpers/time.d.ts +1 -0
  146. package/vue2/lib/browser/helpers/url.d.ts +6 -0
  147. package/vue2/lib/browser/helpers/uuid.d.ts +8 -0
  148. package/vue2/lib/browser/helpers/visitorId.d.ts +6 -0
  149. package/vue2/lib/browser/index-20a64e56.js +1422 -0
  150. package/vue2/lib/browser/index-31b135ac.cjs +32 -0
  151. package/vue2/lib/browser/index-helpers/blocks-exports.d.ts +88 -0
  152. package/vue2/lib/browser/index-helpers/top-of-file.d.ts +1 -0
  153. package/vue2/lib/browser/index.cjs +1 -0
  154. package/vue2/lib/browser/index.d.ts +7 -0
  155. package/vue2/lib/browser/index.js +29 -0
  156. package/vue2/lib/browser/inlined-script-395a54bf.cjs +1 -0
  157. package/vue2/lib/browser/inlined-script-dd1c2277.js +23 -0
  158. package/vue2/lib/browser/inlined-styles-5f724636.js +23 -0
  159. package/vue2/lib/browser/inlined-styles-6ad3b97d.cjs +1 -0
  160. package/vue2/lib/browser/interactive-element-91844a73.cjs +1 -0
  161. package/vue2/lib/browser/interactive-element-9a3140c7.js +42 -0
  162. package/vue2/lib/browser/repeated-block-2801e2ad.cjs +1 -0
  163. package/vue2/lib/browser/repeated-block-db085f7a.js +38 -0
  164. package/vue2/lib/browser/scripts/init-editing.d.ts +6 -0
  165. package/vue2/lib/browser/server-index.d.ts +15 -0
  166. package/vue2/lib/browser/style.css +1 -0
  167. package/vue2/lib/browser/styles-1aad0890.cjs +31 -0
  168. package/vue2/lib/browser/styles-c675d986.js +89 -0
  169. package/vue2/lib/browser/types/api-version.d.ts +2 -0
  170. package/vue2/lib/browser/types/builder-block.d.ts +66 -0
  171. package/vue2/lib/browser/types/builder-content.d.ts +44 -0
  172. package/vue2/lib/browser/types/builder-props.d.ts +9 -0
  173. package/vue2/lib/browser/types/can-track.d.ts +3 -0
  174. package/vue2/lib/browser/types/components.d.ts +111 -0
  175. package/vue2/lib/browser/types/deep-partial.d.ts +3 -0
  176. package/vue2/lib/browser/types/element.d.ts +59 -0
  177. package/vue2/lib/browser/types/enforced-partials.d.ts +21 -0
  178. package/vue2/lib/browser/types/input.d.ts +121 -0
  179. package/vue2/lib/browser/types/targets.d.ts +1 -0
  180. package/vue2/lib/browser/types/typescript.d.ts +11 -0
  181. package/vue2/lib/edge/block-89ebff36.cjs +3 -0
  182. package/vue2/lib/edge/block-a17dd5f3.js +181 -0
  183. package/vue2/lib/edge/block-styles-68308a10.js +77 -0
  184. package/vue2/lib/edge/block-styles-c081fccd.cjs +1 -0
  185. package/vue2/lib/edge/block-wrapper-1d8816f6.js +66 -0
  186. package/vue2/lib/edge/block-wrapper-224770b5.cjs +1 -0
  187. package/vue2/lib/edge/blocks/button/button.vue.d.ts +17 -0
  188. package/vue2/lib/edge/blocks/button/component-info.d.ts +2 -0
  189. package/vue2/lib/edge/blocks/columns/columns.vue.d.ts +44 -0
  190. package/vue2/lib/edge/blocks/columns/component-info.d.ts +2 -0
  191. package/vue2/lib/edge/blocks/custom-code/component-info.d.ts +2 -0
  192. package/vue2/lib/edge/blocks/custom-code/custom-code.vue.d.ts +14 -0
  193. package/vue2/lib/edge/blocks/embed/component-info.d.ts +2 -0
  194. package/vue2/lib/edge/blocks/embed/embed.vue.d.ts +18 -0
  195. package/vue2/lib/edge/blocks/embed/helpers.d.ts +1 -0
  196. package/vue2/lib/edge/blocks/form/component-info.d.ts +2 -0
  197. package/vue2/lib/edge/blocks/fragment/component-info.d.ts +2 -0
  198. package/vue2/lib/edge/blocks/fragment/fragment.vue.d.ts +7 -0
  199. package/vue2/lib/edge/blocks/helpers.d.ts +13 -0
  200. package/vue2/lib/edge/blocks/image/component-info.d.ts +2 -0
  201. package/vue2/lib/edge/blocks/image/image.helpers.d.ts +1 -0
  202. package/vue2/lib/edge/blocks/image/image.vue.d.ts +72 -0
  203. package/vue2/lib/edge/blocks/img/component-info.d.ts +2 -0
  204. package/vue2/lib/edge/blocks/img/img.vue.d.ts +38 -0
  205. package/vue2/lib/edge/blocks/input/component-info.d.ts +2 -0
  206. package/vue2/lib/edge/blocks/raw-text/component-info.d.ts +2 -0
  207. package/vue2/lib/edge/blocks/section/component-info.d.ts +2 -0
  208. package/vue2/lib/edge/blocks/section/section.vue.d.ts +22 -0
  209. package/vue2/lib/edge/blocks/select/component-info.d.ts +2 -0
  210. package/vue2/lib/edge/blocks/submit-button/component-info.d.ts +2 -0
  211. package/vue2/lib/edge/blocks/symbol/component-info.d.ts +2 -0
  212. package/vue2/lib/edge/blocks/symbol/symbol.helpers.d.ts +14 -0
  213. package/vue2/lib/edge/blocks/symbol/symbol.vue.d.ts +37 -0
  214. package/vue2/lib/edge/blocks/text/component-info.d.ts +2 -0
  215. package/vue2/lib/edge/blocks/text/text.vue.d.ts +11 -0
  216. package/vue2/lib/edge/blocks/textarea/component-info.d.ts +2 -0
  217. package/vue2/lib/edge/blocks/video/component-info.d.ts +2 -0
  218. package/vue2/lib/edge/blocks/video/video.vue.d.ts +64 -0
  219. package/vue2/lib/edge/blocks-wrapper-4e301a45.cjs +1 -0
  220. package/vue2/lib/edge/blocks-wrapper-e865d99a.js +72 -0
  221. package/vue2/lib/edge/component-ref-46ff36c7.cjs +1 -0
  222. package/vue2/lib/edge/component-ref-47c7b4b9.js +102 -0
  223. package/vue2/lib/edge/components/block/block.helpers.d.ts +13 -0
  224. package/vue2/lib/edge/components/block/block.vue.d.ts +41 -0
  225. package/vue2/lib/edge/components/block/components/block-styles.vue.d.ts +23 -0
  226. package/vue2/lib/edge/components/block/components/block-wrapper.vue.d.ts +29 -0
  227. package/vue2/lib/edge/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  228. package/vue2/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  229. package/vue2/lib/edge/components/block/components/interactive-element.vue.d.ts +30 -0
  230. package/vue2/lib/edge/components/block/components/repeated-block.vue.d.ts +16 -0
  231. package/vue2/lib/edge/components/block/types.d.ts +6 -0
  232. package/vue2/lib/edge/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  233. package/vue2/lib/edge/components/blocks/blocks.vue.d.ts +29 -0
  234. package/vue2/lib/edge/components/content/components/enable-editor.vue.d.ts +56 -0
  235. package/vue2/lib/edge/components/content/components/styles.helpers.d.ts +15 -0
  236. package/vue2/lib/edge/components/content/components/styles.vue.d.ts +16 -0
  237. package/vue2/lib/edge/components/content/content.helpers.d.ts +7 -0
  238. package/vue2/lib/edge/components/content/content.types.d.ts +24 -0
  239. package/vue2/lib/edge/components/content/content.vue.d.ts +26 -0
  240. package/vue2/lib/edge/components/content/index.d.ts +1 -0
  241. package/vue2/lib/edge/components/content/wrap-component-ref.d.ts +6 -0
  242. package/vue2/lib/edge/components/content-variants/content-variants.types.d.ts +20 -0
  243. package/vue2/lib/edge/components/content-variants/content-variants.vue.d.ts +50 -0
  244. package/vue2/lib/edge/components/content-variants/helpers.d.ts +18 -0
  245. package/vue2/lib/edge/components/inlined-script.vue.d.ts +11 -0
  246. package/vue2/lib/edge/components/inlined-styles.vue.d.ts +11 -0
  247. package/vue2/lib/edge/constants/builder-registered-components.d.ts +6 -0
  248. package/vue2/lib/edge/constants/device-sizes.d.ts +13 -0
  249. package/vue2/lib/edge/constants/sdk-version.d.ts +1 -0
  250. package/vue2/lib/edge/constants/target.d.ts +2 -0
  251. package/vue2/lib/edge/content-c1d216c0.cjs +1 -0
  252. package/vue2/lib/edge/content-dba5c9d2.js +928 -0
  253. package/vue2/lib/edge/context/builder.context.d.ts +15 -0
  254. package/vue2/lib/edge/context/components.context.d.ts +7 -0
  255. package/vue2/lib/edge/context/types.d.ts +35 -0
  256. package/vue2/lib/edge/css-384211ae.js +21 -0
  257. package/vue2/lib/edge/css-f5a4c224.cjs +6 -0
  258. package/vue2/lib/edge/enable-editor-8c6fd5f2.cjs +1 -0
  259. package/vue2/lib/edge/enable-editor-985c44d4.js +429 -0
  260. package/vue2/lib/edge/evaluate-60a4358c.js +2532 -0
  261. package/vue2/lib/edge/evaluate-d1682114.cjs +21 -0
  262. package/vue2/lib/edge/functions/apply-patch-with-mutation.d.ts +10 -0
  263. package/vue2/lib/edge/functions/camel-to-kebab-case.d.ts +1 -0
  264. package/vue2/lib/edge/functions/deopt.d.ts +4 -0
  265. package/vue2/lib/edge/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  266. package/vue2/lib/edge/functions/evaluate/browser-runtime/index.d.ts +1 -0
  267. package/vue2/lib/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  268. package/vue2/lib/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  269. package/vue2/lib/edge/functions/evaluate/edge-runtime/index.d.ts +1 -0
  270. package/vue2/lib/edge/functions/evaluate/evaluate.d.ts +6 -0
  271. package/vue2/lib/edge/functions/evaluate/helpers.d.ts +18 -0
  272. package/vue2/lib/edge/functions/evaluate/index.d.ts +1 -0
  273. package/vue2/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -0
  274. package/vue2/lib/edge/functions/evaluate/placeholder-runtime.d.ts +2 -0
  275. package/vue2/lib/edge/functions/event-handler-name.d.ts +1 -0
  276. package/vue2/lib/edge/functions/extract-text-styles.d.ts +4 -0
  277. package/vue2/lib/edge/functions/fast-clone.d.ts +4 -0
  278. package/vue2/lib/edge/functions/fetch-builder-props.d.ts +40 -0
  279. package/vue2/lib/edge/functions/get-block-actions-handler.d.ts +8 -0
  280. package/vue2/lib/edge/functions/get-block-actions.d.ts +10 -0
  281. package/vue2/lib/edge/functions/get-block-component-options.d.ts +2 -0
  282. package/vue2/lib/edge/functions/get-block-properties.d.ts +6 -0
  283. package/vue2/lib/edge/functions/get-builder-search-params/index.d.ts +12 -0
  284. package/vue2/lib/edge/functions/get-content/generate-content-url.d.ts +2 -0
  285. package/vue2/lib/edge/functions/get-content/index.d.ts +28 -0
  286. package/vue2/lib/edge/functions/get-content/types.d.ts +51 -0
  287. package/vue2/lib/edge/functions/get-fetch.d.ts +1 -0
  288. package/vue2/lib/edge/functions/get-processed-block.d.ts +10 -0
  289. package/vue2/lib/edge/functions/get-react-native-block-styles.d.ts +7 -0
  290. package/vue2/lib/edge/functions/is-browser.d.ts +1 -0
  291. package/vue2/lib/edge/functions/is-edge-runtime.d.ts +4 -0
  292. package/vue2/lib/edge/functions/is-editing.d.ts +1 -0
  293. package/vue2/lib/edge/functions/is-iframe.d.ts +1 -0
  294. package/vue2/lib/edge/functions/is-previewing.d.ts +1 -0
  295. package/vue2/lib/edge/functions/on-change.d.ts +7 -0
  296. package/vue2/lib/edge/functions/register-component.d.ts +15 -0
  297. package/vue2/lib/edge/functions/register.d.ts +16 -0
  298. package/vue2/lib/edge/functions/sanitize-react-native-block-styles.d.ts +3 -0
  299. package/vue2/lib/edge/functions/set-editor-settings.d.ts +4 -0
  300. package/vue2/lib/edge/functions/set.d.ts +7 -0
  301. package/vue2/lib/edge/functions/track/helpers.d.ts +5 -0
  302. package/vue2/lib/edge/functions/track/index.d.ts +51 -0
  303. package/vue2/lib/edge/functions/track/interaction.d.ts +13 -0
  304. package/vue2/lib/edge/functions/transform-block-properties.d.ts +2 -0
  305. package/vue2/lib/edge/functions/transform-block.d.ts +2 -0
  306. package/vue2/lib/edge/get-block-actions-30acfe84.js +35 -0
  307. package/vue2/lib/edge/get-block-actions-70f0ddb1.cjs +1 -0
  308. package/vue2/lib/edge/get-block-properties-26d44344.js +48 -0
  309. package/vue2/lib/edge/get-block-properties-e47eac50.cjs +1 -0
  310. package/vue2/lib/edge/get-processed-block-6bfaca9c.cjs +1 -0
  311. package/vue2/lib/edge/get-processed-block-d3436370.js +52 -0
  312. package/vue2/lib/edge/helpers/ab-tests.d.ts +9 -0
  313. package/vue2/lib/edge/helpers/canTrack.d.ts +1 -0
  314. package/vue2/lib/edge/helpers/cookie.d.ts +19 -0
  315. package/vue2/lib/edge/helpers/css.d.ts +7 -0
  316. package/vue2/lib/edge/helpers/flatten.d.ts +6 -0
  317. package/vue2/lib/edge/helpers/localStorage.d.ts +9 -0
  318. package/vue2/lib/edge/helpers/logger.d.ts +6 -0
  319. package/vue2/lib/edge/helpers/nullable.d.ts +2 -0
  320. package/vue2/lib/edge/helpers/preview-lru-cache/get.d.ts +2 -0
  321. package/vue2/lib/edge/helpers/preview-lru-cache/init.d.ts +6 -0
  322. package/vue2/lib/edge/helpers/preview-lru-cache/set.d.ts +7 -0
  323. package/vue2/lib/edge/helpers/sessionId.d.ts +6 -0
  324. package/vue2/lib/edge/helpers/time.d.ts +1 -0
  325. package/vue2/lib/edge/helpers/url.d.ts +6 -0
  326. package/vue2/lib/edge/helpers/uuid.d.ts +8 -0
  327. package/vue2/lib/edge/helpers/visitorId.d.ts +6 -0
  328. package/vue2/lib/edge/index-84b65a4f.js +1422 -0
  329. package/vue2/lib/edge/index-a83a44e7.cjs +32 -0
  330. package/vue2/lib/edge/index-helpers/blocks-exports.d.ts +88 -0
  331. package/vue2/lib/edge/index-helpers/top-of-file.d.ts +1 -0
  332. package/vue2/lib/edge/index.cjs +1 -0
  333. package/vue2/lib/edge/index.d.ts +7 -0
  334. package/vue2/lib/edge/index.js +29 -0
  335. package/vue2/lib/edge/inlined-script-58f8fb7e.js +23 -0
  336. package/vue2/lib/edge/inlined-script-c7731507.cjs +1 -0
  337. package/vue2/lib/edge/inlined-styles-f19ba9ed.js +23 -0
  338. package/vue2/lib/edge/inlined-styles-fac668de.cjs +1 -0
  339. package/vue2/lib/edge/interactive-element-086120dd.js +42 -0
  340. package/vue2/lib/edge/interactive-element-f7ebf39a.cjs +1 -0
  341. package/vue2/lib/edge/repeated-block-5d01ffbd.cjs +1 -0
  342. package/vue2/lib/edge/repeated-block-8d023e60.js +38 -0
  343. package/vue2/lib/edge/scripts/init-editing.d.ts +6 -0
  344. package/vue2/lib/edge/server-index.d.ts +15 -0
  345. package/vue2/lib/edge/style.css +1 -0
  346. package/vue2/lib/edge/styles-022c2ac6.cjs +31 -0
  347. package/vue2/lib/edge/styles-dafbc021.js +89 -0
  348. package/vue2/lib/edge/types/api-version.d.ts +2 -0
  349. package/vue2/lib/edge/types/builder-block.d.ts +66 -0
  350. package/vue2/lib/edge/types/builder-content.d.ts +44 -0
  351. package/vue2/lib/edge/types/builder-props.d.ts +9 -0
  352. package/vue2/lib/edge/types/can-track.d.ts +3 -0
  353. package/vue2/lib/edge/types/components.d.ts +111 -0
  354. package/vue2/lib/edge/types/deep-partial.d.ts +3 -0
  355. package/vue2/lib/edge/types/element.d.ts +59 -0
  356. package/vue2/lib/edge/types/enforced-partials.d.ts +21 -0
  357. package/vue2/lib/edge/types/input.d.ts +121 -0
  358. package/vue2/lib/edge/types/targets.d.ts +1 -0
  359. package/vue2/lib/edge/types/typescript.d.ts +11 -0
  360. package/vue2/lib/node/block-7572b272.cjs +3 -0
  361. package/vue2/lib/node/block-c120af6b.js +181 -0
  362. package/vue2/lib/node/block-styles-7b6133cb.js +77 -0
  363. package/vue2/lib/node/block-styles-d210742a.cjs +1 -0
  364. package/vue2/lib/node/block-wrapper-7137e4eb.js +66 -0
  365. package/vue2/lib/node/block-wrapper-73003591.cjs +1 -0
  366. package/vue2/lib/node/blocks/button/button.vue.d.ts +17 -0
  367. package/vue2/lib/node/blocks/button/component-info.d.ts +2 -0
  368. package/vue2/lib/node/blocks/columns/columns.vue.d.ts +44 -0
  369. package/vue2/lib/node/blocks/columns/component-info.d.ts +2 -0
  370. package/vue2/lib/node/blocks/custom-code/component-info.d.ts +2 -0
  371. package/vue2/lib/node/blocks/custom-code/custom-code.vue.d.ts +14 -0
  372. package/vue2/lib/node/blocks/embed/component-info.d.ts +2 -0
  373. package/vue2/lib/node/blocks/embed/embed.vue.d.ts +18 -0
  374. package/vue2/lib/node/blocks/embed/helpers.d.ts +1 -0
  375. package/vue2/lib/node/blocks/form/component-info.d.ts +2 -0
  376. package/vue2/lib/node/blocks/fragment/component-info.d.ts +2 -0
  377. package/vue2/lib/node/blocks/fragment/fragment.vue.d.ts +7 -0
  378. package/vue2/lib/node/blocks/helpers.d.ts +13 -0
  379. package/vue2/lib/node/blocks/image/component-info.d.ts +2 -0
  380. package/vue2/lib/node/blocks/image/image.helpers.d.ts +1 -0
  381. package/vue2/lib/node/blocks/image/image.vue.d.ts +72 -0
  382. package/vue2/lib/node/blocks/img/component-info.d.ts +2 -0
  383. package/vue2/lib/node/blocks/img/img.vue.d.ts +38 -0
  384. package/vue2/lib/node/blocks/input/component-info.d.ts +2 -0
  385. package/vue2/lib/node/blocks/raw-text/component-info.d.ts +2 -0
  386. package/vue2/lib/node/blocks/section/component-info.d.ts +2 -0
  387. package/vue2/lib/node/blocks/section/section.vue.d.ts +22 -0
  388. package/vue2/lib/node/blocks/select/component-info.d.ts +2 -0
  389. package/vue2/lib/node/blocks/submit-button/component-info.d.ts +2 -0
  390. package/vue2/lib/node/blocks/symbol/component-info.d.ts +2 -0
  391. package/vue2/lib/node/blocks/symbol/symbol.helpers.d.ts +14 -0
  392. package/vue2/lib/node/blocks/symbol/symbol.vue.d.ts +37 -0
  393. package/vue2/lib/node/blocks/text/component-info.d.ts +2 -0
  394. package/vue2/lib/node/blocks/text/text.vue.d.ts +11 -0
  395. package/vue2/lib/node/blocks/textarea/component-info.d.ts +2 -0
  396. package/vue2/lib/node/blocks/video/component-info.d.ts +2 -0
  397. package/vue2/lib/node/blocks/video/video.vue.d.ts +64 -0
  398. package/vue2/lib/node/blocks-wrapper-9f1e75a3.js +72 -0
  399. package/vue2/lib/node/blocks-wrapper-b4d967ac.cjs +1 -0
  400. package/vue2/lib/node/component-ref-b509786c.js +102 -0
  401. package/vue2/lib/node/component-ref-da79bed8.cjs +1 -0
  402. package/vue2/lib/node/components/block/block.helpers.d.ts +13 -0
  403. package/vue2/lib/node/components/block/block.vue.d.ts +41 -0
  404. package/vue2/lib/node/components/block/components/block-styles.vue.d.ts +23 -0
  405. package/vue2/lib/node/components/block/components/block-wrapper.vue.d.ts +29 -0
  406. package/vue2/lib/node/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  407. package/vue2/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  408. package/vue2/lib/node/components/block/components/interactive-element.vue.d.ts +30 -0
  409. package/vue2/lib/node/components/block/components/repeated-block.vue.d.ts +16 -0
  410. package/vue2/lib/node/components/block/types.d.ts +6 -0
  411. package/vue2/lib/node/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  412. package/vue2/lib/node/components/blocks/blocks.vue.d.ts +29 -0
  413. package/vue2/lib/node/components/content/components/enable-editor.vue.d.ts +56 -0
  414. package/vue2/lib/node/components/content/components/styles.helpers.d.ts +15 -0
  415. package/vue2/lib/node/components/content/components/styles.vue.d.ts +16 -0
  416. package/vue2/lib/node/components/content/content.helpers.d.ts +7 -0
  417. package/vue2/lib/node/components/content/content.types.d.ts +24 -0
  418. package/vue2/lib/node/components/content/content.vue.d.ts +26 -0
  419. package/vue2/lib/node/components/content/index.d.ts +1 -0
  420. package/vue2/lib/node/components/content/wrap-component-ref.d.ts +6 -0
  421. package/vue2/lib/node/components/content-variants/content-variants.types.d.ts +20 -0
  422. package/vue2/lib/node/components/content-variants/content-variants.vue.d.ts +50 -0
  423. package/vue2/lib/node/components/content-variants/helpers.d.ts +18 -0
  424. package/vue2/lib/node/components/inlined-script.vue.d.ts +11 -0
  425. package/vue2/lib/node/components/inlined-styles.vue.d.ts +11 -0
  426. package/vue2/lib/node/constants/builder-registered-components.d.ts +6 -0
  427. package/vue2/lib/node/constants/device-sizes.d.ts +13 -0
  428. package/vue2/lib/node/constants/sdk-version.d.ts +1 -0
  429. package/vue2/lib/node/constants/target.d.ts +2 -0
  430. package/vue2/lib/node/content-284be2c3.cjs +1 -0
  431. package/vue2/lib/node/content-adf884f8.js +928 -0
  432. package/vue2/lib/node/context/builder.context.d.ts +15 -0
  433. package/vue2/lib/node/context/components.context.d.ts +7 -0
  434. package/vue2/lib/node/context/types.d.ts +35 -0
  435. package/vue2/lib/node/css-01587ac9.js +21 -0
  436. package/vue2/lib/node/css-924d8859.cjs +6 -0
  437. package/vue2/lib/node/enable-editor-4c0af531.cjs +1 -0
  438. package/vue2/lib/node/enable-editor-872f651f.js +429 -0
  439. package/vue2/lib/node/evaluate-34eb09eb.js +81 -0
  440. package/vue2/lib/node/evaluate-3b22ca76.cjs +1 -0
  441. package/vue2/lib/node/functions/apply-patch-with-mutation.d.ts +10 -0
  442. package/vue2/lib/node/functions/camel-to-kebab-case.d.ts +1 -0
  443. package/vue2/lib/node/functions/deopt.d.ts +4 -0
  444. package/vue2/lib/node/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  445. package/vue2/lib/node/functions/evaluate/browser-runtime/index.d.ts +1 -0
  446. package/vue2/lib/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  447. package/vue2/lib/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  448. package/vue2/lib/node/functions/evaluate/edge-runtime/index.d.ts +1 -0
  449. package/vue2/lib/node/functions/evaluate/evaluate.d.ts +6 -0
  450. package/vue2/lib/node/functions/evaluate/helpers.d.ts +18 -0
  451. package/vue2/lib/node/functions/evaluate/index.d.ts +1 -0
  452. package/vue2/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -0
  453. package/vue2/lib/node/functions/evaluate/placeholder-runtime.d.ts +2 -0
  454. package/vue2/lib/node/functions/event-handler-name.d.ts +1 -0
  455. package/vue2/lib/node/functions/extract-text-styles.d.ts +4 -0
  456. package/vue2/lib/node/functions/fast-clone.d.ts +4 -0
  457. package/vue2/lib/node/functions/fetch-builder-props.d.ts +40 -0
  458. package/vue2/lib/node/functions/get-block-actions-handler.d.ts +8 -0
  459. package/vue2/lib/node/functions/get-block-actions.d.ts +10 -0
  460. package/vue2/lib/node/functions/get-block-component-options.d.ts +2 -0
  461. package/vue2/lib/node/functions/get-block-properties.d.ts +6 -0
  462. package/vue2/lib/node/functions/get-builder-search-params/index.d.ts +12 -0
  463. package/vue2/lib/node/functions/get-content/generate-content-url.d.ts +2 -0
  464. package/vue2/lib/node/functions/get-content/index.d.ts +28 -0
  465. package/vue2/lib/node/functions/get-content/types.d.ts +51 -0
  466. package/vue2/lib/node/functions/get-fetch.d.ts +1 -0
  467. package/vue2/lib/node/functions/get-processed-block.d.ts +10 -0
  468. package/vue2/lib/node/functions/get-react-native-block-styles.d.ts +7 -0
  469. package/vue2/lib/node/functions/is-browser.d.ts +1 -0
  470. package/vue2/lib/node/functions/is-edge-runtime.d.ts +4 -0
  471. package/vue2/lib/node/functions/is-editing.d.ts +1 -0
  472. package/vue2/lib/node/functions/is-iframe.d.ts +1 -0
  473. package/vue2/lib/node/functions/is-previewing.d.ts +1 -0
  474. package/vue2/lib/node/functions/on-change.d.ts +7 -0
  475. package/vue2/lib/node/functions/register-component.d.ts +15 -0
  476. package/vue2/lib/node/functions/register.d.ts +16 -0
  477. package/vue2/lib/node/functions/sanitize-react-native-block-styles.d.ts +3 -0
  478. package/vue2/lib/node/functions/set-editor-settings.d.ts +4 -0
  479. package/vue2/lib/node/functions/set.d.ts +7 -0
  480. package/vue2/lib/node/functions/track/helpers.d.ts +5 -0
  481. package/vue2/lib/node/functions/track/index.d.ts +51 -0
  482. package/vue2/lib/node/functions/track/interaction.d.ts +13 -0
  483. package/vue2/lib/node/functions/transform-block-properties.d.ts +2 -0
  484. package/vue2/lib/node/functions/transform-block.d.ts +2 -0
  485. package/vue2/lib/node/get-block-actions-2147e6cd.js +35 -0
  486. package/vue2/lib/node/get-block-actions-55e90df6.cjs +1 -0
  487. package/vue2/lib/node/get-block-properties-2f43ed48.cjs +1 -0
  488. package/vue2/lib/node/get-block-properties-58c54a69.js +48 -0
  489. package/vue2/lib/node/get-processed-block-15b0d499.cjs +1 -0
  490. package/vue2/lib/node/get-processed-block-a2ff4c51.js +58 -0
  491. package/vue2/lib/node/helpers/ab-tests.d.ts +9 -0
  492. package/vue2/lib/node/helpers/canTrack.d.ts +1 -0
  493. package/vue2/lib/node/helpers/cookie.d.ts +19 -0
  494. package/vue2/lib/node/helpers/css.d.ts +7 -0
  495. package/vue2/lib/node/helpers/flatten.d.ts +6 -0
  496. package/vue2/lib/node/helpers/localStorage.d.ts +9 -0
  497. package/vue2/lib/node/helpers/logger.d.ts +6 -0
  498. package/vue2/lib/node/helpers/nullable.d.ts +2 -0
  499. package/vue2/lib/node/helpers/preview-lru-cache/get.d.ts +2 -0
  500. package/vue2/lib/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
  501. package/vue2/lib/node/helpers/preview-lru-cache/init.d.ts +6 -0
  502. package/vue2/lib/node/helpers/preview-lru-cache/set.d.ts +7 -0
  503. package/vue2/lib/node/helpers/preview-lru-cache/types.d.ts +0 -0
  504. package/vue2/lib/node/helpers/sessionId.d.ts +6 -0
  505. package/vue2/lib/node/helpers/time.d.ts +1 -0
  506. package/vue2/lib/node/helpers/url.d.ts +6 -0
  507. package/vue2/lib/node/helpers/uuid.d.ts +8 -0
  508. package/vue2/lib/node/helpers/visitorId.d.ts +6 -0
  509. package/vue2/lib/node/index-20a64e56.js +1422 -0
  510. package/vue2/lib/node/index-31b135ac.cjs +32 -0
  511. package/vue2/lib/node/index-helpers/blocks-exports.d.ts +88 -0
  512. package/vue2/lib/node/index-helpers/top-of-file.d.ts +1 -0
  513. package/vue2/lib/node/index.cjs +1 -0
  514. package/vue2/lib/node/index.d.ts +7 -0
  515. package/vue2/lib/node/index.js +29 -0
  516. package/vue2/lib/node/inlined-script-395a54bf.cjs +1 -0
  517. package/vue2/lib/node/inlined-script-dd1c2277.js +23 -0
  518. package/vue2/lib/node/inlined-styles-5f724636.js +23 -0
  519. package/vue2/lib/node/inlined-styles-6ad3b97d.cjs +1 -0
  520. package/vue2/lib/node/interactive-element-91844a73.cjs +1 -0
  521. package/vue2/lib/node/interactive-element-9a3140c7.js +42 -0
  522. package/vue2/lib/node/repeated-block-2801e2ad.cjs +1 -0
  523. package/vue2/lib/node/repeated-block-db085f7a.js +38 -0
  524. package/vue2/lib/node/scripts/init-editing.d.ts +6 -0
  525. package/vue2/lib/node/server-index.d.ts +15 -0
  526. package/vue2/lib/node/style.css +1 -0
  527. package/vue2/lib/node/styles-1aad0890.cjs +31 -0
  528. package/vue2/lib/node/styles-c675d986.js +89 -0
  529. package/vue2/lib/node/types/api-version.d.ts +2 -0
  530. package/vue2/lib/node/types/builder-block.d.ts +66 -0
  531. package/vue2/lib/node/types/builder-content.d.ts +44 -0
  532. package/vue2/lib/node/types/builder-props.d.ts +9 -0
  533. package/vue2/lib/node/types/can-track.d.ts +3 -0
  534. package/vue2/lib/node/types/components.d.ts +111 -0
  535. package/vue2/lib/node/types/deep-partial.d.ts +3 -0
  536. package/vue2/lib/node/types/element.d.ts +59 -0
  537. package/vue2/lib/node/types/enforced-partials.d.ts +21 -0
  538. package/vue2/lib/node/types/input.d.ts +121 -0
  539. package/vue2/lib/node/types/targets.d.ts +1 -0
  540. package/vue2/lib/node/types/typescript.d.ts +11 -0
  541. package/vue3/lib/browser/block-wrapper.ae2637e5.cjs +1 -0
  542. package/vue3/lib/browser/block-wrapper.f1e0d99f.js +54 -0
  543. package/vue3/lib/browser/blocks/button/button.vue.d.ts +30 -0
  544. package/vue3/lib/browser/blocks/button/component-info.d.ts +2 -0
  545. package/vue3/lib/browser/blocks/columns/columns.vue.d.ts +69 -0
  546. package/vue3/lib/browser/blocks/columns/component-info.d.ts +2 -0
  547. package/vue3/lib/browser/blocks/custom-code/component-info.d.ts +2 -0
  548. package/vue3/lib/browser/blocks/custom-code/custom-code.vue.d.ts +21 -0
  549. package/vue3/lib/browser/blocks/embed/component-info.d.ts +2 -0
  550. package/vue3/lib/browser/blocks/embed/embed.vue.d.ts +22 -0
  551. package/vue3/lib/browser/blocks/embed/helpers.d.ts +1 -0
  552. package/vue3/lib/browser/blocks/form/component-info.d.ts +2 -0
  553. package/vue3/lib/browser/blocks/fragment/component-info.d.ts +2 -0
  554. package/vue3/lib/browser/blocks/fragment/fragment.vue.d.ts +7 -0
  555. package/vue3/lib/browser/blocks/helpers.d.ts +13 -0
  556. package/vue3/lib/browser/blocks/image/component-info.d.ts +2 -0
  557. package/vue3/lib/browser/blocks/image/image.helpers.d.ts +1 -0
  558. package/vue3/lib/browser/blocks/image/image.vue.d.ts +72 -0
  559. package/vue3/lib/browser/blocks/img/component-info.d.ts +2 -0
  560. package/vue3/lib/browser/blocks/img/img.vue.d.ts +38 -0
  561. package/vue3/lib/browser/blocks/input/component-info.d.ts +2 -0
  562. package/vue3/lib/browser/blocks/raw-text/component-info.d.ts +2 -0
  563. package/vue3/lib/browser/blocks/section/component-info.d.ts +2 -0
  564. package/vue3/lib/browser/blocks/section/section.vue.d.ts +22 -0
  565. package/vue3/lib/browser/blocks/select/component-info.d.ts +2 -0
  566. package/vue3/lib/browser/blocks/submit-button/component-info.d.ts +2 -0
  567. package/vue3/lib/browser/blocks/symbol/component-info.d.ts +2 -0
  568. package/vue3/lib/browser/blocks/symbol/symbol.helpers.d.ts +14 -0
  569. package/vue3/lib/browser/blocks/symbol/symbol.vue.d.ts +56 -0
  570. package/vue3/lib/browser/blocks/text/component-info.d.ts +2 -0
  571. package/vue3/lib/browser/blocks/text/text.vue.d.ts +11 -0
  572. package/vue3/lib/browser/blocks/textarea/component-info.d.ts +2 -0
  573. package/vue3/lib/browser/blocks/video/component-info.d.ts +2 -0
  574. package/vue3/lib/browser/blocks/video/video.vue.d.ts +64 -0
  575. package/vue3/lib/browser/component-ref.90060339.cjs +1 -0
  576. package/vue3/lib/browser/component-ref.e2ad1f80.js +111 -0
  577. package/vue3/lib/browser/components/block/block.helpers.d.ts +13 -0
  578. package/vue3/lib/browser/components/block/block.vue.d.ts +41 -0
  579. package/vue3/lib/browser/components/block/components/block-styles.vue.d.ts +23 -0
  580. package/vue3/lib/browser/components/block/components/block-wrapper.vue.d.ts +29 -0
  581. package/vue3/lib/browser/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  582. package/vue3/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  583. package/vue3/lib/browser/components/block/components/interactive-element.vue.d.ts +30 -0
  584. package/vue3/lib/browser/components/block/components/repeated-block.vue.d.ts +16 -0
  585. package/vue3/lib/browser/components/block/types.d.ts +6 -0
  586. package/vue3/lib/browser/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  587. package/vue3/lib/browser/components/blocks/blocks.vue.d.ts +29 -0
  588. package/vue3/lib/browser/components/content/components/enable-editor.vue.d.ts +90 -0
  589. package/vue3/lib/browser/components/content/components/styles.helpers.d.ts +15 -0
  590. package/vue3/lib/browser/components/content/components/styles.vue.d.ts +16 -0
  591. package/vue3/lib/browser/components/content/content.helpers.d.ts +7 -0
  592. package/vue3/lib/browser/components/content/content.types.d.ts +24 -0
  593. package/vue3/lib/browser/components/content/content.vue.d.ts +69 -0
  594. package/vue3/lib/browser/components/content/index.d.ts +1 -0
  595. package/vue3/lib/browser/components/content/wrap-component-ref.d.ts +6 -0
  596. package/vue3/lib/browser/components/content-variants/content-variants.types.d.ts +20 -0
  597. package/vue3/lib/browser/components/content-variants/content-variants.vue.d.ts +73 -0
  598. package/vue3/lib/browser/components/content-variants/helpers.d.ts +41 -0
  599. package/vue3/lib/browser/components/inlined-script.vue.d.ts +11 -0
  600. package/vue3/lib/browser/components/inlined-styles.vue.d.ts +11 -0
  601. package/vue3/lib/browser/constants/builder-registered-components.d.ts +6 -0
  602. package/vue3/lib/browser/constants/device-sizes.d.ts +13 -0
  603. package/vue3/lib/browser/constants/sdk-version.d.ts +1 -0
  604. package/vue3/lib/browser/constants/target.d.ts +2 -0
  605. package/vue3/lib/browser/context/builder.context.d.ts +15 -0
  606. package/vue3/lib/browser/context/components.context.d.ts +7 -0
  607. package/vue3/lib/browser/context/types.d.ts +35 -0
  608. package/vue3/lib/browser/functions/apply-patch-with-mutation.d.ts +10 -0
  609. package/vue3/lib/browser/functions/camel-to-kebab-case.d.ts +1 -0
  610. package/vue3/lib/browser/functions/deopt.d.ts +4 -0
  611. package/vue3/lib/browser/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  612. package/vue3/lib/browser/functions/evaluate/browser-runtime/index.d.ts +1 -0
  613. package/vue3/lib/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  614. package/vue3/lib/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  615. package/vue3/lib/browser/functions/evaluate/edge-runtime/index.d.ts +1 -0
  616. package/vue3/lib/browser/functions/evaluate/evaluate.d.ts +6 -0
  617. package/vue3/lib/browser/functions/evaluate/helpers.d.ts +18 -0
  618. package/vue3/lib/browser/functions/evaluate/index.d.ts +1 -0
  619. package/vue3/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -0
  620. package/vue3/lib/browser/functions/evaluate/placeholder-runtime.d.ts +2 -0
  621. package/vue3/lib/browser/functions/event-handler-name.d.ts +1 -0
  622. package/vue3/lib/browser/functions/extract-text-styles.d.ts +4 -0
  623. package/vue3/lib/browser/functions/fast-clone.d.ts +4 -0
  624. package/vue3/lib/browser/functions/fetch-builder-props.d.ts +40 -0
  625. package/vue3/lib/browser/functions/get-block-actions-handler.d.ts +8 -0
  626. package/vue3/lib/browser/functions/get-block-actions.d.ts +10 -0
  627. package/vue3/lib/browser/functions/get-block-component-options.d.ts +2 -0
  628. package/vue3/lib/browser/functions/get-block-properties.d.ts +6 -0
  629. package/vue3/lib/browser/functions/get-builder-search-params/index.d.ts +12 -0
  630. package/vue3/lib/browser/functions/get-content/generate-content-url.d.ts +2 -0
  631. package/vue3/lib/browser/functions/get-content/index.d.ts +28 -0
  632. package/vue3/lib/browser/functions/get-content/types.d.ts +51 -0
  633. package/vue3/lib/browser/functions/get-fetch.d.ts +1 -0
  634. package/vue3/lib/browser/functions/get-processed-block.d.ts +10 -0
  635. package/vue3/lib/browser/functions/get-react-native-block-styles.d.ts +7 -0
  636. package/vue3/lib/browser/functions/is-browser.d.ts +1 -0
  637. package/vue3/lib/browser/functions/is-edge-runtime.d.ts +4 -0
  638. package/vue3/lib/browser/functions/is-editing.d.ts +1 -0
  639. package/vue3/lib/browser/functions/is-iframe.d.ts +1 -0
  640. package/vue3/lib/browser/functions/is-previewing.d.ts +1 -0
  641. package/vue3/lib/browser/functions/on-change.d.ts +7 -0
  642. package/vue3/lib/browser/functions/register-component.d.ts +15 -0
  643. package/vue3/lib/browser/functions/register.d.ts +16 -0
  644. package/vue3/lib/browser/functions/sanitize-react-native-block-styles.d.ts +3 -0
  645. package/vue3/lib/browser/functions/set-editor-settings.d.ts +4 -0
  646. package/vue3/lib/browser/functions/set.d.ts +7 -0
  647. package/vue3/lib/browser/functions/track/helpers.d.ts +5 -0
  648. package/vue3/lib/browser/functions/track/index.d.ts +51 -0
  649. package/vue3/lib/browser/functions/track/interaction.d.ts +13 -0
  650. package/vue3/lib/browser/functions/transform-block-properties.d.ts +2 -0
  651. package/vue3/lib/browser/functions/transform-block.d.ts +2 -0
  652. package/vue3/lib/browser/get-block-actions.05d2bf89.js +79 -0
  653. package/vue3/lib/browser/get-block-actions.9a71b975.cjs +1 -0
  654. package/vue3/lib/browser/helpers/ab-tests.d.ts +9 -0
  655. package/vue3/lib/browser/helpers/canTrack.d.ts +1 -0
  656. package/vue3/lib/browser/helpers/cookie.d.ts +19 -0
  657. package/vue3/lib/browser/helpers/css.d.ts +7 -0
  658. package/vue3/lib/browser/helpers/flatten.d.ts +6 -0
  659. package/vue3/lib/browser/helpers/localStorage.d.ts +9 -0
  660. package/vue3/lib/browser/helpers/logger.d.ts +6 -0
  661. package/vue3/lib/browser/helpers/nullable.d.ts +2 -0
  662. package/vue3/lib/browser/helpers/preview-lru-cache/get.d.ts +2 -0
  663. package/vue3/lib/browser/helpers/preview-lru-cache/helpers.d.ts +0 -0
  664. package/vue3/lib/browser/helpers/preview-lru-cache/init.d.ts +6 -0
  665. package/vue3/lib/browser/helpers/preview-lru-cache/set.d.ts +7 -0
  666. package/vue3/lib/browser/helpers/preview-lru-cache/types.d.ts +0 -0
  667. package/vue3/lib/browser/helpers/sessionId.d.ts +6 -0
  668. package/vue3/lib/browser/helpers/time.d.ts +1 -0
  669. package/vue3/lib/browser/helpers/url.d.ts +6 -0
  670. package/vue3/lib/browser/helpers/uuid.d.ts +8 -0
  671. package/vue3/lib/browser/helpers/visitorId.d.ts +6 -0
  672. package/vue3/lib/browser/index-helpers/blocks-exports.d.ts +111 -0
  673. package/vue3/lib/browser/index-helpers/top-of-file.d.ts +1 -0
  674. package/vue3/lib/browser/index.bb9d2170.js +3243 -0
  675. package/vue3/lib/browser/index.cjs +1 -0
  676. package/vue3/lib/browser/index.d.ts +7 -0
  677. package/vue3/lib/browser/index.eed52cb2.cjs +69 -0
  678. package/vue3/lib/browser/index.js +29 -0
  679. package/vue3/lib/browser/repeated-block.6860cc5f.js +33 -0
  680. package/vue3/lib/browser/repeated-block.f7f28e2b.cjs +1 -0
  681. package/vue3/lib/browser/scripts/init-editing.d.ts +6 -0
  682. package/vue3/lib/browser/server-index.d.ts +15 -0
  683. package/vue3/lib/browser/style.css +1 -0
  684. package/vue3/lib/browser/types/api-version.d.ts +2 -0
  685. package/vue3/lib/browser/types/builder-block.d.ts +66 -0
  686. package/vue3/lib/browser/types/builder-content.d.ts +44 -0
  687. package/vue3/lib/browser/types/builder-props.d.ts +9 -0
  688. package/vue3/lib/browser/types/can-track.d.ts +3 -0
  689. package/vue3/lib/browser/types/components.d.ts +111 -0
  690. package/vue3/lib/browser/types/deep-partial.d.ts +3 -0
  691. package/vue3/lib/browser/types/element.d.ts +59 -0
  692. package/vue3/lib/browser/types/enforced-partials.d.ts +21 -0
  693. package/vue3/lib/browser/types/input.d.ts +121 -0
  694. package/vue3/lib/browser/types/targets.d.ts +1 -0
  695. package/vue3/lib/browser/types/typescript.d.ts +11 -0
  696. package/vue3/lib/edge/block-wrapper.5020430a.js +54 -0
  697. package/vue3/lib/edge/block-wrapper.6bb62da5.cjs +1 -0
  698. package/vue3/lib/edge/blocks/button/button.vue.d.ts +30 -0
  699. package/vue3/lib/edge/blocks/button/component-info.d.ts +2 -0
  700. package/vue3/lib/edge/blocks/columns/columns.vue.d.ts +69 -0
  701. package/vue3/lib/edge/blocks/columns/component-info.d.ts +2 -0
  702. package/vue3/lib/edge/blocks/custom-code/component-info.d.ts +2 -0
  703. package/vue3/lib/edge/blocks/custom-code/custom-code.vue.d.ts +21 -0
  704. package/vue3/lib/edge/blocks/embed/component-info.d.ts +2 -0
  705. package/vue3/lib/edge/blocks/embed/embed.vue.d.ts +22 -0
  706. package/vue3/lib/edge/blocks/embed/helpers.d.ts +1 -0
  707. package/vue3/lib/edge/blocks/form/component-info.d.ts +2 -0
  708. package/vue3/lib/edge/blocks/fragment/component-info.d.ts +2 -0
  709. package/vue3/lib/edge/blocks/fragment/fragment.vue.d.ts +7 -0
  710. package/vue3/lib/edge/blocks/helpers.d.ts +13 -0
  711. package/vue3/lib/edge/blocks/image/component-info.d.ts +2 -0
  712. package/vue3/lib/edge/blocks/image/image.helpers.d.ts +1 -0
  713. package/vue3/lib/edge/blocks/image/image.vue.d.ts +72 -0
  714. package/vue3/lib/edge/blocks/img/component-info.d.ts +2 -0
  715. package/vue3/lib/edge/blocks/img/img.vue.d.ts +38 -0
  716. package/vue3/lib/edge/blocks/input/component-info.d.ts +2 -0
  717. package/vue3/lib/edge/blocks/raw-text/component-info.d.ts +2 -0
  718. package/vue3/lib/edge/blocks/section/component-info.d.ts +2 -0
  719. package/vue3/lib/edge/blocks/section/section.vue.d.ts +22 -0
  720. package/vue3/lib/edge/blocks/select/component-info.d.ts +2 -0
  721. package/vue3/lib/edge/blocks/submit-button/component-info.d.ts +2 -0
  722. package/vue3/lib/edge/blocks/symbol/component-info.d.ts +2 -0
  723. package/vue3/lib/edge/blocks/symbol/symbol.helpers.d.ts +14 -0
  724. package/vue3/lib/edge/blocks/symbol/symbol.vue.d.ts +56 -0
  725. package/vue3/lib/edge/blocks/text/component-info.d.ts +2 -0
  726. package/vue3/lib/edge/blocks/text/text.vue.d.ts +11 -0
  727. package/vue3/lib/edge/blocks/textarea/component-info.d.ts +2 -0
  728. package/vue3/lib/edge/blocks/video/component-info.d.ts +2 -0
  729. package/vue3/lib/edge/blocks/video/video.vue.d.ts +64 -0
  730. package/vue3/lib/edge/component-ref.0528b1a0.cjs +1 -0
  731. package/vue3/lib/edge/component-ref.1af99a31.js +111 -0
  732. package/vue3/lib/edge/components/block/block.helpers.d.ts +13 -0
  733. package/vue3/lib/edge/components/block/block.vue.d.ts +41 -0
  734. package/vue3/lib/edge/components/block/components/block-styles.vue.d.ts +23 -0
  735. package/vue3/lib/edge/components/block/components/block-wrapper.vue.d.ts +29 -0
  736. package/vue3/lib/edge/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  737. package/vue3/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  738. package/vue3/lib/edge/components/block/components/interactive-element.vue.d.ts +30 -0
  739. package/vue3/lib/edge/components/block/components/repeated-block.vue.d.ts +16 -0
  740. package/vue3/lib/edge/components/block/types.d.ts +6 -0
  741. package/vue3/lib/edge/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  742. package/vue3/lib/edge/components/blocks/blocks.vue.d.ts +29 -0
  743. package/vue3/lib/edge/components/content/components/enable-editor.vue.d.ts +90 -0
  744. package/vue3/lib/edge/components/content/components/styles.helpers.d.ts +15 -0
  745. package/vue3/lib/edge/components/content/components/styles.vue.d.ts +16 -0
  746. package/vue3/lib/edge/components/content/content.helpers.d.ts +7 -0
  747. package/vue3/lib/edge/components/content/content.types.d.ts +24 -0
  748. package/vue3/lib/edge/components/content/content.vue.d.ts +69 -0
  749. package/vue3/lib/edge/components/content/index.d.ts +1 -0
  750. package/vue3/lib/edge/components/content/wrap-component-ref.d.ts +6 -0
  751. package/vue3/lib/edge/components/content-variants/content-variants.types.d.ts +20 -0
  752. package/vue3/lib/edge/components/content-variants/content-variants.vue.d.ts +73 -0
  753. package/vue3/lib/edge/components/content-variants/helpers.d.ts +41 -0
  754. package/vue3/lib/edge/components/inlined-script.vue.d.ts +11 -0
  755. package/vue3/lib/edge/components/inlined-styles.vue.d.ts +11 -0
  756. package/vue3/lib/edge/constants/builder-registered-components.d.ts +6 -0
  757. package/vue3/lib/edge/constants/device-sizes.d.ts +13 -0
  758. package/vue3/lib/edge/constants/sdk-version.d.ts +1 -0
  759. package/vue3/lib/edge/constants/target.d.ts +2 -0
  760. package/vue3/lib/edge/context/builder.context.d.ts +15 -0
  761. package/vue3/lib/edge/context/components.context.d.ts +7 -0
  762. package/vue3/lib/edge/context/types.d.ts +35 -0
  763. package/vue3/lib/edge/functions/apply-patch-with-mutation.d.ts +10 -0
  764. package/vue3/lib/edge/functions/camel-to-kebab-case.d.ts +1 -0
  765. package/vue3/lib/edge/functions/deopt.d.ts +4 -0
  766. package/vue3/lib/edge/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  767. package/vue3/lib/edge/functions/evaluate/browser-runtime/index.d.ts +1 -0
  768. package/vue3/lib/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  769. package/vue3/lib/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  770. package/vue3/lib/edge/functions/evaluate/edge-runtime/index.d.ts +1 -0
  771. package/vue3/lib/edge/functions/evaluate/evaluate.d.ts +6 -0
  772. package/vue3/lib/edge/functions/evaluate/helpers.d.ts +18 -0
  773. package/vue3/lib/edge/functions/evaluate/index.d.ts +1 -0
  774. package/vue3/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -0
  775. package/vue3/lib/edge/functions/evaluate/placeholder-runtime.d.ts +2 -0
  776. package/vue3/lib/edge/functions/event-handler-name.d.ts +1 -0
  777. package/vue3/lib/edge/functions/extract-text-styles.d.ts +4 -0
  778. package/vue3/lib/edge/functions/fast-clone.d.ts +4 -0
  779. package/vue3/lib/edge/functions/fetch-builder-props.d.ts +40 -0
  780. package/vue3/lib/edge/functions/get-block-actions-handler.d.ts +8 -0
  781. package/vue3/lib/edge/functions/get-block-actions.d.ts +10 -0
  782. package/vue3/lib/edge/functions/get-block-component-options.d.ts +2 -0
  783. package/vue3/lib/edge/functions/get-block-properties.d.ts +6 -0
  784. package/vue3/lib/edge/functions/get-builder-search-params/index.d.ts +12 -0
  785. package/vue3/lib/edge/functions/get-content/generate-content-url.d.ts +2 -0
  786. package/vue3/lib/edge/functions/get-content/index.d.ts +28 -0
  787. package/vue3/lib/edge/functions/get-content/types.d.ts +51 -0
  788. package/vue3/lib/edge/functions/get-fetch.d.ts +1 -0
  789. package/vue3/lib/edge/functions/get-processed-block.d.ts +10 -0
  790. package/vue3/lib/edge/functions/get-react-native-block-styles.d.ts +7 -0
  791. package/vue3/lib/edge/functions/is-browser.d.ts +1 -0
  792. package/vue3/lib/edge/functions/is-edge-runtime.d.ts +4 -0
  793. package/vue3/lib/edge/functions/is-editing.d.ts +1 -0
  794. package/vue3/lib/edge/functions/is-iframe.d.ts +1 -0
  795. package/vue3/lib/edge/functions/is-previewing.d.ts +1 -0
  796. package/vue3/lib/edge/functions/on-change.d.ts +7 -0
  797. package/vue3/lib/edge/functions/register-component.d.ts +15 -0
  798. package/vue3/lib/edge/functions/register.d.ts +16 -0
  799. package/vue3/lib/edge/functions/sanitize-react-native-block-styles.d.ts +3 -0
  800. package/vue3/lib/edge/functions/set-editor-settings.d.ts +4 -0
  801. package/vue3/lib/edge/functions/set.d.ts +7 -0
  802. package/vue3/lib/edge/functions/track/helpers.d.ts +5 -0
  803. package/vue3/lib/edge/functions/track/index.d.ts +51 -0
  804. package/vue3/lib/edge/functions/track/interaction.d.ts +13 -0
  805. package/vue3/lib/edge/functions/transform-block-properties.d.ts +2 -0
  806. package/vue3/lib/edge/functions/transform-block.d.ts +2 -0
  807. package/vue3/lib/edge/get-block-actions.8e0880b9.js +79 -0
  808. package/vue3/lib/edge/get-block-actions.cdcc68a3.cjs +1 -0
  809. package/vue3/lib/edge/helpers/ab-tests.d.ts +9 -0
  810. package/vue3/lib/edge/helpers/canTrack.d.ts +1 -0
  811. package/vue3/lib/edge/helpers/cookie.d.ts +19 -0
  812. package/vue3/lib/edge/helpers/css.d.ts +7 -0
  813. package/vue3/lib/edge/helpers/flatten.d.ts +6 -0
  814. package/vue3/lib/edge/helpers/localStorage.d.ts +9 -0
  815. package/vue3/lib/edge/helpers/logger.d.ts +6 -0
  816. package/vue3/lib/edge/helpers/nullable.d.ts +2 -0
  817. package/vue3/lib/edge/helpers/preview-lru-cache/get.d.ts +2 -0
  818. package/vue3/lib/edge/helpers/preview-lru-cache/helpers.d.ts +0 -0
  819. package/vue3/lib/edge/helpers/preview-lru-cache/init.d.ts +6 -0
  820. package/vue3/lib/edge/helpers/preview-lru-cache/set.d.ts +7 -0
  821. package/vue3/lib/edge/helpers/preview-lru-cache/types.d.ts +0 -0
  822. package/vue3/lib/edge/helpers/sessionId.d.ts +6 -0
  823. package/vue3/lib/edge/helpers/time.d.ts +1 -0
  824. package/vue3/lib/edge/helpers/url.d.ts +6 -0
  825. package/vue3/lib/edge/helpers/uuid.d.ts +8 -0
  826. package/vue3/lib/edge/helpers/visitorId.d.ts +6 -0
  827. package/vue3/lib/edge/index-helpers/blocks-exports.d.ts +111 -0
  828. package/vue3/lib/edge/index-helpers/top-of-file.d.ts +1 -0
  829. package/vue3/lib/edge/index.51a4e9bc.js +5687 -0
  830. package/vue3/lib/edge/index.cjs +1 -0
  831. package/vue3/lib/edge/index.d.ts +7 -0
  832. package/vue3/lib/edge/index.f8106764.cjs +89 -0
  833. package/vue3/lib/edge/index.js +29 -0
  834. package/vue3/lib/edge/repeated-block.1735d6ce.js +33 -0
  835. package/vue3/lib/edge/repeated-block.6e7688cb.cjs +1 -0
  836. package/vue3/lib/edge/scripts/init-editing.d.ts +6 -0
  837. package/vue3/lib/edge/server-index.d.ts +15 -0
  838. package/vue3/lib/edge/style.css +1 -0
  839. package/vue3/lib/edge/types/api-version.d.ts +2 -0
  840. package/vue3/lib/edge/types/builder-block.d.ts +66 -0
  841. package/vue3/lib/edge/types/builder-content.d.ts +44 -0
  842. package/vue3/lib/edge/types/builder-props.d.ts +9 -0
  843. package/vue3/lib/edge/types/can-track.d.ts +3 -0
  844. package/vue3/lib/edge/types/components.d.ts +111 -0
  845. package/vue3/lib/edge/types/deep-partial.d.ts +3 -0
  846. package/vue3/lib/edge/types/element.d.ts +59 -0
  847. package/vue3/lib/edge/types/enforced-partials.d.ts +21 -0
  848. package/vue3/lib/edge/types/input.d.ts +121 -0
  849. package/vue3/lib/edge/types/targets.d.ts +1 -0
  850. package/vue3/lib/edge/types/typescript.d.ts +11 -0
  851. package/vue3/lib/node/block-wrapper.ae2637e5.cjs +1 -0
  852. package/vue3/lib/node/block-wrapper.f1e0d99f.js +54 -0
  853. package/vue3/lib/node/blocks/button/button.vue.d.ts +30 -0
  854. package/vue3/lib/node/blocks/button/component-info.d.ts +2 -0
  855. package/vue3/lib/node/blocks/columns/columns.vue.d.ts +69 -0
  856. package/vue3/lib/node/blocks/columns/component-info.d.ts +2 -0
  857. package/vue3/lib/node/blocks/custom-code/component-info.d.ts +2 -0
  858. package/vue3/lib/node/blocks/custom-code/custom-code.vue.d.ts +21 -0
  859. package/vue3/lib/node/blocks/embed/component-info.d.ts +2 -0
  860. package/vue3/lib/node/blocks/embed/embed.vue.d.ts +22 -0
  861. package/vue3/lib/node/blocks/embed/helpers.d.ts +1 -0
  862. package/vue3/lib/node/blocks/form/component-info.d.ts +2 -0
  863. package/vue3/lib/node/blocks/fragment/component-info.d.ts +2 -0
  864. package/vue3/lib/node/blocks/fragment/fragment.vue.d.ts +7 -0
  865. package/vue3/lib/node/blocks/helpers.d.ts +13 -0
  866. package/vue3/lib/node/blocks/image/component-info.d.ts +2 -0
  867. package/vue3/lib/node/blocks/image/image.helpers.d.ts +1 -0
  868. package/vue3/lib/node/blocks/image/image.vue.d.ts +72 -0
  869. package/vue3/lib/node/blocks/img/component-info.d.ts +2 -0
  870. package/vue3/lib/node/blocks/img/img.vue.d.ts +38 -0
  871. package/vue3/lib/node/blocks/input/component-info.d.ts +2 -0
  872. package/vue3/lib/node/blocks/raw-text/component-info.d.ts +2 -0
  873. package/vue3/lib/node/blocks/section/component-info.d.ts +2 -0
  874. package/vue3/lib/node/blocks/section/section.vue.d.ts +22 -0
  875. package/vue3/lib/node/blocks/select/component-info.d.ts +2 -0
  876. package/vue3/lib/node/blocks/submit-button/component-info.d.ts +2 -0
  877. package/vue3/lib/node/blocks/symbol/component-info.d.ts +2 -0
  878. package/vue3/lib/node/blocks/symbol/symbol.helpers.d.ts +14 -0
  879. package/vue3/lib/node/blocks/symbol/symbol.vue.d.ts +56 -0
  880. package/vue3/lib/node/blocks/text/component-info.d.ts +2 -0
  881. package/vue3/lib/node/blocks/text/text.vue.d.ts +11 -0
  882. package/vue3/lib/node/blocks/textarea/component-info.d.ts +2 -0
  883. package/vue3/lib/node/blocks/video/component-info.d.ts +2 -0
  884. package/vue3/lib/node/blocks/video/video.vue.d.ts +64 -0
  885. package/vue3/lib/node/component-ref.90060339.cjs +1 -0
  886. package/vue3/lib/node/component-ref.e2ad1f80.js +111 -0
  887. package/vue3/lib/node/components/block/block.helpers.d.ts +13 -0
  888. package/vue3/lib/node/components/block/block.vue.d.ts +41 -0
  889. package/vue3/lib/node/components/block/components/block-styles.vue.d.ts +23 -0
  890. package/vue3/lib/node/components/block/components/block-wrapper.vue.d.ts +29 -0
  891. package/vue3/lib/node/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
  892. package/vue3/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
  893. package/vue3/lib/node/components/block/components/interactive-element.vue.d.ts +30 -0
  894. package/vue3/lib/node/components/block/components/repeated-block.vue.d.ts +16 -0
  895. package/vue3/lib/node/components/block/types.d.ts +6 -0
  896. package/vue3/lib/node/components/blocks/blocks-wrapper.vue.d.ts +30 -0
  897. package/vue3/lib/node/components/blocks/blocks.vue.d.ts +29 -0
  898. package/vue3/lib/node/components/content/components/enable-editor.vue.d.ts +90 -0
  899. package/vue3/lib/node/components/content/components/styles.helpers.d.ts +15 -0
  900. package/vue3/lib/node/components/content/components/styles.vue.d.ts +16 -0
  901. package/vue3/lib/node/components/content/content.helpers.d.ts +7 -0
  902. package/vue3/lib/node/components/content/content.types.d.ts +24 -0
  903. package/vue3/lib/node/components/content/content.vue.d.ts +69 -0
  904. package/vue3/lib/node/components/content/index.d.ts +1 -0
  905. package/vue3/lib/node/components/content/wrap-component-ref.d.ts +6 -0
  906. package/vue3/lib/node/components/content-variants/content-variants.types.d.ts +20 -0
  907. package/vue3/lib/node/components/content-variants/content-variants.vue.d.ts +73 -0
  908. package/vue3/lib/node/components/content-variants/helpers.d.ts +41 -0
  909. package/vue3/lib/node/components/inlined-script.vue.d.ts +11 -0
  910. package/vue3/lib/node/components/inlined-styles.vue.d.ts +11 -0
  911. package/vue3/lib/node/constants/builder-registered-components.d.ts +6 -0
  912. package/vue3/lib/node/constants/device-sizes.d.ts +13 -0
  913. package/vue3/lib/node/constants/sdk-version.d.ts +1 -0
  914. package/vue3/lib/node/constants/target.d.ts +2 -0
  915. package/vue3/lib/node/context/builder.context.d.ts +15 -0
  916. package/vue3/lib/node/context/components.context.d.ts +7 -0
  917. package/vue3/lib/node/context/types.d.ts +35 -0
  918. package/vue3/lib/node/functions/apply-patch-with-mutation.d.ts +10 -0
  919. package/vue3/lib/node/functions/camel-to-kebab-case.d.ts +1 -0
  920. package/vue3/lib/node/functions/deopt.d.ts +4 -0
  921. package/vue3/lib/node/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  922. package/vue3/lib/node/functions/evaluate/browser-runtime/index.d.ts +1 -0
  923. package/vue3/lib/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
  924. package/vue3/lib/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
  925. package/vue3/lib/node/functions/evaluate/edge-runtime/index.d.ts +1 -0
  926. package/vue3/lib/node/functions/evaluate/evaluate.d.ts +6 -0
  927. package/vue3/lib/node/functions/evaluate/helpers.d.ts +18 -0
  928. package/vue3/lib/node/functions/evaluate/index.d.ts +1 -0
  929. package/vue3/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -0
  930. package/vue3/lib/node/functions/evaluate/placeholder-runtime.d.ts +2 -0
  931. package/vue3/lib/node/functions/event-handler-name.d.ts +1 -0
  932. package/vue3/lib/node/functions/extract-text-styles.d.ts +4 -0
  933. package/vue3/lib/node/functions/fast-clone.d.ts +4 -0
  934. package/vue3/lib/node/functions/fetch-builder-props.d.ts +40 -0
  935. package/vue3/lib/node/functions/get-block-actions-handler.d.ts +8 -0
  936. package/vue3/lib/node/functions/get-block-actions.d.ts +10 -0
  937. package/vue3/lib/node/functions/get-block-component-options.d.ts +2 -0
  938. package/vue3/lib/node/functions/get-block-properties.d.ts +6 -0
  939. package/vue3/lib/node/functions/get-builder-search-params/index.d.ts +12 -0
  940. package/vue3/lib/node/functions/get-content/generate-content-url.d.ts +2 -0
  941. package/vue3/lib/node/functions/get-content/index.d.ts +28 -0
  942. package/vue3/lib/node/functions/get-content/types.d.ts +51 -0
  943. package/vue3/lib/node/functions/get-fetch.d.ts +1 -0
  944. package/vue3/lib/node/functions/get-processed-block.d.ts +10 -0
  945. package/vue3/lib/node/functions/get-react-native-block-styles.d.ts +7 -0
  946. package/vue3/lib/node/functions/is-browser.d.ts +1 -0
  947. package/vue3/lib/node/functions/is-edge-runtime.d.ts +4 -0
  948. package/vue3/lib/node/functions/is-editing.d.ts +1 -0
  949. package/vue3/lib/node/functions/is-iframe.d.ts +1 -0
  950. package/vue3/lib/node/functions/is-previewing.d.ts +1 -0
  951. package/vue3/lib/node/functions/on-change.d.ts +7 -0
  952. package/vue3/lib/node/functions/register-component.d.ts +15 -0
  953. package/vue3/lib/node/functions/register.d.ts +16 -0
  954. package/vue3/lib/node/functions/sanitize-react-native-block-styles.d.ts +3 -0
  955. package/vue3/lib/node/functions/set-editor-settings.d.ts +4 -0
  956. package/vue3/lib/node/functions/set.d.ts +7 -0
  957. package/vue3/lib/node/functions/track/helpers.d.ts +5 -0
  958. package/vue3/lib/node/functions/track/index.d.ts +51 -0
  959. package/vue3/lib/node/functions/track/interaction.d.ts +13 -0
  960. package/vue3/lib/node/functions/transform-block-properties.d.ts +2 -0
  961. package/vue3/lib/node/functions/transform-block.d.ts +2 -0
  962. package/vue3/lib/node/get-block-actions.05d2bf89.js +79 -0
  963. package/vue3/lib/node/get-block-actions.9a71b975.cjs +1 -0
  964. package/vue3/lib/node/helpers/ab-tests.d.ts +9 -0
  965. package/vue3/lib/node/helpers/canTrack.d.ts +1 -0
  966. package/vue3/lib/node/helpers/cookie.d.ts +19 -0
  967. package/vue3/lib/node/helpers/css.d.ts +7 -0
  968. package/vue3/lib/node/helpers/flatten.d.ts +6 -0
  969. package/vue3/lib/node/helpers/localStorage.d.ts +9 -0
  970. package/vue3/lib/node/helpers/logger.d.ts +6 -0
  971. package/vue3/lib/node/helpers/nullable.d.ts +2 -0
  972. package/vue3/lib/node/helpers/preview-lru-cache/get.d.ts +2 -0
  973. package/vue3/lib/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
  974. package/vue3/lib/node/helpers/preview-lru-cache/init.d.ts +6 -0
  975. package/vue3/lib/node/helpers/preview-lru-cache/set.d.ts +7 -0
  976. package/vue3/lib/node/helpers/preview-lru-cache/types.d.ts +0 -0
  977. package/vue3/lib/node/helpers/sessionId.d.ts +6 -0
  978. package/vue3/lib/node/helpers/time.d.ts +1 -0
  979. package/vue3/lib/node/helpers/url.d.ts +6 -0
  980. package/vue3/lib/node/helpers/uuid.d.ts +8 -0
  981. package/vue3/lib/node/helpers/visitorId.d.ts +6 -0
  982. package/vue3/lib/node/index-helpers/blocks-exports.d.ts +111 -0
  983. package/vue3/lib/node/index-helpers/top-of-file.d.ts +1 -0
  984. package/vue3/lib/node/index.bb9d2170.js +3243 -0
  985. package/vue3/lib/node/index.cjs +1 -0
  986. package/vue3/lib/node/index.d.ts +7 -0
  987. package/vue3/lib/node/index.eed52cb2.cjs +69 -0
  988. package/vue3/lib/node/index.js +29 -0
  989. package/vue3/lib/node/repeated-block.6860cc5f.js +33 -0
  990. package/vue3/lib/node/repeated-block.f7f28e2b.cjs +1 -0
  991. package/vue3/lib/node/scripts/init-editing.d.ts +6 -0
  992. package/vue3/lib/node/server-index.d.ts +15 -0
  993. package/vue3/lib/node/style.css +1 -0
  994. package/vue3/lib/node/types/api-version.d.ts +2 -0
  995. package/vue3/lib/node/types/builder-block.d.ts +66 -0
  996. package/vue3/lib/node/types/builder-content.d.ts +44 -0
  997. package/vue3/lib/node/types/builder-props.d.ts +9 -0
  998. package/vue3/lib/node/types/can-track.d.ts +3 -0
  999. package/vue3/lib/node/types/components.d.ts +111 -0
  1000. package/vue3/lib/node/types/deep-partial.d.ts +3 -0
  1001. package/vue3/lib/node/types/element.d.ts +59 -0
  1002. package/vue3/lib/node/types/enforced-partials.d.ts +21 -0
  1003. package/vue3/lib/node/types/input.d.ts +121 -0
  1004. package/vue3/lib/node/types/targets.d.ts +1 -0
  1005. package/vue3/lib/node/types/typescript.d.ts +11 -0
  1006. package/vue2/env.d.ts +0 -1
  1007. package/vue2/node_modules/@types/node/LICENSE +0 -21
  1008. package/vue2/node_modules/@types/node/README.md +0 -16
  1009. package/vue2/node_modules/@types/node/assert/strict.d.ts +0 -8
  1010. package/vue2/node_modules/@types/node/assert.d.ts +0 -962
  1011. package/vue2/node_modules/@types/node/async_hooks.d.ts +0 -497
  1012. package/vue2/node_modules/@types/node/buffer.d.ts +0 -2236
  1013. package/vue2/node_modules/@types/node/child_process.d.ts +0 -1396
  1014. package/vue2/node_modules/@types/node/cluster.d.ts +0 -414
  1015. package/vue2/node_modules/@types/node/console.d.ts +0 -412
  1016. package/vue2/node_modules/@types/node/constants.d.ts +0 -18
  1017. package/vue2/node_modules/@types/node/crypto.d.ts +0 -3869
  1018. package/vue2/node_modules/@types/node/dgram.d.ts +0 -545
  1019. package/vue2/node_modules/@types/node/diagnostics_channel.d.ts +0 -191
  1020. package/vue2/node_modules/@types/node/dns/promises.d.ts +0 -369
  1021. package/vue2/node_modules/@types/node/dns.d.ts +0 -655
  1022. package/vue2/node_modules/@types/node/domain.d.ts +0 -170
  1023. package/vue2/node_modules/@types/node/events.d.ts +0 -641
  1024. package/vue2/node_modules/@types/node/fs/promises.d.ts +0 -1094
  1025. package/vue2/node_modules/@types/node/fs.d.ts +0 -3803
  1026. package/vue2/node_modules/@types/node/globals.d.ts +0 -287
  1027. package/vue2/node_modules/@types/node/globals.global.d.ts +0 -1
  1028. package/vue2/node_modules/@types/node/http.d.ts +0 -1504
  1029. package/vue2/node_modules/@types/node/http2.d.ts +0 -2100
  1030. package/vue2/node_modules/@types/node/https.d.ts +0 -532
  1031. package/vue2/node_modules/@types/node/index.d.ts +0 -131
  1032. package/vue2/node_modules/@types/node/inspector.d.ts +0 -2745
  1033. package/vue2/node_modules/@types/node/module.d.ts +0 -115
  1034. package/vue2/node_modules/@types/node/net.d.ts +0 -828
  1035. package/vue2/node_modules/@types/node/os.d.ts +0 -455
  1036. package/vue2/node_modules/@types/node/package.json +0 -232
  1037. package/vue2/node_modules/@types/node/path.d.ts +0 -191
  1038. package/vue2/node_modules/@types/node/perf_hooks.d.ts +0 -586
  1039. package/vue2/node_modules/@types/node/process.d.ts +0 -1481
  1040. package/vue2/node_modules/@types/node/punycode.d.ts +0 -117
  1041. package/vue2/node_modules/@types/node/querystring.d.ts +0 -131
  1042. package/vue2/node_modules/@types/node/readline.d.ts +0 -543
  1043. package/vue2/node_modules/@types/node/repl.d.ts +0 -424
  1044. package/vue2/node_modules/@types/node/stream/consumers.d.ts +0 -12
  1045. package/vue2/node_modules/@types/node/stream/promises.d.ts +0 -42
  1046. package/vue2/node_modules/@types/node/stream/web.d.ts +0 -392
  1047. package/vue2/node_modules/@types/node/stream.d.ts +0 -1363
  1048. package/vue2/node_modules/@types/node/string_decoder.d.ts +0 -67
  1049. package/vue2/node_modules/@types/node/test.d.ts +0 -190
  1050. package/vue2/node_modules/@types/node/timers/promises.d.ts +0 -93
  1051. package/vue2/node_modules/@types/node/timers.d.ts +0 -94
  1052. package/vue2/node_modules/@types/node/tls.d.ts +0 -1019
  1053. package/vue2/node_modules/@types/node/trace_events.d.ts +0 -161
  1054. package/vue2/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
  1055. package/vue2/node_modules/@types/node/ts4.8/assert.d.ts +0 -962
  1056. package/vue2/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -497
  1057. package/vue2/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2236
  1058. package/vue2/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1396
  1059. package/vue2/node_modules/@types/node/ts4.8/cluster.d.ts +0 -414
  1060. package/vue2/node_modules/@types/node/ts4.8/console.d.ts +0 -412
  1061. package/vue2/node_modules/@types/node/ts4.8/constants.d.ts +0 -18
  1062. package/vue2/node_modules/@types/node/ts4.8/crypto.d.ts +0 -3866
  1063. package/vue2/node_modules/@types/node/ts4.8/dgram.d.ts +0 -545
  1064. package/vue2/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -191
  1065. package/vue2/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -368
  1066. package/vue2/node_modules/@types/node/ts4.8/dns.d.ts +0 -654
  1067. package/vue2/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
  1068. package/vue2/node_modules/@types/node/ts4.8/events.d.ts +0 -641
  1069. package/vue2/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1094
  1070. package/vue2/node_modules/@types/node/ts4.8/fs.d.ts +0 -3802
  1071. package/vue2/node_modules/@types/node/ts4.8/globals.d.ts +0 -284
  1072. package/vue2/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
  1073. package/vue2/node_modules/@types/node/ts4.8/http.d.ts +0 -1503
  1074. package/vue2/node_modules/@types/node/ts4.8/http2.d.ts +0 -2100
  1075. package/vue2/node_modules/@types/node/ts4.8/https.d.ts +0 -532
  1076. package/vue2/node_modules/@types/node/ts4.8/index.d.ts +0 -86
  1077. package/vue2/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2745
  1078. package/vue2/node_modules/@types/node/ts4.8/module.d.ts +0 -115
  1079. package/vue2/node_modules/@types/node/ts4.8/net.d.ts +0 -828
  1080. package/vue2/node_modules/@types/node/ts4.8/os.d.ts +0 -456
  1081. package/vue2/node_modules/@types/node/ts4.8/path.d.ts +0 -191
  1082. package/vue2/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -586
  1083. package/vue2/node_modules/@types/node/ts4.8/process.d.ts +0 -1481
  1084. package/vue2/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
  1085. package/vue2/node_modules/@types/node/ts4.8/querystring.d.ts +0 -131
  1086. package/vue2/node_modules/@types/node/ts4.8/readline.d.ts +0 -543
  1087. package/vue2/node_modules/@types/node/ts4.8/repl.d.ts +0 -424
  1088. package/vue2/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
  1089. package/vue2/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -42
  1090. package/vue2/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -392
  1091. package/vue2/node_modules/@types/node/ts4.8/stream.d.ts +0 -1363
  1092. package/vue2/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
  1093. package/vue2/node_modules/@types/node/ts4.8/test.d.ts +0 -190
  1094. package/vue2/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
  1095. package/vue2/node_modules/@types/node/ts4.8/timers.d.ts +0 -94
  1096. package/vue2/node_modules/@types/node/ts4.8/tls.d.ts +0 -1019
  1097. package/vue2/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -161
  1098. package/vue2/node_modules/@types/node/ts4.8/tty.d.ts +0 -204
  1099. package/vue2/node_modules/@types/node/ts4.8/url.d.ts +0 -855
  1100. package/vue2/node_modules/@types/node/ts4.8/util.d.ts +0 -1594
  1101. package/vue2/node_modules/@types/node/ts4.8/v8.d.ts +0 -472
  1102. package/vue2/node_modules/@types/node/ts4.8/vm.d.ts +0 -507
  1103. package/vue2/node_modules/@types/node/ts4.8/wasi.d.ts +0 -158
  1104. package/vue2/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -649
  1105. package/vue2/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
  1106. package/vue2/node_modules/@types/node/tty.d.ts +0 -204
  1107. package/vue2/node_modules/@types/node/url.d.ts +0 -855
  1108. package/vue2/node_modules/@types/node/util.d.ts +0 -1594
  1109. package/vue2/node_modules/@types/node/v8.d.ts +0 -472
  1110. package/vue2/node_modules/@types/node/vm.d.ts +0 -507
  1111. package/vue2/node_modules/@types/node/wasi.d.ts +0 -158
  1112. package/vue2/node_modules/@types/node/worker_threads.d.ts +0 -649
  1113. package/vue2/node_modules/@types/node/zlib.d.ts +0 -517
  1114. package/vue2/node_modules/@vitejs/plugin-vue2/LICENSE +0 -21
  1115. package/vue2/node_modules/@vitejs/plugin-vue2/README.md +0 -115
  1116. package/vue2/node_modules/@vitejs/plugin-vue2/package.json +0 -65
  1117. package/vue2/node_modules/@vue/compiler-sfc/LICENSE +0 -21
  1118. package/vue2/node_modules/@vue/compiler-sfc/package.json +0 -34
  1119. package/vue2/node_modules/@vue/tsconfig/README.md +0 -31
  1120. package/vue2/node_modules/@vue/tsconfig/package.json +0 -35
  1121. package/vue2/node_modules/@vue/tsconfig/tsconfig.json +0 -40
  1122. package/vue2/node_modules/@vue/tsconfig/tsconfig.node.json +0 -17
  1123. package/vue2/node_modules/@vue/tsconfig/tsconfig.web.json +0 -19
  1124. package/vue2/node_modules/rollup/LICENSE.md +0 -695
  1125. package/vue2/node_modules/rollup/README.md +0 -125
  1126. package/vue2/node_modules/rollup/package.json +0 -178
  1127. package/vue2/node_modules/vite/LICENSE.md +0 -3396
  1128. package/vue2/node_modules/vite/README.md +0 -20
  1129. package/vue2/node_modules/vite/bin/openChrome.applescript +0 -95
  1130. package/vue2/node_modules/vite/bin/vite.js +0 -61
  1131. package/vue2/node_modules/vite/client.d.ts +0 -281
  1132. package/vue2/node_modules/vite/index.cjs +0 -34
  1133. package/vue2/node_modules/vite/package.json +0 -170
  1134. package/vue2/node_modules/vite-plugin-dts/LICENSE +0 -21
  1135. package/vue2/node_modules/vite-plugin-dts/README.md +0 -368
  1136. package/vue2/node_modules/vite-plugin-dts/README.zh-CN.md +0 -368
  1137. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +0 -21
  1138. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +0 -36
  1139. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +0 -67
  1140. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +0 -16
  1141. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +0 -120
  1142. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +0 -8
  1143. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +0 -5
  1144. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +0 -28
  1145. package/vue2/node_modules/vite-plugin-dts/package.json +0 -103
  1146. package/vue2/node_modules/vue/LICENSE +0 -21
  1147. package/vue2/node_modules/vue/README.md +0 -118
  1148. package/vue2/node_modules/vue/compiler-sfc/index.d.ts +0 -1
  1149. package/vue2/node_modules/vue/compiler-sfc/index.js +0 -1
  1150. package/vue2/node_modules/vue/compiler-sfc/index.mjs +0 -1
  1151. package/vue2/node_modules/vue/compiler-sfc/package.json +0 -5
  1152. package/vue2/node_modules/vue/package.json +0 -132
  1153. package/vue2/node_modules/vue/packages/compiler-sfc/api-extractor.json +0 -64
  1154. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/lessc +0 -17
  1155. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/parser +0 -17
  1156. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/sass +0 -17
  1157. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/stylus +0 -17
  1158. package/vue2/node_modules/vue/packages/compiler-sfc/package.json +0 -34
  1159. package/vue2/node_modules/vue/packages/compiler-sfc/src/babelUtils.ts +0 -423
  1160. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileScript.ts +0 -1911
  1161. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileStyle.ts +0 -147
  1162. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileTemplate.ts +0 -205
  1163. package/vue2/node_modules/vue/packages/compiler-sfc/src/cssVars.ts +0 -179
  1164. package/vue2/node_modules/vue/packages/compiler-sfc/src/index.ts +0 -31
  1165. package/vue2/node_modules/vue/packages/compiler-sfc/src/parse.ts +0 -129
  1166. package/vue2/node_modules/vue/packages/compiler-sfc/src/parseComponent.ts +0 -220
  1167. package/vue2/node_modules/vue/packages/compiler-sfc/src/prefixIdentifiers.ts +0 -82
  1168. package/vue2/node_modules/vue/packages/compiler-sfc/src/rewriteDefault.ts +0 -115
  1169. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/scoped.ts +0 -203
  1170. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/trim.ts +0 -18
  1171. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePreprocessors.ts +0 -135
  1172. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/assetUrl.ts +0 -84
  1173. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/srcset.ts +0 -76
  1174. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/utils.ts +0 -86
  1175. package/vue2/node_modules/vue/packages/compiler-sfc/src/types.ts +0 -69
  1176. package/vue2/node_modules/vue/packages/compiler-sfc/src/warn.ts +0 -16
  1177. package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/compileScript.spec.ts.snap +0 -925
  1178. package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/cssVars.spec.ts.snap +0 -189
  1179. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileScript.spec.ts +0 -1594
  1180. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileStyle.spec.ts +0 -203
  1181. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileTemplate.spec.ts +0 -258
  1182. package/vue2/node_modules/vue/packages/compiler-sfc/test/cssVars.spec.ts +0 -247
  1183. package/vue2/node_modules/vue/packages/compiler-sfc/test/parseComponent.spec.ts +0 -269
  1184. package/vue2/node_modules/vue/packages/compiler-sfc/test/prefixIdentifiers.spec.ts +0 -97
  1185. package/vue2/node_modules/vue/packages/compiler-sfc/test/rewriteDefault.spec.ts +0 -245
  1186. package/vue2/node_modules/vue/packages/compiler-sfc/test/stylePluginScoped.spec.ts +0 -137
  1187. package/vue2/node_modules/vue/packages/compiler-sfc/test/tsconfig.json +0 -7
  1188. package/vue2/node_modules/vue/packages/compiler-sfc/test/util.ts +0 -35
  1189. package/vue2/node_modules/vue/src/compiler/codeframe.ts +0 -52
  1190. package/vue2/node_modules/vue/src/compiler/codegen/events.ts +0 -170
  1191. package/vue2/node_modules/vue/src/compiler/codegen/index.ts +0 -668
  1192. package/vue2/node_modules/vue/src/compiler/create-compiler.ts +0 -83
  1193. package/vue2/node_modules/vue/src/compiler/directives/bind.ts +0 -9
  1194. package/vue2/node_modules/vue/src/compiler/directives/index.ts +0 -9
  1195. package/vue2/node_modules/vue/src/compiler/directives/model.ts +0 -145
  1196. package/vue2/node_modules/vue/src/compiler/directives/on.ts +0 -9
  1197. package/vue2/node_modules/vue/src/compiler/error-detector.ts +0 -158
  1198. package/vue2/node_modules/vue/src/compiler/helpers.ts +0 -243
  1199. package/vue2/node_modules/vue/src/compiler/index.ts +0 -24
  1200. package/vue2/node_modules/vue/src/compiler/optimizer.ts +0 -135
  1201. package/vue2/node_modules/vue/src/compiler/parser/entity-decoder.ts +0 -9
  1202. package/vue2/node_modules/vue/src/compiler/parser/filter-parser.ts +0 -116
  1203. package/vue2/node_modules/vue/src/compiler/parser/html-parser.ts +0 -341
  1204. package/vue2/node_modules/vue/src/compiler/parser/index.ts +0 -999
  1205. package/vue2/node_modules/vue/src/compiler/parser/text-parser.ts +0 -52
  1206. package/vue2/node_modules/vue/src/compiler/to-function.ts +0 -119
  1207. package/vue2/node_modules/vue/src/core/components/index.ts +0 -5
  1208. package/vue2/node_modules/vue/src/core/components/keep-alive.ts +0 -165
  1209. package/vue2/node_modules/vue/src/core/config.ts +0 -128
  1210. package/vue2/node_modules/vue/src/core/global-api/assets.ts +0 -35
  1211. package/vue2/node_modules/vue/src/core/global-api/extend.ts +0 -94
  1212. package/vue2/node_modules/vue/src/core/global-api/index.ts +0 -68
  1213. package/vue2/node_modules/vue/src/core/global-api/mixin.ts +0 -9
  1214. package/vue2/node_modules/vue/src/core/global-api/use.ts +0 -23
  1215. package/vue2/node_modules/vue/src/core/index.ts +0 -27
  1216. package/vue2/node_modules/vue/src/core/instance/events.ts +0 -160
  1217. package/vue2/node_modules/vue/src/core/instance/index.ts +0 -27
  1218. package/vue2/node_modules/vue/src/core/instance/init.ts +0 -140
  1219. package/vue2/node_modules/vue/src/core/instance/inject.ts +0 -80
  1220. package/vue2/node_modules/vue/src/core/instance/lifecycle.ts +0 -415
  1221. package/vue2/node_modules/vue/src/core/instance/proxy.ts +0 -97
  1222. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-dynamic-keys.ts +0 -36
  1223. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-listeners.ts +0 -18
  1224. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-props.ts +0 -59
  1225. package/vue2/node_modules/vue/src/core/instance/render-helpers/check-keycodes.ts +0 -33
  1226. package/vue2/node_modules/vue/src/core/instance/render-helpers/index.ts +0 -31
  1227. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-list.ts +0 -49
  1228. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-slot.ts +0 -39
  1229. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-static.ts +0 -57
  1230. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-filter.ts +0 -8
  1231. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-scoped-slots.ts +0 -30
  1232. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-slots.ts +0 -51
  1233. package/vue2/node_modules/vue/src/core/instance/render.ts +0 -173
  1234. package/vue2/node_modules/vue/src/core/instance/state.ts +0 -387
  1235. package/vue2/node_modules/vue/src/core/observer/array.ts +0 -54
  1236. package/vue2/node_modules/vue/src/core/observer/dep.ts +0 -108
  1237. package/vue2/node_modules/vue/src/core/observer/index.ts +0 -338
  1238. package/vue2/node_modules/vue/src/core/observer/scheduler.ts +0 -199
  1239. package/vue2/node_modules/vue/src/core/observer/traverse.ts +0 -47
  1240. package/vue2/node_modules/vue/src/core/observer/watcher.ts +0 -278
  1241. package/vue2/node_modules/vue/src/core/util/debug.ts +0 -105
  1242. package/vue2/node_modules/vue/src/core/util/env.ts +0 -93
  1243. package/vue2/node_modules/vue/src/core/util/error.ts +0 -81
  1244. package/vue2/node_modules/vue/src/core/util/index.ts +0 -9
  1245. package/vue2/node_modules/vue/src/core/util/lang.ts +0 -45
  1246. package/vue2/node_modules/vue/src/core/util/next-tick.ts +0 -117
  1247. package/vue2/node_modules/vue/src/core/util/options.ts +0 -489
  1248. package/vue2/node_modules/vue/src/core/util/perf.ts +0 -28
  1249. package/vue2/node_modules/vue/src/core/util/props.ts +0 -254
  1250. package/vue2/node_modules/vue/src/core/vdom/create-component.ts +0 -275
  1251. package/vue2/node_modules/vue/src/core/vdom/create-element.ts +0 -172
  1252. package/vue2/node_modules/vue/src/core/vdom/create-functional-component.ts +0 -180
  1253. package/vue2/node_modules/vue/src/core/vdom/helpers/extract-props.ts +0 -75
  1254. package/vue2/node_modules/vue/src/core/vdom/helpers/get-first-component-child.ts +0 -16
  1255. package/vue2/node_modules/vue/src/core/vdom/helpers/index.ts +0 -7
  1256. package/vue2/node_modules/vue/src/core/vdom/helpers/is-async-placeholder.ts +0 -6
  1257. package/vue2/node_modules/vue/src/core/vdom/helpers/merge-hook.ts +0 -40
  1258. package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-children.ts +0 -99
  1259. package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-scoped-slots.ts +0 -97
  1260. package/vue2/node_modules/vue/src/core/vdom/helpers/resolve-async-component.ts +0 -157
  1261. package/vue2/node_modules/vue/src/core/vdom/helpers/update-listeners.ts +0 -101
  1262. package/vue2/node_modules/vue/src/core/vdom/modules/directives.ts +0 -137
  1263. package/vue2/node_modules/vue/src/core/vdom/modules/index.ts +0 -4
  1264. package/vue2/node_modules/vue/src/core/vdom/modules/template-ref.ts +0 -94
  1265. package/vue2/node_modules/vue/src/core/vdom/patch.ts +0 -904
  1266. package/vue2/node_modules/vue/src/core/vdom/vnode.ts +0 -119
  1267. package/vue2/node_modules/vue/src/global.d.ts +0 -17
  1268. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/html.ts +0 -8
  1269. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/index.ts +0 -9
  1270. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/model.ts +0 -181
  1271. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/text.ts +0 -8
  1272. package/vue2/node_modules/vue/src/platforms/web/compiler/index.ts +0 -6
  1273. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/class.ts +0 -44
  1274. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/index.ts +0 -5
  1275. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/model.ts +0 -89
  1276. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/style.ts +0 -47
  1277. package/vue2/node_modules/vue/src/platforms/web/compiler/options.ts +0 -25
  1278. package/vue2/node_modules/vue/src/platforms/web/compiler/util.ts +0 -22
  1279. package/vue2/node_modules/vue/src/platforms/web/entry-compiler.ts +0 -4
  1280. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-esm.ts +0 -5
  1281. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler-esm.ts +0 -5
  1282. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler.ts +0 -10
  1283. package/vue2/node_modules/vue/src/platforms/web/entry-runtime.ts +0 -7
  1284. package/vue2/node_modules/vue/src/platforms/web/runtime/class-util.ts +0 -61
  1285. package/vue2/node_modules/vue/src/platforms/web/runtime/components/index.ts +0 -7
  1286. package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition-group.ts +0 -204
  1287. package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition.ts +0 -205
  1288. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/index.ts +0 -7
  1289. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/model.ts +0 -148
  1290. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/show.ts +0 -61
  1291. package/vue2/node_modules/vue/src/platforms/web/runtime/index.ts +0 -75
  1292. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/attrs.ts +0 -115
  1293. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/class.ts +0 -37
  1294. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/dom-props.ts +0 -123
  1295. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/events.ts +0 -127
  1296. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/index.ts +0 -8
  1297. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/style.ts +0 -104
  1298. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/transition.ts +0 -341
  1299. package/vue2/node_modules/vue/src/platforms/web/runtime/node-ops.ts +0 -66
  1300. package/vue2/node_modules/vue/src/platforms/web/runtime/patch.ts +0 -10
  1301. package/vue2/node_modules/vue/src/platforms/web/runtime/transition-util.ts +0 -215
  1302. package/vue2/node_modules/vue/src/platforms/web/runtime-with-compiler.ts +0 -110
  1303. package/vue2/node_modules/vue/src/platforms/web/util/attrs.ts +0 -58
  1304. package/vue2/node_modules/vue/src/platforms/web/util/class.ts +0 -87
  1305. package/vue2/node_modules/vue/src/platforms/web/util/compat.ts +0 -16
  1306. package/vue2/node_modules/vue/src/platforms/web/util/element.ts +0 -76
  1307. package/vue2/node_modules/vue/src/platforms/web/util/index.ts +0 -21
  1308. package/vue2/node_modules/vue/src/platforms/web/util/style.ts +0 -71
  1309. package/vue2/node_modules/vue/src/shared/constants.ts +0 -20
  1310. package/vue2/node_modules/vue/src/shared/util.ts +0 -372
  1311. package/vue2/node_modules/vue/src/v3/apiAsyncComponent.ts +0 -117
  1312. package/vue2/node_modules/vue/src/v3/apiInject.ts +0 -71
  1313. package/vue2/node_modules/vue/src/v3/apiLifecycle.ts +0 -68
  1314. package/vue2/node_modules/vue/src/v3/apiSetup.ts +0 -246
  1315. package/vue2/node_modules/vue/src/v3/apiWatch.ts +0 -349
  1316. package/vue2/node_modules/vue/src/v3/currentInstance.ts +0 -23
  1317. package/vue2/node_modules/vue/src/v3/debug.ts +0 -21
  1318. package/vue2/node_modules/vue/src/v3/h.ts +0 -18
  1319. package/vue2/node_modules/vue/src/v3/index.ts +0 -96
  1320. package/vue2/node_modules/vue/src/v3/reactivity/computed.ts +0 -100
  1321. package/vue2/node_modules/vue/src/v3/reactivity/effect.ts +0 -20
  1322. package/vue2/node_modules/vue/src/v3/reactivity/effectScope.ts +0 -137
  1323. package/vue2/node_modules/vue/src/v3/reactivity/operations.ts +0 -14
  1324. package/vue2/node_modules/vue/src/v3/reactivity/reactive.ts +0 -137
  1325. package/vue2/node_modules/vue/src/v3/reactivity/readonly.ts +0 -127
  1326. package/vue2/node_modules/vue/src/v3/reactivity/ref.ts +0 -296
  1327. package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssModule.ts +0 -24
  1328. package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssVars.ts +0 -34
  1329. package/vue2/src/blocks/BaseText.vue +0 -25
  1330. package/vue2/src/blocks/button/button.vue +0 -68
  1331. package/vue2/src/blocks/button/component-info.ts +0 -35
  1332. package/vue2/src/blocks/columns/columns.vue +0 -238
  1333. package/vue2/src/blocks/columns/component-info.ts +0 -219
  1334. package/vue2/src/blocks/custom-code/component-info.ts +0 -24
  1335. package/vue2/src/blocks/custom-code/custom-code.vue +0 -88
  1336. package/vue2/src/blocks/embed/component-info.ts +0 -38
  1337. package/vue2/src/blocks/embed/embed.vue +0 -71
  1338. package/vue2/src/blocks/embed/helpers.ts +0 -2
  1339. package/vue2/src/blocks/form/component-info.ts +0 -233
  1340. package/vue2/src/blocks/form/form.vue +0 -7
  1341. package/vue2/src/blocks/fragment/component-info.ts +0 -8
  1342. package/vue2/src/blocks/fragment/fragment.vue +0 -19
  1343. package/vue2/src/blocks/helpers.ts +0 -43
  1344. package/vue2/src/blocks/image/component-info.ts +0 -124
  1345. package/vue2/src/blocks/image/image.helpers.ts +0 -47
  1346. package/vue2/src/blocks/image/image.vue +0 -174
  1347. package/vue2/src/blocks/img/component-info.ts +0 -16
  1348. package/vue2/src/blocks/img/img.vue +0 -59
  1349. package/vue2/src/blocks/input/component-info.ts +0 -47
  1350. package/vue2/src/blocks/input/input.vue +0 -52
  1351. package/vue2/src/blocks/raw-text/component-info.ts +0 -11
  1352. package/vue2/src/blocks/raw-text/raw-text.vue +0 -35
  1353. package/vue2/src/blocks/section/component-info.ts +0 -41
  1354. package/vue2/src/blocks/section/section.vue +0 -47
  1355. package/vue2/src/blocks/select/component-info.ts +0 -44
  1356. package/vue2/src/blocks/select/select.vue +0 -50
  1357. package/vue2/src/blocks/submit-button/component-info.ts +0 -27
  1358. package/vue2/src/blocks/submit-button/submit-button.vue +0 -34
  1359. package/vue2/src/blocks/symbol/component-info.ts +0 -35
  1360. package/vue2/src/blocks/symbol/symbol.helpers.ts +0 -47
  1361. package/vue2/src/blocks/symbol/symbol.vue +0 -143
  1362. package/vue2/src/blocks/text/component-info.ts +0 -20
  1363. package/vue2/src/blocks/text/text.vue +0 -23
  1364. package/vue2/src/blocks/textarea/component-info.ts +0 -38
  1365. package/vue2/src/blocks/textarea/textarea.vue +0 -38
  1366. package/vue2/src/blocks/video/component-info.ts +0 -83
  1367. package/vue2/src/blocks/video/video.vue +0 -105
  1368. package/vue2/src/components/block/block.helpers.ts +0 -89
  1369. package/vue2/src/components/block/block.vue +0 -203
  1370. package/vue2/src/components/block/components/block-styles.vue +0 -110
  1371. package/vue2/src/components/block/components/block-wrapper.vue +0 -83
  1372. package/vue2/src/components/block/components/component-ref/component-ref.helpers.ts +0 -52
  1373. package/vue2/src/components/block/components/component-ref/component-ref.vue +0 -97
  1374. package/vue2/src/components/block/components/interactive-element.vue +0 -48
  1375. package/vue2/src/components/block/components/repeated-block.vue +0 -51
  1376. package/vue2/src/components/block/types.ts +0 -6
  1377. package/vue2/src/components/blocks/blocks-wrapper.vue +0 -91
  1378. package/vue2/src/components/blocks/blocks.vue +0 -99
  1379. package/vue2/src/components/content/components/enable-editor.vue +0 -418
  1380. package/vue2/src/components/content/components/styles.helpers.ts +0 -77
  1381. package/vue2/src/components/content/components/styles.vue +0 -60
  1382. package/vue2/src/components/content/content.helpers.ts +0 -42
  1383. package/vue2/src/components/content/content.types.ts +0 -23
  1384. package/vue2/src/components/content/content.vue +0 -205
  1385. package/vue2/src/components/content/index.ts +0 -1
  1386. package/vue2/src/components/content/wrap-component-ref.ts +0 -6
  1387. package/vue2/src/components/content-variants/content-variants.types.ts +0 -20
  1388. package/vue2/src/components/content-variants/content-variants.vue +0 -177
  1389. package/vue2/src/components/content-variants/helpers.ts +0 -207
  1390. package/vue2/src/components/inlined-script.vue +0 -18
  1391. package/vue2/src/components/inlined-styles.vue +0 -18
  1392. package/vue2/src/constants/builder-registered-components.ts +0 -62
  1393. package/vue2/src/constants/device-sizes.ts +0 -59
  1394. package/vue2/src/constants/sdk-version.ts +0 -1
  1395. package/vue2/src/constants/target.ts +0 -4
  1396. package/vue2/src/context/builder.context.ts +0 -16
  1397. package/vue2/src/context/components.context.ts +0 -6
  1398. package/vue2/src/context/types.ts +0 -36
  1399. package/vue2/src/functions/apply-patch-with-mutation.ts +0 -61
  1400. package/vue2/src/functions/camel-to-kebab-case.ts +0 -1
  1401. package/vue2/src/functions/deopt.ts +0 -6
  1402. package/vue2/src/functions/evaluate/browser-runtime/browser.ts +0 -41
  1403. package/vue2/src/functions/evaluate/browser-runtime/index.ts +0 -1
  1404. package/vue2/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +0 -2891
  1405. package/vue2/src/functions/evaluate/edge-runtime/edge-runtime.ts +0 -96
  1406. package/vue2/src/functions/evaluate/edge-runtime/index.ts +0 -1
  1407. package/vue2/src/functions/evaluate/evaluate.ts +0 -66
  1408. package/vue2/src/functions/evaluate/helpers.ts +0 -32
  1409. package/vue2/src/functions/evaluate/index.ts +0 -1
  1410. package/vue2/src/functions/evaluate/node-runtime/index.ts +0 -1
  1411. package/vue2/src/functions/evaluate/placeholder-runtime.ts +0 -4
  1412. package/vue2/src/functions/event-handler-name.ts +0 -1
  1413. package/vue2/src/functions/extract-text-styles.ts +0 -24
  1414. package/vue2/src/functions/fast-clone.ts +0 -4
  1415. package/vue2/src/functions/fetch-builder-props.ts +0 -62
  1416. package/vue2/src/functions/get-block-actions-handler.ts +0 -16
  1417. package/vue2/src/functions/get-block-actions.ts +0 -36
  1418. package/vue2/src/functions/get-block-component-options.ts +0 -11
  1419. package/vue2/src/functions/get-block-properties.ts +0 -82
  1420. package/vue2/src/functions/get-builder-search-params/index.ts +0 -40
  1421. package/vue2/src/functions/get-content/generate-content-url.ts +0 -45
  1422. package/vue2/src/functions/get-content/index.ts +0 -110
  1423. package/vue2/src/functions/get-content/types.ts +0 -62
  1424. package/vue2/src/functions/get-fetch.ts +0 -11
  1425. package/vue2/src/functions/get-global-this.ts +0 -16
  1426. package/vue2/src/functions/get-processed-block.ts +0 -69
  1427. package/vue2/src/functions/get-react-native-block-styles.ts +0 -27
  1428. package/vue2/src/functions/is-browser.ts +0 -3
  1429. package/vue2/src/functions/is-edge-runtime.ts +0 -9
  1430. package/vue2/src/functions/is-editing.ts +0 -5
  1431. package/vue2/src/functions/is-iframe.ts +0 -4
  1432. package/vue2/src/functions/is-previewing.ts +0 -11
  1433. package/vue2/src/functions/on-change.ts +0 -29
  1434. package/vue2/src/functions/register-component.ts +0 -48
  1435. package/vue2/src/functions/register.ts +0 -44
  1436. package/vue2/src/functions/sanitize-react-native-block-styles.ts +0 -58
  1437. package/vue2/src/functions/set-editor-settings.ts +0 -15
  1438. package/vue2/src/functions/set.ts +0 -14
  1439. package/vue2/src/functions/track/helpers.ts +0 -51
  1440. package/vue2/src/functions/track/index.ts +0 -131
  1441. package/vue2/src/functions/track/interaction.ts +0 -63
  1442. package/vue2/src/functions/transform-block-properties.ts +0 -18
  1443. package/vue2/src/functions/transform-block.ts +0 -6
  1444. package/vue2/src/helpers/ab-tests.ts +0 -166
  1445. package/vue2/src/helpers/canTrack.ts +0 -2
  1446. package/vue2/src/helpers/cookie.ts +0 -81
  1447. package/vue2/src/helpers/css.ts +0 -33
  1448. package/vue2/src/helpers/flatten.ts +0 -19
  1449. package/vue2/src/helpers/localStorage.ts +0 -36
  1450. package/vue2/src/helpers/logger.ts +0 -7
  1451. package/vue2/src/helpers/nullable.ts +0 -2
  1452. package/vue2/src/helpers/preview-lru-cache/get.ts +0 -4
  1453. package/vue2/src/helpers/preview-lru-cache/init.ts +0 -7
  1454. package/vue2/src/helpers/preview-lru-cache/set.ts +0 -12
  1455. package/vue2/src/helpers/sessionId.ts +0 -37
  1456. package/vue2/src/helpers/time.ts +0 -2
  1457. package/vue2/src/helpers/url.ts +0 -15
  1458. package/vue2/src/helpers/uuid.ts +0 -17
  1459. package/vue2/src/helpers/visitorId.ts +0 -37
  1460. package/vue2/src/index-helpers/blocks-exports.ts +0 -20
  1461. package/vue2/src/index-helpers/top-of-file.ts +0 -4
  1462. package/vue2/src/index.ts +0 -8
  1463. package/vue2/src/scripts/init-editing.ts +0 -113
  1464. package/vue2/src/server-index.ts +0 -15
  1465. package/vue2/tsconfig.config.json +0 -8
  1466. package/vue2/tsconfig.json +0 -16
  1467. package/vue2/vite.config.js +0 -31
  1468. package/vue3/env.d.ts +0 -1
  1469. package/vue3/node_modules/@types/node/LICENSE +0 -21
  1470. package/vue3/node_modules/@types/node/README.md +0 -16
  1471. package/vue3/node_modules/@types/node/assert/strict.d.ts +0 -8
  1472. package/vue3/node_modules/@types/node/assert.d.ts +0 -962
  1473. package/vue3/node_modules/@types/node/async_hooks.d.ts +0 -497
  1474. package/vue3/node_modules/@types/node/buffer.d.ts +0 -2236
  1475. package/vue3/node_modules/@types/node/child_process.d.ts +0 -1396
  1476. package/vue3/node_modules/@types/node/cluster.d.ts +0 -414
  1477. package/vue3/node_modules/@types/node/console.d.ts +0 -412
  1478. package/vue3/node_modules/@types/node/constants.d.ts +0 -18
  1479. package/vue3/node_modules/@types/node/crypto.d.ts +0 -3869
  1480. package/vue3/node_modules/@types/node/dgram.d.ts +0 -545
  1481. package/vue3/node_modules/@types/node/diagnostics_channel.d.ts +0 -191
  1482. package/vue3/node_modules/@types/node/dns/promises.d.ts +0 -369
  1483. package/vue3/node_modules/@types/node/dns.d.ts +0 -655
  1484. package/vue3/node_modules/@types/node/domain.d.ts +0 -170
  1485. package/vue3/node_modules/@types/node/events.d.ts +0 -641
  1486. package/vue3/node_modules/@types/node/fs/promises.d.ts +0 -1094
  1487. package/vue3/node_modules/@types/node/fs.d.ts +0 -3803
  1488. package/vue3/node_modules/@types/node/globals.d.ts +0 -287
  1489. package/vue3/node_modules/@types/node/globals.global.d.ts +0 -1
  1490. package/vue3/node_modules/@types/node/http.d.ts +0 -1504
  1491. package/vue3/node_modules/@types/node/http2.d.ts +0 -2100
  1492. package/vue3/node_modules/@types/node/https.d.ts +0 -532
  1493. package/vue3/node_modules/@types/node/index.d.ts +0 -131
  1494. package/vue3/node_modules/@types/node/inspector.d.ts +0 -2745
  1495. package/vue3/node_modules/@types/node/module.d.ts +0 -115
  1496. package/vue3/node_modules/@types/node/net.d.ts +0 -828
  1497. package/vue3/node_modules/@types/node/os.d.ts +0 -455
  1498. package/vue3/node_modules/@types/node/package.json +0 -232
  1499. package/vue3/node_modules/@types/node/path.d.ts +0 -191
  1500. package/vue3/node_modules/@types/node/perf_hooks.d.ts +0 -586
  1501. package/vue3/node_modules/@types/node/process.d.ts +0 -1481
  1502. package/vue3/node_modules/@types/node/punycode.d.ts +0 -117
  1503. package/vue3/node_modules/@types/node/querystring.d.ts +0 -131
  1504. package/vue3/node_modules/@types/node/readline.d.ts +0 -543
  1505. package/vue3/node_modules/@types/node/repl.d.ts +0 -424
  1506. package/vue3/node_modules/@types/node/stream/consumers.d.ts +0 -12
  1507. package/vue3/node_modules/@types/node/stream/promises.d.ts +0 -42
  1508. package/vue3/node_modules/@types/node/stream/web.d.ts +0 -392
  1509. package/vue3/node_modules/@types/node/stream.d.ts +0 -1363
  1510. package/vue3/node_modules/@types/node/string_decoder.d.ts +0 -67
  1511. package/vue3/node_modules/@types/node/test.d.ts +0 -190
  1512. package/vue3/node_modules/@types/node/timers/promises.d.ts +0 -93
  1513. package/vue3/node_modules/@types/node/timers.d.ts +0 -94
  1514. package/vue3/node_modules/@types/node/tls.d.ts +0 -1019
  1515. package/vue3/node_modules/@types/node/trace_events.d.ts +0 -161
  1516. package/vue3/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
  1517. package/vue3/node_modules/@types/node/ts4.8/assert.d.ts +0 -962
  1518. package/vue3/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -497
  1519. package/vue3/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2236
  1520. package/vue3/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1396
  1521. package/vue3/node_modules/@types/node/ts4.8/cluster.d.ts +0 -414
  1522. package/vue3/node_modules/@types/node/ts4.8/console.d.ts +0 -412
  1523. package/vue3/node_modules/@types/node/ts4.8/constants.d.ts +0 -18
  1524. package/vue3/node_modules/@types/node/ts4.8/crypto.d.ts +0 -3866
  1525. package/vue3/node_modules/@types/node/ts4.8/dgram.d.ts +0 -545
  1526. package/vue3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -191
  1527. package/vue3/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -368
  1528. package/vue3/node_modules/@types/node/ts4.8/dns.d.ts +0 -654
  1529. package/vue3/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
  1530. package/vue3/node_modules/@types/node/ts4.8/events.d.ts +0 -641
  1531. package/vue3/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1094
  1532. package/vue3/node_modules/@types/node/ts4.8/fs.d.ts +0 -3802
  1533. package/vue3/node_modules/@types/node/ts4.8/globals.d.ts +0 -284
  1534. package/vue3/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
  1535. package/vue3/node_modules/@types/node/ts4.8/http.d.ts +0 -1503
  1536. package/vue3/node_modules/@types/node/ts4.8/http2.d.ts +0 -2100
  1537. package/vue3/node_modules/@types/node/ts4.8/https.d.ts +0 -532
  1538. package/vue3/node_modules/@types/node/ts4.8/index.d.ts +0 -86
  1539. package/vue3/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2745
  1540. package/vue3/node_modules/@types/node/ts4.8/module.d.ts +0 -115
  1541. package/vue3/node_modules/@types/node/ts4.8/net.d.ts +0 -828
  1542. package/vue3/node_modules/@types/node/ts4.8/os.d.ts +0 -456
  1543. package/vue3/node_modules/@types/node/ts4.8/path.d.ts +0 -191
  1544. package/vue3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -586
  1545. package/vue3/node_modules/@types/node/ts4.8/process.d.ts +0 -1481
  1546. package/vue3/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
  1547. package/vue3/node_modules/@types/node/ts4.8/querystring.d.ts +0 -131
  1548. package/vue3/node_modules/@types/node/ts4.8/readline.d.ts +0 -543
  1549. package/vue3/node_modules/@types/node/ts4.8/repl.d.ts +0 -424
  1550. package/vue3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
  1551. package/vue3/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -42
  1552. package/vue3/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -392
  1553. package/vue3/node_modules/@types/node/ts4.8/stream.d.ts +0 -1363
  1554. package/vue3/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
  1555. package/vue3/node_modules/@types/node/ts4.8/test.d.ts +0 -190
  1556. package/vue3/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
  1557. package/vue3/node_modules/@types/node/ts4.8/timers.d.ts +0 -94
  1558. package/vue3/node_modules/@types/node/ts4.8/tls.d.ts +0 -1019
  1559. package/vue3/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -161
  1560. package/vue3/node_modules/@types/node/ts4.8/tty.d.ts +0 -204
  1561. package/vue3/node_modules/@types/node/ts4.8/url.d.ts +0 -855
  1562. package/vue3/node_modules/@types/node/ts4.8/util.d.ts +0 -1594
  1563. package/vue3/node_modules/@types/node/ts4.8/v8.d.ts +0 -472
  1564. package/vue3/node_modules/@types/node/ts4.8/vm.d.ts +0 -507
  1565. package/vue3/node_modules/@types/node/ts4.8/wasi.d.ts +0 -158
  1566. package/vue3/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -649
  1567. package/vue3/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
  1568. package/vue3/node_modules/@types/node/tty.d.ts +0 -204
  1569. package/vue3/node_modules/@types/node/url.d.ts +0 -855
  1570. package/vue3/node_modules/@types/node/util.d.ts +0 -1594
  1571. package/vue3/node_modules/@types/node/v8.d.ts +0 -472
  1572. package/vue3/node_modules/@types/node/vm.d.ts +0 -507
  1573. package/vue3/node_modules/@types/node/wasi.d.ts +0 -158
  1574. package/vue3/node_modules/@types/node/worker_threads.d.ts +0 -649
  1575. package/vue3/node_modules/@types/node/zlib.d.ts +0 -517
  1576. package/vue3/node_modules/@vitejs/plugin-vue/LICENSE +0 -21
  1577. package/vue3/node_modules/@vitejs/plugin-vue/README.md +0 -171
  1578. package/vue3/node_modules/@vitejs/plugin-vue/package.json +0 -51
  1579. package/vue3/node_modules/@vue/server-renderer/LICENSE +0 -21
  1580. package/vue3/node_modules/@vue/server-renderer/README.md +0 -178
  1581. package/vue3/node_modules/@vue/server-renderer/index.js +0 -7
  1582. package/vue3/node_modules/@vue/server-renderer/package.json +0 -41
  1583. package/vue3/node_modules/@vue/tsconfig/README.md +0 -31
  1584. package/vue3/node_modules/@vue/tsconfig/package.json +0 -35
  1585. package/vue3/node_modules/@vue/tsconfig/tsconfig.json +0 -40
  1586. package/vue3/node_modules/@vue/tsconfig/tsconfig.node.json +0 -17
  1587. package/vue3/node_modules/@vue/tsconfig/tsconfig.web.json +0 -19
  1588. package/vue3/node_modules/esbuild/LICENSE.md +0 -21
  1589. package/vue3/node_modules/esbuild/README.md +0 -3
  1590. package/vue3/node_modules/esbuild/bin/esbuild +0 -212
  1591. package/vue3/node_modules/esbuild/install.js +0 -245
  1592. package/vue3/node_modules/esbuild/package.json +0 -42
  1593. package/vue3/node_modules/vite/LICENSE.md +0 -3450
  1594. package/vue3/node_modules/vite/README.md +0 -20
  1595. package/vue3/node_modules/vite/bin/openChrome.applescript +0 -95
  1596. package/vue3/node_modules/vite/bin/vite.js +0 -61
  1597. package/vue3/node_modules/vite/client.d.ts +0 -248
  1598. package/vue3/node_modules/vite/index.cjs +0 -34
  1599. package/vue3/node_modules/vite/package.json +0 -154
  1600. package/vue3/node_modules/vite-plugin-dts/LICENSE +0 -21
  1601. package/vue3/node_modules/vite-plugin-dts/README.md +0 -368
  1602. package/vue3/node_modules/vite-plugin-dts/README.zh-CN.md +0 -368
  1603. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +0 -21
  1604. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +0 -36
  1605. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +0 -67
  1606. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +0 -16
  1607. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +0 -120
  1608. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +0 -8
  1609. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +0 -5
  1610. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +0 -28
  1611. package/vue3/node_modules/vite-plugin-dts/package.json +0 -103
  1612. package/vue3/node_modules/vue/LICENSE +0 -21
  1613. package/vue3/node_modules/vue/README.md +0 -54
  1614. package/vue3/node_modules/vue/compiler-sfc/index.d.mts +0 -1
  1615. package/vue3/node_modules/vue/compiler-sfc/index.d.ts +0 -1
  1616. package/vue3/node_modules/vue/compiler-sfc/index.js +0 -3
  1617. package/vue3/node_modules/vue/compiler-sfc/index.mjs +0 -3
  1618. package/vue3/node_modules/vue/compiler-sfc/package.json +0 -4
  1619. package/vue3/node_modules/vue/compiler-sfc/register-ts.js +0 -5
  1620. package/vue3/node_modules/vue/index.js +0 -7
  1621. package/vue3/node_modules/vue/index.mjs +0 -1
  1622. package/vue3/node_modules/vue/jsx-runtime/index.d.ts +0 -29
  1623. package/vue3/node_modules/vue/jsx-runtime/index.js +0 -15
  1624. package/vue3/node_modules/vue/jsx-runtime/index.mjs +0 -17
  1625. package/vue3/node_modules/vue/jsx-runtime/package.json +0 -5
  1626. package/vue3/node_modules/vue/jsx.d.ts +0 -26
  1627. package/vue3/node_modules/vue/macros-global.d.ts +0 -19
  1628. package/vue3/node_modules/vue/macros.d.ts +0 -112
  1629. package/vue3/node_modules/vue/package.json +0 -103
  1630. package/vue3/node_modules/vue/ref-macros.d.ts +0 -2
  1631. package/vue3/node_modules/vue/server-renderer/index.d.mts +0 -1
  1632. package/vue3/node_modules/vue/server-renderer/index.d.ts +0 -1
  1633. package/vue3/node_modules/vue/server-renderer/index.js +0 -1
  1634. package/vue3/node_modules/vue/server-renderer/index.mjs +0 -1
  1635. package/vue3/node_modules/vue/server-renderer/package.json +0 -4
  1636. package/vue3/node_modules/vue-tsc/LICENSE +0 -21
  1637. package/vue3/node_modules/vue-tsc/README.md +0 -44
  1638. package/vue3/node_modules/vue-tsc/bin/vue-tsc.js +0 -48
  1639. package/vue3/node_modules/vue-tsc/out/proxy.d.ts +0 -4
  1640. package/vue3/node_modules/vue-tsc/out/proxy.js +0 -110
  1641. package/vue3/node_modules/vue-tsc/package.json +0 -26
  1642. package/vue3/src/blocks/BaseText.vue +0 -25
  1643. package/vue3/src/blocks/button/button.vue +0 -71
  1644. package/vue3/src/blocks/button/component-info.ts +0 -35
  1645. package/vue3/src/blocks/columns/columns.vue +0 -220
  1646. package/vue3/src/blocks/columns/component-info.ts +0 -219
  1647. package/vue3/src/blocks/custom-code/component-info.ts +0 -24
  1648. package/vue3/src/blocks/custom-code/custom-code.vue +0 -88
  1649. package/vue3/src/blocks/embed/component-info.ts +0 -38
  1650. package/vue3/src/blocks/embed/embed.vue +0 -71
  1651. package/vue3/src/blocks/embed/helpers.ts +0 -2
  1652. package/vue3/src/blocks/form/component-info.ts +0 -233
  1653. package/vue3/src/blocks/form/form.vue +0 -7
  1654. package/vue3/src/blocks/fragment/component-info.ts +0 -8
  1655. package/vue3/src/blocks/fragment/fragment.vue +0 -19
  1656. package/vue3/src/blocks/helpers.ts +0 -43
  1657. package/vue3/src/blocks/image/component-info.ts +0 -124
  1658. package/vue3/src/blocks/image/image.helpers.ts +0 -47
  1659. package/vue3/src/blocks/image/image.vue +0 -172
  1660. package/vue3/src/blocks/img/component-info.ts +0 -16
  1661. package/vue3/src/blocks/img/img.vue +0 -59
  1662. package/vue3/src/blocks/input/component-info.ts +0 -47
  1663. package/vue3/src/blocks/input/input.vue +0 -52
  1664. package/vue3/src/blocks/raw-text/component-info.ts +0 -11
  1665. package/vue3/src/blocks/raw-text/raw-text.vue +0 -35
  1666. package/vue3/src/blocks/section/component-info.ts +0 -41
  1667. package/vue3/src/blocks/section/section.vue +0 -47
  1668. package/vue3/src/blocks/select/component-info.ts +0 -44
  1669. package/vue3/src/blocks/select/select.vue +0 -46
  1670. package/vue3/src/blocks/submit-button/component-info.ts +0 -27
  1671. package/vue3/src/blocks/submit-button/submit-button.vue +0 -34
  1672. package/vue3/src/blocks/symbol/component-info.ts +0 -35
  1673. package/vue3/src/blocks/symbol/symbol.helpers.ts +0 -47
  1674. package/vue3/src/blocks/symbol/symbol.vue +0 -134
  1675. package/vue3/src/blocks/text/component-info.ts +0 -20
  1676. package/vue3/src/blocks/text/text.vue +0 -23
  1677. package/vue3/src/blocks/textarea/component-info.ts +0 -38
  1678. package/vue3/src/blocks/textarea/textarea.vue +0 -38
  1679. package/vue3/src/blocks/video/component-info.ts +0 -83
  1680. package/vue3/src/blocks/video/video.vue +0 -105
  1681. package/vue3/src/components/block/block.helpers.ts +0 -89
  1682. package/vue3/src/components/block/block.vue +0 -214
  1683. package/vue3/src/components/block/components/block-styles.vue +0 -100
  1684. package/vue3/src/components/block/components/block-wrapper.vue +0 -86
  1685. package/vue3/src/components/block/components/component-ref/component-ref.helpers.ts +0 -52
  1686. package/vue3/src/components/block/components/component-ref/component-ref.vue +0 -74
  1687. package/vue3/src/components/block/components/interactive-element.vue +0 -48
  1688. package/vue3/src/components/block/components/repeated-block.vue +0 -51
  1689. package/vue3/src/components/block/types.ts +0 -6
  1690. package/vue3/src/components/blocks/blocks-wrapper.vue +0 -91
  1691. package/vue3/src/components/blocks/blocks.vue +0 -78
  1692. package/vue3/src/components/content/components/enable-editor.vue +0 -419
  1693. package/vue3/src/components/content/components/styles.helpers.ts +0 -77
  1694. package/vue3/src/components/content/components/styles.vue +0 -51
  1695. package/vue3/src/components/content/content.helpers.ts +0 -42
  1696. package/vue3/src/components/content/content.types.ts +0 -23
  1697. package/vue3/src/components/content/content.vue +0 -169
  1698. package/vue3/src/components/content/index.ts +0 -1
  1699. package/vue3/src/components/content/wrap-component-ref.ts +0 -7
  1700. package/vue3/src/components/content-variants/content-variants.types.ts +0 -20
  1701. package/vue3/src/components/content-variants/content-variants.vue +0 -151
  1702. package/vue3/src/components/content-variants/helpers.ts +0 -207
  1703. package/vue3/src/components/inlined-script.vue +0 -12
  1704. package/vue3/src/components/inlined-styles.vue +0 -12
  1705. package/vue3/src/constants/builder-registered-components.ts +0 -62
  1706. package/vue3/src/constants/device-sizes.ts +0 -59
  1707. package/vue3/src/constants/sdk-version.ts +0 -1
  1708. package/vue3/src/constants/target.ts +0 -4
  1709. package/vue3/src/context/builder.context.ts +0 -16
  1710. package/vue3/src/context/components.context.ts +0 -6
  1711. package/vue3/src/context/types.ts +0 -36
  1712. package/vue3/src/functions/apply-patch-with-mutation.ts +0 -61
  1713. package/vue3/src/functions/camel-to-kebab-case.ts +0 -1
  1714. package/vue3/src/functions/deopt.ts +0 -6
  1715. package/vue3/src/functions/evaluate/browser-runtime/browser.ts +0 -41
  1716. package/vue3/src/functions/evaluate/browser-runtime/index.ts +0 -1
  1717. package/vue3/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +0 -2891
  1718. package/vue3/src/functions/evaluate/edge-runtime/edge-runtime.ts +0 -96
  1719. package/vue3/src/functions/evaluate/edge-runtime/index.ts +0 -1
  1720. package/vue3/src/functions/evaluate/evaluate.ts +0 -66
  1721. package/vue3/src/functions/evaluate/helpers.ts +0 -32
  1722. package/vue3/src/functions/evaluate/index.ts +0 -1
  1723. package/vue3/src/functions/evaluate/node-runtime/index.ts +0 -1
  1724. package/vue3/src/functions/evaluate/placeholder-runtime.ts +0 -4
  1725. package/vue3/src/functions/event-handler-name.ts +0 -1
  1726. package/vue3/src/functions/extract-text-styles.ts +0 -24
  1727. package/vue3/src/functions/fast-clone.ts +0 -4
  1728. package/vue3/src/functions/fetch-builder-props.ts +0 -62
  1729. package/vue3/src/functions/get-block-actions-handler.ts +0 -16
  1730. package/vue3/src/functions/get-block-actions.ts +0 -36
  1731. package/vue3/src/functions/get-block-component-options.ts +0 -11
  1732. package/vue3/src/functions/get-block-properties.ts +0 -82
  1733. package/vue3/src/functions/get-builder-search-params/index.ts +0 -40
  1734. package/vue3/src/functions/get-content/generate-content-url.ts +0 -45
  1735. package/vue3/src/functions/get-content/index.ts +0 -110
  1736. package/vue3/src/functions/get-content/types.ts +0 -62
  1737. package/vue3/src/functions/get-fetch.ts +0 -11
  1738. package/vue3/src/functions/get-global-this.ts +0 -16
  1739. package/vue3/src/functions/get-processed-block.ts +0 -69
  1740. package/vue3/src/functions/get-react-native-block-styles.ts +0 -27
  1741. package/vue3/src/functions/is-browser.ts +0 -3
  1742. package/vue3/src/functions/is-edge-runtime.ts +0 -9
  1743. package/vue3/src/functions/is-editing.ts +0 -5
  1744. package/vue3/src/functions/is-iframe.ts +0 -4
  1745. package/vue3/src/functions/is-previewing.ts +0 -11
  1746. package/vue3/src/functions/on-change.ts +0 -29
  1747. package/vue3/src/functions/register-component.ts +0 -48
  1748. package/vue3/src/functions/register.ts +0 -44
  1749. package/vue3/src/functions/sanitize-react-native-block-styles.ts +0 -58
  1750. package/vue3/src/functions/set-editor-settings.ts +0 -15
  1751. package/vue3/src/functions/set.ts +0 -14
  1752. package/vue3/src/functions/track/helpers.ts +0 -51
  1753. package/vue3/src/functions/track/index.ts +0 -131
  1754. package/vue3/src/functions/track/interaction.ts +0 -63
  1755. package/vue3/src/functions/transform-block-properties.ts +0 -18
  1756. package/vue3/src/functions/transform-block.ts +0 -6
  1757. package/vue3/src/helpers/ab-tests.ts +0 -166
  1758. package/vue3/src/helpers/canTrack.ts +0 -2
  1759. package/vue3/src/helpers/cookie.ts +0 -81
  1760. package/vue3/src/helpers/css.ts +0 -33
  1761. package/vue3/src/helpers/flatten.ts +0 -19
  1762. package/vue3/src/helpers/localStorage.ts +0 -36
  1763. package/vue3/src/helpers/logger.ts +0 -7
  1764. package/vue3/src/helpers/nullable.ts +0 -2
  1765. package/vue3/src/helpers/preview-lru-cache/get.ts +0 -4
  1766. package/vue3/src/helpers/preview-lru-cache/init.ts +0 -7
  1767. package/vue3/src/helpers/preview-lru-cache/set.ts +0 -12
  1768. package/vue3/src/helpers/sessionId.ts +0 -37
  1769. package/vue3/src/helpers/time.ts +0 -2
  1770. package/vue3/src/helpers/url.ts +0 -15
  1771. package/vue3/src/helpers/uuid.ts +0 -17
  1772. package/vue3/src/helpers/visitorId.ts +0 -37
  1773. package/vue3/src/index-helpers/blocks-exports.ts +0 -20
  1774. package/vue3/src/index-helpers/top-of-file.ts +0 -4
  1775. package/vue3/src/index.ts +0 -8
  1776. package/vue3/src/scripts/init-editing.ts +0 -113
  1777. package/vue3/src/server-index.ts +0 -15
  1778. package/vue3/tsconfig.config.json +0 -8
  1779. package/vue3/tsconfig.json +0 -17
  1780. package/vue3/vite.config.js +0 -31
  1781. /package/vue2/{src/helpers/preview-lru-cache/helpers.ts → lib/browser/helpers/preview-lru-cache/helpers.d.ts} +0 -0
  1782. /package/vue2/{src/helpers/preview-lru-cache/types.ts → lib/browser/helpers/preview-lru-cache/types.d.ts} +0 -0
  1783. /package/{vue3/src/helpers/preview-lru-cache/helpers.ts → vue2/lib/edge/helpers/preview-lru-cache/helpers.d.ts} +0 -0
  1784. /package/{vue3/src/helpers/preview-lru-cache/types.ts → vue2/lib/edge/helpers/preview-lru-cache/types.d.ts} +0 -0
@@ -1,1094 +0,0 @@
1
- /**
2
- * The `fs/promises` API provides asynchronous file system methods that return
3
- * promises.
4
- *
5
- * The promise APIs use the underlying Node.js threadpool to perform file
6
- * system operations off the event loop thread. These operations are not
7
- * synchronized or threadsafe. Care must be taken when performing multiple
8
- * concurrent modifications on the same file or data corruption may occur.
9
- * @since v10.0.0
10
- */
11
- declare module 'fs/promises' {
12
- import { Abortable } from 'node:events';
13
- import { Stream } from 'node:stream';
14
- import {
15
- BigIntStats,
16
- BufferEncodingOption,
17
- constants as fsConstants,
18
- CopyOptions,
19
- Dir,
20
- Dirent,
21
- MakeDirectoryOptions,
22
- Mode,
23
- ObjectEncodingOptions,
24
- OpenDirOptions,
25
- OpenMode,
26
- PathLike,
27
- ReadStream,
28
- ReadVResult,
29
- RmDirOptions,
30
- RmOptions,
31
- StatOptions,
32
- Stats,
33
- WatchEventType,
34
- WatchOptions,
35
- WriteStream,
36
- WriteVResult,
37
- } from 'node:fs';
38
- interface FileChangeInfo<T extends string | Buffer> {
39
- eventType: WatchEventType;
40
- filename: T | null;
41
- }
42
- interface FlagAndOpenMode {
43
- mode?: Mode | undefined;
44
- flag?: OpenMode | undefined;
45
- }
46
- interface FileReadResult<T extends ArrayBufferView> {
47
- bytesRead: number;
48
- buffer: T;
49
- }
50
- interface FileReadOptions<T extends ArrayBufferView = Buffer> {
51
- /**
52
- * @default `Buffer.alloc(0xffff)`
53
- */
54
- buffer?: T;
55
- /**
56
- * @default 0
57
- */
58
- offset?: number | null;
59
- /**
60
- * @default `buffer.byteLength`
61
- */
62
- length?: number | null;
63
- position?: number | null;
64
- }
65
- interface CreateReadStreamOptions {
66
- encoding?: BufferEncoding | null | undefined;
67
- autoClose?: boolean | undefined;
68
- emitClose?: boolean | undefined;
69
- start?: number | undefined;
70
- end?: number | undefined;
71
- highWaterMark?: number | undefined;
72
- }
73
- interface CreateWriteStreamOptions {
74
- encoding?: BufferEncoding | null | undefined;
75
- autoClose?: boolean | undefined;
76
- emitClose?: boolean | undefined;
77
- start?: number | undefined;
78
- }
79
- // TODO: Add `EventEmitter` close
80
- interface FileHandle {
81
- /**
82
- * The numeric file descriptor managed by the {FileHandle} object.
83
- * @since v10.0.0
84
- */
85
- readonly fd: number;
86
- /**
87
- * Alias of `filehandle.writeFile()`.
88
- *
89
- * When operating on file handles, the mode cannot be changed from what it was set
90
- * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`.
91
- * @since v10.0.0
92
- * @return Fulfills with `undefined` upon success.
93
- */
94
- appendFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>;
95
- /**
96
- * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html).
97
- * @since v10.0.0
98
- * @param uid The file's new owner's user id.
99
- * @param gid The file's new group's group id.
100
- * @return Fulfills with `undefined` upon success.
101
- */
102
- chown(uid: number, gid: number): Promise<void>;
103
- /**
104
- * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html).
105
- * @since v10.0.0
106
- * @param mode the file mode bit mask.
107
- * @return Fulfills with `undefined` upon success.
108
- */
109
- chmod(mode: Mode): Promise<void>;
110
- /**
111
- * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream
112
- * returned by this method has a default `highWaterMark` of 64 kb.
113
- *
114
- * `options` can include `start` and `end` values to read a range of bytes from
115
- * the file instead of the entire file. Both `start` and `end` are inclusive and
116
- * start counting at 0, allowed values are in the
117
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is
118
- * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from
119
- * the current file position. The `encoding` can be any one of those accepted by `Buffer`.
120
- *
121
- * If the `FileHandle` points to a character device that only supports blocking
122
- * reads (such as keyboard or sound card), read operations do not finish until data
123
- * is available. This can prevent the process from exiting and the stream from
124
- * closing naturally.
125
- *
126
- * By default, the stream will emit a `'close'` event after it has been
127
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
128
- *
129
- * ```js
130
- * import { open } from 'fs/promises';
131
- *
132
- * const fd = await open('/dev/input/event0');
133
- * // Create a stream from some character device.
134
- * const stream = fd.createReadStream();
135
- * setTimeout(() => {
136
- * stream.close(); // This may not close the stream.
137
- * // Artificially marking end-of-stream, as if the underlying resource had
138
- * // indicated end-of-file by itself, allows the stream to close.
139
- * // This does not cancel pending read operations, and if there is such an
140
- * // operation, the process may still not be able to exit successfully
141
- * // until it finishes.
142
- * stream.push(null);
143
- * stream.read(0);
144
- * }, 100);
145
- * ```
146
- *
147
- * If `autoClose` is false, then the file descriptor won't be closed, even if
148
- * there's an error. It is the application's responsibility to close it and make
149
- * sure there's no file descriptor leak. If `autoClose` is set to true (default
150
- * behavior), on `'error'` or `'end'` the file descriptor will be closed
151
- * automatically.
152
- *
153
- * An example to read the last 10 bytes of a file which is 100 bytes long:
154
- *
155
- * ```js
156
- * import { open } from 'fs/promises';
157
- *
158
- * const fd = await open('sample.txt');
159
- * fd.createReadStream({ start: 90, end: 99 });
160
- * ```
161
- * @since v16.11.0
162
- */
163
- createReadStream(options?: CreateReadStreamOptions): ReadStream;
164
- /**
165
- * `options` may also include a `start` option to allow writing data at some
166
- * position past the beginning of the file, allowed values are in the
167
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than replacing
168
- * it may require the `flags` `open` option to be set to `r+` rather than the
169
- * default `r`. The `encoding` can be any one of those accepted by `Buffer`.
170
- *
171
- * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false,
172
- * then the file descriptor won't be closed, even if there's an error.
173
- * It is the application's responsibility to close it and make sure there's no
174
- * file descriptor leak.
175
- *
176
- * By default, the stream will emit a `'close'` event after it has been
177
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
178
- * @since v16.11.0
179
- */
180
- createWriteStream(options?: CreateWriteStreamOptions): WriteStream;
181
- /**
182
- * Forces all currently queued I/O operations associated with the file to the
183
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details.
184
- *
185
- * Unlike `filehandle.sync` this method does not flush modified metadata.
186
- * @since v10.0.0
187
- * @return Fulfills with `undefined` upon success.
188
- */
189
- datasync(): Promise<void>;
190
- /**
191
- * Request that all data for the open file descriptor is flushed to the storage
192
- * device. The specific implementation is operating system and device specific.
193
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail.
194
- * @since v10.0.0
195
- * @return Fufills with `undefined` upon success.
196
- */
197
- sync(): Promise<void>;
198
- /**
199
- * Reads data from the file and stores that in the given buffer.
200
- *
201
- * If the file is not modified concurrently, the end-of-file is reached when the
202
- * number of bytes read is zero.
203
- * @since v10.0.0
204
- * @param buffer A buffer that will be filled with the file data read.
205
- * @param offset The location in the buffer at which to start filling.
206
- * @param length The number of bytes to read.
207
- * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an
208
- * integer, the current file position will remain unchanged.
209
- * @return Fulfills upon success with an object with two properties:
210
- */
211
- read<T extends ArrayBufferView>(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise<FileReadResult<T>>;
212
- read<T extends ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>;
213
- /**
214
- * Asynchronously reads the entire contents of a file.
215
- *
216
- * If `options` is a string, then it specifies the `encoding`.
217
- *
218
- * The `FileHandle` has to support reading.
219
- *
220
- * If one or more `filehandle.read()` calls are made on a file handle and then a`filehandle.readFile()` call is made, the data will be read from the current
221
- * position till the end of the file. It doesn't always read from the beginning
222
- * of the file.
223
- * @since v10.0.0
224
- * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the
225
- * data will be a string.
226
- */
227
- readFile(
228
- options?: {
229
- encoding?: null | undefined;
230
- flag?: OpenMode | undefined;
231
- } | null
232
- ): Promise<Buffer>;
233
- /**
234
- * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
235
- * The `FileHandle` must have been opened for reading.
236
- * @param options An object that may contain an optional flag.
237
- * If a flag is not provided, it defaults to `'r'`.
238
- */
239
- readFile(
240
- options:
241
- | {
242
- encoding: BufferEncoding;
243
- flag?: OpenMode | undefined;
244
- }
245
- | BufferEncoding
246
- ): Promise<string>;
247
- /**
248
- * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
249
- * The `FileHandle` must have been opened for reading.
250
- * @param options An object that may contain an optional flag.
251
- * If a flag is not provided, it defaults to `'r'`.
252
- */
253
- readFile(
254
- options?:
255
- | (ObjectEncodingOptions & {
256
- flag?: OpenMode | undefined;
257
- })
258
- | BufferEncoding
259
- | null
260
- ): Promise<string | Buffer>;
261
- /**
262
- * @since v10.0.0
263
- * @return Fulfills with an {fs.Stats} for the file.
264
- */
265
- stat(
266
- opts?: StatOptions & {
267
- bigint?: false | undefined;
268
- }
269
- ): Promise<Stats>;
270
- stat(
271
- opts: StatOptions & {
272
- bigint: true;
273
- }
274
- ): Promise<BigIntStats>;
275
- stat(opts?: StatOptions): Promise<Stats | BigIntStats>;
276
- /**
277
- * Truncates the file.
278
- *
279
- * If the file was larger than `len` bytes, only the first `len` bytes will be
280
- * retained in the file.
281
- *
282
- * The following example retains only the first four bytes of the file:
283
- *
284
- * ```js
285
- * import { open } from 'fs/promises';
286
- *
287
- * let filehandle = null;
288
- * try {
289
- * filehandle = await open('temp.txt', 'r+');
290
- * await filehandle.truncate(4);
291
- * } finally {
292
- * await filehandle?.close();
293
- * }
294
- * ```
295
- *
296
- * If the file previously was shorter than `len` bytes, it is extended, and the
297
- * extended part is filled with null bytes (`'\0'`):
298
- *
299
- * If `len` is negative then `0` will be used.
300
- * @since v10.0.0
301
- * @param [len=0]
302
- * @return Fulfills with `undefined` upon success.
303
- */
304
- truncate(len?: number): Promise<void>;
305
- /**
306
- * Change the file system timestamps of the object referenced by the `FileHandle` then resolves the promise with no arguments upon success.
307
- * @since v10.0.0
308
- */
309
- utimes(atime: string | number | Date, mtime: string | number | Date): Promise<void>;
310
- /**
311
- * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an
312
- * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or
313
- * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object, or an
314
- * object with an own `toString` function
315
- * property. The promise is resolved with no arguments upon success.
316
- *
317
- * If `options` is a string, then it specifies the `encoding`.
318
- *
319
- * The `FileHandle` has to support writing.
320
- *
321
- * It is unsafe to use `filehandle.writeFile()` multiple times on the same file
322
- * without waiting for the promise to be resolved (or rejected).
323
- *
324
- * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the
325
- * current position till the end of the file. It doesn't always write from the
326
- * beginning of the file.
327
- * @since v10.0.0
328
- */
329
- writeFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null): Promise<void>;
330
- /**
331
- * Write `buffer` to the file.
332
- *
333
- * If `buffer` is a plain object, it must have an own (not inherited) `toString`function property.
334
- *
335
- * The promise is resolved with an object containing two properties:
336
- *
337
- * It is unsafe to use `filehandle.write()` multiple times on the same file
338
- * without waiting for the promise to be resolved (or rejected). For this
339
- * scenario, use `fs.createWriteStream()`.
340
- *
341
- * On Linux, positional writes do not work when the file is opened in append mode.
342
- * The kernel ignores the position argument and always appends the data to
343
- * the end of the file.
344
- * @since v10.0.0
345
- * @param [offset=0] The start position from within `buffer` where the data to write begins.
346
- * @param [length=buffer.byteLength] The number of bytes from `buffer` to write.
347
- * @param position The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current position.
348
- * See the POSIX pwrite(2) documentation for more detail.
349
- */
350
- write<TBuffer extends Uint8Array>(
351
- buffer: TBuffer,
352
- offset?: number | null,
353
- length?: number | null,
354
- position?: number | null
355
- ): Promise<{
356
- bytesWritten: number;
357
- buffer: TBuffer;
358
- }>;
359
- write(
360
- data: string,
361
- position?: number | null,
362
- encoding?: BufferEncoding | null
363
- ): Promise<{
364
- bytesWritten: number;
365
- buffer: string;
366
- }>;
367
- /**
368
- * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file.
369
- *
370
- * The promise is resolved with an object containing a two properties:
371
- *
372
- * It is unsafe to call `writev()` multiple times on the same file without waiting
373
- * for the promise to be resolved (or rejected).
374
- *
375
- * On Linux, positional writes don't work when the file is opened in append mode.
376
- * The kernel ignores the position argument and always appends the data to
377
- * the end of the file.
378
- * @since v12.9.0
379
- * @param position The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current
380
- * position.
381
- */
382
- writev(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>;
383
- /**
384
- * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s
385
- * @since v13.13.0, v12.17.0
386
- * @param position The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position.
387
- * @return Fulfills upon success an object containing two properties:
388
- */
389
- readv(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>;
390
- /**
391
- * Closes the file handle after waiting for any pending operation on the handle to
392
- * complete.
393
- *
394
- * ```js
395
- * import { open } from 'fs/promises';
396
- *
397
- * let filehandle;
398
- * try {
399
- * filehandle = await open('thefile.txt', 'r');
400
- * } finally {
401
- * await filehandle?.close();
402
- * }
403
- * ```
404
- * @since v10.0.0
405
- * @return Fulfills with `undefined` upon success.
406
- */
407
- close(): Promise<void>;
408
- }
409
-
410
- const constants: typeof fsConstants;
411
- /**
412
- * Tests a user's permissions for the file or directory specified by `path`.
413
- * The `mode` argument is an optional integer that specifies the accessibility
414
- * checks to be performed. Check `File access constants` for possible values
415
- * of `mode`. It is possible to create a mask consisting of the bitwise OR of
416
- * two or more values (e.g. `fs.constants.W_OK | fs.constants.R_OK`).
417
- *
418
- * If the accessibility check is successful, the promise is resolved with no
419
- * value. If any of the accessibility checks fail, the promise is rejected
420
- * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and
421
- * written by the current process.
422
- *
423
- * ```js
424
- * import { access } from 'fs/promises';
425
- * import { constants } from 'fs';
426
- *
427
- * try {
428
- * await access('/etc/passwd', constants.R_OK | constants.W_OK);
429
- * console.log('can access');
430
- * } catch {
431
- * console.error('cannot access');
432
- * }
433
- * ```
434
- *
435
- * Using `fsPromises.access()` to check for the accessibility of a file before
436
- * calling `fsPromises.open()` is not recommended. Doing so introduces a race
437
- * condition, since other processes may change the file's state between the two
438
- * calls. Instead, user code should open/read/write the file directly and handle
439
- * the error raised if the file is not accessible.
440
- * @since v10.0.0
441
- * @param [mode=fs.constants.F_OK]
442
- * @return Fulfills with `undefined` upon success.
443
- */
444
- function access(path: PathLike, mode?: number): Promise<void>;
445
- /**
446
- * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
447
- * already exists.
448
- *
449
- * No guarantees are made about the atomicity of the copy operation. If an
450
- * error occurs after the destination file has been opened for writing, an attempt
451
- * will be made to remove the destination.
452
- *
453
- * ```js
454
- * import { constants } from 'fs';
455
- * import { copyFile } from 'fs/promises';
456
- *
457
- * try {
458
- * await copyFile('source.txt', 'destination.txt');
459
- * console.log('source.txt was copied to destination.txt');
460
- * } catch {
461
- * console.log('The file could not be copied');
462
- * }
463
- *
464
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
465
- * try {
466
- * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
467
- * console.log('source.txt was copied to destination.txt');
468
- * } catch {
469
- * console.log('The file could not be copied');
470
- * }
471
- * ```
472
- * @since v10.0.0
473
- * @param src source filename to copy
474
- * @param dest destination filename of the copy operation
475
- * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g.
476
- * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`)
477
- * @return Fulfills with `undefined` upon success.
478
- */
479
- function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise<void>;
480
- /**
481
- * Opens a `FileHandle`.
482
- *
483
- * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail.
484
- *
485
- * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
486
- * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
487
- * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
488
- * @since v10.0.0
489
- * @param [flags='r'] See `support of file system `flags``.
490
- * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created.
491
- * @return Fulfills with a {FileHandle} object.
492
- */
493
- function open(path: PathLike, flags?: string | number, mode?: Mode): Promise<FileHandle>;
494
- /**
495
- * Renames `oldPath` to `newPath`.
496
- * @since v10.0.0
497
- * @return Fulfills with `undefined` upon success.
498
- */
499
- function rename(oldPath: PathLike, newPath: PathLike): Promise<void>;
500
- /**
501
- * Truncates (shortens or extends the length) of the content at `path` to `len`bytes.
502
- * @since v10.0.0
503
- * @param [len=0]
504
- * @return Fulfills with `undefined` upon success.
505
- */
506
- function truncate(path: PathLike, len?: number): Promise<void>;
507
- /**
508
- * Removes the directory identified by `path`.
509
- *
510
- * Using `fsPromises.rmdir()` on a file (not a directory) results in the
511
- * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR`error on POSIX.
512
- *
513
- * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`.
514
- * @since v10.0.0
515
- * @return Fulfills with `undefined` upon success.
516
- */
517
- function rmdir(path: PathLike, options?: RmDirOptions): Promise<void>;
518
- /**
519
- * Removes files and directories (modeled on the standard POSIX `rm` utility).
520
- * @since v14.14.0
521
- * @return Fulfills with `undefined` upon success.
522
- */
523
- function rm(path: PathLike, options?: RmOptions): Promise<void>;
524
- /**
525
- * Asynchronously creates a directory.
526
- *
527
- * The optional `options` argument can be an integer specifying `mode` (permission
528
- * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fsPromises.mkdir()` when `path` is a directory
529
- * that exists results in a
530
- * rejection only when `recursive` is false.
531
- * @since v10.0.0
532
- * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`.
533
- */
534
- function mkdir(
535
- path: PathLike,
536
- options: MakeDirectoryOptions & {
537
- recursive: true;
538
- }
539
- ): Promise<string | undefined>;
540
- /**
541
- * Asynchronous mkdir(2) - create a directory.
542
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
543
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
544
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
545
- */
546
- function mkdir(
547
- path: PathLike,
548
- options?:
549
- | Mode
550
- | (MakeDirectoryOptions & {
551
- recursive?: false | undefined;
552
- })
553
- | null
554
- ): Promise<void>;
555
- /**
556
- * Asynchronous mkdir(2) - create a directory.
557
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
558
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
559
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
560
- */
561
- function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>;
562
- /**
563
- * Reads the contents of a directory.
564
- *
565
- * The optional `options` argument can be a string specifying an encoding, or an
566
- * object with an `encoding` property specifying the character encoding to use for
567
- * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned
568
- * will be passed as `Buffer` objects.
569
- *
570
- * If `options.withFileTypes` is set to `true`, the resolved array will contain `fs.Dirent` objects.
571
- *
572
- * ```js
573
- * import { readdir } from 'fs/promises';
574
- *
575
- * try {
576
- * const files = await readdir(path);
577
- * for (const file of files)
578
- * console.log(file);
579
- * } catch (err) {
580
- * console.error(err);
581
- * }
582
- * ```
583
- * @since v10.0.0
584
- * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`.
585
- */
586
- function readdir(
587
- path: PathLike,
588
- options?:
589
- | (ObjectEncodingOptions & {
590
- withFileTypes?: false | undefined;
591
- })
592
- | BufferEncoding
593
- | null
594
- ): Promise<string[]>;
595
- /**
596
- * Asynchronous readdir(3) - read a directory.
597
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
598
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
599
- */
600
- function readdir(
601
- path: PathLike,
602
- options:
603
- | {
604
- encoding: 'buffer';
605
- withFileTypes?: false | undefined;
606
- }
607
- | 'buffer'
608
- ): Promise<Buffer[]>;
609
- /**
610
- * Asynchronous readdir(3) - read a directory.
611
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
612
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
613
- */
614
- function readdir(
615
- path: PathLike,
616
- options?:
617
- | (ObjectEncodingOptions & {
618
- withFileTypes?: false | undefined;
619
- })
620
- | BufferEncoding
621
- | null
622
- ): Promise<string[] | Buffer[]>;
623
- /**
624
- * Asynchronous readdir(3) - read a directory.
625
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
626
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
627
- */
628
- function readdir(
629
- path: PathLike,
630
- options: ObjectEncodingOptions & {
631
- withFileTypes: true;
632
- }
633
- ): Promise<Dirent[]>;
634
- /**
635
- * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is
636
- * resolved with the`linkString` upon success.
637
- *
638
- * The optional `options` argument can be a string specifying an encoding, or an
639
- * object with an `encoding` property specifying the character encoding to use for
640
- * the link path returned. If the `encoding` is set to `'buffer'`, the link path
641
- * returned will be passed as a `Buffer` object.
642
- * @since v10.0.0
643
- * @return Fulfills with the `linkString` upon success.
644
- */
645
- function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
646
- /**
647
- * Asynchronous readlink(2) - read value of a symbolic link.
648
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
649
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
650
- */
651
- function readlink(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
652
- /**
653
- * Asynchronous readlink(2) - read value of a symbolic link.
654
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
655
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
656
- */
657
- function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise<string | Buffer>;
658
- /**
659
- * Creates a symbolic link.
660
- *
661
- * The `type` argument is only used on Windows platforms and can be one of `'dir'`,`'file'`, or `'junction'`. Windows junction points require the destination path
662
- * to be absolute. When using `'junction'`, the `target` argument will
663
- * automatically be normalized to absolute path.
664
- * @since v10.0.0
665
- * @param [type='file']
666
- * @return Fulfills with `undefined` upon success.
667
- */
668
- function symlink(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
669
- /**
670
- * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link,
671
- * in which case the link itself is stat-ed, not the file that it refers to.
672
- * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail.
673
- * @since v10.0.0
674
- * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`.
675
- */
676
- function lstat(
677
- path: PathLike,
678
- opts?: StatOptions & {
679
- bigint?: false | undefined;
680
- }
681
- ): Promise<Stats>;
682
- function lstat(
683
- path: PathLike,
684
- opts: StatOptions & {
685
- bigint: true;
686
- }
687
- ): Promise<BigIntStats>;
688
- function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
689
- /**
690
- * @since v10.0.0
691
- * @return Fulfills with the {fs.Stats} object for the given `path`.
692
- */
693
- function stat(
694
- path: PathLike,
695
- opts?: StatOptions & {
696
- bigint?: false | undefined;
697
- }
698
- ): Promise<Stats>;
699
- function stat(
700
- path: PathLike,
701
- opts: StatOptions & {
702
- bigint: true;
703
- }
704
- ): Promise<BigIntStats>;
705
- function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
706
- /**
707
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail.
708
- * @since v10.0.0
709
- * @return Fulfills with `undefined` upon success.
710
- */
711
- function link(existingPath: PathLike, newPath: PathLike): Promise<void>;
712
- /**
713
- * If `path` refers to a symbolic link, then the link is removed without affecting
714
- * the file or directory to which that link refers. If the `path` refers to a file
715
- * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail.
716
- * @since v10.0.0
717
- * @return Fulfills with `undefined` upon success.
718
- */
719
- function unlink(path: PathLike): Promise<void>;
720
- /**
721
- * Changes the permissions of a file.
722
- * @since v10.0.0
723
- * @return Fulfills with `undefined` upon success.
724
- */
725
- function chmod(path: PathLike, mode: Mode): Promise<void>;
726
- /**
727
- * Changes the permissions on a symbolic link.
728
- *
729
- * This method is only implemented on macOS.
730
- * @deprecated Since v10.0.0
731
- * @return Fulfills with `undefined` upon success.
732
- */
733
- function lchmod(path: PathLike, mode: Mode): Promise<void>;
734
- /**
735
- * Changes the ownership on a symbolic link.
736
- * @since v10.0.0
737
- * @return Fulfills with `undefined` upon success.
738
- */
739
- function lchown(path: PathLike, uid: number, gid: number): Promise<void>;
740
- /**
741
- * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a
742
- * symbolic link, then the link is not dereferenced: instead, the timestamps of
743
- * the symbolic link itself are changed.
744
- * @since v14.5.0, v12.19.0
745
- * @return Fulfills with `undefined` upon success.
746
- */
747
- function lutimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise<void>;
748
- /**
749
- * Changes the ownership of a file.
750
- * @since v10.0.0
751
- * @return Fulfills with `undefined` upon success.
752
- */
753
- function chown(path: PathLike, uid: number, gid: number): Promise<void>;
754
- /**
755
- * Change the file system timestamps of the object referenced by `path`.
756
- *
757
- * The `atime` and `mtime` arguments follow these rules:
758
- *
759
- * * Values can be either numbers representing Unix epoch time, `Date`s, or a
760
- * numeric string like `'123456789.0'`.
761
- * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown.
762
- * @since v10.0.0
763
- * @return Fulfills with `undefined` upon success.
764
- */
765
- function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise<void>;
766
- /**
767
- * Determines the actual location of `path` using the same semantics as the`fs.realpath.native()` function.
768
- *
769
- * Only paths that can be converted to UTF8 strings are supported.
770
- *
771
- * The optional `options` argument can be a string specifying an encoding, or an
772
- * object with an `encoding` property specifying the character encoding to use for
773
- * the path. If the `encoding` is set to `'buffer'`, the path returned will be
774
- * passed as a `Buffer` object.
775
- *
776
- * On Linux, when Node.js is linked against musl libc, the procfs file system must
777
- * be mounted on `/proc` in order for this function to work. Glibc does not have
778
- * this restriction.
779
- * @since v10.0.0
780
- * @return Fulfills with the resolved path upon success.
781
- */
782
- function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
783
- /**
784
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
785
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
786
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
787
- */
788
- function realpath(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
789
- /**
790
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
791
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
792
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
793
- */
794
- function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>;
795
- /**
796
- * Creates a unique temporary directory. A unique directory name is generated by
797
- * appending six random characters to the end of the provided `prefix`. Due to
798
- * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some
799
- * platforms, notably the BSDs, can return more than six random characters, and
800
- * replace trailing `X` characters in `prefix` with random characters.
801
- *
802
- * The optional `options` argument can be a string specifying an encoding, or an
803
- * object with an `encoding` property specifying the character encoding to use.
804
- *
805
- * ```js
806
- * import { mkdtemp } from 'fs/promises';
807
- *
808
- * try {
809
- * await mkdtemp(path.join(os.tmpdir(), 'foo-'));
810
- * } catch (err) {
811
- * console.error(err);
812
- * }
813
- * ```
814
- *
815
- * The `fsPromises.mkdtemp()` method will append the six randomly selected
816
- * characters directly to the `prefix` string. For instance, given a directory`/tmp`, if the intention is to create a temporary directory _within_`/tmp`, the`prefix` must end with a trailing
817
- * platform-specific path separator
818
- * (`require('path').sep`).
819
- * @since v10.0.0
820
- * @return Fulfills with a string containing the filesystem path of the newly created temporary directory.
821
- */
822
- function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
823
- /**
824
- * Asynchronously creates a unique temporary directory.
825
- * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
826
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
827
- */
828
- function mkdtemp(prefix: string, options: BufferEncodingOption): Promise<Buffer>;
829
- /**
830
- * Asynchronously creates a unique temporary directory.
831
- * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
832
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
833
- */
834
- function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>;
835
- /**
836
- * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a `Buffer`, or, an object with an own (not inherited)`toString` function property.
837
- *
838
- * The `encoding` option is ignored if `data` is a buffer.
839
- *
840
- * If `options` is a string, then it specifies the encoding.
841
- *
842
- * The `mode` option only affects the newly created file. See `fs.open()` for more details.
843
- *
844
- * Any specified `FileHandle` has to support writing.
845
- *
846
- * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file
847
- * without waiting for the promise to be settled.
848
- *
849
- * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience
850
- * method that performs multiple `write` calls internally to write the buffer
851
- * passed to it. For performance sensitive code consider using `fs.createWriteStream()`.
852
- *
853
- * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`.
854
- * Cancelation is "best effort", and some amount of data is likely still
855
- * to be written.
856
- *
857
- * ```js
858
- * import { writeFile } from 'fs/promises';
859
- * import { Buffer } from 'buffer';
860
- *
861
- * try {
862
- * const controller = new AbortController();
863
- * const { signal } = controller;
864
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
865
- * const promise = writeFile('message.txt', data, { signal });
866
- *
867
- * // Abort the request before the promise settles.
868
- * controller.abort();
869
- *
870
- * await promise;
871
- * } catch (err) {
872
- * // When a request is aborted - err is an AbortError
873
- * console.error(err);
874
- * }
875
- * ```
876
- *
877
- * Aborting an ongoing request does not abort individual operating
878
- * system requests but rather the internal buffering `fs.writeFile` performs.
879
- * @since v10.0.0
880
- * @param file filename or `FileHandle`
881
- * @return Fulfills with `undefined` upon success.
882
- */
883
- function writeFile(
884
- file: PathLike | FileHandle,
885
- data: string | NodeJS.ArrayBufferView | Iterable<string | NodeJS.ArrayBufferView> | AsyncIterable<string | NodeJS.ArrayBufferView> | Stream,
886
- options?:
887
- | (ObjectEncodingOptions & {
888
- mode?: Mode | undefined;
889
- flag?: OpenMode | undefined;
890
- } & Abortable)
891
- | BufferEncoding
892
- | null
893
- ): Promise<void>;
894
- /**
895
- * Asynchronously append data to a file, creating the file if it does not yet
896
- * exist. `data` can be a string or a `Buffer`.
897
- *
898
- * If `options` is a string, then it specifies the `encoding`.
899
- *
900
- * The `mode` option only affects the newly created file. See `fs.open()` for more details.
901
- *
902
- * The `path` may be specified as a `FileHandle` that has been opened
903
- * for appending (using `fsPromises.open()`).
904
- * @since v10.0.0
905
- * @param path filename or {FileHandle}
906
- * @return Fulfills with `undefined` upon success.
907
- */
908
- function appendFile(path: PathLike | FileHandle, data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>;
909
- /**
910
- * Asynchronously reads the entire contents of a file.
911
- *
912
- * If no encoding is specified (using `options.encoding`), the data is returned
913
- * as a `Buffer` object. Otherwise, the data will be a string.
914
- *
915
- * If `options` is a string, then it specifies the encoding.
916
- *
917
- * When the `path` is a directory, the behavior of `fsPromises.readFile()` is
918
- * platform-specific. On macOS, Linux, and Windows, the promise will be rejected
919
- * with an error. On FreeBSD, a representation of the directory's contents will be
920
- * returned.
921
- *
922
- * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a
923
- * request is aborted the promise returned is rejected with an `AbortError`:
924
- *
925
- * ```js
926
- * import { readFile } from 'fs/promises';
927
- *
928
- * try {
929
- * const controller = new AbortController();
930
- * const { signal } = controller;
931
- * const promise = readFile(fileName, { signal });
932
- *
933
- * // Abort the request before the promise settles.
934
- * controller.abort();
935
- *
936
- * await promise;
937
- * } catch (err) {
938
- * // When a request is aborted - err is an AbortError
939
- * console.error(err);
940
- * }
941
- * ```
942
- *
943
- * Aborting an ongoing request does not abort individual operating
944
- * system requests but rather the internal buffering `fs.readFile` performs.
945
- *
946
- * Any specified `FileHandle` has to support reading.
947
- * @since v10.0.0
948
- * @param path filename or `FileHandle`
949
- * @return Fulfills with the contents of the file.
950
- */
951
- function readFile(
952
- path: PathLike | FileHandle,
953
- options?:
954
- | ({
955
- encoding?: null | undefined;
956
- flag?: OpenMode | undefined;
957
- } & Abortable)
958
- | null
959
- ): Promise<Buffer>;
960
- /**
961
- * Asynchronously reads the entire contents of a file.
962
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
963
- * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
964
- * @param options An object that may contain an optional flag.
965
- * If a flag is not provided, it defaults to `'r'`.
966
- */
967
- function readFile(
968
- path: PathLike | FileHandle,
969
- options:
970
- | ({
971
- encoding: BufferEncoding;
972
- flag?: OpenMode | undefined;
973
- } & Abortable)
974
- | BufferEncoding
975
- ): Promise<string>;
976
- /**
977
- * Asynchronously reads the entire contents of a file.
978
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
979
- * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
980
- * @param options An object that may contain an optional flag.
981
- * If a flag is not provided, it defaults to `'r'`.
982
- */
983
- function readFile(
984
- path: PathLike | FileHandle,
985
- options?:
986
- | (ObjectEncodingOptions &
987
- Abortable & {
988
- flag?: OpenMode | undefined;
989
- })
990
- | BufferEncoding
991
- | null
992
- ): Promise<string | Buffer>;
993
- /**
994
- * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail.
995
- *
996
- * Creates an `fs.Dir`, which contains all further functions for reading from
997
- * and cleaning up the directory.
998
- *
999
- * The `encoding` option sets the encoding for the `path` while opening the
1000
- * directory and subsequent read operations.
1001
- *
1002
- * Example using async iteration:
1003
- *
1004
- * ```js
1005
- * import { opendir } from 'fs/promises';
1006
- *
1007
- * try {
1008
- * const dir = await opendir('./');
1009
- * for await (const dirent of dir)
1010
- * console.log(dirent.name);
1011
- * } catch (err) {
1012
- * console.error(err);
1013
- * }
1014
- * ```
1015
- *
1016
- * When using the async iterator, the `fs.Dir` object will be automatically
1017
- * closed after the iterator exits.
1018
- * @since v12.12.0
1019
- * @return Fulfills with an {fs.Dir}.
1020
- */
1021
- function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
1022
- /**
1023
- * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory.
1024
- *
1025
- * ```js
1026
- * const { watch } = require('fs/promises');
1027
- *
1028
- * const ac = new AbortController();
1029
- * const { signal } = ac;
1030
- * setTimeout(() => ac.abort(), 10000);
1031
- *
1032
- * (async () => {
1033
- * try {
1034
- * const watcher = watch(__filename, { signal });
1035
- * for await (const event of watcher)
1036
- * console.log(event);
1037
- * } catch (err) {
1038
- * if (err.name === 'AbortError')
1039
- * return;
1040
- * throw err;
1041
- * }
1042
- * })();
1043
- * ```
1044
- *
1045
- * On most platforms, `'rename'` is emitted whenever a filename appears or
1046
- * disappears in the directory.
1047
- *
1048
- * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`.
1049
- * @since v15.9.0
1050
- * @return of objects with the properties:
1051
- */
1052
- function watch(
1053
- filename: PathLike,
1054
- options:
1055
- | (WatchOptions & {
1056
- encoding: 'buffer';
1057
- })
1058
- | 'buffer'
1059
- ): AsyncIterable<FileChangeInfo<Buffer>>;
1060
- /**
1061
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
1062
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
1063
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
1064
- * If `encoding` is not supplied, the default of `'utf8'` is used.
1065
- * If `persistent` is not supplied, the default of `true` is used.
1066
- * If `recursive` is not supplied, the default of `false` is used.
1067
- */
1068
- function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable<FileChangeInfo<string>>;
1069
- /**
1070
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
1071
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
1072
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
1073
- * If `encoding` is not supplied, the default of `'utf8'` is used.
1074
- * If `persistent` is not supplied, the default of `true` is used.
1075
- * If `recursive` is not supplied, the default of `false` is used.
1076
- */
1077
- function watch(filename: PathLike, options: WatchOptions | string): AsyncIterable<FileChangeInfo<string>> | AsyncIterable<FileChangeInfo<Buffer>>;
1078
- /**
1079
- * Asynchronously copies the entire directory structure from `src` to `dest`,
1080
- * including subdirectories and files.
1081
- *
1082
- * When copying a directory to another directory, globs are not supported and
1083
- * behavior is similar to `cp dir1/ dir2/`.
1084
- * @since v16.7.0
1085
- * @experimental
1086
- * @param src source path to copy.
1087
- * @param dest destination path to copy to.
1088
- * @return Fulfills with `undefined` upon success.
1089
- */
1090
- function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise<void>;
1091
- }
1092
- declare module 'node:fs/promises' {
1093
- export * from 'fs/promises';
1094
- }