@sitevision/api 1.1.0-alpha.2 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (558) hide show
  1. package/client/requester/index.d.ts +7 -7
  2. package/client/toasts/index.d.ts +5 -5
  3. package/common/app/index.d.ts +20 -1
  4. package/common/events/index.d.ts +6 -3
  5. package/common/i18n/index.d.ts +1 -0
  6. package/common/router/index.d.ts +43 -21
  7. package/index.d.ts +23 -18
  8. package/package.json +4 -2
  9. package/server/AliasUtil/index.d.ts +4 -4
  10. package/server/ArchiveUtil/index.d.ts +3 -23
  11. package/server/ArchiveUtil/index.js +1 -3
  12. package/server/ArraysInstance/index.d.ts +4 -18
  13. package/server/ArraysInstance/index.js +27 -0
  14. package/server/ArticleUtil/index.d.ts +11 -158
  15. package/server/ArticleUtil/index.js +3 -17
  16. package/server/AuthenticationUtil/index.d.ts +5 -11
  17. package/server/AuthenticationUtil/index.js +12 -0
  18. package/server/BookmarkUtil/index.d.ts +6 -12
  19. package/server/BuddyIconRenderer/index.d.ts +6 -46
  20. package/server/BuddyIconRenderer/index.js +21 -0
  21. package/server/ClientUtil/index.d.ts +3 -3
  22. package/server/CollaborationFactory/index.d.ts +5 -5
  23. package/server/CollaborationFactory/index.js +6 -1
  24. package/server/CollaborationGroupFolderUtil/index.d.ts +4 -9
  25. package/server/CollaborationGroupFolderUtil/index.js +2 -6
  26. package/server/CollaborationGroupTemplateUtil/index.d.ts +4 -23
  27. package/server/CollaborationGroupTemplateUtil/index.js +3 -9
  28. package/server/CollaborationGroupUtil/index.d.ts +4 -40
  29. package/server/CollaborationGroupUtil/index.js +2 -6
  30. package/server/CollectionsInstance/index.d.ts +36 -53
  31. package/server/CollectionsInstance/index.js +69 -0
  32. package/server/ColorUtil/index.d.ts +4 -4
  33. package/server/CompoundAndFilterBuilder/index.d.ts +5 -8
  34. package/server/CompoundAndFilterBuilder/index.js +12 -0
  35. package/server/CompoundComparatorBuilder/index.d.ts +4 -11
  36. package/server/CompoundComparatorBuilder/index.js +12 -0
  37. package/server/CompoundOrFilterBuilder/index.d.ts +5 -8
  38. package/server/CompoundOrFilterBuilder/index.js +12 -0
  39. package/server/ContentNodeUtil/index.d.ts +3 -19
  40. package/server/ContentNodeUtil/index.js +11 -0
  41. package/server/CurrencyFactory/index.d.ts +3 -54
  42. package/server/CurrencyFactory/index.js +11 -0
  43. package/server/DateUtil/index.d.ts +3 -28
  44. package/server/DateUtil/index.js +5 -5
  45. package/server/DecorationUtil/index.d.ts +4 -4
  46. package/server/DecorationUtil/index.js +10 -0
  47. package/server/DeviceUtil/index.d.ts +4 -4
  48. package/server/DeviceUtil/index.js +11 -0
  49. package/server/DirectoryUtil/index.d.ts +10 -30
  50. package/server/DirectoryUtil/index.js +2 -2
  51. package/server/DocTypeUtil/index.d.ts +8 -9
  52. package/server/DocTypeUtil/index.js +17 -0
  53. package/server/EndecUtil/index.d.ts +2 -210
  54. package/server/EndecUtil/index.js +12 -12
  55. package/server/ExtendedDismaxParserBuilder/index.d.ts +5 -40
  56. package/server/ExtendedDismaxParserBuilder/index.js +22 -0
  57. package/server/FileIconRenderer/index.d.ts +3 -24
  58. package/server/FileIconRenderer/index.js +29 -0
  59. package/server/FileUtil/index.d.ts +4 -145
  60. package/server/FileUtil/index.js +20 -0
  61. package/server/FilterBuilder/index.d.ts +4 -18
  62. package/server/FilterBuilder/index.js +12 -0
  63. package/server/FolderUtil/index.d.ts +3 -51
  64. package/server/FolderUtil/index.js +13 -0
  65. package/server/FontUtil/index.d.ts +4 -4
  66. package/server/FontUtil/index.js +11 -0
  67. package/server/FormatterBuilderFactory/index.d.ts +4 -35
  68. package/server/FormatterBuilderFactory/index.js +12 -0
  69. package/server/HighlightBuilder/index.d.ts +4 -33
  70. package/server/HighlightBuilder/index.js +15 -0
  71. package/server/IconUtil/index.d.ts +4 -4
  72. package/server/IconUtil/index.js +12 -0
  73. package/server/ImageLinkRenderer/index.d.ts +2 -11
  74. package/server/ImageLinkRenderer/index.js +12 -0
  75. package/server/ImageRenderer/index.d.ts +7 -77
  76. package/server/ImageRenderer/index.js +49 -0
  77. package/server/ImageUtil/index.d.ts +4 -148
  78. package/server/ImageUtil/index.js +18 -0
  79. package/server/IndexUtil/index.d.ts +4 -24
  80. package/server/IndexUtil/index.js +11 -0
  81. package/server/IndexingUtil/index.d.ts +3 -33
  82. package/server/IndexingUtil/index.js +10 -0
  83. package/server/InstanceCreatorUtil/index.d.ts +9 -142
  84. package/server/InstanceCreatorUtil/index.js +36 -1
  85. package/server/InstanceTypeUtil/index.d.ts +3 -3
  86. package/server/InstanceTypeUtil/index.js +31 -0
  87. package/server/JwtUtil/index.d.ts +3 -74
  88. package/server/JwtUtil/index.js +13 -0
  89. package/server/LandingPageUtil/index.d.ts +4 -4
  90. package/server/LandingPageUtil/index.js +6 -6
  91. package/server/LinkPageUtil/index.d.ts +8 -177
  92. package/server/LinkPageUtil/index.js +13 -0
  93. package/server/LinkRenderer/index.d.ts +3 -209
  94. package/server/LinkRenderer/index.js +64 -0
  95. package/server/LinkTargetBuilder/index.d.ts +6 -11
  96. package/server/LinkTargetBuilder/index.js +16 -0
  97. package/server/LinkValueBuilder/index.d.ts +7 -5
  98. package/server/LinkValueBuilder/index.js +4 -4
  99. package/server/ListWrapper/index.d.ts +5 -15
  100. package/server/ListWrapper/index.js +19 -0
  101. package/server/LocaleUtil/index.d.ts +3 -302
  102. package/server/LocaleUtil/index.js +4 -4
  103. package/server/LogUtil/index.d.ts +3 -15
  104. package/server/LogUtil/index.js +7 -7
  105. package/server/MailBuilder/index.d.ts +5 -4
  106. package/server/MailBuilder/index.js +23 -0
  107. package/server/MailUtil/index.d.ts +2 -18
  108. package/server/MailUtil/index.js +15 -0
  109. package/server/MathInstance/index.d.ts +3 -10
  110. package/server/MathInstance/index.js +56 -0
  111. package/server/MessageDigesterFactory/index.d.ts +4 -4
  112. package/server/MessageDigesterFactory/index.js +13 -0
  113. package/server/MetadataDefinitionUtil/index.d.ts +5 -5
  114. package/server/MetadataDefinitionUtil/index.js +14 -0
  115. package/server/MetadataUtil/index.d.ts +6 -188
  116. package/server/MetadataUtil/index.js +5 -5
  117. package/server/MimeTypeUtil/index.d.ts +3 -86
  118. package/server/MimeTypeUtil/index.js +21 -0
  119. package/server/MonitorBuilder/index.d.ts +5 -4
  120. package/server/MonitorBuilder/index.js +11 -0
  121. package/server/NodeComparatorUtil/index.d.ts +3 -155
  122. package/server/NodeComparatorUtil/index.js +15 -0
  123. package/server/NodeFactoryUtil/index.d.ts +3 -3
  124. package/server/NodeFactoryUtil/index.js +11 -0
  125. package/server/NodeFilterUtil/index.d.ts +11 -97
  126. package/server/NodeFilterUtil/index.js +59 -0
  127. package/server/NodeIteratorUtil/index.d.ts +11 -117
  128. package/server/NodeIteratorUtil/index.js +6 -6
  129. package/server/NodeResolverUtil/index.d.ts +4 -354
  130. package/server/NodeResolverUtil/index.js +16 -0
  131. package/server/NodeTreeUtil/index.d.ts +10 -128
  132. package/server/NodeTreeUtil/index.js +4 -4
  133. package/server/NodeTypeUtil/index.d.ts +171 -54
  134. package/server/NodeTypeUtil/index.js +28 -23
  135. package/server/OfflineVersionPropertyUtil/index.d.ts +6 -2
  136. package/server/OfflineVersionPropertyUtil/index.js +8 -0
  137. package/server/OnlineVersionPropertyUtil/index.d.ts +6 -2
  138. package/server/OnlineVersionPropertyUtil/index.js +8 -0
  139. package/server/OutputUtil/index.d.ts +4 -244
  140. package/server/OutputUtil/index.js +16 -0
  141. package/server/PageUtil/index.d.ts +11 -122
  142. package/server/PageUtil/index.js +12 -0
  143. package/server/PermissionUtil/index.d.ts +9 -200
  144. package/server/PermissionUtil/index.js +24 -0
  145. package/server/PortletContextUtil/index.d.ts +3 -26
  146. package/server/PortletContextUtil/index.js +6 -5
  147. package/server/PortletUtil/index.d.ts +4 -9
  148. package/server/PortletUtil/index.js +10 -0
  149. package/server/PrincipalUtil/index.d.ts +5 -10
  150. package/server/PrincipalUtil/index.js +12 -0
  151. package/server/Properties/index.d.ts +3 -25
  152. package/server/Properties/index.js +4 -12
  153. package/server/PropertyUtil/index.d.ts +17 -822
  154. package/server/PropertyUtil/index.js +23 -69
  155. package/server/PublishingUtil/index.d.ts +3 -141
  156. package/server/QueryStringUtil/index.d.ts +3 -309
  157. package/server/QueryStringUtil/index.js +17 -0
  158. package/server/RedirectUtil/index.d.ts +4 -20
  159. package/server/RedirectUtil/index.js +14 -0
  160. package/server/RelatedValueBuilder/index.d.ts +8 -6
  161. package/server/RelatedValueBuilder/index.js +3 -3
  162. package/server/Requester/index.d.ts +8 -33
  163. package/server/Requester/index.js +6 -22
  164. package/server/ResourceLocatorUtil/index.d.ts +3 -106
  165. package/server/ResourceLocatorUtil/index.js +27 -25
  166. package/server/RestApi/index.d.ts +7 -39
  167. package/server/RestApi/index.js +2 -2
  168. package/server/RestAppInvokerFactory/index.d.ts +5 -5
  169. package/server/RestAppInvokerFactory/index.js +12 -0
  170. package/server/RoleAssignmentBuilder/index.d.ts +6 -9
  171. package/server/RoleAssignmentBuilder/index.js +13 -0
  172. package/server/RoleMatcherBuilder/index.d.ts +6 -9
  173. package/server/RoleMatcherBuilder/index.js +13 -0
  174. package/server/RoleUtil/index.d.ts +6 -9
  175. package/server/RoleUtil/index.js +13 -0
  176. package/server/ScriptUtil/index.d.ts +4 -194
  177. package/server/ScriptUtil/index.js +19 -14
  178. package/server/SearchFactory/index.d.ts +5 -7
  179. package/server/SearchFactory/index.js +22 -0
  180. package/server/SearchUtil/index.d.ts +5 -40
  181. package/server/SearchUtil/index.js +10 -0
  182. package/server/SearcherBuilder/index.d.ts +11 -49
  183. package/server/SearcherBuilder/index.js +17 -0
  184. package/server/Session/index.d.ts +28 -636
  185. package/server/Session/index.js +48 -0
  186. package/server/SimpleUserUtil/index.d.ts +4 -9
  187. package/server/SiteCookieUtil/index.d.ts +11 -16
  188. package/server/SiteCookieUtil/index.js +3 -0
  189. package/server/SortBuilder/index.d.ts +6 -6
  190. package/server/SortBuilder/index.js +12 -0
  191. package/server/SpellCheckBuilder/index.d.ts +4 -12
  192. package/server/SpellCheckBuilder/index.js +11 -0
  193. package/server/StandardParserBuilder/index.d.ts +5 -12
  194. package/server/StandardParserBuilder/index.js +12 -0
  195. package/server/StructureUtil/index.d.ts +3 -73
  196. package/server/StructureUtil/index.js +10 -0
  197. package/server/SubscriberUtil/index.d.ts +4 -27
  198. package/server/SubscriberUtil/index.js +13 -0
  199. package/server/SubscriptionUtil/index.d.ts +3 -54
  200. package/server/SubscriptionUtil/index.js +14 -0
  201. package/server/SystemUserUtil/index.d.ts +3 -79
  202. package/server/SystemUserUtil/index.js +3 -3
  203. package/server/TagUtil/index.d.ts +4 -60
  204. package/server/TagUtil/index.js +15 -0
  205. package/server/TemplateUtil/index.d.ts +6 -70
  206. package/server/TemplateUtil/index.js +15 -0
  207. package/server/TemporaryFileNodeBuilder/index.d.ts +5 -8
  208. package/server/TemporaryFileNodeBuilder/index.js +12 -0
  209. package/server/TemporaryNodeBuilder/index.d.ts +5 -44
  210. package/server/TemporaryNodeBuilder/index.js +21 -0
  211. package/server/TextModuleRendererBuilder/index.d.ts +6 -5
  212. package/server/TextModuleRendererBuilder/index.js +11 -0
  213. package/server/TimestampUtil/index.d.ts +3 -3
  214. package/server/TimestampUtil/index.js +7 -7
  215. package/server/TranslationUtil/index.d.ts +5 -62
  216. package/server/TranslationUtil/index.js +13 -0
  217. package/server/TrashcanUtil/index.d.ts +3 -78
  218. package/server/TrashcanUtil/index.js +3 -3
  219. package/server/UserDataUtil/index.d.ts +4 -55
  220. package/server/UserDataUtil/index.js +2 -2
  221. package/server/UserFactory/index.d.ts +5 -5
  222. package/server/UserFactory/index.js +4 -4
  223. package/server/UserFieldRenderer/index.d.ts +3 -67
  224. package/server/UserFieldRenderer/index.js +16 -0
  225. package/server/UserIdentityUtil/index.d.ts +3 -20
  226. package/server/UserIdentityUtil/index.js +1 -1
  227. package/server/UserUtil/index.d.ts +3 -14
  228. package/server/Utils/index.d.ts +14 -52
  229. package/server/Utils/index.js +82 -1
  230. package/server/VelocityRenderer/index.d.ts +4 -52
  231. package/server/VelocityRenderer/index.js +11 -0
  232. package/server/VersionUtil/index.d.ts +3 -3
  233. package/server/VersionUtil/index.js +0 -2
  234. package/server/WebContentUtil/index.d.ts +7 -181
  235. package/server/WebContentUtil/index.js +14 -0
  236. package/server/WebResourceFactory/index.d.ts +3 -3
  237. package/server/WebResourceFactory/index.js +15 -0
  238. package/server/XSLTUtil/index.d.ts +2 -15
  239. package/server/XmlParserUtil/index.d.ts +6 -5
  240. package/server/appData/index.d.ts +2 -2
  241. package/server/appInfo/index.d.ts +33 -0
  242. package/server/appInfo/index.js +38 -0
  243. package/server/appResource/index.d.ts +5 -3
  244. package/server/cache/index.d.ts +13 -0
  245. package/server/cache/index.js +15 -0
  246. package/server/globalAppData/index.d.ts +2 -2
  247. package/server/headless/index.d.ts +97 -0
  248. package/server/headless/index.js +10 -0
  249. package/server/hooks/index.d.ts +7 -7
  250. package/server/oauth2/index.d.ts +7 -2
  251. package/server/privileged/index.d.ts +4 -2
  252. package/server/storage/index.d.ts +27 -7
  253. package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -26
  254. package/types/javax/jcr/Binary/index.js +13 -0
  255. package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
  256. package/types/javax/jcr/Credentials/index.js +8 -0
  257. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +3 -3
  258. package/types/javax/jcr/ImportUUIDBehavior/index.js +8 -0
  259. package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
  260. package/types/javax/jcr/Item/index.js +23 -0
  261. package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +6 -11
  262. package/types/javax/jcr/ItemVisitor/index.js +10 -0
  263. package/{hidden → types}/javax/jcr/NamespaceRegistry/index.d.ts +3 -20
  264. package/types/javax/jcr/NamespaceRegistry/index.js +15 -0
  265. package/{hidden → types}/javax/jcr/Node/index.d.ts +23 -1028
  266. package/types/javax/jcr/Node/index.js +56 -0
  267. package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -6
  268. package/types/javax/jcr/NodeIterator/index.js +10 -0
  269. package/{hidden → types}/javax/jcr/Property/index.d.ts +71 -197
  270. package/types/javax/jcr/Property/index.js +27 -0
  271. package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -6
  272. package/types/javax/jcr/PropertyIterator/index.js +10 -0
  273. package/{hidden → types}/javax/jcr/RangeIterator/index.d.ts +3 -28
  274. package/types/javax/jcr/RangeIterator/index.js +12 -0
  275. package/{hidden → types}/javax/jcr/Repository/index.d.ts +54 -63
  276. package/types/javax/jcr/Repository/index.js +16 -0
  277. package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +5 -19
  278. package/types/javax/jcr/RepositoryFactory/index.js +10 -0
  279. package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -36
  280. package/types/javax/jcr/Value/index.js +18 -0
  281. package/{hidden → types}/javax/jcr/ValueFactory/index.d.ts +7 -44
  282. package/types/javax/jcr/ValueFactory/index.js +11 -0
  283. package/{hidden → types}/javax/jcr/Workspace/index.d.ts +29 -426
  284. package/types/javax/jcr/Workspace/index.js +26 -0
  285. package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -42
  286. package/types/javax/jcr/lock/Lock/index.js +18 -0
  287. package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -66
  288. package/types/javax/jcr/lock/LockManager/index.js +17 -0
  289. package/{hidden → types}/javax/jcr/nodetype/ItemDefinition/index.d.ts +4 -93
  290. package/types/javax/jcr/nodetype/ItemDefinition/index.js +15 -0
  291. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +6 -64
  292. package/types/javax/jcr/nodetype/NodeDefinition/index.js +14 -0
  293. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +5 -8
  294. package/types/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +17 -0
  295. package/{hidden → types}/javax/jcr/nodetype/NodeType/index.d.ts +39 -69
  296. package/types/javax/jcr/nodetype/NodeType/index.js +21 -0
  297. package/{hidden → types}/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +5 -90
  298. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +18 -0
  299. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -6
  300. package/types/javax/jcr/nodetype/NodeTypeIterator/index.js +10 -0
  301. package/{hidden → types}/javax/jcr/nodetype/NodeTypeManager/index.d.ts +10 -50
  302. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +21 -0
  303. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +7 -17
  304. package/types/javax/jcr/nodetype/NodeTypeTemplate/index.js +18 -0
  305. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinition/index.d.ts +6 -247
  306. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +16 -0
  307. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -8
  308. package/types/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +21 -0
  309. package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +7 -26
  310. package/types/javax/jcr/observation/Event/index.js +16 -0
  311. package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -6
  312. package/types/javax/jcr/observation/EventIterator/index.js +10 -0
  313. package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +5 -8
  314. package/types/javax/jcr/observation/EventJournal/index.js +10 -0
  315. package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -6
  316. package/types/javax/jcr/observation/EventListener/index.js +10 -0
  317. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -6
  318. package/types/javax/jcr/observation/EventListenerIterator/index.js +10 -0
  319. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +7 -80
  320. package/types/javax/jcr/observation/ObservationManager/index.js +14 -0
  321. package/{hidden → types}/javax/jcr/query/Query/index.d.ts +12 -66
  322. package/types/javax/jcr/query/Query/index.js +18 -0
  323. package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -21
  324. package/types/javax/jcr/query/QueryManager/index.js +13 -0
  325. package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -12
  326. package/types/javax/jcr/query/QueryResult/index.js +13 -0
  327. package/{hidden → types}/javax/jcr/query/Row/index.d.ts +6 -47
  328. package/types/javax/jcr/query/Row/index.js +14 -0
  329. package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -6
  330. package/types/javax/jcr/query/RowIterator/index.js +10 -0
  331. package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -6
  332. package/types/javax/jcr/query/qom/And/index.js +11 -0
  333. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +5 -5
  334. package/types/javax/jcr/query/qom/BindVariableValue/index.js +10 -0
  335. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +5 -5
  336. package/types/javax/jcr/query/qom/ChildNode/index.js +11 -0
  337. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +5 -5
  338. package/types/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +11 -0
  339. package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -6
  340. package/types/javax/jcr/query/qom/Column/index.js +12 -0
  341. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +7 -7
  342. package/types/javax/jcr/query/qom/Comparison/index.js +12 -0
  343. package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
  344. package/types/javax/jcr/query/qom/Constraint/index.js +8 -0
  345. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +5 -5
  346. package/types/javax/jcr/query/qom/DescendantNode/index.js +11 -0
  347. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +5 -5
  348. package/types/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +11 -0
  349. package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +5 -3
  350. package/types/javax/jcr/query/qom/DynamicOperand/index.js +8 -0
  351. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +5 -5
  352. package/types/javax/jcr/query/qom/EquiJoinCondition/index.js +13 -0
  353. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -6
  354. package/types/javax/jcr/query/qom/FullTextSearch/index.js +12 -0
  355. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +5 -5
  356. package/types/javax/jcr/query/qom/FullTextSearchScore/index.js +10 -0
  357. package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +6 -7
  358. package/types/javax/jcr/query/qom/Join/index.js +13 -0
  359. package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
  360. package/types/javax/jcr/query/qom/JoinCondition/index.js +8 -0
  361. package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -6
  362. package/types/javax/jcr/query/qom/Length/index.js +10 -0
  363. package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -6
  364. package/types/javax/jcr/query/qom/Literal/index.js +10 -0
  365. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -6
  366. package/types/javax/jcr/query/qom/LowerCase/index.js +10 -0
  367. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +5 -5
  368. package/types/javax/jcr/query/qom/NodeLocalName/index.js +10 -0
  369. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +5 -5
  370. package/types/javax/jcr/query/qom/NodeName/index.js +10 -0
  371. package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -6
  372. package/types/javax/jcr/query/qom/Not/index.js +10 -0
  373. package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
  374. package/types/javax/jcr/query/qom/Operand/index.js +8 -0
  375. package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -6
  376. package/types/javax/jcr/query/qom/Or/index.js +11 -0
  377. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -6
  378. package/types/javax/jcr/query/qom/Ordering/index.js +11 -0
  379. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +5 -5
  380. package/types/javax/jcr/query/qom/PropertyExistence/index.js +11 -0
  381. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +5 -5
  382. package/types/javax/jcr/query/qom/PropertyValue/index.js +11 -0
  383. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -9
  384. package/types/javax/jcr/query/qom/QueryObjectModel/index.js +13 -0
  385. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +3 -3
  386. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.js +8 -0
  387. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +38 -174
  388. package/types/javax/jcr/query/qom/QueryObjectModelFactory/index.js +37 -0
  389. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +5 -5
  390. package/types/javax/jcr/query/qom/SameNode/index.js +11 -0
  391. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +5 -5
  392. package/types/javax/jcr/query/qom/SameNodeJoinCondition/index.js +12 -0
  393. package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +5 -8
  394. package/types/javax/jcr/query/qom/Selector/index.js +11 -0
  395. package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
  396. package/types/javax/jcr/query/qom/Source/index.js +8 -0
  397. package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +5 -3
  398. package/types/javax/jcr/query/qom/StaticOperand/index.js +8 -0
  399. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -6
  400. package/types/javax/jcr/query/qom/UpperCase/index.js +10 -0
  401. package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -5
  402. package/types/javax/jcr/retention/Hold/index.js +11 -0
  403. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +6 -60
  404. package/types/javax/jcr/retention/RetentionManager/index.js +15 -0
  405. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -5
  406. package/types/javax/jcr/retention/RetentionPolicy/index.js +10 -0
  407. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -6
  408. package/types/javax/jcr/security/AccessControlEntry/index.js +11 -0
  409. package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +8 -31
  410. package/types/javax/jcr/security/AccessControlList/index.js +12 -0
  411. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +7 -102
  412. package/types/javax/jcr/security/AccessControlManager/index.js +18 -0
  413. package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
  414. package/types/javax/jcr/security/AccessControlPolicy/index.js +8 -0
  415. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -6
  416. package/types/javax/jcr/security/AccessControlPolicyIterator/index.js +10 -0
  417. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +5 -6
  418. package/types/javax/jcr/security/NamedAccessControlPolicy/index.js +10 -0
  419. package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +3 -15
  420. package/types/javax/jcr/security/Privilege/index.js +14 -0
  421. package/{hidden → types}/javax/jcr/version/Version/index.d.ts +6 -35
  422. package/types/javax/jcr/version/Version/index.js +16 -0
  423. package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +8 -87
  424. package/types/javax/jcr/version/VersionHistory/index.js +23 -0
  425. package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -6
  426. package/types/javax/jcr/version/VersionIterator/index.js +10 -0
  427. package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +8 -410
  428. package/types/javax/jcr/version/VersionManager/index.js +25 -0
  429. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -5
  430. package/types/senselogic/sitevision/api/base/Builder/index.js +10 -0
  431. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -5
  432. package/types/senselogic/sitevision/api/base/Filter/index.js +10 -0
  433. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +6 -12
  434. package/types/senselogic/sitevision/api/base/FilterSplit/index.js +12 -0
  435. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -5
  436. package/types/senselogic/sitevision/api/base/Loadable/index.js +10 -0
  437. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -5
  438. package/types/senselogic/sitevision/api/base/Resolver/index.js +10 -0
  439. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -5
  440. package/types/senselogic/sitevision/api/base/Wrapper/index.js +10 -0
  441. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +12 -136
  442. package/types/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +30 -0
  443. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +2 -20
  444. package/types/senselogic/sitevision/api/format/NumericFormatter/index.js +13 -0
  445. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -26
  446. package/types/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +15 -0
  447. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +2 -45
  448. package/types/senselogic/sitevision/api/i18n/Currency/index.js +12 -0
  449. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -16
  450. package/types/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +11 -0
  451. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +4 -31
  452. package/types/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +10 -0
  453. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -8
  454. package/types/senselogic/sitevision/api/mail/Mail/index.js +11 -0
  455. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -5
  456. package/types/senselogic/sitevision/api/message/MessageTextLinker/index.js +10 -0
  457. package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
  458. package/types/senselogic/sitevision/api/metadata/value/LinkValue/index.js +8 -0
  459. package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
  460. package/types/senselogic/sitevision/api/metadata/value/RelatedValue/index.js +8 -0
  461. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +9 -200
  462. package/types/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +18 -0
  463. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +3 -16
  464. package/types/senselogic/sitevision/api/render/ImageScaler/index.js +12 -0
  465. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +3 -72
  466. package/types/senselogic/sitevision/api/render/TextModuleRenderer/index.js +16 -0
  467. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
  468. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess/index.js +8 -0
  469. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -6
  470. package/types/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +14 -0
  471. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +2 -38
  472. package/types/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +10 -0
  473. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +5 -52
  474. package/types/senselogic/sitevision/api/script/RequesterChainable/index.js +11 -0
  475. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +2 -36
  476. package/types/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +13 -0
  477. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -5
  478. package/types/senselogic/sitevision/api/script/factory/TypedArgument/index.js +11 -0
  479. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -5
  480. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +10 -0
  481. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +3 -38
  482. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +12 -0
  483. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +3 -5
  484. package/types/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +12 -0
  485. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +2 -16
  486. package/types/senselogic/sitevision/api/search/SearchFieldUtil/index.js +15 -0
  487. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -6
  488. package/types/senselogic/sitevision/api/search/SearchHighlighter/index.js +10 -0
  489. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +12 -411
  490. package/types/senselogic/sitevision/api/search/SearchHit/index.js +35 -0
  491. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +10 -147
  492. package/types/senselogic/sitevision/api/search/SearchResult/index.js +24 -0
  493. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +4 -6
  494. package/types/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +12 -0
  495. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -16
  496. package/types/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +14 -0
  497. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +3 -39
  498. package/types/senselogic/sitevision/api/search/searcher/Searcher/index.js +10 -0
  499. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
  500. package/types/senselogic/sitevision/api/search/searcher/component/Filter/index.js +8 -0
  501. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
  502. package/types/senselogic/sitevision/api/search/searcher/component/Highlight/index.js +8 -0
  503. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
  504. package/types/senselogic/sitevision/api/search/searcher/component/Monitor/index.js +8 -0
  505. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
  506. package/types/senselogic/sitevision/api/search/searcher/component/Parser/index.js +8 -0
  507. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
  508. package/types/senselogic/sitevision/api/search/searcher/component/Sort/index.js +8 -0
  509. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
  510. package/types/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.js +8 -0
  511. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -20
  512. package/types/senselogic/sitevision/api/search/sort/CustomSort/index.js +16 -0
  513. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -5
  514. package/types/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +11 -0
  515. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +5 -10
  516. package/types/senselogic/sitevision/api/security/DirectoryAttributes/index.js +13 -0
  517. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -7
  518. package/types/senselogic/sitevision/api/security/MessageDigester/index.js +13 -0
  519. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -15
  520. package/types/senselogic/sitevision/api/security/RoleAssignment/index.js +13 -0
  521. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -6
  522. package/types/senselogic/sitevision/api/security/RoleMatcher/index.js +11 -0
  523. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +5 -7
  524. package/types/senselogic/sitevision/api/security/SecretStore/index.js +15 -0
  525. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -6
  526. package/types/senselogic/sitevision/api/security/UserUtil/index.js +14 -0
  527. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +6 -8
  528. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +10 -0
  529. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +4 -6
  530. package/types/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +10 -0
  531. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +8 -198
  532. package/{server → types/senselogic/sitevision/api/user}/UserIdentityWrapper/index.js +20 -14
  533. package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
  534. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
  535. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -5
  536. package/types/senselogic/sitevision/api/xml/XmlElement/index.js +15 -0
  537. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -6
  538. package/types/senselogic/sitevision/api/xml/XmlElementHandler/index.js +10 -0
  539. package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/BuddyIconInfo/index.d.ts +0 -51
  540. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ArticleUtilConstants/index.d.ts +0 -85
  541. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ExceptionSuppressingProxyConstants/index.d.ts +0 -31
  542. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/IndexingUtilConstants/index.d.ts +0 -31
  543. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/LinkPageUtilConstants/index.d.ts +0 -67
  544. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MathInstanceConstants/index.d.ts +0 -25
  545. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MimeTypeUtilConstants/index.d.ts +0 -19
  546. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/NodeTypeUtilConstants/index.d.ts +0 -1243
  547. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/OutputUtilConstants/index.d.ts +0 -31
  548. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PageUtilConstants/index.d.ts +0 -91
  549. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletContextUtilConstants/index.d.ts +0 -27
  550. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletUtilConstants/index.d.ts +0 -19
  551. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/QueryStringUtilConstants/index.d.ts +0 -19
  552. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchHitConstants/index.d.ts +0 -25
  553. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchResultConstants/index.d.ts +0 -37
  554. package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/VersionUtilConstants/index.d.ts +0 -25
  555. package/server/ImageScaler/index.d.ts +0 -24
  556. package/server/SourceSetMode/index.d.ts +0 -7
  557. package/server/SourceSetMode/index.js +0 -1
  558. package/server/UserIdentityWrapper/index.d.ts +0 -138
