@makeswift/runtime 0.0.0-a8dd080 → 0.0.0-e76fc43

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 (287) hide show
  1. package/box-model.js +1 -0
  2. package/components.js +1 -0
  3. package/dist/actions.cjs.js +73 -16
  4. package/dist/actions.cjs.js.map +1 -1
  5. package/dist/actions.es.js +67 -16
  6. package/dist/actions.es.js.map +1 -1
  7. package/dist/box-models.cjs.js +24 -14
  8. package/dist/box-models.cjs.js.map +1 -1
  9. package/dist/box-models.es.js +24 -14
  10. package/dist/box-models.es.js.map +1 -1
  11. package/dist/components.cjs.js +16093 -1358
  12. package/dist/components.cjs.js.map +1 -1
  13. package/dist/components.es.js +19606 -4891
  14. package/dist/components.es.js.map +1 -1
  15. package/dist/deepEqual.cjs.js +40 -0
  16. package/dist/deepEqual.cjs.js.map +1 -0
  17. package/dist/deepEqual.es.js +39 -0
  18. package/dist/deepEqual.es.js.map +1 -0
  19. package/dist/descriptors.cjs.js +186 -0
  20. package/dist/descriptors.cjs.js.map +1 -0
  21. package/dist/descriptors.es.js +184 -0
  22. package/dist/descriptors.es.js.map +1 -0
  23. package/dist/immutable.es.cjs.js +4459 -0
  24. package/dist/immutable.es.cjs.js.map +1 -0
  25. package/dist/immutable.es.es.js +4450 -0
  26. package/dist/immutable.es.es.js.map +1 -0
  27. package/dist/instances.cjs.js +89 -0
  28. package/dist/instances.cjs.js.map +1 -0
  29. package/dist/instances.es.js +87 -0
  30. package/dist/instances.es.js.map +1 -0
  31. package/dist/main.cjs.js +1 -0
  32. package/dist/main.cjs.js.map +1 -1
  33. package/dist/main.es.js +1 -1
  34. package/dist/prop-controllers.cjs.js +4 -173
  35. package/dist/prop-controllers.cjs.js.map +1 -1
  36. package/dist/prop-controllers.es.js +2 -173
  37. package/dist/prop-controllers.es.js.map +1 -1
  38. package/dist/react-builder-preview.cjs.js +173 -33
  39. package/dist/react-builder-preview.cjs.js.map +1 -1
  40. package/dist/react-builder-preview.es.js +180 -40
  41. package/dist/react-builder-preview.es.js.map +1 -1
  42. package/dist/react.cjs.js +3 -0
  43. package/dist/react.cjs.js.map +1 -1
  44. package/dist/react.cjs2.js +186 -164
  45. package/dist/react.cjs2.js.map +1 -1
  46. package/dist/react.es.js +3 -1
  47. package/dist/react.es.js.map +1 -1
  48. package/dist/react.es2.js +170 -148
  49. package/dist/react.es2.js.map +1 -1
  50. package/dist/shallowEqual.cjs.js +24 -0
  51. package/dist/shallowEqual.cjs.js.map +1 -0
  52. package/dist/shallowEqual.es.js +23 -0
  53. package/dist/shallowEqual.es.js.map +1 -0
  54. package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
  55. package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
  56. package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
  57. package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
  58. package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
  59. package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
  60. package/dist/types/components/BackgroundsContainer/index.d.ts +11 -0
  61. package/dist/types/components/BackgroundsContainer/index.d.ts.map +1 -0
  62. package/dist/types/components/Box/Box.d.ts +4 -1
  63. package/dist/types/components/Box/Box.d.ts.map +1 -1
  64. package/dist/types/components/Carousel/Carousel.d.ts +25 -0
  65. package/dist/types/components/Carousel/Carousel.d.ts.map +1 -0
  66. package/dist/types/components/Carousel/index.d.ts +2 -0
  67. package/dist/types/components/Carousel/index.d.ts.map +1 -0
  68. package/dist/types/components/Countdown/Countdown.d.ts +24 -0
  69. package/dist/types/components/Countdown/Countdown.d.ts.map +1 -0
  70. package/dist/types/components/Countdown/index.d.ts +2 -0
  71. package/dist/types/components/Countdown/index.d.ts.map +1 -0
  72. package/dist/types/components/Divider/Divider.d.ts +14 -0
  73. package/dist/types/components/Divider/Divider.d.ts.map +1 -0
  74. package/dist/types/components/Divider/index.d.ts +2 -0
  75. package/dist/types/components/Divider/index.d.ts.map +1 -0
  76. package/dist/types/components/Embed/Embed.d.ts +11 -0
  77. package/dist/types/components/Embed/Embed.d.ts.map +1 -0
  78. package/dist/types/components/Embed/index.d.ts +2 -0
  79. package/dist/types/components/Embed/index.d.ts.map +1 -0
  80. package/dist/types/components/Image/Image.d.ts +26 -0
  81. package/dist/types/components/Image/Image.d.ts.map +1 -0
  82. package/dist/types/components/Image/index.d.ts +2 -0
  83. package/dist/types/components/Image/index.d.ts.map +1 -0
  84. package/dist/types/components/Link/index.d.ts +9 -0
  85. package/dist/types/components/Link/index.d.ts.map +1 -0
  86. package/dist/types/components/RichText/index.d.ts +5 -0
  87. package/dist/types/components/RichText/index.d.ts.map +1 -0
  88. package/dist/types/components/Root/Root.d.ts.map +1 -1
  89. package/dist/types/components/builtin/Box/Box.d.ts +30 -0
  90. package/dist/types/components/builtin/Box/Box.d.ts.map +1 -0
  91. package/dist/types/components/builtin/Box/animations.d.ts +69 -0
  92. package/dist/types/components/builtin/Box/animations.d.ts.map +1 -0
  93. package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts +7 -0
  94. package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts.map +1 -0
  95. package/dist/types/components/builtin/Box/index.d.ts +3 -0
  96. package/dist/types/components/builtin/Box/index.d.ts.map +1 -0
  97. package/dist/types/components/builtin/Button/Button.d.ts +115 -0
  98. package/dist/types/components/builtin/Button/Button.d.ts.map +1 -0
  99. package/dist/types/components/builtin/Button/index.d.ts +2 -0
  100. package/dist/types/components/builtin/Button/index.d.ts.map +1 -0
  101. package/dist/types/components/builtin/Carousel/Carousel.d.ts +25 -0
  102. package/dist/types/components/builtin/Carousel/Carousel.d.ts.map +1 -0
  103. package/dist/types/components/builtin/Carousel/index.d.ts +2 -0
  104. package/dist/types/components/builtin/Carousel/index.d.ts.map +1 -0
  105. package/dist/types/components/builtin/Countdown/Countdown.d.ts +24 -0
  106. package/dist/types/components/builtin/Countdown/Countdown.d.ts.map +1 -0
  107. package/dist/types/components/builtin/Countdown/index.d.ts +2 -0
  108. package/dist/types/components/builtin/Countdown/index.d.ts.map +1 -0
  109. package/dist/types/components/builtin/Divider/Divider.d.ts +14 -0
  110. package/dist/types/components/builtin/Divider/Divider.d.ts.map +1 -0
  111. package/dist/types/components/builtin/Divider/index.d.ts +2 -0
  112. package/dist/types/components/builtin/Divider/index.d.ts.map +1 -0
  113. package/dist/types/components/builtin/Embed/Embed.d.ts +11 -0
  114. package/dist/types/components/builtin/Embed/Embed.d.ts.map +1 -0
  115. package/dist/types/components/builtin/Embed/index.d.ts +2 -0
  116. package/dist/types/components/builtin/Embed/index.d.ts.map +1 -0
  117. package/dist/types/components/builtin/Image/Image.d.ts +26 -0
  118. package/dist/types/components/builtin/Image/Image.d.ts.map +1 -0
  119. package/dist/types/components/builtin/Image/index.d.ts +2 -0
  120. package/dist/types/components/builtin/Image/index.d.ts.map +1 -0
  121. package/dist/types/components/builtin/Navigation/Navigation.d.ts +23 -0
  122. package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -0
  123. package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts +100 -0
  124. package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -0
  125. package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts +8 -0
  126. package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts.map +1 -0
  127. package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +101 -0
  128. package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -0
  129. package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts +13 -0
  130. package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -0
  131. package/dist/types/components/builtin/Navigation/index.d.ts +2 -0
  132. package/dist/types/components/builtin/Navigation/index.d.ts.map +1 -0
  133. package/dist/types/components/builtin/Root/Root.d.ts +11 -0
  134. package/dist/types/components/builtin/Root/Root.d.ts.map +1 -0
  135. package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts +5 -0
  136. package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts.map +1 -0
  137. package/dist/types/components/builtin/Root/index.d.ts +2 -0
  138. package/dist/types/components/builtin/Root/index.d.ts.map +1 -0
  139. package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts +18 -0
  140. package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts.map +1 -0
  141. package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts +8 -0
  142. package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts.map +1 -0
  143. package/dist/types/components/builtin/SocialLinks/index.d.ts +2 -0
  144. package/dist/types/components/builtin/SocialLinks/index.d.ts.map +1 -0
  145. package/dist/types/components/builtin/SocialLinks/options.d.ts +113 -0
  146. package/dist/types/components/builtin/SocialLinks/options.d.ts.map +1 -0
  147. package/dist/types/components/builtin/Text/Text.d.ts +16 -0
  148. package/dist/types/components/builtin/Text/Text.d.ts.map +1 -0
  149. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts +24 -0
  150. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts.map +1 -0
  151. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts +9 -0
  152. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts.map +1 -0
  153. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +25 -0
  154. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
  155. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts +13 -0
  156. package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts.map +1 -0
  157. package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts +5 -0
  158. package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts.map +1 -0
  159. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
  160. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
  161. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
  162. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
  163. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts +3 -0
  164. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
  165. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts +3 -0
  166. package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts.map +1 -0
  167. package/dist/types/components/builtin/Text/hooks/useRichText.d.ts +1 -0
  168. package/dist/types/components/builtin/Text/hooks/useRichText.d.ts.map +1 -0
  169. package/dist/types/components/builtin/Text/index.d.ts +2 -0
  170. package/dist/types/components/builtin/Text/index.d.ts.map +1 -0
  171. package/dist/types/components/builtin/Text/prop-controllers.d.ts +286 -0
  172. package/dist/types/components/builtin/Text/prop-controllers.d.ts.map +1 -0
  173. package/dist/types/components/builtin/index.d.ts +13 -0
  174. package/dist/types/components/builtin/index.d.ts.map +1 -0
  175. package/dist/types/components/hooks/index.d.ts +6 -0
  176. package/dist/types/components/hooks/index.d.ts.map +1 -1
  177. package/dist/types/components/hooks/useBackgrounds.d.ts +59 -0
  178. package/dist/types/components/hooks/useBackgrounds.d.ts.map +1 -0
  179. package/dist/types/components/hooks/useBorder.d.ts +19 -0
  180. package/dist/types/components/hooks/useBorder.d.ts.map +1 -0
  181. package/dist/types/components/hooks/useBoxShadow.d.ts +19 -0
  182. package/dist/types/components/hooks/useBoxShadow.d.ts.map +1 -0
  183. package/dist/types/components/hooks/useColor.d.ts +7 -0
  184. package/dist/types/components/hooks/useColor.d.ts.map +1 -0
  185. package/dist/types/components/hooks/useFile.d.ts +13 -0
  186. package/dist/types/components/hooks/useFile.d.ts.map +1 -0
  187. package/dist/types/components/hooks/usePage.d.ts +7 -0
  188. package/dist/types/components/hooks/usePage.d.ts.map +1 -0
  189. package/dist/types/components/hooks/useRichText.d.ts +18 -0
  190. package/dist/types/components/hooks/useRichText.d.ts.map +1 -0
  191. package/dist/types/components/hooks/useTypography.d.ts +24 -0
  192. package/dist/types/components/hooks/useTypography.d.ts.map +1 -0
  193. package/dist/types/components/index.d.ts +2 -3
  194. package/dist/types/components/index.d.ts.map +1 -1
  195. package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
  196. package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
  197. package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
  198. package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
  199. package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
  200. package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
  201. package/dist/types/components/shared/BackgroundsContainer/index.d.ts +11 -0
  202. package/dist/types/components/shared/BackgroundsContainer/index.d.ts.map +1 -0
  203. package/dist/types/components/shared/GutterContainer/index.d.ts +8 -0
  204. package/dist/types/components/shared/GutterContainer/index.d.ts.map +1 -0
  205. package/dist/types/components/shared/Link/index.d.ts +9 -0
  206. package/dist/types/components/shared/Link/index.d.ts.map +1 -0
  207. package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts +24 -0
  208. package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts.map +1 -0
  209. package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts +9 -0
  210. package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts.map +1 -0
  211. package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +23 -0
  212. package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
  213. package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts +13 -0
  214. package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts.map +1 -0
  215. package/dist/types/components/shared/RichTextEditor/index.d.ts +5 -0
  216. package/dist/types/components/shared/RichTextEditor/index.d.ts.map +1 -0
  217. package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
  218. package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
  219. package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
  220. package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
  221. package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts +3 -0
  222. package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
  223. package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts +3 -0
  224. package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts.map +1 -0
  225. package/dist/types/components/utils/colorToString.d.ts +3 -0
  226. package/dist/types/components/utils/colorToString.d.ts.map +1 -0
  227. package/dist/types/components/utils/contants.d.ts +5 -0
  228. package/dist/types/components/utils/contants.d.ts.map +1 -0
  229. package/dist/types/components/utils/cssMediaRules.d.ts +23 -1
  230. package/dist/types/components/utils/cssMediaRules.d.ts.map +1 -1
  231. package/dist/types/components/utils/devices.d.ts +1 -0
  232. package/dist/types/components/utils/devices.d.ts.map +1 -1
  233. package/dist/types/components/utils/intersection.d.ts +4 -0
  234. package/dist/types/components/utils/intersection.d.ts.map +1 -0
  235. package/dist/types/components/utils/isNonNullable.d.ts +2 -0
  236. package/dist/types/components/utils/isNonNullable.d.ts.map +1 -0
  237. package/dist/types/components/utils/keys.d.ts +5 -0
  238. package/dist/types/components/utils/keys.d.ts.map +1 -0
  239. package/dist/types/components/utils/placeholders.d.ts +10 -0
  240. package/dist/types/components/utils/placeholders.d.ts.map +1 -0
  241. package/dist/types/components/utils/queries.d.ts +7 -0
  242. package/dist/types/components/utils/queries.d.ts.map +1 -0
  243. package/dist/types/components/utils/types.d.ts +11 -0
  244. package/dist/types/components/utils/types.d.ts.map +1 -0
  245. package/dist/types/index.d.ts +2 -1
  246. package/dist/types/index.d.ts.map +1 -1
  247. package/dist/types/prop-controllers/descriptors.d.ts +38 -2
  248. package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
  249. package/dist/types/prop-controllers/index.d.ts +3 -1
  250. package/dist/types/prop-controllers/index.d.ts.map +1 -1
  251. package/dist/types/prop-controllers/instances.d.ts +69 -0
  252. package/dist/types/prop-controllers/instances.d.ts.map +1 -0
  253. package/dist/types/prop-controllers/introspection.d.ts +5 -0
  254. package/dist/types/prop-controllers/introspection.d.ts.map +1 -0
  255. package/dist/types/react.d.ts +1 -1
  256. package/dist/types/react.d.ts.map +1 -1
  257. package/dist/types/runtimes/react.d.ts +2 -0
  258. package/dist/types/runtimes/react.d.ts.map +1 -1
  259. package/dist/types/state/actions.d.ts +88 -13
  260. package/dist/types/state/actions.d.ts.map +1 -1
  261. package/dist/types/state/modules/box-models.d.ts +5 -5
  262. package/dist/types/state/modules/box-models.d.ts.map +1 -1
  263. package/dist/types/state/modules/prop-controller-handles.d.ts +16 -0
  264. package/dist/types/state/modules/prop-controller-handles.d.ts.map +1 -0
  265. package/dist/types/state/modules/prop-controllers.d.ts +1 -0
  266. package/dist/types/state/modules/prop-controllers.d.ts.map +1 -1
  267. package/dist/types/state/react-builder-preview.d.ts +13 -10
  268. package/dist/types/state/react-builder-preview.d.ts.map +1 -1
  269. package/dist/types/state/react-page.d.ts +5 -0
  270. package/dist/types/state/react-page.d.ts.map +1 -1
  271. package/dist/types/utils/clamp.d.ts +3 -0
  272. package/dist/types/utils/clamp.d.ts.map +1 -0
  273. package/dist/types/utils/coalesce.d.ts +3 -0
  274. package/dist/types/utils/coalesce.d.ts.map +1 -0
  275. package/dist/types/utils/constants.d.ts +6 -0
  276. package/dist/types/utils/constants.d.ts.map +1 -0
  277. package/dist/types/utils/deepEqual.d.ts.map +1 -1
  278. package/dist/types/utils/intersection.d.ts +4 -0
  279. package/dist/types/utils/intersection.d.ts.map +1 -0
  280. package/dist/types/utils/keys.d.ts +5 -0
  281. package/dist/types/utils/keys.d.ts.map +1 -0
  282. package/dist/types/utils/shallowEqual.d.ts.map +1 -1
  283. package/dist/types/utils/shallowMerge.d.ts +2 -0
  284. package/dist/types/utils/shallowMerge.d.ts.map +1 -0
  285. package/package.json +56 -5
  286. package/prop-controllers.js +1 -0
  287. package/react.js +1 -0
