@chili-publish/studio-sdk 1.43.0 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (695) hide show
  1. package/_bundles/main.js +2 -2
  2. package/_bundles/main.js.map +1 -1
  3. package/connector-types/src/Connector.Shared.d.ts +1 -1
  4. package/connector-types/src/DataConnector.d.ts +8 -2
  5. package/lib/src/connector-types/src/Common.cjs.js +12 -0
  6. package/lib/src/connector-types/src/Common.cjs.js.map +1 -0
  7. package/lib/src/connector-types/src/Common.es.js +12 -0
  8. package/lib/src/connector-types/src/Common.es.js.map +1 -0
  9. package/lib/src/controllers/ActionController.cjs.js +78 -0
  10. package/lib/src/controllers/ActionController.cjs.js.map +1 -0
  11. package/lib/src/controllers/ActionController.es.js +78 -0
  12. package/lib/src/controllers/ActionController.es.js.map +1 -0
  13. package/lib/src/controllers/AnimationController.cjs.js +68 -0
  14. package/lib/src/controllers/AnimationController.cjs.js.map +1 -0
  15. package/lib/src/controllers/AnimationController.es.js +68 -0
  16. package/lib/src/controllers/AnimationController.es.js.map +1 -0
  17. package/lib/src/controllers/BarcodeController.cjs.js +159 -0
  18. package/lib/src/controllers/BarcodeController.cjs.js.map +1 -0
  19. package/lib/src/controllers/BarcodeController.es.js +159 -0
  20. package/lib/src/controllers/BarcodeController.es.js.map +1 -0
  21. package/lib/src/controllers/BrandKitController.cjs.js +142 -0
  22. package/lib/src/controllers/BrandKitController.cjs.js.map +1 -0
  23. package/lib/src/controllers/BrandKitController.es.js +142 -0
  24. package/lib/src/controllers/BrandKitController.es.js.map +1 -0
  25. package/lib/src/controllers/CanvasController.cjs.js +45 -0
  26. package/lib/src/controllers/CanvasController.cjs.js.map +1 -0
  27. package/lib/src/controllers/CanvasController.es.js +45 -0
  28. package/lib/src/controllers/CanvasController.es.js.map +1 -0
  29. package/lib/src/controllers/CharacterStyleController.cjs.js +58 -0
  30. package/lib/src/controllers/CharacterStyleController.cjs.js.map +1 -0
  31. package/lib/src/controllers/CharacterStyleController.es.js +58 -0
  32. package/lib/src/controllers/CharacterStyleController.es.js.map +1 -0
  33. package/lib/src/controllers/ClipboardController.cjs.js +54 -0
  34. package/lib/src/controllers/ClipboardController.cjs.js.map +1 -0
  35. package/lib/src/controllers/ClipboardController.es.js +54 -0
  36. package/lib/src/controllers/ClipboardController.es.js.map +1 -0
  37. package/lib/src/controllers/ColorConversionController.cjs.js +30 -0
  38. package/lib/src/controllers/ColorConversionController.cjs.js.map +1 -0
  39. package/lib/src/controllers/ColorConversionController.es.js +30 -0
  40. package/lib/src/controllers/ColorConversionController.es.js.map +1 -0
  41. package/lib/src/controllers/ColorStyleController.cjs.js +63 -0
  42. package/lib/src/controllers/ColorStyleController.cjs.js.map +1 -0
  43. package/lib/src/controllers/ColorStyleController.es.js +63 -0
  44. package/lib/src/controllers/ColorStyleController.es.js.map +1 -0
  45. package/lib/src/controllers/ComponentConnectorController.cjs.js +54 -0
  46. package/lib/src/controllers/ComponentConnectorController.cjs.js.map +1 -0
  47. package/lib/src/controllers/ComponentConnectorController.es.js +54 -0
  48. package/lib/src/controllers/ComponentConnectorController.es.js.map +1 -0
  49. package/lib/src/controllers/ComponentController.cjs.js +38 -0
  50. package/lib/src/controllers/ComponentController.cjs.js.map +1 -0
  51. package/lib/src/controllers/ComponentController.es.js +38 -0
  52. package/lib/src/controllers/ComponentController.es.js.map +1 -0
  53. package/lib/src/controllers/ComponentGridController.cjs.js +50 -0
  54. package/lib/src/controllers/ComponentGridController.cjs.js.map +1 -0
  55. package/lib/src/controllers/ComponentGridController.d.ts +59 -0
  56. package/lib/src/controllers/ComponentGridController.es.js +50 -0
  57. package/lib/src/controllers/ComponentGridController.es.js.map +1 -0
  58. package/lib/src/controllers/ConfigurationController.cjs.js +68 -0
  59. package/lib/src/controllers/ConfigurationController.cjs.js.map +1 -0
  60. package/lib/src/controllers/ConfigurationController.d.ts +6 -0
  61. package/lib/src/controllers/ConfigurationController.es.js +68 -0
  62. package/lib/src/controllers/ConfigurationController.es.js.map +1 -0
  63. package/lib/src/controllers/ConnectorController.cjs.js +190 -0
  64. package/lib/src/controllers/ConnectorController.cjs.js.map +1 -0
  65. package/lib/src/controllers/ConnectorController.es.js +190 -0
  66. package/lib/src/controllers/ConnectorController.es.js.map +1 -0
  67. package/lib/src/controllers/DataConnectorController.cjs.js +88 -0
  68. package/lib/src/controllers/DataConnectorController.cjs.js.map +1 -0
  69. package/lib/src/controllers/DataConnectorController.es.js +88 -0
  70. package/lib/src/controllers/DataConnectorController.es.js.map +1 -0
  71. package/lib/src/controllers/DataSourceController.cjs.js +46 -0
  72. package/lib/src/controllers/DataSourceController.cjs.js.map +1 -0
  73. package/lib/src/controllers/DataSourceController.es.js +46 -0
  74. package/lib/src/controllers/DataSourceController.es.js.map +1 -0
  75. package/lib/src/controllers/DebugController.cjs.js +42 -0
  76. package/lib/src/controllers/DebugController.cjs.js.map +1 -0
  77. package/lib/src/controllers/DebugController.es.js +42 -0
  78. package/lib/src/controllers/DebugController.es.js.map +1 -0
  79. package/lib/src/controllers/DocumentController.cjs.js +40 -0
  80. package/lib/src/controllers/DocumentController.cjs.js.map +1 -0
  81. package/lib/src/controllers/DocumentController.d.ts +6 -0
  82. package/lib/src/controllers/DocumentController.es.js +40 -0
  83. package/lib/src/controllers/DocumentController.es.js.map +1 -0
  84. package/lib/src/controllers/ExperimentController.cjs.js +60 -0
  85. package/lib/src/controllers/ExperimentController.cjs.js.map +1 -0
  86. package/lib/src/controllers/ExperimentController.es.js +60 -0
  87. package/lib/src/controllers/ExperimentController.es.js.map +1 -0
  88. package/lib/src/controllers/FontConnectorController.cjs.js +58 -0
  89. package/lib/src/controllers/FontConnectorController.cjs.js.map +1 -0
  90. package/lib/src/controllers/FontConnectorController.es.js +58 -0
  91. package/lib/src/controllers/FontConnectorController.es.js.map +1 -0
  92. package/lib/src/controllers/FontController.cjs.js +82 -0
  93. package/lib/src/controllers/FontController.cjs.js.map +1 -0
  94. package/lib/src/controllers/FontController.es.js +82 -0
  95. package/lib/src/controllers/FontController.es.js.map +1 -0
  96. package/lib/src/controllers/FrameController.cjs.js +585 -0
  97. package/lib/src/controllers/FrameController.cjs.js.map +1 -0
  98. package/lib/src/controllers/FrameController.d.ts +10 -1
  99. package/lib/src/controllers/FrameController.es.js +585 -0
  100. package/lib/src/controllers/FrameController.es.js.map +1 -0
  101. package/lib/src/controllers/GradientStyleController.cjs.js +59 -0
  102. package/lib/src/controllers/GradientStyleController.cjs.js.map +1 -0
  103. package/lib/src/controllers/GradientStyleController.es.js +59 -0
  104. package/lib/src/controllers/GradientStyleController.es.js.map +1 -0
  105. package/lib/src/controllers/InfoController.cjs.js +12 -0
  106. package/lib/src/controllers/InfoController.cjs.js.map +1 -0
  107. package/lib/src/controllers/InfoController.es.js +12 -0
  108. package/lib/src/controllers/InfoController.es.js.map +1 -0
  109. package/lib/src/controllers/LayoutController.cjs.js +179 -0
  110. package/lib/src/controllers/LayoutController.cjs.js.map +1 -0
  111. package/lib/src/controllers/LayoutController.es.js +179 -0
  112. package/lib/src/controllers/LayoutController.es.js.map +1 -0
  113. package/lib/src/controllers/MediaConnectorController.cjs.js +93 -0
  114. package/lib/src/controllers/MediaConnectorController.cjs.js.map +1 -0
  115. package/lib/src/controllers/MediaConnectorController.es.js +93 -0
  116. package/lib/src/controllers/MediaConnectorController.es.js.map +1 -0
  117. package/lib/src/controllers/PageController.cjs.js +95 -0
  118. package/lib/src/controllers/PageController.cjs.js.map +1 -0
  119. package/lib/src/controllers/PageController.es.js +95 -0
  120. package/lib/src/controllers/PageController.es.js.map +1 -0
  121. package/lib/src/controllers/ParagraphStyleController.cjs.js +58 -0
  122. package/lib/src/controllers/ParagraphStyleController.cjs.js.map +1 -0
  123. package/lib/src/controllers/ParagraphStyleController.es.js +58 -0
  124. package/lib/src/controllers/ParagraphStyleController.es.js.map +1 -0
  125. package/lib/src/controllers/ShapeController.cjs.js +78 -0
  126. package/lib/src/controllers/ShapeController.cjs.js.map +1 -0
  127. package/lib/src/controllers/ShapeController.es.js +78 -0
  128. package/lib/src/controllers/ShapeController.es.js.map +1 -0
  129. package/lib/src/controllers/SubscriberController.cjs.js +188 -0
  130. package/lib/src/controllers/SubscriberController.cjs.js.map +1 -0
  131. package/lib/src/controllers/SubscriberController.d.ts +6 -0
  132. package/lib/src/controllers/SubscriberController.es.js +188 -0
  133. package/lib/src/controllers/SubscriberController.es.js.map +1 -0
  134. package/lib/src/controllers/TextStyleController.cjs.js +38 -0
  135. package/lib/src/controllers/TextStyleController.cjs.js.map +1 -0
  136. package/lib/src/controllers/TextStyleController.es.js +38 -0
  137. package/lib/src/controllers/TextStyleController.es.js.map +1 -0
  138. package/lib/src/controllers/ToolController.cjs.js +65 -0
  139. package/lib/src/controllers/ToolController.cjs.js.map +1 -0
  140. package/lib/src/controllers/ToolController.d.ts +4 -0
  141. package/lib/src/controllers/ToolController.es.js +65 -0
  142. package/lib/src/controllers/ToolController.es.js.map +1 -0
  143. package/lib/src/controllers/UndoManagerController.cjs.js +134 -0
  144. package/lib/src/controllers/UndoManagerController.cjs.js.map +1 -0
  145. package/lib/src/controllers/UndoManagerController.es.js +134 -0
  146. package/lib/src/controllers/UndoManagerController.es.js.map +1 -0
  147. package/lib/src/controllers/UtilsController.cjs.js +97 -0
  148. package/lib/src/controllers/UtilsController.cjs.js.map +1 -0
  149. package/lib/src/controllers/UtilsController.es.js +97 -0
  150. package/lib/src/controllers/UtilsController.es.js.map +1 -0
  151. package/lib/src/controllers/VariableController.cjs.js +433 -0
  152. package/lib/src/controllers/VariableController.cjs.js.map +1 -0
  153. package/lib/src/controllers/VariableController.d.ts +16 -0
  154. package/lib/src/controllers/VariableController.es.js +433 -0
  155. package/lib/src/controllers/VariableController.es.js.map +1 -0
  156. package/lib/src/exceptions/AsyncExceptions.cjs.js +22 -0
  157. package/lib/src/exceptions/AsyncExceptions.cjs.js.map +1 -0
  158. package/lib/src/exceptions/AsyncExceptions.es.js +22 -0
  159. package/lib/src/exceptions/AsyncExceptions.es.js.map +1 -0
  160. package/lib/src/exceptions/Codes.cjs.js +7 -0
  161. package/lib/src/exceptions/Codes.cjs.js.map +1 -0
  162. package/lib/src/exceptions/Codes.es.js +7 -0
  163. package/lib/src/exceptions/Codes.es.js.map +1 -0
  164. package/lib/src/exceptions/Exceptions.cjs.js +17 -0
  165. package/lib/src/exceptions/Exceptions.cjs.js.map +1 -0
  166. package/lib/src/exceptions/Exceptions.es.js +17 -0
  167. package/lib/src/exceptions/Exceptions.es.js.map +1 -0
  168. package/lib/src/exceptions/Helpers.cjs.js +50 -0
  169. package/lib/src/exceptions/Helpers.cjs.js.map +1 -0
  170. package/lib/src/exceptions/Helpers.es.js +50 -0
  171. package/lib/src/exceptions/Helpers.es.js.map +1 -0
  172. package/lib/src/index.cjs.js +138 -0
  173. package/lib/src/index.cjs.js.map +1 -0
  174. package/lib/src/index.d.ts +8 -4
  175. package/lib/src/index.es.js +138 -0
  176. package/lib/src/index.es.js.map +1 -0
  177. package/lib/src/interactions/Connector.cjs.js +199 -0
  178. package/lib/src/interactions/Connector.cjs.js.map +1 -0
  179. package/lib/src/interactions/Connector.d.ts +1 -0
  180. package/lib/src/interactions/Connector.es.js +199 -0
  181. package/lib/src/interactions/Connector.es.js.map +1 -0
  182. package/lib/src/next/NextInitiator.cjs.js +28 -0
  183. package/lib/src/next/NextInitiator.cjs.js.map +1 -0
  184. package/lib/src/next/NextInitiator.es.js +28 -0
  185. package/lib/src/next/NextInitiator.es.js.map +1 -0
  186. package/lib/src/next/controllers/BrandKitController.cjs.js +34 -0
  187. package/lib/src/next/controllers/BrandKitController.cjs.js.map +1 -0
  188. package/lib/src/next/controllers/BrandKitController.es.js +34 -0
  189. package/lib/src/next/controllers/BrandKitController.es.js.map +1 -0
  190. package/lib/src/next/controllers/ConnectorController.cjs.js +38 -0
  191. package/lib/src/next/controllers/ConnectorController.cjs.js.map +1 -0
  192. package/lib/src/next/controllers/ConnectorController.es.js +38 -0
  193. package/lib/src/next/controllers/ConnectorController.es.js.map +1 -0
  194. package/lib/src/next/controllers/PageController.cjs.js +40 -0
  195. package/lib/src/next/controllers/PageController.cjs.js.map +1 -0
  196. package/lib/src/next/controllers/PageController.es.js +40 -0
  197. package/lib/src/next/controllers/PageController.es.js.map +1 -0
  198. package/lib/src/next/controllers/SubscriberController.cjs.js +24 -0
  199. package/lib/src/next/controllers/SubscriberController.cjs.js.map +1 -0
  200. package/lib/src/next/controllers/SubscriberController.es.js +24 -0
  201. package/lib/src/next/controllers/SubscriberController.es.js.map +1 -0
  202. package/lib/src/next/controllers/VariableController.cjs.js +87 -0
  203. package/lib/src/next/controllers/VariableController.cjs.js.map +1 -0
  204. package/lib/src/next/controllers/VariableController.es.js +87 -0
  205. package/lib/src/next/controllers/VariableController.es.js.map +1 -0
  206. package/lib/src/next/index.cjs.js +5 -0
  207. package/lib/src/next/index.cjs.js.map +1 -0
  208. package/lib/src/next/index.es.js +5 -0
  209. package/lib/src/next/index.es.js.map +1 -0
  210. package/lib/src/next/types/ConnectorTypes.cjs.js +10 -0
  211. package/lib/src/next/types/ConnectorTypes.cjs.js.map +1 -0
  212. package/lib/src/next/types/ConnectorTypes.es.js +10 -0
  213. package/lib/src/next/types/ConnectorTypes.es.js.map +1 -0
  214. package/lib/src/sdk/editor-engine.json.cjs.js +9 -0
  215. package/lib/src/sdk/editor-engine.json.cjs.js.map +1 -0
  216. package/lib/src/sdk/editor-engine.json.es.js +9 -0
  217. package/lib/src/sdk/editor-engine.json.es.js.map +1 -0
  218. package/lib/src/sdk/package.json.cjs.js +9 -0
  219. package/lib/src/sdk/package.json.cjs.js.map +1 -0
  220. package/lib/src/sdk/package.json.es.js +9 -0
  221. package/lib/src/sdk/package.json.es.js.map +1 -0
  222. package/lib/src/sdk.cjs.js +231 -0
  223. package/lib/src/sdk.cjs.js.map +1 -0
  224. package/lib/src/sdk.d.ts +2 -0
  225. package/lib/src/sdk.es.js +231 -0
  226. package/lib/src/sdk.es.js.map +1 -0
  227. package/lib/src/types/ActionTypes.cjs.js +12 -0
  228. package/lib/src/types/ActionTypes.cjs.js.map +1 -0
  229. package/lib/src/types/ActionTypes.es.js +12 -0
  230. package/lib/src/types/ActionTypes.es.js.map +1 -0
  231. package/lib/src/types/AnimationTypes.cjs.js +56 -0
  232. package/lib/src/types/AnimationTypes.cjs.js.map +1 -0
  233. package/lib/src/types/AnimationTypes.es.js +56 -0
  234. package/lib/src/types/AnimationTypes.es.js.map +1 -0
  235. package/lib/src/types/BarcodeTypes.cjs.js +45 -0
  236. package/lib/src/types/BarcodeTypes.cjs.js.map +1 -0
  237. package/lib/src/types/BarcodeTypes.es.js +45 -0
  238. package/lib/src/types/BarcodeTypes.es.js.map +1 -0
  239. package/lib/src/types/ColorStyleTypes.cjs.js +23 -0
  240. package/lib/src/types/ColorStyleTypes.cjs.js.map +1 -0
  241. package/lib/src/types/ColorStyleTypes.es.js +23 -0
  242. package/lib/src/types/ColorStyleTypes.es.js.map +1 -0
  243. package/lib/src/types/CommonTypes.cjs.js +30 -0
  244. package/lib/src/types/CommonTypes.cjs.js.map +1 -0
  245. package/lib/src/types/CommonTypes.d.ts +8 -0
  246. package/lib/src/types/CommonTypes.es.js +30 -0
  247. package/lib/src/types/CommonTypes.es.js.map +1 -0
  248. package/lib/src/types/ComponentConnectorTypes.cjs.js +10 -0
  249. package/lib/src/types/ComponentConnectorTypes.cjs.js.map +1 -0
  250. package/lib/src/types/ComponentConnectorTypes.es.js +10 -0
  251. package/lib/src/types/ComponentConnectorTypes.es.js.map +1 -0
  252. package/lib/src/types/ComponentGridTypes.cjs.js +8 -0
  253. package/lib/src/types/ComponentGridTypes.cjs.js.map +1 -0
  254. package/lib/src/types/ComponentGridTypes.d.ts +25 -0
  255. package/lib/src/types/ComponentGridTypes.es.js +8 -0
  256. package/lib/src/types/ComponentGridTypes.es.js.map +1 -0
  257. package/lib/src/types/ConfigurationTypes.cjs.js +39 -0
  258. package/lib/src/types/ConfigurationTypes.cjs.js.map +1 -0
  259. package/lib/src/types/ConfigurationTypes.d.ts +2 -0
  260. package/lib/src/types/ConfigurationTypes.es.js +39 -0
  261. package/lib/src/types/ConfigurationTypes.es.js.map +1 -0
  262. package/lib/src/types/ConnectorTypes.cjs.js +159 -0
  263. package/lib/src/types/ConnectorTypes.cjs.js.map +1 -0
  264. package/lib/src/types/ConnectorTypes.d.ts +10 -6
  265. package/lib/src/types/ConnectorTypes.es.js +159 -0
  266. package/lib/src/types/ConnectorTypes.es.js.map +1 -0
  267. package/lib/src/types/DataConnectorTypes.d.ts +1 -1
  268. package/lib/src/types/DocumentTypes.cjs.js +19 -0
  269. package/lib/src/types/DocumentTypes.cjs.js.map +1 -0
  270. package/lib/src/types/DocumentTypes.es.js +19 -0
  271. package/lib/src/types/DocumentTypes.es.js.map +1 -0
  272. package/lib/src/types/EngineEditModeTypes.cjs.js +13 -0
  273. package/lib/src/types/EngineEditModeTypes.cjs.js.map +1 -0
  274. package/lib/src/types/EngineEditModeTypes.es.js +13 -0
  275. package/lib/src/types/EngineEditModeTypes.es.js.map +1 -0
  276. package/lib/src/types/FontConnectorTypes.cjs.js +9 -0
  277. package/lib/src/types/FontConnectorTypes.cjs.js.map +1 -0
  278. package/lib/src/types/FontConnectorTypes.es.js +9 -0
  279. package/lib/src/types/FontConnectorTypes.es.js.map +1 -0
  280. package/lib/src/types/FrameTypes.cjs.js +174 -0
  281. package/lib/src/types/FrameTypes.cjs.js.map +1 -0
  282. package/lib/src/types/FrameTypes.d.ts +48 -4
  283. package/lib/src/types/FrameTypes.es.js +174 -0
  284. package/lib/src/types/FrameTypes.es.js.map +1 -0
  285. package/lib/src/types/GradientStyleTypes.cjs.js +14 -0
  286. package/lib/src/types/GradientStyleTypes.cjs.js.map +1 -0
  287. package/lib/src/types/GradientStyleTypes.es.js +14 -0
  288. package/lib/src/types/GradientStyleTypes.es.js.map +1 -0
  289. package/lib/src/types/LayoutTypes.cjs.js +31 -0
  290. package/lib/src/types/LayoutTypes.cjs.js.map +1 -0
  291. package/lib/src/types/LayoutTypes.es.js +31 -0
  292. package/lib/src/types/LayoutTypes.es.js.map +1 -0
  293. package/lib/src/types/MediaConnectorTypes.cjs.js +18 -0
  294. package/lib/src/types/MediaConnectorTypes.cjs.js.map +1 -0
  295. package/lib/src/types/MediaConnectorTypes.es.js +18 -0
  296. package/lib/src/types/MediaConnectorTypes.es.js.map +1 -0
  297. package/lib/src/types/ParagraphStyleTypes.cjs.js +21 -0
  298. package/lib/src/types/ParagraphStyleTypes.cjs.js.map +1 -0
  299. package/lib/src/types/ParagraphStyleTypes.es.js +21 -0
  300. package/lib/src/types/ParagraphStyleTypes.es.js.map +1 -0
  301. package/lib/src/types/RichTextRuleTypes.cjs.js +22 -0
  302. package/lib/src/types/RichTextRuleTypes.cjs.js.map +1 -0
  303. package/lib/src/types/RichTextRuleTypes.d.ts +119 -0
  304. package/lib/src/types/RichTextRuleTypes.es.js +22 -0
  305. package/lib/src/types/RichTextRuleTypes.es.js.map +1 -0
  306. package/lib/src/types/ShapeTypes.cjs.js +17 -0
  307. package/lib/src/types/ShapeTypes.cjs.js.map +1 -0
  308. package/lib/src/types/ShapeTypes.es.js +17 -0
  309. package/lib/src/types/ShapeTypes.es.js.map +1 -0
  310. package/lib/src/types/TextStyleTypes.cjs.js +86 -0
  311. package/lib/src/types/TextStyleTypes.cjs.js.map +1 -0
  312. package/lib/src/types/TextStyleTypes.es.js +86 -0
  313. package/lib/src/types/TextStyleTypes.es.js.map +1 -0
  314. package/lib/src/types/VariableTypes.cjs.js +81 -0
  315. package/lib/src/types/VariableTypes.cjs.js.map +1 -0
  316. package/lib/src/types/VariableTypes.d.ts +5 -0
  317. package/lib/src/types/VariableTypes.es.js +81 -0
  318. package/lib/src/types/VariableTypes.es.js.map +1 -0
  319. package/lib/src/types/ViewModeTypes.cjs.js +9 -0
  320. package/lib/src/types/ViewModeTypes.cjs.js.map +1 -0
  321. package/lib/src/types/ViewModeTypes.es.js +9 -0
  322. package/lib/src/types/ViewModeTypes.es.js.map +1 -0
  323. package/lib/src/utils/BrandKitAdapter.cjs.js +42 -0
  324. package/lib/src/utils/BrandKitAdapter.cjs.js.map +1 -0
  325. package/lib/src/utils/BrandKitAdapter.es.js +42 -0
  326. package/lib/src/utils/BrandKitAdapter.es.js.map +1 -0
  327. package/lib/src/utils/ConfigHelper.cjs.js +214 -0
  328. package/lib/src/utils/ConfigHelper.cjs.js.map +1 -0
  329. package/lib/src/utils/ConfigHelper.es.js +214 -0
  330. package/lib/src/utils/ConfigHelper.es.js.map +1 -0
  331. package/lib/src/utils/ConnectorCompatibilityTools.cjs.js +47 -0
  332. package/lib/src/utils/ConnectorCompatibilityTools.cjs.js.map +1 -0
  333. package/lib/src/utils/ConnectorCompatibilityTools.es.js +47 -0
  334. package/lib/src/utils/ConnectorCompatibilityTools.es.js.map +1 -0
  335. package/lib/src/utils/DataItemMappingTools.cjs.js +56 -0
  336. package/lib/src/utils/DataItemMappingTools.cjs.js.map +1 -0
  337. package/lib/src/utils/DataItemMappingTools.d.ts +3 -2
  338. package/lib/src/utils/DataItemMappingTools.es.js +56 -0
  339. package/lib/src/utils/DataItemMappingTools.es.js.map +1 -0
  340. package/lib/src/utils/EditorResponseData.cjs.js +35 -0
  341. package/lib/src/utils/EditorResponseData.cjs.js.map +1 -0
  342. package/lib/src/utils/EditorResponseData.es.js +35 -0
  343. package/lib/src/utils/EditorResponseData.es.js.map +1 -0
  344. package/lib/src/utils/EngineCallbackHandler.cjs.js +25 -0
  345. package/lib/src/utils/EngineCallbackHandler.cjs.js.map +1 -0
  346. package/lib/src/utils/EngineCallbackHandler.es.js +25 -0
  347. package/lib/src/utils/EngineCallbackHandler.es.js.map +1 -0
  348. package/lib/src/utils/EngineEvent.cjs.js +46 -0
  349. package/lib/src/utils/EngineEvent.cjs.js.map +1 -0
  350. package/lib/src/utils/EngineEvent.es.js +46 -0
  351. package/lib/src/utils/EngineEvent.es.js.map +1 -0
  352. package/lib/src/utils/EngineEventTrigger.cjs.js +32 -0
  353. package/lib/src/utils/EngineEventTrigger.cjs.js.map +1 -0
  354. package/lib/src/utils/EngineEventTrigger.es.js +32 -0
  355. package/lib/src/utils/EngineEventTrigger.es.js.map +1 -0
  356. package/lib/src/utils/Enums.cjs.js +52 -0
  357. package/lib/src/utils/Enums.cjs.js.map +1 -0
  358. package/lib/src/utils/Enums.d.ts +2 -1
  359. package/lib/src/utils/Enums.es.js +52 -0
  360. package/lib/src/utils/Enums.es.js.map +1 -0
  361. package/lib/src/utils/LocalConfigurationDecorator.cjs.js +59 -0
  362. package/lib/src/utils/LocalConfigurationDecorator.cjs.js.map +1 -0
  363. package/lib/src/utils/LocalConfigurationDecorator.es.js +59 -0
  364. package/lib/src/utils/LocalConfigurationDecorator.es.js.map +1 -0
  365. package/lib/src/utils/MathUtils.cjs.js +8 -0
  366. package/lib/src/utils/MathUtils.cjs.js.map +1 -0
  367. package/lib/src/utils/MathUtils.es.js +8 -0
  368. package/lib/src/utils/MathUtils.es.js.map +1 -0
  369. package/lib/src/utils/VariableHelper.cjs.js +15 -0
  370. package/lib/src/utils/VariableHelper.cjs.js.map +1 -0
  371. package/lib/src/utils/VariableHelper.es.js +15 -0
  372. package/lib/src/utils/VariableHelper.es.js.map +1 -0
  373. package/package.json +19 -6
  374. package/_bundles/main.es.js +0 -2688
  375. package/_bundles/main.es.js.map +0 -1
  376. package/connector-types/src/Common.js +0 -9
  377. package/connector-types/src/Common.js.map +0 -1
  378. package/connector-types/src/ComponentConnector.js +0 -3
  379. package/connector-types/src/ComponentConnector.js.map +0 -1
  380. package/connector-types/src/Connector.Shared.js +0 -2
  381. package/connector-types/src/Connector.Shared.js.map +0 -1
  382. package/connector-types/src/DataConnector.js +0 -2
  383. package/connector-types/src/DataConnector.js.map +0 -1
  384. package/connector-types/src/FontConnector.js +0 -2
  385. package/connector-types/src/FontConnector.js.map +0 -1
  386. package/connector-types/src/MediaConnector.js +0 -2
  387. package/connector-types/src/MediaConnector.js.map +0 -1
  388. package/connector-types/src/index.js +0 -7
  389. package/connector-types/src/index.js.map +0 -1
  390. package/lib/editor-engine.json +0 -3
  391. package/lib/package.json +0 -87
  392. package/lib/src/controllers/ActionController.js +0 -178
  393. package/lib/src/controllers/ActionController.js.map +0 -1
  394. package/lib/src/controllers/AnimationController.js +0 -135
  395. package/lib/src/controllers/AnimationController.js.map +0 -1
  396. package/lib/src/controllers/BarcodeController.js +0 -288
  397. package/lib/src/controllers/BarcodeController.js.map +0 -1
  398. package/lib/src/controllers/BrandKitController.js +0 -230
  399. package/lib/src/controllers/BrandKitController.js.map +0 -1
  400. package/lib/src/controllers/CanvasController.js +0 -84
  401. package/lib/src/controllers/CanvasController.js.map +0 -1
  402. package/lib/src/controllers/CharacterStyleController.js +0 -119
  403. package/lib/src/controllers/CharacterStyleController.js.map +0 -1
  404. package/lib/src/controllers/ClipboardController.js +0 -87
  405. package/lib/src/controllers/ClipboardController.js.map +0 -1
  406. package/lib/src/controllers/ColorConversionController.js +0 -49
  407. package/lib/src/controllers/ColorConversionController.js.map +0 -1
  408. package/lib/src/controllers/ColorStyleController.js +0 -118
  409. package/lib/src/controllers/ColorStyleController.js.map +0 -1
  410. package/lib/src/controllers/ComponentConnectorController.js +0 -124
  411. package/lib/src/controllers/ComponentConnectorController.js.map +0 -1
  412. package/lib/src/controllers/ComponentController.js +0 -74
  413. package/lib/src/controllers/ComponentController.js.map +0 -1
  414. package/lib/src/controllers/ConfigurationController.js +0 -84
  415. package/lib/src/controllers/ConfigurationController.js.map +0 -1
  416. package/lib/src/controllers/ConnectorController.js +0 -320
  417. package/lib/src/controllers/ConnectorController.js.map +0 -1
  418. package/lib/src/controllers/DataConnectorController.js +0 -129
  419. package/lib/src/controllers/DataConnectorController.js.map +0 -1
  420. package/lib/src/controllers/DataSourceController.js +0 -83
  421. package/lib/src/controllers/DataSourceController.js.map +0 -1
  422. package/lib/src/controllers/DebugController.js +0 -72
  423. package/lib/src/controllers/DebugController.js.map +0 -1
  424. package/lib/src/controllers/DocumentController.js +0 -77
  425. package/lib/src/controllers/DocumentController.js.map +0 -1
  426. package/lib/src/controllers/ExperimentController.js +0 -131
  427. package/lib/src/controllers/ExperimentController.js.map +0 -1
  428. package/lib/src/controllers/FontConnectorController.js +0 -146
  429. package/lib/src/controllers/FontConnectorController.js.map +0 -1
  430. package/lib/src/controllers/FontController.js +0 -178
  431. package/lib/src/controllers/FontController.js.map +0 -1
  432. package/lib/src/controllers/FrameController.js +0 -1308
  433. package/lib/src/controllers/FrameController.js.map +0 -1
  434. package/lib/src/controllers/GradientStyleController.js +0 -114
  435. package/lib/src/controllers/GradientStyleController.js.map +0 -1
  436. package/lib/src/controllers/InfoController.js +0 -20
  437. package/lib/src/controllers/InfoController.js.map +0 -1
  438. package/lib/src/controllers/LayoutController.js +0 -401
  439. package/lib/src/controllers/LayoutController.js.map +0 -1
  440. package/lib/src/controllers/MediaConnectorController.js +0 -177
  441. package/lib/src/controllers/MediaConnectorController.js.map +0 -1
  442. package/lib/src/controllers/PageController.js +0 -186
  443. package/lib/src/controllers/PageController.js.map +0 -1
  444. package/lib/src/controllers/ParagraphStyleController.js +0 -115
  445. package/lib/src/controllers/ParagraphStyleController.js.map +0 -1
  446. package/lib/src/controllers/ShapeController.js +0 -172
  447. package/lib/src/controllers/ShapeController.js.map +0 -1
  448. package/lib/src/controllers/SubscriberController.js +0 -379
  449. package/lib/src/controllers/SubscriberController.js.map +0 -1
  450. package/lib/src/controllers/TextStyleController.js +0 -69
  451. package/lib/src/controllers/TextStyleController.js.map +0 -1
  452. package/lib/src/controllers/ToolController.js +0 -112
  453. package/lib/src/controllers/ToolController.js.map +0 -1
  454. package/lib/src/controllers/UndoManagerController.js +0 -207
  455. package/lib/src/controllers/UndoManagerController.js.map +0 -1
  456. package/lib/src/controllers/UtilsController.js +0 -135
  457. package/lib/src/controllers/UtilsController.js.map +0 -1
  458. package/lib/src/controllers/VariableController.js +0 -891
  459. package/lib/src/controllers/VariableController.js.map +0 -1
  460. package/lib/src/exceptions/AsyncExceptions.js +0 -23
  461. package/lib/src/exceptions/AsyncExceptions.js.map +0 -1
  462. package/lib/src/exceptions/Codes.js +0 -4
  463. package/lib/src/exceptions/Codes.js.map +0 -1
  464. package/lib/src/exceptions/Exceptions.js +0 -13
  465. package/lib/src/exceptions/Exceptions.js.map +0 -1
  466. package/lib/src/exceptions/Helpers.js +0 -55
  467. package/lib/src/exceptions/Helpers.js.map +0 -1
  468. package/lib/src/exceptions/index.js +0 -4
  469. package/lib/src/exceptions/index.js.map +0 -1
  470. package/lib/src/index.js +0 -31
  471. package/lib/src/index.js.map +0 -1
  472. package/lib/src/interactions/Connector.js +0 -195
  473. package/lib/src/interactions/Connector.js.map +0 -1
  474. package/lib/src/next/NextInitiator.js +0 -34
  475. package/lib/src/next/NextInitiator.js.map +0 -1
  476. package/lib/src/next/controllers/BrandKitController.js +0 -57
  477. package/lib/src/next/controllers/BrandKitController.js.map +0 -1
  478. package/lib/src/next/controllers/CanvasController.js +0 -54
  479. package/lib/src/next/controllers/CanvasController.js.map +0 -1
  480. package/lib/src/next/controllers/ConnectorController.js +0 -79
  481. package/lib/src/next/controllers/ConnectorController.js.map +0 -1
  482. package/lib/src/next/controllers/PageController.js +0 -65
  483. package/lib/src/next/controllers/PageController.js.map +0 -1
  484. package/lib/src/next/controllers/SubscriberController.js +0 -42
  485. package/lib/src/next/controllers/SubscriberController.js.map +0 -1
  486. package/lib/src/next/controllers/VariableController.js +0 -158
  487. package/lib/src/next/controllers/VariableController.js.map +0 -1
  488. package/lib/src/next/index.js +0 -2
  489. package/lib/src/next/index.js.map +0 -1
  490. package/lib/src/next/tests/controllers/BrandKitController.test.js +0 -104
  491. package/lib/src/next/tests/controllers/BrandKitController.test.js.map +0 -1
  492. package/lib/src/next/tests/controllers/CanvasController.test.js +0 -37
  493. package/lib/src/next/tests/controllers/CanvasController.test.js.map +0 -1
  494. package/lib/src/next/tests/controllers/ConnectorController.test.js +0 -71
  495. package/lib/src/next/tests/controllers/ConnectorController.test.js.map +0 -1
  496. package/lib/src/next/tests/controllers/PageController.test.js +0 -37
  497. package/lib/src/next/tests/controllers/PageController.test.js.map +0 -1
  498. package/lib/src/next/tests/controllers/SubscriberContoller.test.js +0 -54
  499. package/lib/src/next/tests/controllers/SubscriberContoller.test.js.map +0 -1
  500. package/lib/src/next/tests/controllers/VariableController.test.js +0 -186
  501. package/lib/src/next/tests/controllers/VariableController.test.js.map +0 -1
  502. package/lib/src/next/types/BrandKitTypes.js +0 -2
  503. package/lib/src/next/types/BrandKitTypes.js.map +0 -1
  504. package/lib/src/next/types/ConnectorTypes.js +0 -27
  505. package/lib/src/next/types/ConnectorTypes.js.map +0 -1
  506. package/lib/src/next/types/NextSubscribers.js +0 -2
  507. package/lib/src/next/types/NextSubscribers.js.map +0 -1
  508. package/lib/src/next/types/PageTypes.js +0 -2
  509. package/lib/src/next/types/PageTypes.js.map +0 -1
  510. package/lib/src/next/types/VariableTypes.js +0 -12
  511. package/lib/src/next/types/VariableTypes.js.map +0 -1
  512. package/lib/src/sdk.js +0 -231
  513. package/lib/src/sdk.js.map +0 -1
  514. package/lib/src/setupTests.js +0 -2
  515. package/lib/src/setupTests.js.map +0 -1
  516. package/lib/src/tests/__mocks__/Animations.js +0 -10
  517. package/lib/src/tests/__mocks__/Animations.js.map +0 -1
  518. package/lib/src/tests/__mocks__/Brandkit.js +0 -532
  519. package/lib/src/tests/__mocks__/Brandkit.js.map +0 -1
  520. package/lib/src/tests/__mocks__/Config.js +0 -41
  521. package/lib/src/tests/__mocks__/Config.js.map +0 -1
  522. package/lib/src/tests/__mocks__/FrameProperties.js +0 -20
  523. package/lib/src/tests/__mocks__/FrameProperties.js.map +0 -1
  524. package/lib/src/tests/__mocks__/MockImageFrameSource.js +0 -15
  525. package/lib/src/tests/__mocks__/MockImageFrameSource.js.map +0 -1
  526. package/lib/src/tests/__mocks__/localConfig.js +0 -4
  527. package/lib/src/tests/__mocks__/localConfig.js.map +0 -1
  528. package/lib/src/tests/__mocks__/mockDocument.js +0 -2
  529. package/lib/src/tests/__mocks__/mockDocument.js.map +0 -1
  530. package/lib/src/tests/controllers/ActionController.test.js +0 -156
  531. package/lib/src/tests/controllers/ActionController.test.js.map +0 -1
  532. package/lib/src/tests/controllers/AnimationController.test.js +0 -91
  533. package/lib/src/tests/controllers/AnimationController.test.js.map +0 -1
  534. package/lib/src/tests/controllers/BarcodeController.test.js +0 -292
  535. package/lib/src/tests/controllers/BarcodeController.test.js.map +0 -1
  536. package/lib/src/tests/controllers/BrandKitController.test.js +0 -318
  537. package/lib/src/tests/controllers/BrandKitController.test.js.map +0 -1
  538. package/lib/src/tests/controllers/CanvasController.test.js +0 -58
  539. package/lib/src/tests/controllers/CanvasController.test.js.map +0 -1
  540. package/lib/src/tests/controllers/CharacterStyleController.test.js +0 -155
  541. package/lib/src/tests/controllers/CharacterStyleController.test.js.map +0 -1
  542. package/lib/src/tests/controllers/ClipboardController.test.js +0 -64
  543. package/lib/src/tests/controllers/ClipboardController.test.js.map +0 -1
  544. package/lib/src/tests/controllers/ColorConversionController.test.js +0 -32
  545. package/lib/src/tests/controllers/ColorConversionController.test.js.map +0 -1
  546. package/lib/src/tests/controllers/ColorStyleController.test.js +0 -94
  547. package/lib/src/tests/controllers/ColorStyleController.test.js.map +0 -1
  548. package/lib/src/tests/controllers/ComponentConnectorController.test.js +0 -73
  549. package/lib/src/tests/controllers/ComponentConnectorController.test.js.map +0 -1
  550. package/lib/src/tests/controllers/ComponentController.test.js +0 -52
  551. package/lib/src/tests/controllers/ComponentController.test.js.map +0 -1
  552. package/lib/src/tests/controllers/ConnectorController.test.js +0 -271
  553. package/lib/src/tests/controllers/ConnectorController.test.js.map +0 -1
  554. package/lib/src/tests/controllers/DataConnectorController.test.js +0 -145
  555. package/lib/src/tests/controllers/DataConnectorController.test.js.map +0 -1
  556. package/lib/src/tests/controllers/DataSourceController.test.js +0 -67
  557. package/lib/src/tests/controllers/DataSourceController.test.js.map +0 -1
  558. package/lib/src/tests/controllers/DebugController.test.js +0 -47
  559. package/lib/src/tests/controllers/DebugController.test.js.map +0 -1
  560. package/lib/src/tests/controllers/DocumentController.test.js +0 -63
  561. package/lib/src/tests/controllers/DocumentController.test.js.map +0 -1
  562. package/lib/src/tests/controllers/ExperimentController.test.js +0 -98
  563. package/lib/src/tests/controllers/ExperimentController.test.js.map +0 -1
  564. package/lib/src/tests/controllers/FontConnectorController.test.js +0 -87
  565. package/lib/src/tests/controllers/FontConnectorController.test.js.map +0 -1
  566. package/lib/src/tests/controllers/FontController.test.js +0 -142
  567. package/lib/src/tests/controllers/FontController.test.js.map +0 -1
  568. package/lib/src/tests/controllers/FrameConstraintController.test.js +0 -335
  569. package/lib/src/tests/controllers/FrameConstraintController.test.js.map +0 -1
  570. package/lib/src/tests/controllers/FrameController.test.js +0 -669
  571. package/lib/src/tests/controllers/FrameController.test.js.map +0 -1
  572. package/lib/src/tests/controllers/GradientStyleController.test.js +0 -82
  573. package/lib/src/tests/controllers/GradientStyleController.test.js.map +0 -1
  574. package/lib/src/tests/controllers/InfoController.test.js +0 -26
  575. package/lib/src/tests/controllers/InfoController.test.js.map +0 -1
  576. package/lib/src/tests/controllers/LayoutController.test.js +0 -345
  577. package/lib/src/tests/controllers/LayoutController.test.js.map +0 -1
  578. package/lib/src/tests/controllers/MediaConnectorController.test.js +0 -116
  579. package/lib/src/tests/controllers/MediaConnectorController.test.js.map +0 -1
  580. package/lib/src/tests/controllers/PageController.test.js +0 -141
  581. package/lib/src/tests/controllers/PageController.test.js.map +0 -1
  582. package/lib/src/tests/controllers/ParagraphStyleController.test.js +0 -164
  583. package/lib/src/tests/controllers/ParagraphStyleController.test.js.map +0 -1
  584. package/lib/src/tests/controllers/ShapeController.test.js +0 -102
  585. package/lib/src/tests/controllers/ShapeController.test.js.map +0 -1
  586. package/lib/src/tests/controllers/SubscriberContoller.test.js +0 -467
  587. package/lib/src/tests/controllers/SubscriberContoller.test.js.map +0 -1
  588. package/lib/src/tests/controllers/TextStyleController.test.js +0 -43
  589. package/lib/src/tests/controllers/TextStyleController.test.js.map +0 -1
  590. package/lib/src/tests/controllers/ToolController.test.js +0 -80
  591. package/lib/src/tests/controllers/ToolController.test.js.map +0 -1
  592. package/lib/src/tests/controllers/UndoManagerController.test.js +0 -120
  593. package/lib/src/tests/controllers/UndoManagerController.test.js.map +0 -1
  594. package/lib/src/tests/controllers/UtilsController.test.js +0 -127
  595. package/lib/src/tests/controllers/UtilsController.test.js.map +0 -1
  596. package/lib/src/tests/controllers/VariableController.test.js +0 -579
  597. package/lib/src/tests/controllers/VariableController.test.js.map +0 -1
  598. package/lib/src/tests/index.test.js +0 -26
  599. package/lib/src/tests/index.test.js.map +0 -1
  600. package/lib/src/tests/interactions/Connector.test.js +0 -44
  601. package/lib/src/tests/interactions/Connector.test.js.map +0 -1
  602. package/lib/src/tests/utils/ConnectorCompatibilityTools.test.js +0 -74
  603. package/lib/src/tests/utils/ConnectorCompatibilityTools.test.js.map +0 -1
  604. package/lib/src/tests/utils/EditorResponseData.test.js +0 -125
  605. package/lib/src/tests/utils/EditorResponseData.test.js.map +0 -1
  606. package/lib/src/tests/utils/EventSubscription.test.js +0 -238
  607. package/lib/src/tests/utils/EventSubscription.test.js.map +0 -1
  608. package/lib/src/tests/utils/LocalConfigurationDecorator.test.js +0 -61
  609. package/lib/src/tests/utils/LocalConfigurationDecorator.test.js.map +0 -1
  610. package/lib/src/tests/utils/Logging.test.js +0 -99
  611. package/lib/src/tests/utils/Logging.test.js.map +0 -1
  612. package/lib/src/tests/utils/Round.test.js +0 -16
  613. package/lib/src/tests/utils/Round.test.js.map +0 -1
  614. package/lib/src/types/ActionTypes.js +0 -29
  615. package/lib/src/types/ActionTypes.js.map +0 -1
  616. package/lib/src/types/AnimationTypes.js +0 -49
  617. package/lib/src/types/AnimationTypes.js.map +0 -1
  618. package/lib/src/types/BarcodeTypes.js +0 -39
  619. package/lib/src/types/BarcodeTypes.js.map +0 -1
  620. package/lib/src/types/BrandKitTypes.js +0 -2
  621. package/lib/src/types/BrandKitTypes.js.map +0 -1
  622. package/lib/src/types/CharacterStyleTypes.js +0 -2
  623. package/lib/src/types/CharacterStyleTypes.js.map +0 -1
  624. package/lib/src/types/ClipboardTypes.js +0 -6
  625. package/lib/src/types/ClipboardTypes.js.map +0 -1
  626. package/lib/src/types/ColorStyleTypes.js +0 -42
  627. package/lib/src/types/ColorStyleTypes.js.map +0 -1
  628. package/lib/src/types/CommonTypes.js +0 -28
  629. package/lib/src/types/CommonTypes.js.map +0 -1
  630. package/lib/src/types/ComponentConnectorTypes.js +0 -10
  631. package/lib/src/types/ComponentConnectorTypes.js.map +0 -1
  632. package/lib/src/types/ConfigurationTypes.js +0 -43
  633. package/lib/src/types/ConfigurationTypes.js.map +0 -1
  634. package/lib/src/types/ConnectorTypes.js +0 -207
  635. package/lib/src/types/ConnectorTypes.js.map +0 -1
  636. package/lib/src/types/DataConnectorTypes.js +0 -2
  637. package/lib/src/types/DataConnectorTypes.js.map +0 -1
  638. package/lib/src/types/DebugTypes.js +0 -8
  639. package/lib/src/types/DebugTypes.js.map +0 -1
  640. package/lib/src/types/DocumentTypes.js +0 -35
  641. package/lib/src/types/DocumentTypes.js.map +0 -1
  642. package/lib/src/types/EngineEditModeTypes.js +0 -10
  643. package/lib/src/types/EngineEditModeTypes.js.map +0 -1
  644. package/lib/src/types/FontConnectorTypes.js +0 -6
  645. package/lib/src/types/FontConnectorTypes.js.map +0 -1
  646. package/lib/src/types/FontTypes.js +0 -2
  647. package/lib/src/types/FontTypes.js.map +0 -1
  648. package/lib/src/types/FrameTypes.js +0 -147
  649. package/lib/src/types/FrameTypes.js.map +0 -1
  650. package/lib/src/types/GradientStyleTypes.js +0 -16
  651. package/lib/src/types/GradientStyleTypes.js.map +0 -1
  652. package/lib/src/types/LayoutTypes.js +0 -26
  653. package/lib/src/types/LayoutTypes.js.map +0 -1
  654. package/lib/src/types/MediaConnectorTypes.js +0 -14
  655. package/lib/src/types/MediaConnectorTypes.js.map +0 -1
  656. package/lib/src/types/PageTypes.js +0 -2
  657. package/lib/src/types/PageTypes.js.map +0 -1
  658. package/lib/src/types/ParagraphStyleTypes.js +0 -17
  659. package/lib/src/types/ParagraphStyleTypes.js.map +0 -1
  660. package/lib/src/types/ShapeTypes.js +0 -13
  661. package/lib/src/types/ShapeTypes.js.map +0 -1
  662. package/lib/src/types/TextStyleTypes.js +0 -83
  663. package/lib/src/types/TextStyleTypes.js.map +0 -1
  664. package/lib/src/types/TextTypes.js +0 -6
  665. package/lib/src/types/TextTypes.js.map +0 -1
  666. package/lib/src/types/VariableTypes.js +0 -70
  667. package/lib/src/types/VariableTypes.js.map +0 -1
  668. package/lib/src/types/ViewModeTypes.js +0 -6
  669. package/lib/src/types/ViewModeTypes.js.map +0 -1
  670. package/lib/src/types/ViewportTypes.js +0 -2
  671. package/lib/src/types/ViewportTypes.js.map +0 -1
  672. package/lib/src/utils/BrandKitAdapter.js +0 -45
  673. package/lib/src/utils/BrandKitAdapter.js.map +0 -1
  674. package/lib/src/utils/ConfigHelper.js +0 -92
  675. package/lib/src/utils/ConfigHelper.js.map +0 -1
  676. package/lib/src/utils/ConnectorCompatibilityTools.js +0 -54
  677. package/lib/src/utils/ConnectorCompatibilityTools.js.map +0 -1
  678. package/lib/src/utils/DataItemMappingTools.js +0 -58
  679. package/lib/src/utils/DataItemMappingTools.js.map +0 -1
  680. package/lib/src/utils/EditorResponseData.js +0 -44
  681. package/lib/src/utils/EditorResponseData.js.map +0 -1
  682. package/lib/src/utils/EngineCallbackHandler.js +0 -23
  683. package/lib/src/utils/EngineCallbackHandler.js.map +0 -1
  684. package/lib/src/utils/EngineEvent.js +0 -44
  685. package/lib/src/utils/EngineEvent.js.map +0 -1
  686. package/lib/src/utils/EngineEventTrigger.js +0 -33
  687. package/lib/src/utils/EngineEventTrigger.js.map +0 -1
  688. package/lib/src/utils/Enums.js +0 -47
  689. package/lib/src/utils/Enums.js.map +0 -1
  690. package/lib/src/utils/LocalConfigurationDecorator.js +0 -76
  691. package/lib/src/utils/LocalConfigurationDecorator.js.map +0 -1
  692. package/lib/src/utils/MathUtils.js +0 -5
  693. package/lib/src/utils/MathUtils.js.map +0 -1
  694. package/lib/src/utils/VariableHelper.js +0 -12
  695. package/lib/src/utils/VariableHelper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"FrameController.js","sourceRoot":"","sources":["../../../../src/controllers/FrameController.ts"],"names":[],"mappings":"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"}