@@ -1,13 +1,13 @@
1
- interface IRequesterOptions {
1
+ interface RequesterOptions extends Record<string, any> {
2
2
  url: string;
3
- data: any;
4
- fileUpload: boolean;
3
+ data?: any;
4
+ fileUpload?: boolean;
5
5
  }
6
6
 
7
- export function doGet(options: IRequesterOptions): Promise<any>;
8
- export function doPut(options: IRequesterOptions): Promise<any>;
9
- export function doPost(options: IRequesterOptions): Promise<any>;
10
- export function doDelete(options: IRequesterOptions): Promise<any>;
7
+ export function doGet(options: RequesterOptions): Promise<unknown>;
8
+ export function doPut(options: RequesterOptions): Promise<unknown>;
9
+ export function doPost(options: RequesterOptions): Promise<unknown>;
10
+ export function doDelete(options: RequesterOptions): Promise<unknown>;
11
11
 
12
12
  declare namespace requester {
13
13
  export { doGet, doPut, doPost, doDelete };
@@ -1,10 +1,10 @@
1
1
  interface ToastOptions {
2
- heading: string;
2
+ heading?: string;
3
3
  message: string;
4
- type: string;
5
- ttl: number;
6
- callback: () => void;
7
- checkmark: boolean;
4
+ type?: string;
5
+ ttl?: number;
6
+ callback?: () => void;
7
+ checkmark?: boolean;
8
8
  }
9
9
 
10
10
  export function publish(options: ToastOptions): void;
@@ -23,7 +23,26 @@ export const webAppId: string;
23
23
  */
24
24
  export const webAppVersion: string;
25
25
 
26
- declare namespace app {
26
+ /**
27
+ * Note! Client side only
28
+ *
29
+ * @param eventName The name of the event to trigger
30
+ * @param options The options for the event
31
+ */
32
+ export function trigger(eventName: string, ...options: unknown[]): void;
33
+
34
+ /**
35
+ * Note! Client side only
36
+ *
37
+ * @param eventName The name of the event to listen to
38
+ * @param options The options for the event
39
+ */
40
+ export function on(
41
+ eventName: string,
42
+ callback: (...options: unknown[]) => void
43
+ ): void;
44
+
45
+ export declare namespace app {
27
46
  export { locale, defaultLocale, portletId, webAppId, webAppVersion };
28
47
  }
29
48
 
@@ -4,7 +4,10 @@
4
4
  * @param eventName The name of the event
5
5
  * @param callback The callback to trigger for the given event
6
6
  */
7
- export function on(eventName: string, callback: (options: any) => void): void;
7
+ export function on(
8
+ eventName: string,
9
+ callback: (options: unknown) => void
10
+ ): void;
8
11
  /**
9
12
  * Emit a server side event
10
13
  *
@@ -13,7 +16,7 @@ export function on(eventName: string, callback: (options: any) => void): void;
13
16
  * @param eventName The name of the event to emit
14
17
  * @param options The options for the event
15
18
  */
16
- export function emit(eventName: string, options: any): void;
19
+ export function emit(eventName: string, options: unknown): void;
17
20
  /**
18
21
  * Trigger a client side event
19
22
  *
@@ -22,7 +25,7 @@ export function emit(eventName: string, options: any): void;
22
25
  * @param eventName The name of the event to trigger
23
26
  * @param options The options for the event
24
27
  */
25
- export function trigger(eventName: string, options: any): void;
28
+ export function trigger(eventName: string, options: unknown): void;
26
29
 
27
30
  declare namespace events {
28
31
  export { on, emit, trigger };
@@ -1,4 +1,5 @@
1
1
  export function get(key: string): string;
2
+ export function get(key: string, ...substitutions: string[]): string;
2
3
 
3
4
  declare namespace i18n {
4
5
  export { get };
@@ -1,29 +1,49 @@
1
- export interface IRequest {
1
+ import type { Node } from '../../types/javax/jcr/Node';
2
+
3
+ export interface Cookie {
4
+ name: string;
5
+ value: string;
6
+ httpOnly?: boolean;
7
+ secure?: boolean;
8
+ maxAge?: number;
9
+ sameSite?: 'Strict' | 'Lax' | 'None' | undefined;
10
+ }
11
+
12
+ export interface Request {
2
13
  invalidateSession(): void;
3
- header(headerName: string): void;
4
- file(fileParameterName: string): void;
14
+ header(headerName: string): string | null;
15
+ file(fileParameterName: string): Node;
16
+ params: Record<string, string | number>;
17
+ cookies: Record<string, string>;
18
+ xhr: boolean;
19
+ session: any;
20
+ hostname: string;
21
+ protocol: string;
22
+ secure: boolean;
23
+ method: string;
24
+ path: string;
5
25
  /**
6
26
  * Can be populated in a hooks context and read from a render context
7
27
  */
8
- context: any;
28
+ context: unknown | null;
9
29
  }
10
30
 
11
- interface IResponse {
31
+ interface Response {
32
+ agnosticRender(html: string, initialData: unknown);
33
+ send(content: string): void;
34
+ json(data: unknown): void;
12
35
  set(name: string, value: string): Response;
13
36
  type(type: string): Response;
14
- send(content: string): void;
15
- sendFile(file: any): void;
37
+ sendFile(file: Node): void;
16
38
  status(status: number): Response;
17
- agnosticRender(html: string, initialData: any);
18
- json(data: any): void;
39
+ redirect(path: string, query?: string, status?: number): void;
40
+ cookie(cookie: Cookie): void;
41
+ clearCookie(name: string, path?: string): void;
42
+
19
43
  /**
20
44
  * This method will render a component with data
21
45
  */
22
- render(route: string, data: any): void;
23
- redirect(path: string, query: string, status: number): void;
24
- cookie(cookie: any): void;
25
- clearCookie(name: string, path: string): void;
26
- sendError(errorCode: number, message: string): void;
46
+ render(route: string, data: unknown): void;
27
47
  }
28
48
 
29
49
  /**
@@ -36,7 +56,7 @@ interface IResponse {
36
56
  */
37
57
  export function get(
38
58
  route: string,
39
- callback: (req: IRequest, res: IResponse) => void
59
+ callback: (req: Request, res: Response) => void
40
60
  ): void;
41
61
  /**
42
62
  * This method is triggered by a post request to a given route.
@@ -48,7 +68,7 @@ export function get(
48
68
  */
49
69
  export function post(
50
70
  route: string,
51
- callback: (req: IRequest, res: IResponse) => void
71
+ callback: (req: Request, res: Response) => void
52
72
  ): void;
53
73
  /**
54
74
  * This method is triggered by a put request to a given route.
@@ -60,11 +80,11 @@ export function post(
60
80
  */
61
81
  export function put(
62
82
  route: string,
63
- callback: (req: IRequest, res: IResponse) => void
83
+ callback: (req: Request, res: Response) => void
64
84
  ): void;
65
85
  declare function _delete(
66
86
  route: string,
67
- callback: (req: IRequest, res: IResponse) => void
87
+ callback: (req: Request, res: Response) => void
68
88
  ): void;
69
89
 
70
90
  export { _delete as delete };
@@ -74,10 +94,12 @@ export { _delete as delete };
74
94
  *
75
95
  * @param callback The callback to trigger
76
96
  */
77
- export function use(callback: () => void): void;
97
+ export function use(
98
+ callback: (req: Request, res: Response, next: Function) => void
99
+ ): void;
78
100
 
79
- export function getUrl(url: string): string;
80
- export function getStandaloneUrl(url: string): string;
101
+ export function getUrl(path: string): string;
102
+ export function getStandaloneUrl(path: string): string;
81
103
 
82
104
  /**
83
105
  * Note! Client side only
package/index.d.ts CHANGED
@@ -1,14 +1,4 @@
1
- import './client/requester';
2
- import './client/toasts';
3
-
4
- import './common/app';
5
- import './common/i18n';
6
- import './common/router';
7
- import './common/events';
8
-
9
1
  import './server/AliasUtil';
10
- import './server/appData';
11
- import './server/appResource';
12
2
  import './server/ArchiveUtil';
13
3
  import './server/ArraysInstance';
14
4
  import './server/ArticleUtil';
@@ -40,15 +30,13 @@ import './server/FilterBuilder';
40
30
  import './server/FolderUtil';
41
31
  import './server/FontUtil';
42
32
  import './server/FormatterBuilderFactory';
43
- import './server/globalAppData';
44
33
  import './server/HighlightBuilder';
45
- import './server/hooks';
46
34
  import './server/IconUtil';
47
35
  import './server/ImageLinkRenderer';
48
36
  import './server/ImageRenderer';
49
37
  import './server/ImageUtil';
50
- import './server/IndexingUtil';
51
38
  import './server/IndexUtil';
39
+ import './server/IndexingUtil';
52
40
  import './server/InstanceCreatorUtil';
53
41
  import './server/InstanceTypeUtil';
54
42
  import './server/JwtUtil';
@@ -75,7 +63,6 @@ import './server/NodeIteratorUtil';
75
63
  import './server/NodeResolverUtil';
76
64
  import './server/NodeTreeUtil';
77
65
  import './server/NodeTypeUtil';
78
- import './server/oauth2';
79
66
  import './server/OfflineVersionPropertyUtil';
80
67
  import './server/OnlineVersionPropertyUtil';
81
68
  import './server/OutputUtil';
@@ -84,7 +71,6 @@ import './server/PermissionUtil';
84
71
  import './server/PortletContextUtil';
85
72
  import './server/PortletUtil';
86
73
  import './server/PrincipalUtil';
87
- import './server/privileged';
88
74
  import './server/Properties';
89
75
  import './server/PropertyUtil';
90
76
  import './server/PublishingUtil';
@@ -99,16 +85,15 @@ import './server/RoleAssignmentBuilder';
99
85
  import './server/RoleMatcherBuilder';
100
86
  import './server/RoleUtil';
101
87
  import './server/ScriptUtil';
102
- import './server/SearcherBuilder';
103
88
  import './server/SearchFactory';
104
89
  import './server/SearchUtil';
90
+ import './server/SearcherBuilder';
105
91
  import './server/Session';
106
92
  import './server/SimpleUserUtil';
107
93
  import './server/SiteCookieUtil';
108
94
  import './server/SortBuilder';
109
95
  import './server/SpellCheckBuilder';
110
96
  import './server/StandardParserBuilder';
111
- import './server/storage';
112
97
  import './server/StructureUtil';
113
98
  import './server/SubscriberUtil';
114
99
  import './server/SubscriptionUtil';
@@ -131,5 +116,25 @@ import './server/VelocityRenderer';
131
116
  import './server/VersionUtil';
132
117
  import './server/WebContentUtil';
133
118
  import './server/WebResourceFactory';
134
- import './server/XmlParserUtil';
135
119
  import './server/XSLTUtil';
120
+ import './server/XmlParserUtil';
121
+ import './server/appData';
122
+ import './server/appInfo';
123
+ import './server/appResource';
124
+ import './server/cache';
125
+ import './server/globalAppData';
126
+ import './server/headless';
127
+ import './server/hooks';
128
+ import './server/oauth2';
129
+ import './server/privileged';
130
+ import './server/storage';
131
+
132
+ import './client/requester';
133
+ import './client/toasts';
134
+
135
+ import './common/app';
136
+ import './common/events';
137
+ import './common/i18n';
138
+ import './common/router';
139
+ import './common/security';
140
+
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@sitevision/api",
3
- "version": "1.1.0-alpha.2",
3
+ "version": "2.0.0-alpha.1",
4
4
  "author": "Sitevision AB",
5
5
  "license": "MIT",
6
+ "type": "module",
6
7
  "types": "index.d.ts",
7
8
  "repository": {
8
9
  "type": "git",
@@ -13,12 +14,13 @@
13
14
  "url": "https://github.com/sitevision/sitevision-apps/issues"
14
15
  },
15
16
  "scripts": {
16
- "build": "rimraf dist/ && babel src --out-dir dist --copy-files && copyfiles package.json README.md dist/",
17
+ "build": "rimraf dist/ && rimraf build/ && scripts/copysrc.sh && node scripts/generateindex.js && babel build --out-dir dist --copy-files && copyfiles package.json README.md dist/",
17
18
  "deploy": "yarn build && npm publish dist"
18
19
  },
19
20
  "devDependencies": {
20
21
  "@babel/cli": "^7.19.3",
21
22
  "copyfiles": "^2.4.1",
23
+ "fs-extra": "11.1.0",
22
24
  "rimraf": "^3.0.2"
23
25
  },
24
26
  "publishConfig": {
@@ -1,4 +1,4 @@
1
- import Node from "../../hidden/javax/jcr/Node";
1
+ import type { Node } from "../../types/javax/jcr/Node";
2
2
 
3
3
  /**
4
4
  * Gets the alias name for a given Node.
@@ -14,12 +14,12 @@ export function getAliasName(aNode: Node): string;
14
14
  * An instance of the Sitevision class implementing this interface can be obtained via
15
15
  * {@link senselogic.sitevision.api.Utils#getAliasUtil()}.
16
16
  * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
17
- * </p>Gets the alias name for a given Node.
17
+ * </p>
18
18
  * @author Magnus Lövgren
19
19
  * @since Sitevision 2022.10.2
20
20
  */
21
- declare namespace AliasUtil {
21
+ declare namespace aliasUtil {
22
22
  export { getAliasName };
23
23
  }
24
24
 
25
- export default AliasUtil;
25
+ export default aliasUtil;
@@ -1,4 +1,4 @@
1
- import Node from "../../hidden/javax/jcr/Node";
1
+ import type { Node } from "../../types/javax/jcr/Node";
2
2
 
3
3
  /**
4
4
  * <p>
@@ -45,32 +45,12 @@ export function renameArchive(anArchive: Node, aName: string): void;
45
45
  * <p>
46
46
  * An instance of the Sitevision class implementing this interface can be obtained via {@link senselogic.sitevision.api.Utils#getArchiveUtil()}.
47
47
  * See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
48
- * </p><p>
49
- * Creates an archive as sub node of the specified parent.
50
48
  * </p>
51
- * <p>
52
- * The parent may be either a {@code sv:sitePage}, {@code sv:page}, {@code sv:folder}, {@code sv:article}
53
- * or a {@code sv:collaborationGroupPage}.
54
- * If an other parent is specified a <code>ConstraintViolationException</code> is thrown.
55
- * </p>
56
- *
57
- * <p>Any name can be given an archive. If null is provided a <code>NullPointerException</code> is thrown.</p>
58
- *
59
- * <p>The current user must be authorized to create archives and to do write operations on the parent node or
60
- * a <code>ConstraintViolationException</code> will be thrown.</p>
61
- *
62
- * <p>Note that a new archive inherits metadata and permissions from its parent.</p><p>Alters the name of an archive. If no archive is specified a <code>NullPointerException</code>
63
- * is thrown. If the node is not a sv:archive an <code>IllegalArgumentException</code> is thrown.</p>
64
- *
65
- * <p>Any name can be given an archive. If null is provided a <code>NullPointerException</code> is thrown.</p>
66
- *
67
- * <p>The current user must be authorized to do write operations on the archive or
68
- * a <code>ConstraintViolationException</code> will be thrown.</p>
69
49
  * @author Mikael Wikblom
70
50
  * @since Sitevision 2.6.2
71
51
  */
72
- declare namespace ArchiveUtil {
52
+ declare namespace archiveUtil {
73
53
  export { createArchive, renameArchive };
74
54
  }
75
55
 
76
- export default ArchiveUtil;
56
+ export default archiveUtil;
@@ -5,9 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- createArchive: function createArchive() {
9
- return {};
10
- },
8
+ createArchive: function createArchive() {},
11
9
  renameArchive: function renameArchive() {}
12
10
  };
13
11
  exports["default"] = _default;
@@ -992,7 +992,7 @@ export function copyOfRange(
992
992
  * @param anArray the array by which the list will be backed
993
993
  * @return a list view of the specified array
994
994
  */
995
- export function asList(anArray: unknown): unknown[];
995
+ export function asList(anArray: unknown): unknown;
996
996
 
997
997
  /**
998
998
  * Returns a hash code based on the contents of the specified array.
@@ -1802,25 +1802,11 @@ export function stream(
1802
1802
  * <p>
1803
1803
  * An instance of the Sitevision class implementing this interface can be obtained via {@link InstanceCreatorUtil#getArraysInstance()}.
1804
1804
  * See {@link InstanceCreatorUtil} for how to obtain an instance of the <code>InstanceCreatorUtil</code> interface.
1805
- * </p>Sorts the specified array of longs into ascending numerical order.Sorts the specified range of the specified array of longs into
1806
- * ascending numerical order.Sorts the specified array of ints into ascending numerical order.Sorts the specified range of the specified array of ints into ascending numerical order.Sorts the specified array of shorts into ascending numerical order.Sorts the specified range of the specified array of shorts into ascending numerical order.Sorts the specified array of chars into ascending numerical order.Sorts the specified range of the specified array of chars into ascending numerical order.Sorts the specified array of bytes into ascending numerical order.Sorts the specified range of the specified array of bytes into ascending numerical order.Sorts the specified array of doubles into ascending numerical order.Sorts the specified range of the specified array of doubles into ascending numerical order.Sorts the specified array of floats into ascending numerical order.Sorts the specified range of the specified array of floats into ascending numerical order.Sorts the specified array of objects into ascending order, according to the <code>Comparable</code> natural ordering of its elements.Sorts the specified range of the specified array of objects into ascending order, according to the <code>Comparable</code>
1807
- * natural ordering of its elements.Sorts the specified array of objects according to the order induced by the specified comparator.Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.Searches the specified array of longs for the specified value using the binary search algorithm.Searches a range of the specified array of longs for the specified value using the binary search algorithm.Searches the specified array of ints for the specified value using the binary search algorithm.Searches a range of the specified array of ints for the specified value using the binary search algorithm.Searches the specified array of shorts for the specified value using the binary search algorithm.Searches a range of the specified array of shorts for the specified value using the binary search algorithm.Searches the specified array of chars for the specified value using the binary search algorithm.Searches a range of the specified array of chars for the specified value using the binary search algorithm.Searches the specified array of bytes for the specified value using the binary search algorithm.Searches a range of the specified array of bytes for the specified value using the binary search algorithm.Searches the specified array of doubles for the specified value using the binary search algorithm.Searches a range of the specified array of doubles for the specified value using the binary search algorithm.Searches the specified array of floats for the specified value using the binary search algorithm.Searches a range of the specified array of floats for the specified value using the binary search algorithm.Searches the specified array for the specified object using the binary search algorithm.Searches a range of the specified array for the specified object using the binary search algorithm.Searches the specified array for the specified object using the binary search algorithm.Searches a range of the specified array for the specified object using the binary search algorithm.Returns <tt>true</tt> if the two specified arrays of longs are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of ints are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of shorts are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of chars are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of bytes are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of booleans are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of doubles are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of floats are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of Objects are <i>equal</i> to one another.Assigns the specified long value to each element of the specified array of longs.Assigns the specified long value to each element of the specified range of the specified array of longs.Assigns the specified int value to each element of the specified array of ints.Assigns the specified int value to each element of the specified range of the specified array of ints.Assigns the specified short value to each element of the specified array of shorts.Assigns the specified short value to each element of the specified range of the specified array of shorts.Assigns the specified char value to each element of the specified array of chars.Assigns the specified char value to each element of the specified range of the specified array of chars.Assigns the specified byte value to each element of the specified array of bytes.Assigns the specified byte value to each element of the specified range of the specified array of bytes.Assigns the specified boolean value to each element of the specified array of booleans.Assigns the specified boolean value to each element of the specified
1808
- * range of the specified array of booleans.Assigns the specified double value to each element of the specified array of doubles.Assigns the specified double value to each element of the specified range of the specified array of doubles.Assigns the specified float value to each element of the specified array of floats.Assigns the specified float value to each element of the specified range of the specified array of floats.Assigns the specified Object reference to each element of the specified array of Objects.Assigns the specified Object reference to each element of the specified range of the specified array of Objects.Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with nulls (if necessary)
1809
- * so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary)
1810
- * so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with <tt>false</tt> (if necessary) so the copy has the specified length.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Returns a fixed-size list backed by the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the "deep contents" of the specified array.Returns <tt>true</tt> if the two specified arrays are <i>deeply equal</i> to one another.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the "deep contents" of the specified array.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array of objects into ascending order, according
1811
- * to the {@linkplain Comparable natural ordering} of its elements.Sorts the specified range of the specified array of objects into
1812
- * ascending order, according to the
1813
- * {@linkplain Comparable natural ordering} of its elements.Sorts the specified array of objects according to the order induced by
1814
- * the specified comparator.Sorts the specified range of the specified array of objects according
1815
- * to the order induced by the specified comparator.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(Object[], BinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(long[], LongBinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(double[], DoubleBinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(int[], IntBinaryOperator)} for the given subrange of the array.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Returns a Spliterator covering all of the specified array.Returns a {@link Spliterator} covering the specified range of the specified array.Returns a {@link Spliterator.OfInt} covering all of the specified array.Returns a {@link Spliterator.OfInt} covering the specified range of the specified array.Returns a {@link Spliterator.OfLong} covering all of the specified array.
1816
- *
1817
- * <p>The spliterator reports {@link Spliterator#SIZED},
1818
- * {@link Spliterator#SUBSIZED}, {@link Spliterator#ORDERED}, and
1819
- * {@link Spliterator#IMMUTABLE}.Returns a {@link Spliterator.OfLong} covering the specified range of the specified array.Returns a {@link Spliterator.OfDouble} covering all of the specified array.Returns a {@link Spliterator.OfDouble} covering the specified range of the specified array.Returns a sequential {@link Stream} with the specified array as its source.Returns a sequential {@link Stream} with the specified range of the specified array as its source.Returns a sequential {@link IntStream} with the specified array as its source.Returns a sequential {@link IntStream} with the specified range of the specified array as its source.Returns a sequential {@link LongStream} with the specified array as its source.Returns a sequential {@link LongStream} with the specified range of the specified array as its source.Returns a sequential {@link DoubleStream} with the specified array as its source.Returns a sequential {@link DoubleStream} with the specified range of the specified array as its source.
1805
+ * </p>
1820
1806
  * @author Magnus Lövgren
1821
1807
  * @since Sitevision 3.1
1822
1808
  */
1823
- declare namespace ArraysInstance {
1809
+ declare namespace arraysInstance {
1824
1810
  export {
1825
1811
  sort,
1826
1812
  binarySearch,
@@ -1843,4 +1829,4 @@ declare namespace ArraysInstance {
1843
1829
  };
1844
1830
  }
1845
1831
 
1846
- export default ArraysInstance;
1832
+ export default arraysInstance;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ sort: function sort() {},
9
+ binarySearch: function binarySearch() {},
10
+ equals: function equals() {},
11
+ fill: function fill() {},
12
+ copyOf: function copyOf() {},
13
+ copyOfRange: function copyOfRange() {},
14
+ asList: function asList() {},
15
+ hashCode: function hashCode() {},
16
+ deepHashCode: function deepHashCode() {},
17
+ deepEquals: function deepEquals() {},
18
+ toString: function toString() {},
19
+ deepToString: function deepToString() {},
20
+ parallelSort: function parallelSort() {},
21
+ parallelPrefix: function parallelPrefix() {},
22
+ setAll: function setAll() {},
23
+ parallelSetAll: function parallelSetAll() {},
24
+ spliterator: function spliterator() {},
25
+ stream: function stream() {}
26
+ };
27
+ exports["default"] = _default;