@@ -0,0 +1,69 @@
1
+ import { Editor } from 'slate-react';
2
+ import { ValueJSON } from 'slate';
3
+ import { OnChangeParam } from 'slate-react';
4
+ import { Descriptor, RichTextDescriptor, Types } from './descriptors';
5
+ import { BuilderEditMode } from '../utils/constants';
6
+ export declare const RichTextPropControllerMessageType: {
7
+ readonly CHANGE_BUILDER_EDIT_MODE: "CHANGE_BUILDER_EDIT_MODE";
8
+ readonly INITIALIZE_EDITOR: "INITIALIZE_EDITOR";
9
+ readonly CHANGE_EDITOR_VALUE: "CHANGE_EDITOR_VALUE";
10
+ readonly FOCUS: "FOCUS";
11
+ readonly BLUR: "BLUR";
12
+ readonly UNDO: "UNDO";
13
+ readonly REDO: "REDO";
14
+ };
15
+ declare type ChangeBuilderEditModeRichTextPropControllerMessage = {
16
+ type: typeof RichTextPropControllerMessageType.CHANGE_BUILDER_EDIT_MODE;
17
+ editMode: BuilderEditMode;
18
+ };
19
+ declare type InitializeEditorRichTextPropControllerMessage = {
20
+ type: typeof RichTextPropControllerMessageType.INITIALIZE_EDITOR;
21
+ value: ValueJSON;
22
+ };
23
+ declare type ChangeEditorValueRichTextPropControllerMessage = {
24
+ type: typeof RichTextPropControllerMessageType.CHANGE_EDITOR_VALUE;
25
+ value: ValueJSON;
26
+ };
27
+ declare type FocusRichTextPropControllerMessage = {
28
+ type: typeof RichTextPropControllerMessageType.FOCUS;
29
+ };
30
+ declare type BlurRichTextPropControllerMessage = {
31
+ type: typeof RichTextPropControllerMessageType.BLUR;
32
+ };
33
+ declare type UndoRichTextPropControllerMessage = {
34
+ type: typeof RichTextPropControllerMessageType.UNDO;
35
+ };
36
+ declare type RedoRichTextPropControllerMessage = {
37
+ type: typeof RichTextPropControllerMessageType.REDO;
38
+ };
39
+ export declare type RichTextPropControllerMessage = ChangeBuilderEditModeRichTextPropControllerMessage | InitializeEditorRichTextPropControllerMessage | ChangeEditorValueRichTextPropControllerMessage | FocusRichTextPropControllerMessage | BlurRichTextPropControllerMessage | UndoRichTextPropControllerMessage | RedoRichTextPropControllerMessage;
40
+ export declare type PropControllerMessage = RichTextPropControllerMessage;
41
+ declare type Send<T = PropControllerMessage> = (message: T) => void;
42
+ export declare abstract class PropController<T = PropControllerMessage> {
43
+ protected send: Send<T>;
44
+ constructor(send: Send<T>);
45
+ abstract recv(message: T): void;
46
+ }
47
+ declare class DefaultPropController extends PropController {
48
+ recv(_message: PropControllerMessage): void;
49
+ }
50
+ declare class RichTextPropController extends PropController<RichTextPropControllerMessage> {
51
+ private editor;
52
+ recv(message: RichTextPropControllerMessage): void;
53
+ setSlateEditor(editor: Editor): void;
54
+ onChange(change: OnChangeParam): void;
55
+ focus(): void;
56
+ blur(): void;
57
+ undo(): void;
58
+ redo(): void;
59
+ }
60
+ declare type DescriptorPropController<T extends Descriptor> = T extends {
61
+ type: typeof Types.RichText;
62
+ } ? RichTextPropController : DefaultPropController;
63
+ export declare type DescriptorsPropControllers<T extends Record<string, Descriptor>> = {
64
+ [K in keyof T]: undefined extends T[K] ? DescriptorPropController<Exclude<T[K], undefined>> : DescriptorPropController<T[K]>;
65
+ };
66
+ export declare function createPropController(descriptor: RichTextDescriptor, send: Send<RichTextPropControllerMessage>): RichTextPropController;
67
+ export declare function createPropController(descriptor: Descriptor, send: Send): PropController;
68
+ export {};
69
+ //# sourceMappingURL=instances.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instances.d.ts","sourceRoot":"","sources":["../../../src/prop-controllers/instances.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { Descriptor } from './descriptors';
2
+ import { Data, Element } from '../state/react-page';
3
+ export declare function getElementChildren<T extends Data>(descriptor: Descriptor<T>, prop: T | undefined): Element[];
4
+ export declare function getElementId<T extends Data>(descriptor: Descriptor<T>, prop: T | undefined): string | null;
5
+ //# sourceMappingURL=introspection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"introspection.d.ts","sourceRoot":"","sources":["../../../src/prop-controllers/introspection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAoC,MAAM,eAAe,CAAA;AAC5E,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAEnD,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,IAAI,EAC/C,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC,EACzB,IAAI,EAAE,CAAC,GAAG,SAAS,GAClB,OAAO,EAAE,CAUX;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,IAAI,EACzC,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC,EACzB,IAAI,EAAE,CAAC,GAAG,SAAS,GAClB,MAAM,GAAG,IAAI,CAUf"}
@@ -1,4 +1,4 @@
1
1
  export type { Action } from './state/actions';