@@ -1,114 +0,0 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
11
- if (kind === "m") throw new TypeError("Private method is not writable");
12
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
13
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
14
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
15
- };
16
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
17
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
18
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
19
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
20
- };
21
- var _GradientStyleController_editorAPI;
22
- import { getEditorResponseData } from '../utils/EditorResponseData';
23
- /**
24
- * The GradientStyleController is responsible for all communication regarding gradient styles.
25
- * Methods inside this controller can be called by `window.SDK.gradientStyle.{method-name}`
26
- */
27
- export class GradientStyleController {
28
- /**
29
- * @ignore
30
- */
31
- constructor(editorAPI) {
32
- /**
33
- * @ignore
34
- */
35
- _GradientStyleController_editorAPI.set(this, void 0);
36
- /**
37
- * This method returns the list of gradients
38
- * @returns list of all gradients
39
- */
40
- this.getAll = () => __awaiter(this, void 0, void 0, function* () {
41
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
42
- return res.getGradients().then((result) => getEditorResponseData(result));
43
- });
44
- /**
45
- * This method returns a gradient by id
46
- * @param id the id of a specific gradient
47
- * @returns gradient properties for given id
48
- */
49
- this.getById = (id) => __awaiter(this, void 0, void 0, function* () {
50
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
51
- return res.getGradientById(id).then((result) => getEditorResponseData(result));
52
- });
53
- /**
54
- * This method creates a new gradient
55
- * @returns the new created gradient id
56
- */
57
- this.create = () => __awaiter(this, void 0, void 0, function* () {
58
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
59
- return res.createGradient().then((result) => getEditorResponseData(result));
60
- });
61
- /**
62
- * This method duplicates a gradient by the id
63
- * @param id the id of a specific gradient
64
- * @returns id of the duplicated gradient
65
- */
66
- this.duplicate = (id) => __awaiter(this, void 0, void 0, function* () {
67
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
68
- return res.duplicateGradient(id).then((result) => getEditorResponseData(result));
69
- });
70
- /**
71
- * This method changes positions of gradients
72
- * @param order the position of the gradients
73
- * @param ids the list of gradient IDs
74
- * @returns
75
- */
76
- this.move = (order, ids) => __awaiter(this, void 0, void 0, function* () {
77
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
78
- return res.moveGradients(order, ids).then((result) => getEditorResponseData(result));
79
- });
80
- /**
81
- * This method renames a gradient
82
- * @param id the id of a specific gradient
83
- * @param newGradientName the new name of the gradient
84
- * @returns
85
- */
86
- this.rename = (id, newGradientName) => __awaiter(this, void 0, void 0, function* () {
87
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
88
- return res.renameGradient(id, newGradientName).then((result) => getEditorResponseData(result));
89
- });
90
- /**
91
- * This method updates a gradient
92
- * @param id the id of a specific gradient
93
- * @param newGradientProperties the new gradient properties
94
- * @returns
95
- */
96
- this.update = (id, newGradientProperties) => __awaiter(this, void 0, void 0, function* () {
97
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
98
- const properties = newGradientProperties;
99
- return res.updateGradient(id, JSON.stringify(properties)).then((result) => getEditorResponseData(result));
100
- });
101
- /**
102
- * This method removes a gradient
103
- * @param id the id of a specific gradient
104
- * @returns
105
- */
106
- this.remove = (id) => __awaiter(this, void 0, void 0, function* () {
107
- const res = yield __classPrivateFieldGet(this, _GradientStyleController_editorAPI, "f");
108
- return res.removeGradient(id).then((result) => getEditorResponseData(result));
109
- });
110
- __classPrivateFieldSet(this, _GradientStyleController_editorAPI, editorAPI, "f");
111
- }
112
- }
113
- _GradientStyleController_editorAPI = new WeakMap();
114
- //# sourceMappingURL=GradientStyleController.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GradientStyleController.js","sourceRoot":"","sources":["../../../../src/controllers/GradientStyleController.ts"],"names":[],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- import engineInfo from '../../editor-engine.json';
2
- import sdkInfo from '../../package.json';
3
- /**
4
- * The InfoController is responsible for getting info on the engine, like version f.e. .
5
- * Methods and properties inside this controller can be accessed by `window.SDK.engine.{name}`
6
- */
7
- export class InfoController {
8
- constructor() {
9
- /**
10
- * This property returns the current engine version.
11
- * @returns current engine version
12
- */
13
- this.currentEngineVersion = engineInfo.current;
14
- /**
15
- * @returns The currently applicable SDK version
16
- */
17
- this.currentSDKVersion = sdkInfo.version;
18
- }
19
- }
20
- //# sourceMappingURL=InfoController.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InfoController.js","sourceRoot":"","sources":["../../../../src/controllers/InfoController.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,OAAO,MAAM,oBAAoB,CAAC;AAEzC;;;GAGG;AACH,MAAM,OAAO,cAAc;IAA3B;QACI;;;WAGG;QACH,yBAAoB,GAAG,UAAU,CAAC,OAAO,CAAC;QAE1C;;WAEG;QACH,sBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC;IACxC,CAAC;CAAA"}
@@ -1,401 +0,0 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
11
- if (kind === "m") throw new TypeError("Private method is not writable");
12
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
13
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
14
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
15
- };
16
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
17
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
18
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
19
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
20
- };
21
- var _LayoutController_editorAPI, _LayoutController_blobAPI;
22
- import { PositionEnum, } from '../types/LayoutTypes';
23
- import { getEditorResponseData } from '../utils/EditorResponseData';
24
- /**
25
- * The LayoutController is responsible for all communication regarding Layouts.
26
- * Methods inside this controller can be called by `window.SDK.layout.{method-name}`
27
- */
28
- export class LayoutController {
29
- /**
30
- * @ignore
31
- */
32
- constructor(editorAPI) {
33
- /**
34
- * @ignore
35
- */
36
- _LayoutController_editorAPI.set(this, void 0);
37
- _LayoutController_blobAPI.set(this, void 0);
38
- /**
39
- * This method returns the list of layouts
40
- * @returns list of all layouts
41
- */
42
- this.getAll = () => __awaiter(this, void 0, void 0, function* () {
43
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
44
- return res.getLayouts().then((result) => getEditorResponseData(result));
45
- });
46
- /**
47
- * This method returns a layout by its id
48
- * @param id the id of a specific layout
49
- * @returns layout properties
50
- */
51
- this.getById = (id) => __awaiter(this, void 0, void 0, function* () {
52
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
53
- return res.getLayoutById(id).then((result) => getEditorResponseData(result));
54
- });
55
- /**
56
- * This method returns a layout by its name
57
- * @param name the name of a specific layout
58
- * @returns layout properties
59
- */
60
- this.getByName = (name) => __awaiter(this, void 0, void 0, function* () {
61
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
62
- return res.getLayoutByName(name).then((result) => getEditorResponseData(result));
63
- });
64
- /**
65
- * This method returns the selected layout
66
- * @returns layout properties
67
- */
68
- this.getSelected = () => __awaiter(this, void 0, void 0, function* () {
69
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
70
- return res.getSelectedLayout().then((result) => getEditorResponseData(result));
71
- });
72
- /**
73
- * This method will remove a specific layout
74
- * @param id the id of a specific layout
75
- * @returns
76
- */
77
- this.remove = (id) => __awaiter(this, void 0, void 0, function* () {
78
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
79
- return res.removeLayout(id).then((result) => getEditorResponseData(result));
80
- });
81
- /**
82
- * This method will create a new child layout (a new layout is always child of a root / parent)
83
- * @param parentId the id of a specific layout, being the parent
84
- * @returns id of new layout
85
- */
86
- this.create = (parentId, presets) => __awaiter(this, void 0, void 0, function* () {
87
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
88
- if (presets === null || presets === void 0 ? void 0 : presets.length) {
89
- return res
90
- .addLayouts(parentId, JSON.stringify(presets))
91
- .then((result) => getEditorResponseData(result));
92
- }
93
- return res.addLayout(parentId).then((result) => getEditorResponseData(result));
94
- });
95
- /**
96
- * This method will update the name of a specific layout
97
- * @param id the id of a specific layout
98
- * @param name the new name that the layout should receive
99
- * @returns
100
- */
101
- this.rename = (id, name) => __awaiter(this, void 0, void 0, function* () {
102
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
103
- return res.renameLayout(id, name).then((result) => getEditorResponseData(result));
104
- });
105
- /**
106
- * This method will select a specific layout
107
- * @param id the id of a specific layout
108
- * @returns
109
- */
110
- this.select = (id) => __awaiter(this, void 0, void 0, function* () {
111
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
112
- return res.selectLayoutWithOptions(id, null).then((result) => getEditorResponseData(result));
113
- });
114
- /**
115
- * This method will select a specific layout and set the page size to the provided value. Note that
116
- * the same limitations that apply to PageController.setSize also apply here.
117
- * @param id the id of a specific layout
118
- * @param pageSize the new page size that will be applied when selecting the layout
119
- * @returns
120
- */
121
- this.selectWithPageSize = (id, pageSize) => __awaiter(this, void 0, void 0, function* () {
122
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
123
- const options = {
124
- pageSize: pageSize,
125
- };
126
- return res
127
- .selectLayoutWithOptions(id, JSON.stringify(options))
128
- .then((result) => getEditorResponseData(result));
129
- });
130
- /**
131
- * This method will duplicate a specific layout
132
- * @param id the id of a specific layout
133
- * @returns id of specific layout
134
- */
135
- this.duplicate = (id) => __awaiter(this, void 0, void 0, function* () {
136
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
137
- return res.duplicateLayout(id).then((result) => getEditorResponseData(result));
138
- });
139
- /**
140
- * This method will reset a specific layout to its original value
141
- * @param id the id of a specific layout
142
- * @returns
143
- */
144
- this.reset = (id) => __awaiter(this, void 0, void 0, function* () {
145
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
146
- return res.resetLayout(id).then((result) => getEditorResponseData(result));
147
- });
148
- /**
149
- * This method will set the height of the layout to a specific value
150
- * @param id the id of a specific layout
151
- * @param height the string value that will be calculated (f.e. 1+1 will result in 2) The notation is in pixels
152
- * @returns
153
- */
154
- this.setHeight = (id, height) => __awaiter(this, void 0, void 0, function* () {
155
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
156
- return res.setLayoutHeight(id, height).then((result) => getEditorResponseData(result));
157
- });
158
- /**
159
- * This method will set the width of the layout to a specific value
160
- * @param id the id of a specific layout
161
- * @param width the string value that will be calculated (f.e. 1+1 will result in 2) The notation is in pixels
162
- * @returns
163
- */
164
- this.setWidth = (id, width) => __awaiter(this, void 0, void 0, function* () {
165
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
166
- return res.setLayoutWidth(id, width).then((result) => getEditorResponseData(result));
167
- });
168
- /**
169
- * This method will set the unit of the layout to a specific value
170
- *
171
- * @param id The id of a specific layout
172
- * @param unit the unit that will be used for the layout. All values in this layout will now be reported in this unit
173
- * @returns
174
- */
175
- this.setUnit = (id, unit) => __awaiter(this, void 0, void 0, function* () {
176
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
177
- return res.setLayoutUnit(id, unit).then((result) => getEditorResponseData(result));
178
- });
179
- /**
180
- * This method will reset the height of a specific layout to its original value
181
- * @param id the id of a specific layout
182
- * @returns
183
- */
184
- this.resetHeight = (id) => __awaiter(this, void 0, void 0, function* () {
185
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
186
- return res.resetLayoutHeight(id).then((result) => getEditorResponseData(result));
187
- });
188
- /**
189
- * This method will reset the width of a specific layout to its original value
190
- * @param id the id of a specific layout
191
- * @returns
192
- */
193
- this.resetWidth = (id) => __awaiter(this, void 0, void 0, function* () {
194
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
195
- return res.resetLayoutWidth(id).then((result) => getEditorResponseData(result));
196
- });
197
- /**
198
- * This method will reset the unit of a specific layout to its original (inherited) value
199
- * @param id the id of a specific layout
200
- * @returns
201
- */
202
- this.resetUnit = (id) => __awaiter(this, void 0, void 0, function* () {
203
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
204
- return res.resetLayoutUnit(id).then((result) => getEditorResponseData(result));
205
- });
206
- /**
207
- * @deprecated
208
- * This method returns a UInt8Array containing a PNG encoded image of the currently selected layout.
209
- * This method is deprecated, please use getSnapshot in the PageController
210
- * @returns UInt8Array snapshot of the current layout
211
- */
212
- this.getSelectedSnapshot = () => __awaiter(this, void 0, void 0, function* () {
213
- const res = yield __classPrivateFieldGet(this, _LayoutController_blobAPI, "f");
214
- return res.getPageSnapshot().then((result) => { var _a; return (_a = result) !== null && _a !== void 0 ? _a : result; });
215
- });
216
- /**
217
- * This method sets the intent of a specific layout. Note that setting the intent for a layout
218
- * can have side-effects such as updating the measurement unit
219
- * @param id the id of a specific layout
220
- * @param intent the intent that will be used for the layout
221
- */
222
- this.setIntent = (id, intent) => __awaiter(this, void 0, void 0, function* () {
223
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
224
- return res.setLayoutIntent(id, intent).then((result) => getEditorResponseData(result));
225
- });
226
- /**
227
- * This method resets the intent of a specific layout to its original (inherited) value.
228
- * Note: Calling this on the top layout is not valid
229
- *
230
- * @param id The id of the (child) layout to reset the intent for
231
- */
232
- this.resetIntent = (id) => __awaiter(this, void 0, void 0, function* () {
233
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
234
- return res.resetLayoutIntent(id).then((result) => getEditorResponseData(result));
235
- });
236
- /**
237
- * This method sets the fill color of a specific layout.
238
- * Note: Depending on the layout intent, some colors might not be valid (eg opacity for digitalAnimated, any color for print)
239
- *
240
- * @param id the id of a specific layout
241
- * @param color the color that will be used for the layout
242
- */
243
- this.setFillColor = (id, color) => __awaiter(this, void 0, void 0, function* () {
244
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
245
- return res.setLayoutFillColor(id, JSON.stringify(color)).then((result) => getEditorResponseData(result));
246
- });
247
- /**
248
- * This is a convenience method to enable or disable the fill color of a specific layout.
249
- * Note: Depending on the layout intent, disabling might not be valid (eg disabling for digitalAnimated)
250
- *
251
- * @param id the id of a specific layout
252
- * @param enabled whether the fill color should be enabled or disabled
253
- */
254
- this.setFillColorEnabled = (id, enabled) => __awaiter(this, void 0, void 0, function* () {
255
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
256
- return res.setLayoutFillColorEnabled(id, enabled).then((result) => getEditorResponseData(result));
257
- });
258
- /**
259
- * This method resets the fill color of a specific layout to its original (inherited) value.
260
- * Note: Calling this on the top layout is not valid
261
- *
262
- * @param id The id of the (child) layout to reset the fill color for
263
- */
264
- this.resetFillColor = (id) => __awaiter(this, void 0, void 0, function* () {
265
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
266
- return res.resetLayoutFillColor(id).then((result) => getEditorResponseData(result));
267
- });
268
- /**
269
- * This method sets the bleed value of a specific layout.
270
- * Note: this is only valid on a print layout
271
- *
272
- * @param id The id of the specific layout
273
- * @param value The bleed value
274
- * @param position When defined will update the bleed value of a single position,
275
- * otherwise will set all positions to the same value. Depending on this parameter
276
- * being defined, the `areBleedValuesCombined` will also be updated.
277
- */
278
- this.setBleedValue = (id, value, position) => __awaiter(this, void 0, void 0, function* () {
279
- const update = position
280
- ? {
281
- left: position === PositionEnum.left ? value : undefined,
282
- top: position === PositionEnum.top ? value : undefined,
283
- right: position === PositionEnum.right ? value : undefined,
284
- bottom: position === PositionEnum.bottom ? value : undefined,
285
- }
286
- : { left: value, top: value, right: value, bottom: value };
287
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
288
- return res.updateLayoutBleed(id, JSON.stringify(update)).then((result) => getEditorResponseData(result));
289
- });
290
- /**
291
- * This method sets the combined state of the bleed values.
292
- * Note: this is only valid on a print layout
293
- *
294
- * @param id The id of the specific layout
295
- * @param value Whether the bleed values are combined
296
- */
297
- this.setAreBleedValuesCombined = (id, value) => __awaiter(this, void 0, void 0, function* () {
298
- const update = { areBleedValuesCombined: value };
299
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
300
- return res.updateLayoutBleed(id, JSON.stringify(update)).then((result) => getEditorResponseData(result));
301
- });
302
- /**
303
- * This method will reset the bleed values on the specified layout to its original (inherited) value.
304
- * Note: Calling this on the top layout is not valid.
305
- *
306
- * @param id The id of the (child) layout to reset the bleed values for
307
- */
308
- this.resetBleedValues = (id) => __awaiter(this, void 0, void 0, function* () {
309
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
310
- return res.updateLayoutBleed(id, null).then((result) => getEditorResponseData(result));
311
- });
312
- /**
313
- * Sets the private data for any layout
314
- * @param id the id of the layout to update
315
- * @param privateData the private data
316
- * @returns
317
- */
318
- this.setPrivateData = (id, privateData) => __awaiter(this, void 0, void 0, function* () {
319
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
320
- return res
321
- .setLayoutPrivateData(id, JSON.stringify(privateData))
322
- .then((result) => getEditorResponseData(result));
323
- });
324
- /**
325
- * Gets the private data for any layout
326
- * @param id the id of the layout
327
- * @returns the private data
328
- */
329
- this.getPrivateData = (id) => __awaiter(this, void 0, void 0, function* () {
330
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
331
- return res.getLayoutPrivateData(id).then((result) => getEditorResponseData(result));
332
- });
333
- /**
334
- * Sets the display name for any layout
335
- * @param id the id of the layout to update
336
- * @param displayName the display name
337
- * @returns
338
- */
339
- this.setDisplayName = (id, displayName) => __awaiter(this, void 0, void 0, function* () {
340
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
341
- return res.setLayoutDisplayName(id, displayName).then((result) => getEditorResponseData(result));
342
- });
343
- /**
344
- * Gets the display name for any layout
345
- * @param id the id of the layout
346
- * @returns the display name
347
- */
348
- this.getDisplayName = (id) => __awaiter(this, void 0, void 0, function* () {
349
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
350
- return res.getLayoutDisplayName(id).then((result) => getEditorResponseData(result));
351
- });
352
- /**
353
- * Resets the display name for any layout
354
- * @param id the id of the layout to update
355
- * @returns
356
- */
357
- this.resetDisplayName = (id) => __awaiter(this, void 0, void 0, function* () {
358
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
359
- return res.setLayoutDisplayName(id, null).then((result) => getEditorResponseData(result));
360
- });
361
- /**
362
- * This method will set the layout availability for end-users
363
- *
364
- * @param id The id of a specific layout
365
- * @param isAvailable whether this layout is available for end-users
366
- * @returns
367
- */
368
- this.setAvailableForUser = (id, isAvailable) => __awaiter(this, void 0, void 0, function* () {
369
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
370
- return res.setLayoutAvailableForUser(id, isAvailable).then((result) => getEditorResponseData(result));
371
- });
372
- /**
373
- * This method will set the user selected layout
374
- *
375
- * @param id The id of a specific layout
376
- * @param isSelected whether this layout is selected by end-users
377
- * @returns
378
- */
379
- this.setSelectedByUser = (id, isSelected) => __awaiter(this, void 0, void 0, function* () {
380
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
381
- return res.setLayoutSelectedByUser(id, isSelected).then((result) => getEditorResponseData(result));
382
- });
383
- /**
384
- * This method will set the layout size boundaries for end-users
385
- *
386
- * @param id The id of a specific layout
387
- * @param resizableLayoutProperties the new layout size boundaries
388
- * @returns
389
- */
390
- this.setResizableByUser = (id, resizableLayoutProperties) => __awaiter(this, void 0, void 0, function* () {
391
- const res = yield __classPrivateFieldGet(this, _LayoutController_editorAPI, "f");
392
- return res
393
- .setLayoutResizableByUser(id, JSON.stringify(resizableLayoutProperties))
394
- .then((result) => getEditorResponseData(result));
395
- });
396
- __classPrivateFieldSet(this, _LayoutController_editorAPI, editorAPI, "f");
397
- __classPrivateFieldSet(this, _LayoutController_blobAPI, editorAPI, "f");
398
- }
399
- }
400
- _LayoutController_editorAPI = new WeakMap(), _LayoutController_blobAPI = new WeakMap();
401
- //# sourceMappingURL=LayoutController.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LayoutController.js","sourceRoot":"","sources":["../../../../src/controllers/LayoutController.ts"],"names":[],"mappings":"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"}