2
2
  export { ActionTypes, changeDocument } from './state/actions';
3
- export { Document, Element, RuntimeProvider, ReactRuntime } from './runtimes/react';
3
+ export { Document, Element, RuntimeProvider, ReactRuntime, useIsInBuilder } from './runtimes/react';
4
4
  //# sourceMappingURL=react.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../src/react.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAC7D,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA"}
1
+ {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../src/react.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAC7D,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA"}
@@ -16,6 +16,8 @@ declare type RuntimeProviderProps = {
16
16
  children?: ReactNode;
17
17
  };
18
18
  export declare function RuntimeProvider({ children, defaultRootElements, }: RuntimeProviderProps): JSX.Element;
19
+ export declare function useElementId(elementKey: string | null | undefined): string | null;
20
+ export declare function useIsInBuilder(): boolean;
19
21
  declare type ElementProps = {
20
22
  element: ReactPage.Element;
21
23
  };
@@ -1 +1 @@
1
- {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../src/runtimes/react.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAMV,MAAM,OAAO,CAAA;AAGd,OAAO,KAAK,SAAS,MAAM,qBAAqB,CAAA;AAQhD,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EAClC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAIhE,eAAO,MAAM,YAAY;;cAYV,MAAM;eAAS,MAAM;;;;QAC/B,MAAM,IAAI;CAcd,CAAA;AAID,aAAK,oBAAoB,GAAG;IAC1B,mBAAmB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAA;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,mBAAmB,GACpB,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAwCpC;AAwED,aAAK,YAAY,GAAG;IAClB,OAAO,EAAE,SAAS,CAAC,OAAO,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,OAAO,oDAiBlB,CAAA;AAEF,aAAK,aAAa,GAAG;IACnB,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,QAAQ,qDAenB,CAAA"}
1
+ {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../src/runtimes/react.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAKV,MAAM,OAAO,CAAA;AAGd,OAAO,KAAK,SAAS,MAAM,qBAAqB,CAAA;AAQhD,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EAClC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAIhE,eAAO,MAAM,YAAY;;cAYV,MAAM;eAAS,MAAM;;;;QAC/B,MAAM,IAAI;CAcd,CAAA;AAID,aAAK,oBAAoB,GAAG;IAC1B,mBAAmB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAA;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,mBAAmB,GACpB,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAsEpC;AAoBD,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAQjF;AAMD,wBAAgB,cAAc,IAAI,OAAO,CAExC;AAwDD,aAAK,YAAY,GAAG;IAClB,OAAO,EAAE,SAAS,CAAC,OAAO,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,OAAO,oDAuBlB,CAAA;AAEF,aAAK,aAAa,GAAG;IACnB,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,QAAQ,qDAmBnB,CAAA"}
@@ -5,6 +5,8 @@ import type { ThunkAction } from 'redux-thunk';
5
5
  import { ComponentMeta } from './modules/components-meta';
6
6
  import { PropControllerDescriptor } from '../prop-controllers';
7
7
  import type { Size } from './react-builder-preview';
8
+ import type { PropControllersHandle } from './modules/prop-controller-handles';
9
+ import type { PropController, PropControllerMessage } from '../prop-controllers/instances';
8
10
  export declare const ActionTypes: {
9
11
  readonly CHANGE_DOCUMENT: "CHANGE_DOCUMENT";
10
12
  readonly REGISTER_COMPONENT: "REGISTER_COMPONENT";
@@ -13,12 +15,19 @@ export declare const ActionTypes: {
13
15
  readonly UNREGISTER_REACT_COMPONENT: "UNREGISTER_REACT_COMPONENT";
14
16
  readonly MOUNT_COMPONENT: "MOUNT_COMPONENT";
15
17
  readonly UNMOUNT_COMPONENT: "UNMOUNT_COMPONENT";
16
- readonly CHANGE_COMPONENT_HANDLE: "CHANGE_COMPONENT_HANDLE";
18
+ readonly REGISTER_COMPONENT_HANDLE: "REGISTER_COMPONENT_HANDLE";
19
+ readonly UNREGISTER_COMPONENT_HANDLE: "UNREGISTER_COMPONENT_HANDLE";
17
20
  readonly REGISTER_MEASURABLE: "REGISTER_MEASURABLE";
18
21
  readonly UNREGISTER_MEASURABLE: "UNREGISTER_MEASURABLE";
19
22
  readonly CHANGE_ELEMENT_BOX_MODELS: "CHANGE_ELEMENT_BOX_MODELS";
20
23
  readonly CHANGE_DOCUMENT_ELEMENT_SIZE: "CHANGE_DOCUMENT_ELEMENT_SIZE";
21
24
  readonly CHANGE_DOCUMENT_ELEMENT_SCROLL_TOP: "CHANGE_DOCUMENT_ELEMENT_SCROLL_TOP";
25
+ readonly REGISTER_PROP_CONTROLLERS_HANDLE: "REGISTER_PROP_CONTROLLERS_HANDLE";
26
+ readonly UNREGISTER_PROP_CONTROLLERS_HANDLE: "UNREGISTER_PROP_CONTROLLERS_HANDLE";
27
+ readonly REGISTER_PROP_CONTROLLERS: "REGISTER_PROP_CONTROLLERS";
28
+ readonly UNREGISTER_PROP_CONTROLLERS: "UNREGISTER_PROP_CONTROLLERS";
29
+ readonly MESSAGE_HOST_PROP_CONTROLLER: "MESSAGE_HOST_PROP_CONTROLLER";
30
+ readonly MESSAGE_BUILDER_PROP_CONTROLLER: "MESSAGE_BUILDER_PROP_CONTROLLER";
22
31
  };
23
32
  declare type ChangeDocumentAction = {
24
33
  type: typeof ActionTypes.CHANGE_DOCUMENT;
@@ -57,25 +66,36 @@ declare type UnregisterReactComponentAction = {
57
66
  declare type MountComponentAction = {
58
67
  type: typeof ActionTypes.MOUNT_COMPONENT;
59
68
  payload: {
69
+ documentKey: string;
60
70
  elementKey: string;
61
71
  };
62
72
  };
63
73
  declare type UnmountComponentAction = {
64
74
  type: typeof ActionTypes.UNMOUNT_COMPONENT;
65
75
  payload: {
76
+ documentKey: string;
66
77
  elementKey: string;
67
78
  };
68
79
  };
69
- declare type ChangeComponentHandleAction = {
70
- type: typeof ActionTypes.CHANGE_COMPONENT_HANDLE;
80
+ declare type RegisterComponentHandleAction = {
81
+ type: typeof ActionTypes.REGISTER_COMPONENT_HANDLE;
71
82
  payload: {
83
+ documentKey: string;
72
84
  elementKey: string;
73
85
  componentHandle: unknown;
74
86
  };
75
87
  };
88
+ declare type UnregisterComponentHandleAction = {
89
+ type: typeof ActionTypes.UNREGISTER_COMPONENT_HANDLE;
90
+ payload: {
91
+ documentKey: string;
92
+ elementKey: string;
93
+ };
94
+ };
76
95
  declare type RegisterMeasurableAction = {
77
96
  type: typeof ActionTypes.REGISTER_MEASURABLE;
78
97
  payload: {
98
+ documentKey: string;
79
99
  elementKey: string;
80
100
  measurable: Measurable;
81
101
  };
@@ -83,13 +103,14 @@ declare type RegisterMeasurableAction = {
83
103
  declare type UnregisterMeasurableAction = {
84
104
  type: typeof ActionTypes.UNREGISTER_MEASURABLE;
85
105
  payload: {
106
+ documentKey: string;
86
107
  elementKey: string;
87
108
  };
88
109
  };
89
110
  declare type ChangeElementBoxModelsAction = {
90
111
  type: typeof ActionTypes.CHANGE_ELEMENT_BOX_MODELS;
91
112
  payload: {
92
- changedElementBoxModels: Map<string, BoxModel | null>;
113
+ changedElementBoxModels: Map<string, Map<string, BoxModel | null>>;
93
114
  };
94
115
  };
95
116
  declare type ChangeDocumentElementSizeAction = {
@@ -104,21 +125,75 @@ declare type ChangeDocumentElementScrollTopAction = {
104
125
  scrollTop: number;
105
126
  };
106
127
  };
107
- export declare type Action = ChangeDocumentAction | RegisterComponentAction | UnregisterComponentAction | RegisterReactComponentAction | UnregisterReactComponentAction | MountComponentAction | UnmountComponentAction | ChangeComponentHandleAction | RegisterMeasurableAction | UnregisterMeasurableAction | ChangeElementBoxModelsAction | ChangeDocumentElementSizeAction | ChangeDocumentElementScrollTopAction;
128
+ declare type RegisterPropControllersHandleAction = {
129
+ type: typeof ActionTypes.REGISTER_PROP_CONTROLLERS_HANDLE;
130
+ payload: {
131
+ documentKey: string;
132
+ elementKey: string;
133
+ handle: PropControllersHandle;
134
+ };
135
+ };
136
+ declare type UnregisterPropControllersHandleAction = {
137
+ type: typeof ActionTypes.UNREGISTER_PROP_CONTROLLERS_HANDLE;
138
+ payload: {
139
+ documentKey: string;
140
+ elementKey: string;
141
+ };
142
+ };
143
+ declare type RegisterPropControllersAction = {
144
+ type: typeof ActionTypes.REGISTER_PROP_CONTROLLERS;
145
+ payload: {
146
+ documentKey: string;
147
+ elementKey: string;
148
+ propControllers: Record<string, PropController>;
149
+ };
150
+ };
151
+ declare type UnregisterPropControllersAction = {
152
+ type: typeof ActionTypes.UNREGISTER_PROP_CONTROLLERS;
153
+ payload: {
154
+ documentKey: string;
155
+ elementKey: string;
156
+ };
157
+ };
158
+ declare type MessageHostPropControllerAction<T = PropControllerMessage> = {
159
+ type: typeof ActionTypes.MESSAGE_HOST_PROP_CONTROLLER;
160
+ payload: {
161
+ documentKey: string;
162
+ elementKey: string;
163
+ propName: string;
164
+ message: T;
165
+ };
166
+ };
167
+ declare type MessageBuilderPropControllerAction<T = PropControllerMessage> = {
168
+ type: typeof ActionTypes.MESSAGE_BUILDER_PROP_CONTROLLER;
169
+ payload: {
170
+ documentKey: string;
171
+ elementKey: string;
172
+ propName: string;
173
+ message: T;
174
+ };
175
+ };
176
+ export declare type Action = ChangeDocumentAction | RegisterComponentAction | UnregisterComponentAction | RegisterReactComponentAction | UnregisterReactComponentAction | MountComponentAction | UnmountComponentAction | RegisterComponentHandleAction | UnregisterComponentHandleAction | RegisterMeasurableAction | UnregisterMeasurableAction | ChangeElementBoxModelsAction | ChangeDocumentElementSizeAction | ChangeDocumentElementScrollTopAction | RegisterPropControllersHandleAction | UnregisterPropControllersHandleAction | RegisterPropControllersAction | UnregisterPropControllersAction | MessageHostPropControllerAction | MessageBuilderPropControllerAction;
108
177
  export declare function changeDocument(documentKey: string, operation: Operation): ChangeDocumentAction;
109
178
  export declare function registerComponent(type: string, meta: ComponentMeta, propControllerDescriptors: Record<string, PropControllerDescriptor>): RegisterComponentAction;
110
179
  export declare function unregisterComponent(type: string): UnregisterComponentAction;
111
180
  export declare function registerComponentEffect(type: string, meta: ComponentMeta, propControllerDescriptors: Record<string, PropControllerDescriptor>): ThunkAction<() => void, unknown, unknown, Action>;
112
181
  export declare function registerReactComponentEffect(type: string, component: ComponentType): ThunkAction<() => void, unknown, unknown, Action>;
113
- export declare function mountComponent(elementKey: string): MountComponentAction;
114
- export declare function unmountComponent(elementKey: string): UnmountComponentAction;
115
- export declare function mountComponentEffect(elementKey: string): ThunkAction<() => void, unknown, unknown, Action>;
116
- export declare function changeComponentHandle(elementKey: string, componentHandle: unknown): ChangeComponentHandleAction;
117
- export declare function registerMeasurable(elementKey: string, measurable: Measurable): RegisterMeasurableAction;
118
- export declare function unregisterMeasurable(elementKey: string): UnregisterMeasurableAction;
119
- export declare function registerMeasurableEffect(elementKey: string, measurable: Measurable): ThunkAction<() => void, unknown, unknown, Action>;
120
- export declare function changeElementBoxModels(changedElementBoxModels: Map<string, BoxModel | null>): ChangeElementBoxModelsAction;
182
+ export declare function mountComponent(documentKey: string, elementKey: string): MountComponentAction;
183
+ export declare function unmountComponent(documentKey: string, elementKey: string): UnmountComponentAction;
184
+ export declare function mountComponentEffect(documentKey: string, elementKey: string): ThunkAction<() => void, unknown, unknown, Action>;
185
+ export declare function registerComponentHandleEffect(documentKey: string, elementKey: string, componentHandle: unknown): ThunkAction<() => void, unknown, unknown, Action>;
186
+ export declare function registerMeasurable(documentKey: string, elementKey: string, measurable: Measurable): RegisterMeasurableAction;
187
+ export declare function unregisterMeasurable(documentKey: string, elementKey: string): UnregisterMeasurableAction;
188
+ export declare function registerMeasurableEffect(documentKey: string, elementKey: string, measurable: Measurable): ThunkAction<() => void, unknown, unknown, Action>;
189
+ export declare function changeElementBoxModels(changedElementBoxModels: Map<string, Map<string, BoxModel | null>>): ChangeElementBoxModelsAction;
121
190
  export declare function changeDocumentElementSize(size: Size): ChangeDocumentElementSizeAction;
122
191
  export declare function changeDocumentElementScrollTop(scrollTop: number): ChangeDocumentElementScrollTopAction;
192
+ export declare function registerPropControllersHandle(documentKey: string, elementKey: string, handle: PropControllersHandle): RegisterPropControllersHandleAction;
193
+ export declare function unregisterPropControllersHandle(documentKey: string, elementKey: string): UnregisterPropControllersHandleAction;
194
+ export declare function registerPropControllers(documentKey: string, elementKey: string, propControllers: Record<string, PropController>): RegisterPropControllersAction;
195
+ export declare function unregisterPropControllers(documentKey: string, elementKey: string): UnregisterPropControllersAction;
196
+ export declare function messageHostPropController<T>(documentKey: string, elementKey: string, propName: string, message: T): MessageHostPropControllerAction<T>;
197
+ export declare function messageBuilderPropController<T>(documentKey: string, elementKey: string, propName: string, message: T): MessageBuilderPropControllerAction<T>;
123
198
  export {};
124
199
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../src/state/actions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../src/state/actions.ts"],"names":[],"mappings":"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"}
@@ -11,12 +11,12 @@ export declare type Measurable = Element | BoxModelHandle;
11
11
  export declare function isMeasurable(value: unknown): value is Measurable;
12
12
  export declare function measure(measurable: Measurable): BoxModel | null;
13
13
  export declare type State = {
14
- measurables: Map<string, Measurable>;
15
- boxModels: Map<string, BoxModel>;
14
+ measurables: Map<string, Map<string, Measurable>>;
15
+ boxModels: Map<string, Map<string, BoxModel>>;
16
16
  };
17
17
  export declare function getInitialState(): State;
18
- export declare function getMeasurables(state: State): Map<string, Measurable>;
19
- export declare function getBoxModels(state: State): Map<string, BoxModel>;
20
- export declare function getBoxModel(state: State, elementKey: string): BoxModel | null;
18
+ export declare function getMeasurables(state: State): Map<string, Map<string, Measurable>>;
19
+ export declare function getBoxModels(state: State): Map<string, Map<string, BoxModel>>;
20
+ export declare function getBoxModel(state: State, documentKey: string, elementKey: string): BoxModel | null;
21
21
  export declare function reducer(state: State | undefined, action: Action): State;
22
22
  //# sourceMappingURL=box-models.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"box-models.d.ts","sourceRoot":"","sources":["../../../../src/state/modules/box-models.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAER,aAAa,EAGd,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAEhD,YAAY,EAAE,QAAQ,EAAE,CAAA;AAExB,wBAAgB,KAAK,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAI/C;AAED,wBAAgB,SAAS,CAAC,OAAO,EAAE,aAAa,GAAG,QAAQ,CAE1D;AAED,wBAAgB,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,QAAQ,CAEjD;AAED,MAAM,WAAW,cAAc;IAC7B,WAAW,IAAI,QAAQ,GAAG,IAAI,CAAA;CAC/B;AAED,oBAAY,UAAU,GAAG,OAAO,GAAG,cAAc,CAAA;AAEjD,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAahE;AAED,wBAAgB,OAAO,CAAC,UAAU,EAAE,UAAU,GAAG,QAAQ,GAAG,IAAI,CAI/D;AAED,oBAAY,KAAK,GAAG;IAClB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAA;IACpC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAA;CACjC,CAAA;AAED,wBAAgB,eAAe,IAAI,KAAK,CAEvC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAEpE;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAEhE;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAE7E;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,SAqCvE"}
1
+ {"version":3,"file":"box-models.d.ts","sourceRoot":"","sources":["../../../../src/state/modules/box-models.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAER,aAAa,EAGd,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAEhD,YAAY,EAAE,QAAQ,EAAE,CAAA;AAExB,wBAAgB,KAAK,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAI/C;AAED,wBAAgB,SAAS,CAAC,OAAO,EAAE,aAAa,GAAG,QAAQ,CAE1D;AAED,wBAAgB,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,QAAQ,CAEjD;AAED,MAAM,WAAW,cAAc;IAC7B,WAAW,IAAI,QAAQ,GAAG,IAAI,CAAA;CAC/B;AAED,oBAAY,UAAU,GAAG,OAAO,GAAG,cAAc,CAAA;AAEjD,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAahE;AAED,wBAAgB,OAAO,CAAC,UAAU,EAAE,UAAU,GAAG,QAAQ,GAAG,IAAI,CAI/D;AAED,oBAAY,KAAK,GAAG;IAClB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAA;IACjD,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAA;CAC9C,CAAA;AAED,wBAAgB,eAAe,IAAI,KAAK,CAEvC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAEjF;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAE7E;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB,QAAQ,GAAG,IAAI,CAEjB;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,SAiDvE"}
@@ -0,0 +1,16 @@
1
+ import { Action } from '../actions';
2
+ import type { DescriptorsPropControllers, PropController } from '../../prop-controllers/instances';
3
+ import type { Descriptor } from '../../prop-controllers/descriptors';
4
+ export interface PropControllersHandle<T extends Record<string, Descriptor> = Record<string, Descriptor>> {
5
+ setPropControllers(propControllers: DescriptorsPropControllers<T> | null): void;
6
+ }
7
+ export declare function isPropControllersHandle(value: unknown): value is PropControllersHandle;
8
+ export declare type State = {
9
+ handles: Map<string, Map<string, PropControllersHandle>>;
10
+ instances: Map<string, Map<string, Record<string, PropController>>>;
11
+ };
12
+ export declare function getInitialState(): State;
13
+ export declare function getPropControllersHandle(state: State, documentKey: string, elementKey: string): PropControllersHandle | null;
14
+ export declare function getPropController(state: State, documentKey: string, elementKey: string, propName: string): PropController | null;
15
+ export declare function reducer(state: State | undefined, action: Action): State;
16
+ //# sourceMappingURL=prop-controller-handles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prop-controller-handles.d.ts","sourceRoot":"","sources":["../../../../src/state/modules/prop-controller-handles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAChD,OAAO,KAAK,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAClG,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAEpE,MAAM,WAAW,qBAAqB,CACpC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC;IAEjE,kBAAkB,CAAC,eAAe,EAAE,0BAA0B,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,IAAI,CAAA;CAChF;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,qBAAqB,CAWtF;AAED,oBAAY,KAAK,GAAG;IAClB,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC,CAAA;IACxD,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;CACpE,CAAA;AAED,wBAAgB,eAAe,IAAI,KAAK,CAEvC;AAED,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB,qBAAqB,GAAG,IAAI,CAE9B;AAED,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,GACf,cAAc,GAAG,IAAI,CAEvB;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK,CAmD/E"}
@@ -5,6 +5,7 @@ export declare type State = Map<string, Record<string, PropControllerDescriptor>
5
5
  export declare function getInitialState({ propControllerDescriptors, }?: {
6
6
  propControllerDescriptors?: Map<string, Record<string, PropControllerDescriptor>>;
7
7
  }): State;
8
+ export declare function getPropControllerDescriptors(state: State): Map<string, Record<string, PropControllerDescriptor>>;
8
9
  export declare function getComponentPropControllerDescriptors(state: State, componentType: string): Record<string, PropControllerDescriptor> | null;
9
10
  export declare function reducer(state: State | undefined, action: Action): State;
10
11
  //# sourceMappingURL=prop-controllers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prop-controllers.d.ts","sourceRoot":"","sources":["../../../../src/state/modules/prop-controllers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAA;AAEjE,YAAY,EAAE,wBAAwB,EAAE,CAAA;AAExC,oBAAY,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAAA;AAEzE,wBAAgB,eAAe,CAAC,EAC9B,yBAAqC,GACtC,GAAE;IACD,yBAAyB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAAA;CAC7E,GAAG,KAAK,CAEb;AAQD,wBAAgB,qCAAqC,CACnD,KAAK,EAAE,KAAK,EACZ,aAAa,EAAE,MAAM,GACpB,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,GAAG,IAAI,CAEjD;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK,CAgB/E"}
1
+ {"version":3,"file":"prop-controllers.d.ts","sourceRoot":"","sources":["../../../../src/state/modules/prop-controllers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAe,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAA;AAEjE,YAAY,EAAE,wBAAwB,EAAE,CAAA;AAExC,oBAAY,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAAA;AAEzE,wBAAgB,eAAe,CAAC,EAC9B,yBAAqC,GACtC,GAAE;IACD,yBAAyB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAAA;CAC7E,GAAG,KAAK,CAEb;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,KAAK,GACX,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAEvD;AAED,wBAAgB,qCAAqC,CACnD,KAAK,EAAE,KAAK,EACZ,aAAa,EAAE,MAAM,GACpB,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,GAAG,IAAI,CAEjD;AAED,wBAAgB,OAAO,CAAC,KAAK,mBAA2B,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK,CAgB/E"}
@@ -1,19 +1,22 @@
1
- import { Middleware, PreloadedState, Store as ReduxStore } from "redux";
2
- import { ThunkAction, ThunkDispatch } from "redux-thunk";
3
- import * as ReactComponents from "./modules/react-components";
4
- import * as BoxModels from "./modules/box-models";
5
- import * as ComponentsMeta from "./modules/components-meta";
6
- import * as PropControllers from "./modules/prop-controllers";
7
- import { Action } from "./actions";
8
- export type { Operation } from "./modules/read-write-documents";
9
- export type { BoxModelHandle } from "./modules/box-models";
10
- export { createBox, getBox, parse } from "./modules/box-models";
1
+ import { Middleware, PreloadedState, Store as ReduxStore } from 'redux';
2
+ import { ThunkAction, ThunkDispatch } from 'redux-thunk';
3
+ import * as ReactComponents from './modules/react-components';
4
+ import * as BoxModels from './modules/box-models';
5
+ import * as ComponentsMeta from './modules/components-meta';
6
+ import * as PropControllers from './modules/prop-controllers';
7
+ import * as PropControllerHandles from './modules/prop-controller-handles';
8
+ import { Action } from './actions';
9
+ export type { Operation } from './modules/read-write-documents';
10
+ export type { BoxModelHandle } from './modules/box-models';
11
+ export { createBox, getBox, parse } from './modules/box-models';
11
12
  declare const reducer: import("redux").Reducer<import("redux").CombinedState<{
12
13
  documents: import("./modules/read-only-documents").State;
13
14
  reactComponents: ReactComponents.State;
14
15
  boxModels: BoxModels.State;
15
16
  componentsMeta: ComponentsMeta.State;
16
17
  propControllers: PropControllers.State;
18
+ propControllerHandles: PropControllerHandles.State;
19
+ isInBuilder: boolean;
17
20
  }>, Action>;
18
21
  export declare type State = ReturnType<typeof reducer>;
19
22
  export declare function startMeasuringElements(): ThunkAction<() => void, State, unknown, Action>;
@@ -1 +1 @@
1
- {"version":3,"file":"react-builder-preview.d.ts","sourceRoot":"","sources":["../../../src/state/react-builder-preview.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EAEV,cAAc,EACd,KAAK,IAAI,UAAU,EACpB,MAAM,OAAO,CAAC;AACf,OAAc,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIhE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EACL,MAAM,EAKP,MAAM,WAAW,CAAC;AAGnB,YAAY,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAEhE,QAAA,MAAM,OAAO;;;;;;WAMX,CAAC;AAEH,oBAAY,KAAK,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAqF/C,wBAAgB,sBAAsB,IAAI,WAAW,CACnD,MAAM,IAAI,EACV,KAAK,EACL,OAAO,EACP,MAAM,CACP,CAgBA;AAED,oBAAY,IAAI,GAAG;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AA6CF,wBAAgB,UAAU,IAAI,WAAW,CAAC,MAAM,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAY5E;AAED,oBAAY,QAAQ,GAAG,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;AAgC7D,wBAAgB,wBAAwB,IAAI,UAAU,CACpD,QAAQ,EACR,KAAK,EACL,QAAQ,CACT,CAoDA;AAED,oBAAY,KAAK,GAAG,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAA;CAAE,CAAC;AAEvE,wBAAgB,cAAc,CAAC,EAC7B,cAAc,GACf,GAAE;IAAE,cAAc,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAA;CAAO,GAAG,KAAK,CAUzD"}
1
+ {"version":3,"file":"react-builder-preview.d.ts","sourceRoot":"","sources":["../../../src/state/react-builder-preview.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EAEV,cAAc,EACd,KAAK,IAAI,UAAU,EACpB,MAAM,OAAO,CAAA;AACd,OAAc,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAI/D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAA;AACjD,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAA;AAC3D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,qBAAqB,MAAM,mCAAmC,CAAA;AAE1E,OAAO,EACL,MAAM,EAUP,MAAM,WAAW,CAAA;AAIlB,YAAY,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAE/D,QAAA,MAAM,OAAO;;;;;;;;WAQX,CAAA;AAEF,oBAAY,KAAK,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAwG9C,wBAAgB,sBAAsB,IAAI,WAAW,CAAC,MAAM,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAcxF;AAED,oBAAY,IAAI,GAAG;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAsCD,wBAAgB,UAAU,IAAI,WAAW,CAAC,MAAM,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAU5E;AAED,oBAAY,QAAQ,GAAG,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAAA;AA+B5D,wBAAgB,wBAAwB,IAAI,UAAU,CAAC,QAAQ,EAAE,KAAK,EAAE,QAAQ,CAAC,CA6ChF;AAyGD,oBAAY,KAAK,GAAG,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAA;CAAE,CAAA;AAEtE,wBAAgB,cAAc,CAAC,EAC7B,cAAc,GACf,GAAE;IAAE,cAAc,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAA;CAAO,GAAG,KAAK,CAWzD"}
@@ -13,10 +13,15 @@ declare const reducer: import("redux").Reducer<import("redux").CombinedState<{
13
13
  reactComponents: ReactComponents.State;
14
14
  componentsMeta: ComponentsMeta.State;
15
15
  propControllers: PropControllers.State;
16
+ isInBuilder: boolean;
16
17
  }>, Action>;
17
18
  export declare type State = ReturnType<typeof reducer>;
18
19
  export declare function getDocumentRootElement(state: State, documentKey: string): Documents.Element | null;
19
20
  export declare function getReactComponent(state: State, type: string): ReactComponents.ComponentType | null;
21
+ export declare function getElement(state: State, documentKey: string, elementKey: string): Documents.Element | null;
22
+ export declare function getElementPropControllerDescriptors(state: State, documentKey: string, elementKey: string): Record<string, PropControllers.PropControllerDescriptor> | null;
23
+ export declare function getElementId(state: State, documentKey: string, elementKey: string): string | null;
24
+ export declare function getIsInBuilder(state: State): boolean;
20
25
  export declare type Dispatch = ThunkDispatch<State, unknown, Action>;
21
26
  export declare type Store = ReduxStore<State, Action> & {
22
27
  dispatch: Dispatch;
@@ -1 +1 @@
1
- {"version":3,"file":"react-page.d.ts","sourceRoot":"","sources":["../../../src/state/react-page.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,cAAc,EACd,KAAK,IAAI,UAAU,EACpB,MAAM,OAAO,CAAA;AACd,OAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAElD,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAA;AAC1D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAA;AAC3D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAElC,YAAY,EACV,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,EACX,gBAAgB,GACjB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,YAAY,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,QAAA,MAAM,OAAO;;;;;WAKX,CAAA;AAEF,oBAAY,KAAK,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAM9C,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,GAClB,SAAS,CAAC,OAAO,GAAG,IAAI,CAE1B;AAMD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,aAAa,GAAG,IAAI,CAEtC;AAED,oBAAY,QAAQ,GAAG,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAAA;AAE5D,oBAAY,KAAK,GAAG,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAA;CAAE,CAAA;AAEtE,wBAAgB,cAAc,CAAC,EAC7B,YAAY,EACZ,cAAc,GACf,GAAE;IACD,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAA;IAC7C,cAAc,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAA;CAClC,GAAG,KAAK,CAMb"}
1
+ {"version":3,"file":"react-page.d.ts","sourceRoot":"","sources":["../../../src/state/react-page.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,cAAc,EACd,KAAK,IAAI,UAAU,EACpB,MAAM,OAAO,CAAA;AACd,OAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAElD,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAA;AAC1D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAA;AAC3D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAA;AAE7D,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAElC,YAAY,EACV,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,EACX,gBAAgB,GACjB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,YAAY,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,QAAA,MAAM,OAAO;;;;;;WAMX,CAAA;AAEF,oBAAY,KAAK,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAM9C,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,GAClB,SAAS,CAAC,OAAO,GAAG,IAAI,CAE1B;AAMD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,aAAa,GAAG,IAAI,CAEtC;AA2DD,wBAAgB,UAAU,CACxB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB,SAAS,CAAC,OAAO,GAAG,IAAI,CAE1B;AAED,wBAAgB,mCAAmC,CACjD,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAMjE;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAgBjG;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAEpD;AAED,oBAAY,QAAQ,GAAG,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,CAAA;AAE5D,oBAAY,KAAK,GAAG,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG;IAAE,QAAQ,EAAE,QAAQ,CAAA;CAAE,CAAA;AAEtE,wBAAgB,cAAc,CAAC,EAC7B,YAAY,EACZ,cAAc,GACf,GAAE;IACD,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAA;IAC7C,cAAc,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAA;CAClC,GAAG,KAAK,CAMb"}
@@ -0,0 +1,3 @@
1
+ declare const clamp: (min: number, val: number, max: number) => number;
2
+ export default clamp;
3
+ //# sourceMappingURL=clamp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clamp.d.ts","sourceRoot":"","sources":["../../../src/utils/clamp.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,KAAK,QAAS,MAAM,OAAO,MAAM,OAAO,MAAM,KAAG,MAA2C,CAAA;AAElG,eAAe,KAAK,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const coalesce: <T>(...args: T[]) => T;
2
+ export default coalesce;
3
+ //# sourceMappingURL=coalesce.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coalesce.d.ts","sourceRoot":"","sources":["../../../src/utils/coalesce.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ,wBAQb,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,6 @@
1
+ export declare const BuilderEditMode: {
2
+ readonly BUILD: "build";
3
+ readonly CONTENT: "content";
4
+ };
5
+ export declare type BuilderEditMode = typeof BuilderEditMode[keyof typeof BuilderEditMode];
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;CAGlB,CAAA;AAEV,oBAAY,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"deepEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/deepEqual.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS,MAAO,OAAO,KAAK,OAAO,KAAG,OA0B3C,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"deepEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/deepEqual.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS,MAAO,OAAO,KAAK,OAAO,KAAG,OAoB3C,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,4 @@
1
+ export default function intersection<A extends Record<string, unknown>, B extends A>(a: A, b: B, isEqual?: (a: unknown, b: unknown) => boolean): {
2
+ [K in keyof A]: A[K] | null;
3
+ };
4
+ //# sourceMappingURL=intersection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../src/utils/intersection.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC,SAAS,CAAC,EACjF,CAAC,EAAE,CAAC,EACJ,CAAC,EAAE,CAAC,EACJ,OAAO,GAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,KAAK,OAAmB,GACvD;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;CAAE,CASjC"}
@@ -0,0 +1,5 @@
1
+ declare const keys: <O extends {
2
+ [key: string]: unknown;
3
+ }>(o: O) => (keyof O)[];
4
+ export default keys;
5
+ //# sourceMappingURL=keys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../src/utils/keys.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI;;uBAA8E,CAAA;AAExF,eAAe,IAAI,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"shallowEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/shallowEqual.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY,MAAO,OAAO,KAAK,OAAO,KAAG,OAuB9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"shallowEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/shallowEqual.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY,MAAO,OAAO,KAAK,OAAO,KAAG,OAgB9C,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -0,0 +1,2 @@
1
+ export default function shallowMerge<A extends Record<string, unknown>, B extends Record<string, unknown>>(a: A, b: B): A & B;
2
+ //# sourceMappingURL=shallowMerge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shallowMerge.d.ts","sourceRoot":"","sources":["../../../src/utils/shallowMerge.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACjC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACjC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAUnB"}