@sitevision/api 2.0.0-alpha.0 → 2.0.0-alpha.2

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 (609) hide show
  1. package/common/router/index.d.ts +4 -4
  2. package/index.d.ts +8 -0
  3. package/package.json +1 -1
  4. package/server/AliasUtil/index.d.ts +13 -11
  5. package/server/ArchiveUtil/index.d.ts +45 -43
  6. package/server/ArraysInstance/index.d.ts +1667 -1808
  7. package/server/ArticleUtil/index.d.ts +294 -226
  8. package/server/AuthenticationUtil/index.d.ts +73 -85
  9. package/server/BookmarkUtil/index.d.ts +76 -81
  10. package/server/BuddyIconRenderer/index.d.ts +124 -132
  11. package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
  12. package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
  13. package/server/ClientUtil/index.d.ts +11 -9
  14. package/server/CollaborationFactory/index.d.ts +37 -40
  15. package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
  16. package/server/CollaborationGroupState/index.d.ts +27 -0
  17. package/server/CollaborationGroupState/index.js +11 -0
  18. package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
  19. package/server/CollaborationGroupType/index.d.ts +28 -0
  20. package/server/CollaborationGroupType/index.js +12 -0
  21. package/server/CollaborationGroupUtil/index.d.ts +86 -82
  22. package/server/CollectionsInstance/index.d.ts +642 -705
  23. package/server/ColorUtil/index.d.ts +36 -37
  24. package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
  25. package/server/CompoundComparatorBuilder/index.d.ts +35 -33
  26. package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
  27. package/server/ContentNodeUtil/index.d.ts +36 -34
  28. package/server/CurrencyFactory/index.d.ts +72 -70
  29. package/server/DateUtil/index.d.ts +132 -142
  30. package/server/DecorationUtil/index.d.ts +13 -11
  31. package/server/DeviceUtil/index.d.ts +21 -19
  32. package/server/DimensionMode/index.d.ts +17 -0
  33. package/server/DimensionMode/index.js +12 -0
  34. package/server/DirectoryUtil/index.d.ts +90 -88
  35. package/server/DocType/index.d.ts +30 -0
  36. package/server/DocType/index.js +14 -0
  37. package/server/DocTypeUtil/index.d.ts +129 -135
  38. package/server/EndecUtil/index.d.ts +330 -347
  39. package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
  40. package/server/FileIconRenderer/index.d.ts +153 -172
  41. package/server/FileUtil/index.d.ts +274 -300
  42. package/server/FilterBuilder/index.d.ts +42 -40
  43. package/server/FolderUtil/index.d.ts +93 -94
  44. package/server/FontUtil/index.d.ts +36 -37
  45. package/server/FormatterBuilderFactory/index.d.ts +76 -84
  46. package/server/HighlightBuilder/index.d.ts +79 -86
  47. package/server/IconUtil/index.d.ts +27 -25
  48. package/server/ImageLinkRenderer/index.d.ts +34 -32
  49. package/server/ImageRenderer/index.d.ts +343 -379
  50. package/server/ImageUtil/index.d.ts +247 -265
  51. package/server/IndexUtil/index.d.ts +40 -37
  52. package/server/IndexUtil.IndexType/index.d.ts +29 -0
  53. package/server/IndexUtil.IndexType/index.js +13 -0
  54. package/server/IndexingUtil/index.d.ts +69 -47
  55. package/server/InstanceCreatorUtil/index.d.ts +421 -457
  56. package/server/InstanceTypeUtil/index.d.ts +168 -189
  57. package/server/JwtUtil/index.d.ts +131 -129
  58. package/server/LandingPageUtil/index.d.ts +84 -87
  59. package/server/LandingPageUtil/index.js +1 -0
  60. package/server/LinkPageUtil/index.d.ts +297 -251
  61. package/server/LinkRenderer/index.d.ts +651 -715
  62. package/server/LinkTargetBuilder/index.d.ts +69 -77
  63. package/server/LinkValueBuilder/index.d.ts +70 -77
  64. package/server/ListWrapper/index.d.ts +82 -91
  65. package/server/LocaleUtil/index.d.ts +382 -394
  66. package/server/LogUtil/index.d.ts +119 -128
  67. package/server/MailBuilder/index.d.ts +109 -124
  68. package/server/MailUtil/index.d.ts +58 -63
  69. package/server/MathInstance/index.d.ts +625 -657
  70. package/server/MessageDigesterFactory/index.d.ts +30 -28
  71. package/server/MetadataDefinitionUtil/index.d.ts +79 -83
  72. package/server/MetadataUtil/index.d.ts +322 -346
  73. package/server/MimeTypeUtil/index.d.ts +209 -215
  74. package/server/MonitorBuilder/index.d.ts +20 -20
  75. package/server/NodeComparatorUtil/index.d.ts +215 -225
  76. package/server/NodeFactoryUtil/index.d.ts +18 -16
  77. package/server/NodeFilterUtil/index.d.ts +652 -739
  78. package/server/NodeIteratorUtil/index.d.ts +214 -229
  79. package/server/NodeResolverUtil/index.d.ts +400 -406
  80. package/server/NodeTreeUtil/index.d.ts +214 -229
  81. package/server/NodeTypeUtil/index.d.ts +1432 -548
  82. package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
  83. package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
  84. package/server/OutputUtil/index.d.ts +385 -380
  85. package/server/PageUtil/index.d.ts +266 -188
  86. package/server/PermissionUtil/index.d.ts +393 -430
  87. package/server/PermissionUtil.Permission/index.d.ts +54 -0
  88. package/server/PermissionUtil.Permission/index.js +38 -0
  89. package/server/PortletContextUtil/index.d.ts +112 -109
  90. package/server/PortletUtil/index.d.ts +32 -22
  91. package/server/PrincipalUtil/index.d.ts +35 -33
  92. package/server/Properties/index.d.ts +69 -76
  93. package/server/PropertyUtil/index.d.ts +1422 -1464
  94. package/server/PublishingUtil/index.d.ts +248 -249
  95. package/server/QueryStringUtil/index.d.ts +404 -415
  96. package/server/RedirectUtil/index.d.ts +64 -68
  97. package/server/RelatedValueBuilder/index.d.ts +45 -43
  98. package/server/Requester/index.d.ts +125 -125
  99. package/server/ResourceLocatorUtil/index.d.ts +436 -476
  100. package/server/RestApi/index.d.ts +158 -138
  101. package/server/RestAppInvokerFactory/index.d.ts +28 -26
  102. package/server/RoleAssignmentBuilder/index.d.ts +39 -37
  103. package/server/RoleMatcherBuilder/index.d.ts +39 -37
  104. package/server/RoleUtil/index.d.ts +35 -37
  105. package/server/ScriptUtil/index.d.ts +458 -495
  106. package/server/SearchFactory/index.d.ts +90 -105
  107. package/server/SearchUtil/index.d.ts +75 -73
  108. package/server/SearcherBuilder/index.d.ts +117 -124
  109. package/server/Session/index.d.ts +261 -1103
  110. package/server/Session/index.js +1 -20
  111. package/server/SimpleUserUtil/index.d.ts +28 -29
  112. package/server/SiteCookieUtil/index.d.ts +152 -175
  113. package/server/SortBuilder/index.d.ts +27 -25
  114. package/server/SourceSetMode/index.d.ts +12 -0
  115. package/server/SourceSetMode/index.js +12 -0
  116. package/server/SpellCheckBuilder/index.d.ts +30 -30
  117. package/server/StandardParserBuilder/index.d.ts +36 -34
  118. package/server/StructureUtil/index.d.ts +85 -83
  119. package/server/SubscriberUtil/index.d.ts +60 -67
  120. package/server/SubscriptionUtil/index.d.ts +123 -130
  121. package/server/SystemUserUtil/index.d.ts +148 -146
  122. package/server/TagUtil/index.d.ts +115 -120
  123. package/server/TemplateUtil/index.d.ts +115 -120
  124. package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
  125. package/server/TemporaryNodeBuilder/index.d.ts +139 -177
  126. package/server/TextModuleRendererBuilder/index.d.ts +22 -20
  127. package/server/TimestampUtil/index.d.ts +103 -117
  128. package/server/TranslationUtil/index.d.ts +98 -104
  129. package/server/TrashcanUtil/index.d.ts +114 -117
  130. package/server/UserDataUtil/index.d.ts +110 -111
  131. package/server/UserFactory/index.d.ts +47 -54
  132. package/server/UserFieldRenderer/index.d.ts +120 -128
  133. package/server/UserIdentityUtil/index.d.ts +38 -36
  134. package/server/UserUtil/index.d.ts +32 -30
  135. package/server/Utils/index.d.ts +634 -723
  136. package/server/VelocityRenderer/index.d.ts +96 -94
  137. package/server/VersionUtil/index.d.ts +25 -9
  138. package/server/WebContentUtil/index.d.ts +277 -284
  139. package/server/WebResourceFactory/index.d.ts +41 -46
  140. package/server/XSLTUtil/index.d.ts +34 -32
  141. package/server/XmlParserUtil/index.d.ts +50 -48
  142. package/server/appData/index.d.ts +1 -1
  143. package/server/appResource/index.d.ts +1 -1
  144. package/server/globalAppData/index.d.ts +1 -1
  145. package/server/oauth2/index.d.ts +1 -1
  146. package/server/privileged/index.d.ts +2 -0
  147. package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -23
  148. package/{hidden → types}/javax/jcr/Binary/index.js +0 -1
  149. package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
  150. package/{hidden → types}/javax/jcr/Credentials/index.js +0 -0
  151. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -3
  152. package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.js +0 -0
  153. package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
  154. package/{hidden → types}/javax/jcr/Item/index.js +0 -6
  155. package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +5 -5
  156. package/{hidden → types}/javax/jcr/ItemVisitor/index.js +0 -0
  157. package/types/javax/jcr/NamespaceRegistry/index.d.ts +109 -0
  158. package/{hidden → types}/javax/jcr/NamespaceRegistry/index.js +0 -2
  159. package/types/javax/jcr/Node/index.d.ts +334 -0
  160. package/types/javax/jcr/Node/index.js +23 -0
  161. package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -5
  162. package/{hidden → types}/javax/jcr/NodeIterator/index.js +0 -0
  163. package/types/javax/jcr/Property/index.d.ts +675 -0
  164. package/{hidden → types}/javax/jcr/Property/index.js +0 -5
  165. package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -5
  166. package/{hidden → types}/javax/jcr/PropertyIterator/index.js +0 -0
  167. package/types/javax/jcr/RangeIterator/index.d.ts +10 -0
  168. package/{hidden/javax/jcr/query/qom/Constraint → types/javax/jcr/RangeIterator}/index.js +0 -0
  169. package/types/javax/jcr/Repository/index.d.ts +511 -0
  170. package/types/javax/jcr/Repository/index.js +12 -0
  171. package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +4 -4
  172. package/{hidden → types}/javax/jcr/RepositoryFactory/index.js +0 -0
  173. package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -33
  174. package/{hidden → types}/javax/jcr/Value/index.js +0 -2
  175. package/types/javax/jcr/ValueFactory/index.d.ts +74 -0
  176. package/types/javax/jcr/ValueFactory/index.js +10 -0
  177. package/types/javax/jcr/Workspace/index.d.ts +190 -0
  178. package/types/javax/jcr/Workspace/index.js +15 -0
  179. package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -4
  180. package/{hidden → types}/javax/jcr/lock/Lock/index.js +0 -0
  181. package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -4
  182. package/{hidden → types}/javax/jcr/lock/LockManager/index.js +0 -0
  183. package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +29 -0
  184. package/types/javax/jcr/nodetype/ItemDefinition/index.js +10 -0
  185. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -5
  186. package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.js +0 -0
  187. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -4
  188. package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +0 -0
  189. package/types/javax/jcr/nodetype/NodeType/index.d.ts +312 -0
  190. package/types/javax/jcr/nodetype/NodeType/index.js +10 -0
  191. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +61 -0
  192. package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +12 -0
  193. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -5
  194. package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.js +0 -0
  195. package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +57 -0
  196. package/types/javax/jcr/nodetype/NodeTypeManager/index.js +14 -0
  197. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -4
  198. package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.js +0 -0
  199. package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +28 -0
  200. package/types/javax/jcr/nodetype/PropertyDefinition/index.js +10 -0
  201. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -5
  202. package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +0 -0
  203. package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +85 -44
  204. package/{hidden → types}/javax/jcr/observation/Event/index.js +0 -0
  205. package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -5
  206. package/{hidden → types}/javax/jcr/observation/EventIterator/index.js +0 -0
  207. package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +4 -4
  208. package/{hidden → types}/javax/jcr/observation/EventJournal/index.js +0 -0
  209. package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -4
  210. package/{hidden → types}/javax/jcr/observation/EventListener/index.js +0 -0
  211. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -5
  212. package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.js +0 -0
  213. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +6 -6
  214. package/{hidden → types}/javax/jcr/observation/ObservationManager/index.js +0 -0
  215. package/{hidden → types}/javax/jcr/query/Query/index.d.ts +35 -14
  216. package/{hidden → types}/javax/jcr/query/Query/index.js +0 -0
  217. package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -6
  218. package/{hidden → types}/javax/jcr/query/QueryManager/index.js +0 -0
  219. package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -5
  220. package/{hidden → types}/javax/jcr/query/QueryResult/index.js +0 -0
  221. package/{hidden → types}/javax/jcr/query/Row/index.d.ts +5 -5
  222. package/{hidden → types}/javax/jcr/query/Row/index.js +0 -0
  223. package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -5
  224. package/{hidden → types}/javax/jcr/query/RowIterator/index.js +0 -0
  225. package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -4
  226. package/{hidden → types}/javax/jcr/query/qom/And/index.js +0 -0
  227. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -4
  228. package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.js +0 -0
  229. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +4 -4
  230. package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.js +0 -0
  231. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -4
  232. package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +0 -0
  233. package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -3
  234. package/{hidden → types}/javax/jcr/query/qom/Column/index.js +0 -0
  235. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +6 -6
  236. package/{hidden → types}/javax/jcr/query/qom/Comparison/index.js +0 -0
  237. package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
  238. package/{hidden/javax/jcr/query/qom/DynamicOperand → types/javax/jcr/query/qom/Constraint}/index.js +0 -0
  239. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -4
  240. package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.js +0 -0
  241. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -4
  242. package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +0 -0
  243. package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -4
  244. package/{hidden/javax/jcr/query/qom/JoinCondition → types/javax/jcr/query/qom/DynamicOperand}/index.js +0 -0
  245. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -4
  246. package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.js +0 -0
  247. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -5
  248. package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.js +0 -0
  249. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -4
  250. package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.js +0 -0
  251. package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +5 -5
  252. package/{hidden → types}/javax/jcr/query/qom/Join/index.js +0 -0
  253. package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
  254. package/{hidden/javax/jcr/query/qom/Operand → types/javax/jcr/query/qom/JoinCondition}/index.js +0 -0
  255. package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -5
  256. package/{hidden → types}/javax/jcr/query/qom/Length/index.js +0 -0
  257. package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -5
  258. package/{hidden → types}/javax/jcr/query/qom/Literal/index.js +0 -0
  259. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -4
  260. package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.js +0 -0
  261. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -4
  262. package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.js +0 -0
  263. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +4 -4
  264. package/{hidden → types}/javax/jcr/query/qom/NodeName/index.js +0 -0
  265. package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -4
  266. package/{hidden → types}/javax/jcr/query/qom/Not/index.js +0 -0
  267. package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
  268. package/{hidden/javax/jcr/query/qom/QueryObjectModelConstants → types/javax/jcr/query/qom/Operand}/index.js +0 -0
  269. package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -4
  270. package/{hidden → types}/javax/jcr/query/qom/Or/index.js +0 -0
  271. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -4
  272. package/{hidden → types}/javax/jcr/query/qom/Ordering/index.js +0 -0
  273. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -4
  274. package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.js +0 -0
  275. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -4
  276. package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.js +0 -0
  277. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -8
  278. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.js +0 -0
  279. package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +83 -0
  280. package/{hidden/javax/jcr/query/qom/Source → types/javax/jcr/query/qom/QueryObjectModelConstants}/index.js +0 -0
  281. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -37
  282. package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.js +0 -0
  283. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +4 -4
  284. package/{hidden → types}/javax/jcr/query/qom/SameNode/index.js +0 -0
  285. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -4
  286. package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.js +0 -0
  287. package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +4 -4
  288. package/{hidden → types}/javax/jcr/query/qom/Selector/index.js +0 -0
  289. package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
  290. package/{hidden/javax/jcr/query/qom/StaticOperand → types/javax/jcr/query/qom/Source}/index.js +0 -0
  291. package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -4
  292. package/{hidden/javax/jcr/security/AccessControlPolicy → types/javax/jcr/query/qom/StaticOperand}/index.js +0 -0
  293. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -4
  294. package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.js +0 -0
  295. package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -3
  296. package/{hidden → types}/javax/jcr/retention/Hold/index.js +0 -0
  297. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +5 -5
  298. package/{hidden → types}/javax/jcr/retention/RetentionManager/index.js +0 -0
  299. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -3
  300. package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.js +0 -0
  301. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -4
  302. package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.js +0 -0
  303. package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +6 -6
  304. package/{hidden → types}/javax/jcr/security/AccessControlList/index.js +0 -0
  305. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +6 -6
  306. package/{hidden → types}/javax/jcr/security/AccessControlManager/index.js +0 -0
  307. package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
  308. package/{hidden/senselogic/sitevision/api/metadata/value/LinkValue → types/javax/jcr/security/AccessControlPolicy}/index.js +0 -0
  309. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -5
  310. package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.js +0 -0
  311. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -4
  312. package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.js +0 -0
  313. package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +130 -46
  314. package/{hidden → types}/javax/jcr/security/Privilege/index.js +0 -0
  315. package/{hidden → types}/javax/jcr/version/Version/index.d.ts +5 -5
  316. package/{hidden → types}/javax/jcr/version/Version/index.js +0 -0
  317. package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +7 -7
  318. package/{hidden → types}/javax/jcr/version/VersionHistory/index.js +0 -0
  319. package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -5
  320. package/{hidden → types}/javax/jcr/version/VersionIterator/index.js +0 -0
  321. package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +7 -7
  322. package/{hidden → types}/javax/jcr/version/VersionManager/index.js +0 -0
  323. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -3
  324. package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.js +0 -0
  325. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -3
  326. package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.js +0 -0
  327. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -4
  328. package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.js +0 -0
  329. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -3
  330. package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.js +0 -0
  331. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
  332. package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
  333. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -3
  334. package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.js +0 -0
  335. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -3
  336. package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.js +0 -0
  337. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -9
  338. package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +0 -0
  339. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -3
  340. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.js +0 -0
  341. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -5
  342. package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +0 -0
  343. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -3
  344. package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.js +0 -0
  345. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -5
  346. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +0 -0
  347. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -3
  348. package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +0 -0
  349. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -3
  350. package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.js +0 -0
  351. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -3
  352. package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.js +0 -0
  353. package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
  354. package/{hidden/senselogic/sitevision/api/metadata/value/RelatedValue → types/senselogic/sitevision/api/metadata/value/LinkValue}/index.js +0 -0
  355. package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
  356. package/{hidden/senselogic/sitevision/api/render/velocity/VelocityAccess → types/senselogic/sitevision/api/metadata/value/RelatedValue}/index.js +0 -0
  357. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -4
  358. package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +0 -0
  359. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
  360. package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
  361. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -4
  362. package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.js +0 -0
  363. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -4
  364. package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.js +0 -0
  365. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
  366. package/{hidden/senselogic/sitevision/api/search/searcher/component/Filter → types/senselogic/sitevision/api/render/velocity/VelocityAccess}/index.js +0 -0
  367. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
  368. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
  369. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
  370. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
  371. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
  372. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
  373. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
  374. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
  375. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
  376. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
  377. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
  378. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
  379. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
  380. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
  381. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
  382. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
  383. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
  384. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
  385. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
  386. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
  387. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
  388. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
  389. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
  390. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
  391. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
  392. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
  393. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
  394. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
  395. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
  396. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
  397. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -3
  398. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +0 -0
  399. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -3
  400. package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +0 -0
  401. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -4
  402. package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.js +0 -0
  403. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -3
  404. package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +0 -0
  405. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -3
  406. package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.js +0 -0
  407. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -3
  408. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +0 -0
  409. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -4
  410. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +0 -0
  411. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -4
  412. package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +0 -0
  413. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -3
  414. package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.js +0 -0
  415. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -4
  416. package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.js +0 -0
  417. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -5
  418. package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.js +0 -0
  419. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -9
  420. package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.js +0 -0
  421. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -3
  422. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +0 -0
  423. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -3
  424. package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +0 -0
  425. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -4
  426. package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.js +0 -0
  427. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
  428. package/{hidden/senselogic/sitevision/api/search/searcher/component/Highlight → types/senselogic/sitevision/api/search/searcher/component/Filter}/index.js +0 -0
  429. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
  430. package/{hidden/senselogic/sitevision/api/search/searcher/component/Monitor → types/senselogic/sitevision/api/search/searcher/component/Highlight}/index.js +0 -0
  431. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
  432. package/{hidden/senselogic/sitevision/api/search/searcher/component/Parser → types/senselogic/sitevision/api/search/searcher/component/Monitor}/index.js +0 -0
  433. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
  434. package/{hidden/senselogic/sitevision/api/search/searcher/component/Sort → types/senselogic/sitevision/api/search/searcher/component/Parser}/index.js +0 -0
  435. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
  436. package/{hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck → types/senselogic/sitevision/api/search/searcher/component/Sort}/index.js +0 -0
  437. package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
  438. package/{hidden/senselogic/sitevision/api/webresource/LinkTarget → types/senselogic/sitevision/api/search/searcher/component/SpellCheck}/index.js +0 -0
  439. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -3
  440. package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.js +0 -0
  441. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -3
  442. package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +0 -0
  443. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -3
  444. package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.js +0 -0
  445. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -3
  446. package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.js +0 -0
  447. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -4
  448. package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.js +0 -0
  449. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -4
  450. package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.js +0 -0
  451. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -3
  452. package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.js +0 -0
  453. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -4
  454. package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.js +0 -0
  455. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -5
  456. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +0 -0
  457. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -3
  458. package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +0 -0
  459. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -5
  460. package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.js +0 -0
  461. package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
  462. package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
  463. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -3
  464. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.js +0 -0
  465. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -4
  466. package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.js +0 -0
  467. package/hidden/javax/jcr/NamespaceRegistry/index.d.ts +0 -85
  468. package/hidden/javax/jcr/Node/index.d.ts +0 -1805
  469. package/hidden/javax/jcr/Node/index.js +0 -56
  470. package/hidden/javax/jcr/Property/index.d.ts +0 -677
  471. package/hidden/javax/jcr/RangeIterator/index.d.ts +0 -52
  472. package/hidden/javax/jcr/RangeIterator/index.js +0 -12
  473. package/hidden/javax/jcr/Repository/index.d.ts +0 -311
  474. package/hidden/javax/jcr/Repository/index.js +0 -16
  475. package/hidden/javax/jcr/Session/index.d.ts +0 -1107
  476. package/hidden/javax/jcr/ValueFactory/index.d.ts +0 -144
  477. package/hidden/javax/jcr/ValueFactory/index.js +0 -11
  478. package/hidden/javax/jcr/Workspace/index.d.ts +0 -666
  479. package/hidden/javax/jcr/Workspace/index.js +0 -26
  480. package/hidden/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -132
  481. package/hidden/javax/jcr/nodetype/ItemDefinition/index.js +0 -15
  482. package/hidden/javax/jcr/nodetype/NodeType/index.d.ts +0 -321
  483. package/hidden/javax/jcr/nodetype/NodeType/index.js +0 -21
  484. package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -165
  485. package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.js +0 -18
  486. package/hidden/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -180
  487. package/hidden/javax/jcr/nodetype/NodeTypeManager/index.js +0 -21
  488. package/hidden/javax/jcr/nodetype/PropertyDefinition/index.d.ts +0 -297
  489. package/hidden/javax/jcr/nodetype/PropertyDefinition/index.js +0 -16
  490. package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +0 -11
  491. package/hidden/senselogic/sitevision/api/Utils/index.d.ts +0 -753
  492. package/hidden/senselogic/sitevision/api/alias/AliasUtil/index.d.ts +0 -22
  493. package/hidden/senselogic/sitevision/api/bookmark/BookmarkUtil/index.d.ts +0 -87
  494. package/hidden/senselogic/sitevision/api/client/ClientUtil/index.d.ts +0 -23
  495. package/hidden/senselogic/sitevision/api/collaboration/CollaborationFactory/index.d.ts +0 -49
  496. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupFolderUtil/index.d.ts +0 -39
  497. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupTemplateUtil/index.d.ts +0 -58
  498. package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupUtil/index.d.ts +0 -99
  499. package/hidden/senselogic/sitevision/api/context/PortletContextUtil/index.d.ts +0 -112
  500. package/hidden/senselogic/sitevision/api/cookie/SiteCookieUtil/index.d.ts +0 -166
  501. package/hidden/senselogic/sitevision/api/date/DateUtil/index.d.ts +0 -153
  502. package/hidden/senselogic/sitevision/api/date/TimestampUtil/index.d.ts +0 -121
  503. package/hidden/senselogic/sitevision/api/device/DeviceUtil/index.d.ts +0 -33
  504. package/hidden/senselogic/sitevision/api/format/FormatterBuilderFactory/index.d.ts +0 -89
  505. package/hidden/senselogic/sitevision/api/i18n/CurrencyFactory/index.d.ts +0 -81
  506. package/hidden/senselogic/sitevision/api/i18n/LocaleUtil/index.d.ts +0 -412
  507. package/hidden/senselogic/sitevision/api/i18n/TranslationUtil/index.d.ts +0 -110
  508. package/hidden/senselogic/sitevision/api/log/LogUtil/index.d.ts +0 -128
  509. package/hidden/senselogic/sitevision/api/mail/MailBuilder/index.d.ts +0 -221
  510. package/hidden/senselogic/sitevision/api/mail/MailUtil/index.d.ts +0 -72
  511. package/hidden/senselogic/sitevision/api/metadata/MetadataDefinitionUtil/index.d.ts +0 -109
  512. package/hidden/senselogic/sitevision/api/metadata/MetadataUtil/index.d.ts +0 -356
  513. package/hidden/senselogic/sitevision/api/metadata/builder/LinkValueBuilder/index.d.ts +0 -131
  514. package/hidden/senselogic/sitevision/api/metadata/builder/RelatedValueBuilder/index.d.ts +0 -89
  515. package/hidden/senselogic/sitevision/api/node/ContentNodeUtil/index.d.ts +0 -57
  516. package/hidden/senselogic/sitevision/api/node/NodeComparatorUtil/index.d.ts +0 -235
  517. package/hidden/senselogic/sitevision/api/node/NodeFactoryUtil/index.d.ts +0 -29
  518. package/hidden/senselogic/sitevision/api/node/NodeFilterUtil/index.d.ts +0 -781
  519. package/hidden/senselogic/sitevision/api/node/NodeIteratorUtil/index.d.ts +0 -231
  520. package/hidden/senselogic/sitevision/api/node/NodeResolverUtil/index.d.ts +0 -406
  521. package/hidden/senselogic/sitevision/api/node/NodeTreeUtil/index.d.ts +0 -232
  522. package/hidden/senselogic/sitevision/api/node/NodeTypeUtil/index.d.ts +0 -549
  523. package/hidden/senselogic/sitevision/api/node/builder/CompoundAndFilterBuilder/index.d.ts +0 -54
  524. package/hidden/senselogic/sitevision/api/node/builder/CompoundComparatorBuilder/index.d.ts +0 -53
  525. package/hidden/senselogic/sitevision/api/node/builder/CompoundOrFilterBuilder/index.d.ts +0 -53
  526. package/hidden/senselogic/sitevision/api/node/builder/TemporaryFileNodeBuilder/index.d.ts +0 -57
  527. package/hidden/senselogic/sitevision/api/node/builder/TemporaryNodeBuilder/index.d.ts +0 -177
  528. package/hidden/senselogic/sitevision/api/property/OfflineVersionPropertyUtil/index.d.ts +0 -31
  529. package/hidden/senselogic/sitevision/api/property/OnlineVersionPropertyUtil/index.d.ts +0 -31
  530. package/hidden/senselogic/sitevision/api/property/Properties/index.d.ts +0 -176
  531. package/hidden/senselogic/sitevision/api/property/PropertyUtil/index.d.ts +0 -1550
  532. package/hidden/senselogic/sitevision/api/redirect/RedirectUtil/index.d.ts +0 -73
  533. package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/index.d.ts +0 -186
  534. package/hidden/senselogic/sitevision/api/render/FileIconRenderer/index.d.ts +0 -301
  535. package/hidden/senselogic/sitevision/api/render/ImageLinkRenderer/index.d.ts +0 -122
  536. package/hidden/senselogic/sitevision/api/render/ImageRenderer/index.d.ts +0 -504
  537. package/hidden/senselogic/sitevision/api/render/LinkRenderer/index.d.ts +0 -890
  538. package/hidden/senselogic/sitevision/api/render/OutputUtil/index.d.ts +0 -390
  539. package/hidden/senselogic/sitevision/api/render/TextModuleRendererBuilder/index.d.ts +0 -66
  540. package/hidden/senselogic/sitevision/api/render/UserFieldRenderer/index.d.ts +0 -181
  541. package/hidden/senselogic/sitevision/api/render/velocity/VelocityRenderer/index.d.ts +0 -197
  542. package/hidden/senselogic/sitevision/api/render/xslt/XSLTUtil/index.d.ts +0 -59
  543. package/hidden/senselogic/sitevision/api/resource/ColorUtil/index.d.ts +0 -46
  544. package/hidden/senselogic/sitevision/api/resource/DecorationUtil/index.d.ts +0 -20
  545. package/hidden/senselogic/sitevision/api/resource/FontUtil/index.d.ts +0 -43
  546. package/hidden/senselogic/sitevision/api/resource/IconUtil/index.d.ts +0 -34
  547. package/hidden/senselogic/sitevision/api/resource/LandingPageUtil/index.d.ts +0 -88
  548. package/hidden/senselogic/sitevision/api/resource/PortletUtil/index.d.ts +0 -32
  549. package/hidden/senselogic/sitevision/api/resource/ResourceLocatorUtil/index.d.ts +0 -444
  550. package/hidden/senselogic/sitevision/api/resource/TemplateUtil/index.d.ts +0 -143
  551. package/hidden/senselogic/sitevision/api/script/InstanceTypeUtil/index.d.ts +0 -176
  552. package/hidden/senselogic/sitevision/api/script/Requester/index.d.ts +0 -420
  553. package/hidden/senselogic/sitevision/api/script/RestApi/index.d.ts +0 -195
  554. package/hidden/senselogic/sitevision/api/script/ScriptUtil/index.d.ts +0 -482
  555. package/hidden/senselogic/sitevision/api/script/app/RestAppInvokerFactory/index.d.ts +0 -70
  556. package/hidden/senselogic/sitevision/api/script/factory/ArraysInstance/index.d.ts +0 -1643
  557. package/hidden/senselogic/sitevision/api/script/factory/CollectionsInstance/index.d.ts +0 -661
  558. package/hidden/senselogic/sitevision/api/script/factory/InstanceCreatorUtil/index.d.ts +0 -490
  559. package/hidden/senselogic/sitevision/api/script/factory/ListWrapper/index.d.ts +0 -148
  560. package/hidden/senselogic/sitevision/api/script/factory/MathInstance/index.d.ts +0 -623
  561. package/hidden/senselogic/sitevision/api/search/SearchFactory/index.d.ts +0 -114
  562. package/hidden/senselogic/sitevision/api/search/SearchUtil/index.d.ts +0 -126
  563. package/hidden/senselogic/sitevision/api/search/index/IndexUtil/index.d.ts +0 -50
  564. package/hidden/senselogic/sitevision/api/search/index/IndexingUtil/index.d.ts +0 -59
  565. package/hidden/senselogic/sitevision/api/search/query/QueryStringUtil/index.d.ts +0 -419
  566. package/hidden/senselogic/sitevision/api/search/searcher/builder/ExtendedDismaxParserBuilder/index.d.ts +0 -257
  567. package/hidden/senselogic/sitevision/api/search/searcher/builder/FilterBuilder/index.d.ts +0 -103
  568. package/hidden/senselogic/sitevision/api/search/searcher/builder/HighlightBuilder/index.d.ts +0 -153
  569. package/hidden/senselogic/sitevision/api/search/searcher/builder/MonitorBuilder/index.d.ts +0 -47
  570. package/hidden/senselogic/sitevision/api/search/searcher/builder/SearcherBuilder/index.d.ts +0 -210
  571. package/hidden/senselogic/sitevision/api/search/searcher/builder/SortBuilder/index.d.ts +0 -110
  572. package/hidden/senselogic/sitevision/api/search/searcher/builder/SpellCheckBuilder/index.d.ts +0 -57
  573. package/hidden/senselogic/sitevision/api/search/searcher/builder/StandardParserBuilder/index.d.ts +0 -102
  574. package/hidden/senselogic/sitevision/api/security/AuthenticationUtil/index.d.ts +0 -103
  575. package/hidden/senselogic/sitevision/api/security/DirectoryUtil/index.d.ts +0 -98
  576. package/hidden/senselogic/sitevision/api/security/JwtUtil/index.d.ts +0 -143
  577. package/hidden/senselogic/sitevision/api/security/MessageDigesterFactory/index.d.ts +0 -46
  578. package/hidden/senselogic/sitevision/api/security/PermissionUtil/index.d.ts +0 -426
  579. package/hidden/senselogic/sitevision/api/security/PrincipalUtil/index.d.ts +0 -46
  580. package/hidden/senselogic/sitevision/api/security/RoleAssignmentBuilder/index.d.ts +0 -54
  581. package/hidden/senselogic/sitevision/api/security/RoleMatcherBuilder/index.d.ts +0 -53
  582. package/hidden/senselogic/sitevision/api/security/RoleUtil/index.d.ts +0 -49
  583. package/hidden/senselogic/sitevision/api/subscription/SubscriberUtil/index.d.ts +0 -96
  584. package/hidden/senselogic/sitevision/api/subscription/SubscriptionUtil/index.d.ts +0 -137
  585. package/hidden/senselogic/sitevision/api/tag/TagUtil/index.d.ts +0 -127
  586. package/hidden/senselogic/sitevision/api/text/EndecUtil/index.d.ts +0 -352
  587. package/hidden/senselogic/sitevision/api/user/SimpleUserUtil/index.d.ts +0 -43
  588. package/hidden/senselogic/sitevision/api/user/SystemUserUtil/index.d.ts +0 -163
  589. package/hidden/senselogic/sitevision/api/user/UserDataUtil/index.d.ts +0 -140
  590. package/hidden/senselogic/sitevision/api/user/UserFactory/index.d.ts +0 -61
  591. package/hidden/senselogic/sitevision/api/user/UserIdentityUtil/index.d.ts +0 -52
  592. package/hidden/senselogic/sitevision/api/user/UserUtil/index.d.ts +0 -67
  593. package/hidden/senselogic/sitevision/api/versioning/PublishingUtil/index.d.ts +0 -265
  594. package/hidden/senselogic/sitevision/api/versioning/VersionUtil/index.d.ts +0 -19
  595. package/hidden/senselogic/sitevision/api/webresource/ArticleUtil/index.d.ts +0 -252
  596. package/hidden/senselogic/sitevision/api/webresource/FileUtil/index.d.ts +0 -294
  597. package/hidden/senselogic/sitevision/api/webresource/ImageUtil/index.d.ts +0 -267
  598. package/hidden/senselogic/sitevision/api/webresource/LinkPageUtil/index.d.ts +0 -288
  599. package/hidden/senselogic/sitevision/api/webresource/PageUtil/index.d.ts +0 -216
  600. package/hidden/senselogic/sitevision/api/webresource/WebResourceFactory/index.d.ts +0 -56
  601. package/hidden/senselogic/sitevision/api/webresource/builder/LinkTargetBuilder/index.d.ts +0 -128
  602. package/hidden/senselogic/sitevision/api/webresource/doctype/DocTypeUtil/index.d.ts +0 -141
  603. package/hidden/senselogic/sitevision/api/webresource/mime/MimeTypeUtil/index.d.ts +0 -217
  604. package/hidden/senselogic/sitevision/api/webresource/structure/ArchiveUtil/index.d.ts +0 -53
  605. package/hidden/senselogic/sitevision/api/webresource/structure/FolderUtil/index.d.ts +0 -107
  606. package/hidden/senselogic/sitevision/api/webresource/structure/StructureUtil/index.d.ts +0 -94
  607. package/hidden/senselogic/sitevision/api/webresource/structure/TrashcanUtil/index.d.ts +0 -123
  608. package/hidden/senselogic/sitevision/api/webresource/webcontent/WebContentUtil/index.d.ts +0 -458
  609. package/hidden/senselogic/sitevision/api/xml/XmlParserUtil/index.d.ts +0 -116
@@ -1,606 +1,4 @@
1
- /**
2
- * Returns the trigonometric sine of an angle.
3
- * @param anAngleInRadians an angle, in radians.
4
- * @return the sine of the argument.
5
- */
6
- export function sin(anAngleInRadians: number): number;
7
-
8
- /**
9
- * Returns the trigonometric cosine of an angle.
10
- * @param anAngleInRadians an angle, in radians.
11
- * @return the cosine of the argument.
12
- */
13
- export function cos(anAngleInRadians: number): number;
14
-
15
- /**
16
- * Returns the trigonometric tangent of an angle.
17
- * @param anAngleInRadians an angle, in radians.
18
- * @return the tangent of the argument.
19
- */
20
- export function tan(anAngleInRadians: number): number;
21
-
22
- /**
23
- * Returns the arc sine of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
24
- * @param aValue the value whose arc sine is to be returned.
25
- * @return the arc sine of the argument.
26
- */
27
- export function asin(aValue: number): number;
28
-
29
- /**
30
- * Returns the arc cosine of a value; the returned angle is in the range 0.0 through <i>pi</i>.
31
- * @param aValue the value whose arc cosine is to be returned.
32
- * @return the arc cosine of the argument.
33
- */
34
- export function acos(aValue: number): number;
35
-
36
- /**
37
- * Returns the arc tangent of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
38
- * @param aValue the value whose arc tangent is to be returned.
39
- * @return the arc tangent of the argument.
40
- */
41
- export function atan(aValue: number): number;
42
-
43
- /**
44
- * Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
45
- * @param anAngleInDegrees an angle, in degrees
46
- * @return the measurement of the angle <code>anAngleInDegrees</code> in radians.
47
- */
48
- export function toRadians(anAngleInDegrees: number): number;
49
-
50
- /**
51
- * Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
52
- * @param anAngleInRadians an angle, in radians
53
- * @return the measurement of the angle <code>anAngleInRadians</code> in degrees.
54
- */
55
- export function toDegrees(anAngleInRadians: number): number;
56
-
57
- /**
58
- * Returns Euler's number <i>e</i> raised to the power of a <code>double</code> value.
59
- * @param anExponent the exponent to raise <i>e</i> to.
60
- * @return the value <i>e</i><sup><code>anExponent</code></sup>, where <i>e</i> is the base of the natural logarithms.
61
- */
62
- export function exp(anExponent: number): number;
63
-
64
- /**
65
- * Returns the natural logarithm (base <i>e</i>) of a <code>double</code> value.
66
- * @param aValue a value
67
- * @return the value ln&nbsp;<code>aValue</code>, the natural logarithm of <code>aValue</code>.
68
- */
69
- export function log(aValue: number): number;
70
-
71
- /**
72
- * Returns the base 10 logarithm of a <code>double</code> value.
73
- * @param aValue a value
74
- * @return the base 10 logarithm of <code>aValue</code>.
75
- */
76
- export function log10(aValue: number): number;
77
-
78
- /**
79
- * Returns the correctly rounded positive square root of a <code>double</code> value.
80
- * @param aValue a value.
81
- * @return the positive square root of <code>aValue</code>. If the argument is NaN or less than zero, the result is NaN.
82
- */
83
- export function sqrt(aValue: number): number;
84
-
85
- /**
86
- * Returns the cube root of a <code>double</code> value.
87
- * @param aValue a value.
88
- * @return the cube root of <code>aValue</code>.
89
- */
90
- export function cbrt(aValue: number): number;
91
-
92
- /**
93
- * Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
94
- * @param aDividend the dividend.
95
- * @param aDivisor the divisor.
96
- * @return the remainder when <code>aDividend</code> is divided by <code>aDivisor</code>.
97
- */
98
- export function IEEEremainder(aDividend: number, aDivisor: number): number;
99
-
100
- /**
101
- * Returns the smallest (closest to negative infinity) <code>double</code> value that is greater than
102
- * or equal to the argument and is equal to a mathematical integer.
103
- * @param aValue a value.
104
- * @return the smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.
105
- */
106
- export function ceil(aValue: number): number;
107
-
108
- /**
109
- * Returns the largest (closest to positive infinity) <code>double</code> value that is less than
110
- * or equal to the argument and is equal to a mathematical integer.
111
- * @param aValue a value.
112
- * @return the largest (closest to positive infinity) floating-point value that less than or equal to the argument and is equal to a mathematical integer.
113
- */
114
- export function floor(aValue: number): number;
115
-
116
- /**
117
- * Returns the <code>double</code> value that is closest in value to the argument and is equal to
118
- * a mathematical integer.
119
- * @param aValue a value.
120
- * @return the closest floating-point value to <code>aValue</code> that is equal to a mathematical integer.
121
- */
122
- export function rint(aValue: number): number;
123
-
124
- /**
125
- * Returns the angle <i>theta</i> from the conversion of rectangular coordinates
126
- * (<code>x</code>,&nbsp;<code>y</code>) to polar coordinates (r,&nbsp;<i>theta</i>).
127
- * @param y the ordinate coordinate
128
- * @param x the abscissa coordinate
129
- * @return the <i>theta</i> component of the point (<i>r</i>,&nbsp;<i>theta</i>) in polar coordinates that corresponds to the point (<i>x</i>,&nbsp;<i>y</i>) in Cartesian coordinates.
130
- */
131
- export function atan2(y: number, x: number): number;
132
-
133
- /**
134
- * Returns the value of the first argument raised to the power of the second argument.
135
- * @param aBase the base.
136
- * @param anExponent the exponent.
137
- * @return the value <code>aBase<sup>anExponent</sup></code>.
138
- */
139
- export function pow(aBase: number, anExponent: number): number;
140
-
141
- /**
142
- * Returns the closest <code>int</code> to the argument.
143
- * @param aValue a floating-point value to be rounded to an integer.
144
- * @return the value of the argument rounded to the nearest <code>int</code> value.
145
- */
146
- export function round(aValue: number): number;
147
-
148
- /**
149
- * Returns the closest <code>long</code> to the argument.
150
- * @param aValue a floating-point value to be rounded to a <code>long</code>.
151
- * @return the value of the argument rounded to the nearest <code>long</code> value.
152
- */
153
- export function round(aValue: number): number;
154
-
155
- /**
156
- * Returns a <code>double</code> value with a positive sign, greater
157
- * than or equal to <code>0.0</code> and less than <code>1.0</code>.
158
- * @return a pseudorandom <code>double</code> greater than or equal to <code>0.0</code> and less than <code>1.0</code>.
159
- */
160
- export function random(): number;
161
-
162
- /**
163
- * Returns the absolute value of an <code>int</code> value.
164
- * @param aValue the argument whose absolute value is to be determined
165
- * @return the absolute value of the argument.
166
- */
167
- export function abs(aValue: number): number;
168
-
169
- /**
170
- * Returns the absolute value of a <code>long</code> value.
171
- * @param aValue the argument whose absolute value is to be determined
172
- * @return the absolute value of the argument.
173
- */
174
- export function abs(aValue: number): number;
175
-
176
- /**
177
- * Returns the absolute value of a <code>float</code> value.
178
- * @param aValue the argument whose absolute value is to be determined
179
- * @return the absolute value of the argument.
180
- */
181
- export function abs(aValue: number): number;
182
-
183
- /**
184
- * Returns the absolute value of a <code>double</code> value.
185
- * @param aValue the argument whose absolute value is to be determined
186
- * @return the absolute value of the argument.
187
- */
188
- export function abs(aValue: number): number;
189
-
190
- /**
191
- * Returns the greater of two <code>int</code> values.
192
- * @param aValue an argument.
193
- * @param anAnotherValue another argument.
194
- * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
195
- */
196
- export function max(aValue: number, anAnotherValue: number): number;
197
-
198
- /**
199
- * Returns the greater of two <code>long</code> values.
200
- * @param aValue an argument.
201
- * @param anAnotherValue another argument.
202
- * @return the larger of <code>a</code> and <code>anAnotherValue</code>.
203
- */
204
- export function max(aValue: number, anAnotherValue: number): number;
205
-
206
- /**
207
- * Returns the greater of two <code>float</code> values.
208
- * @param aValue an argument.
209
- * @param anAnotherValue another argument.
210
- * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
211
- */
212
- export function max(aValue: number, anAnotherValue: number): number;
213
-
214
- /**
215
- * Returns the greater of two <code>double</code> values.
216
- * @param aValue an argument.
217
- * @param anAnotherValue another argument.
218
- * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
219
- */
220
- export function max(aValue: number, anAnotherValue: number): number;
221
-
222
- /**
223
- * Returns the smaller of two <code>int</code> values.
224
- * @param aValue an argument.
225
- * @param anAnotherValue another argument.
226
- * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
227
- */
228
- export function min(aValue: number, anAnotherValue: number): number;
229
-
230
- /**
231
- * Returns the smaller of two <code>long</code> values.
232
- * @param aValue an argument.
233
- * @param anAnotherValue another argument.
234
- * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
235
- */
236
- export function min(aValue: number, anAnotherValue: number): number;
237
-
238
- /**
239
- * Returns the smaller of two <code>float</code> values.
240
- * @param aValue an argument.
241
- * @param anAnotherValue another argument.
242
- * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
243
- */
244
- export function min(aValue: number, anAnotherValue: number): number;
245
-
246
- /**
247
- * Returns the smaller of two <code>double</code> values.
248
- * @param aValue an argument.
249
- * @param anAnotherValue another argument.
250
- * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
251
- */
252
- export function min(aValue: number, anAnotherValue: number): number;
253
-
254
- /**
255
- * Returns the size of an ulp of the argument.
256
- * @param aValue the floating-point value whose ulp is to be returned
257
- * @return the size of an ulp of the argument
258
- */
259
- export function ulp(aValue: number): number;
260
-
261
- /**
262
- * Returns the size of an ulp of the argument.
263
- * @param aValue the floating-point value whose ulp is to be returned
264
- * @return the size of an ulp of the argument
265
- */
266
- export function ulp(aValue: number): number;
267
-
268
- /**
269
- * Returns the signum function of the argument.
270
- * @param aValue the floating-point value whose signum is to be returned
271
- * @return the signum function of the argument
272
- */
273
- export function signum(aValue: number): number;
274
-
275
- /**
276
- * Returns the signum function of the argument.
277
- * @param aValue the floating-point value whose signum is to be returned
278
- * @return the signum function of the argument
279
- */
280
- export function signum(aValue: number): number;
281
-
282
- /**
283
- * Returns the hyperbolic sine of a <code>double</code> value.
284
- * @param aValue The number whose hyperbolic sine is to be returned.
285
- * @return The hyperbolic sine of <code>aValue</code>.
286
- */
287
- export function sinh(aValue: number): number;
288
-
289
- /**
290
- * Returns the hyperbolic cosine of a <code>double</code> value.
291
- * @param aValue The number whose hyperbolic cosine is to be returned.
292
- * @return The hyperbolic cosine of <code>aValue</code>.
293
- */
294
- export function cosh(aValue: number): number;
295
-
296
- /**
297
- * Returns the hyperbolic tangent of a <code>double</code> value.
298
- * @param aValue The number whose hyperbolic tangent is to be returned.
299
- * @return The hyperbolic tangent of <code>aValue</code>.
300
- */
301
- export function tanh(aValue: number): number;
302
-
303
- /**
304
- * Returns sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>) without intermediate overflow or underflow.
305
- * @param x a value
306
- * @param y a value
307
- * @return sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>) without intermediate overflow or underflow
308
- */
309
- export function hypot(x: number, y: number): number;
310
-
311
- /**
312
- * Returns <i>e</i><sup>x</sup>&nbsp;-1.
313
- * @param x the exponent to raise <i>e</i> to in the computation of <i>e</i><sup><code>x</code></sup>&nbsp;-1.
314
- * @return the value <i>e</i><sup><code>x</code></sup>&nbsp;-&nbsp;1.
315
- */
316
- export function expm1(x: number): number;
317
-
318
- /**
319
- * Returns the natural logarithm of the sum of the argument and 1.
320
- * @param aValue a value
321
- * @return the value ln(<code>aValue</code>&nbsp;+&nbsp;1), the natural log of <code>aValue</code>&nbsp;+&nbsp;1
322
- */
323
- export function log1p(aValue: number): number;
324
-
325
- /**
326
- * Returns the first floating-point argument with the sign of the second floating-point argument.
327
- * @param aMagnitude the parameter providing the magnitude of the result
328
- * @param aSign the parameter providing the sign of the result
329
- * @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
330
- */
331
- export function copySign(aMagnitude: number, aSign: number): number;
332
-
333
- /**
334
- * Returns the first floating-point argument with the sign of the second floating-point argument.
335
- * @param aMagnitude the parameter providing the magnitude of the result
336
- * @param aSign the parameter providing the sign of the result
337
- * @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
338
- */
339
- export function copySign(aMagnitude: number, aSign: number): number;
340
-
341
- /**
342
- * Returns the unbiased exponent used in the representation of a <code>float</code>.
343
- * @param aValue a float value
344
- * @return the unbiased exponent of the argument
345
- */
346
- export function getExponent(aValue: number): number;
347
-
348
- /**
349
- * Returns the unbiased exponent used in the representation of a <code>double</code>.
350
- * @param aValue a double value
351
- * @return the unbiased exponent of the argument
352
- */
353
- export function getExponent(aValue: number): number;
354
-
355
- /**
356
- * Returns the floating-point number adjacent to the first argument in the direction of the second argument.
357
- * @param aStart starting floating-point value
358
- * @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
359
- * @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
360
- */
361
- export function nextAfter(aStart: number, aDirection: number): number;
362
-
363
- /**
364
- * Returns the floating-point number adjacent to the first argument in the direction of the second argument.
365
- * @param aStart starting floating-point value
366
- * @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
367
- * @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
368
- */
369
- export function nextAfter(aStart: number, aDirection: number): number;
370
-
371
- /**
372
- * Returns the floating-point value adjacent to a <code>double</code> in the direction of positive infinity.
373
- * @param aValue starting floating-point value
374
- * @return The adjacent floating-point value closer to positive infinity.
375
- */
376
- export function nextUp(aValue: number): number;
377
-
378
- /**
379
- * Returns the floating-point value adjacent to a <code>float</code> in the direction of positive infinity.
380
- * @param aValue starting floating-point value
381
- * @return The adjacent floating-point value closer to positive infinity.
382
- */
383
- export function nextUp(aValue: number): number;
384
-
385
- /**
386
- * Return <code>aDouble</code> &times; 2<sup><code>aScaleFactor</code></sup> rounded as if performed
387
- * by a single correctly rounded floating-point multiply to a member of the double value set.
388
- * @param aDouble number to be scaled by a power of two.
389
- * @param aScaleFactor power of 2 used to scale <code>aDouble</code>
390
- * @return <code>aDouble</code> &times; 2<sup><code>aScaleFactor</code></sup>
391
- */
392
- export function scalb(aDouble: number, aScaleFactor: number): number;
393
-
394
- /**
395
- * Return <code>aFloat</code> &times; 2<sup><code>aScaleFactor</code></sup> rounded as if performed
396
- * by a single correctly rounded floating-point multiply to a member of the float value set.
397
- * @param aFloat number to be scaled by a power of two.
398
- * @param aScaleFactor power of 2 used to scale <code>aFloat</code>
399
- * @return <code>aFloat</code> &times; 2<sup><code>aScaleFactor</code></sup>
400
- */
401
- export function scalb(aFloat: number, aScaleFactor: number): number;
402
-
403
- /**
404
- * Returns the sum of its arguments,throwing an exception if the result overflows an {@code int}.
405
- * @param x the first value
406
- * @param y the second value
407
- * @return the result
408
- * @throws ArithmeticException if the result overflows an int
409
- * @since Sitevision 4.0
410
- * @since Java 1.8
411
- */
412
- export function addExact(x: number, y: number): number;
413
-
414
- /**
415
- * Returns the sum of its arguments, throwing an exception if the result overflows a {@code long}.
416
- * @param x the first value
417
- * @param y the second value
418
- * @return the result
419
- * @throws ArithmeticException if the result overflows a long
420
- * @since Sitevision 4.0
421
- * @since Java 1.8
422
- */
423
- export function addExact(x: number, y: number): number;
424
-
425
- /**
426
- * Returns the difference of the arguments, throwing an exception if the result overflows an {@code int}.
427
- * @param x the first value
428
- * @param y the second value to subtract from the first
429
- * @return the result
430
- * @throws ArithmeticException if the result overflows an int
431
- * @since Sitevision 4.0
432
- * @since Java 1.8
433
- */
434
- export function subtractExact(x: number, y: number): number;
435
-
436
- /**
437
- * Returns the difference of the arguments, throwing an exception if the result overflows a {@code long}.
438
- * @param x the first value
439
- * @param y the second value to subtract from the first
440
- * @return the result
441
- * @throws ArithmeticException if the result overflows a long
442
- * @since Sitevision 4.0
443
- * @since Java 1.8
444
- */
445
- export function subtractExact(x: number, y: number): number;
446
-
447
- /**
448
- * Returns the product of the arguments, throwing an exception if the result overflows an {@code int}.
449
- * @param x the first value
450
- * @param y the second value
451
- * @return the result
452
- * @throws ArithmeticException if the result overflows an int
453
- * @since Sitevision 4.0
454
- * @since Java 1.8
455
- */
456
- export function multiplyExact(x: number, y: number): number;
457
-
458
- /**
459
- * Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
460
- * @param x the first value
461
- * @param y the second value
462
- * @return the result
463
- * @throws ArithmeticException if the result overflows a long
464
- * @since Sitevision 4.0
465
- * @since Java 1.8
466
- */
467
- export function multiplyExact(x: number, y: number): number;
468
-
469
- /**
470
- * Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
471
- * @param a the value to increment
472
- * @return the result
473
- * @throws ArithmeticException if the result overflows an int
474
- * @since Sitevision 4.0
475
- * @since Java 1.8
476
- */
477
- export function incrementExact(a: number): number;
478
-
479
- /**
480
- * Returns the argument incremented by one, throwing an exception if the result overflows a {@code long}.
481
- * @param a the value to increment
482
- * @return the result
483
- * @throws ArithmeticException if the result overflows a long
484
- * @since Sitevision 4.0
485
- * @since Java 1.8
486
- */
487
- export function incrementExact(a: number): number;
488
-
489
- /**
490
- * Returns the argument decremented by one, throwing an exception if the result overflows an {@code int}.
491
- * @param a the value to decrement
492
- * @return the result
493
- * @throws ArithmeticException if the result overflows an int
494
- * @since Sitevision 4.0
495
- * @since Java 1.8
496
- */
497
- export function decrementExact(a: number): number;
498
-
499
- /**
500
- * Returns the argument decremented by one, throwing an exception if the result overflows a {@code long}.
501
- * @param a the value to decrement
502
- * @return the result
503
- * @throws ArithmeticException if the result overflows a long
504
- * @since Sitevision 4.0
505
- * @since Java 1.8
506
- */
507
- export function decrementExact(a: number): number;
508
-
509
- /**
510
- * Returns the negation of the argument, throwing an exception if the result overflows an {@code int}.
511
- * @param a the value to negate
512
- * @return the result
513
- * @throws ArithmeticException if the result overflows an int
514
- * @since Sitevision 4.0
515
- * @since Java 1.8
516
- */
517
- export function negateExact(a: number): number;
518
-
519
- /**
520
- * Returns the negation of the argument, throwing an exception if the result overflows a {@code long}.
521
- * @param a the value to negate
522
- * @return the result
523
- * @throws ArithmeticException if the result overflows a long
524
- * @since Sitevision 4.0
525
- * @since Java 1.8
526
- */
527
- export function negateExact(a: number): number;
528
-
529
- /**
530
- * Returns the value of the {@code long} argument, throwing an exception if the value overflows an {@code int}.
531
- * @param value the long value
532
- * @return the argument as an int
533
- * @throws ArithmeticException if the {@code argument} overflows an int
534
- * @since 1.8
535
- */
536
- export function toIntExact(value: number): number;
537
-
538
- /**
539
- * Returns the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
540
- * @param x the dividend
541
- * @param y the divisor
542
- * @return the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
543
- * @throws ArithmeticException if the divisor {@code y} is zero
544
- * @see #floorMod(int, int)
545
- * @see #floor(double)
546
- * @since Sitevision 4.0
547
- * @since Java 1.8
548
- */
549
- export function floorDiv(x: number, y: number): number;
550
-
551
- /**
552
- * Returns the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
553
- * @param x the dividend
554
- * @param y the divisor
555
- * @return the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
556
- * @throws ArithmeticException if the divisor {@code y} is zero
557
- * @see #floorMod(long, long)
558
- * @see #floor(double)
559
- * @since Sitevision 4.0
560
- * @since Java 1.8
561
- */
562
- export function floorDiv(x: number, y: number): number;
563
-
564
- /**
565
- * Returns the floor modulus of the {@code int} arguments.
566
- * @param x the dividend
567
- * @param y the divisor
568
- * @return the floor modulus {@code x - (floorDiv(x, y) * y)}
569
- * @throws ArithmeticException if the divisor {@code y} is zero
570
- * @see #floorDiv(int, int)
571
- * @since 1.8
572
- */
573
- export function floorMod(x: number, y: number): number;
574
-
575
- /**
576
- * Returns the floor modulus of the {@code long} arguments.
577
- * @param x the dividend
578
- * @param y the divisor
579
- * @return the floor modulus {@code x - (floorDiv(x, y) * y)}
580
- * @throws ArithmeticException if the divisor {@code y} is zero
581
- * @see #floorDiv(long, long)
582
- * @since Sitevision 4.0
583
- * @since Java 1.8
584
- */
585
- export function floorMod(x: number, y: number): number;
586
-
587
- /**
588
- * Returns the floating-point value adjacent to {@code d} in the direction of negative infinity.
589
- * @param d starting floating-point value
590
- * @return The adjacent floating-point value closer to negative infinity.
591
- * @since Sitevision 4.0
592
- * @since Java 1.8
593
- */
594
- export function nextDown(d: number): number;
595
-
596
- /**
597
- * Returns the floating-point value adjacent to {@code f} in the direction of negative infinity.
598
- * @param f starting floating-point value
599
- * @return The adjacent floating-point value closer to negative infinity.
600
- * @since Sitevision 4.0
601
- * @since Java 1.8
602
- */
603
- export function nextDown(f: number): number;
1
+ import type MathInstanceConstants from "../../types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants";
604
2
 
605
3
  /**
606
4
  * Instance wrapper for the <code>java.lang.Math</code> class that delegates all method calls to
@@ -613,62 +11,632 @@ export function nextDown(f: number): number;
613
11
  * <p>
614
12
  * An instance of the Sitevision class implementing this interface can be obtained via {@link InstanceCreatorUtil#getMathInstance()}.
615
13
  * See {@link InstanceCreatorUtil} for how to obtain an instance of the <code>InstanceCreatorUtil</code> interface.
616
- * </p>The <code>double</code> value that is closer than any other to
617
- * <i>e</i>, the base of the natural logarithms.The <code>double</code> value that is closer than any other to
618
- * <i>pi</i>, the ratio of the circumference of a circle to its diameter.
14
+ * </p>
619
15
  * @author Magnus Lövgren
620
16
  * @since Sitevision 3.1
621
17
  */
622
- declare namespace mathInstance {
623
- export {
624
- sin,
625
- cos,
626
- tan,
627
- asin,
628
- acos,
629
- atan,
630
- toRadians,
631
- toDegrees,
632
- exp,
633
- log,
634
- log10,
635
- sqrt,
636
- cbrt,
637
- IEEEremainder,
638
- ceil,
639
- floor,
640
- rint,
641
- atan2,
642
- pow,
643
- round,
644
- random,
645
- abs,
646
- max,
647
- min,
648
- ulp,
649
- signum,
650
- sinh,
651
- cosh,
652
- tanh,
653
- hypot,
654
- expm1,
655
- log1p,
656
- copySign,
657
- getExponent,
658
- nextAfter,
659
- nextUp,
660
- scalb,
661
- addExact,
662
- subtractExact,
663
- multiplyExact,
664
- incrementExact,
665
- decrementExact,
666
- negateExact,
667
- toIntExact,
668
- floorDiv,
669
- floorMod,
670
- nextDown,
671
- };
18
+ export interface MathInstance extends MathInstanceConstants {
19
+ /**
20
+ * The <code>double</code> value that is closer than any other to
21
+ * <i>e</i>, the base of the natural logarithms.
22
+
23
+ */
24
+ E: 2.718281828459045;
25
+
26
+ /**
27
+ * The <code>double</code> value that is closer than any other to
28
+ * <i>pi</i>, the ratio of the circumference of a circle to its diameter.
29
+
30
+ */
31
+ PI: 3.141592653589793;
32
+
33
+ /**
34
+ * Returns the trigonometric sine of an angle.
35
+ * @param anAngleInRadians an angle, in radians.
36
+ * @return the sine of the argument.
37
+ */
38
+ sin(anAngleInRadians: number): number;
39
+
40
+ /**
41
+ * Returns the trigonometric cosine of an angle.
42
+ * @param anAngleInRadians an angle, in radians.
43
+ * @return the cosine of the argument.
44
+ */
45
+ cos(anAngleInRadians: number): number;
46
+
47
+ /**
48
+ * Returns the trigonometric tangent of an angle.
49
+ * @param anAngleInRadians an angle, in radians.
50
+ * @return the tangent of the argument.
51
+ */
52
+ tan(anAngleInRadians: number): number;
53
+
54
+ /**
55
+ * Returns the arc sine of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
56
+ * @param aValue the value whose arc sine is to be returned.
57
+ * @return the arc sine of the argument.
58
+ */
59
+ asin(aValue: number): number;
60
+
61
+ /**
62
+ * Returns the arc cosine of a value; the returned angle is in the range 0.0 through <i>pi</i>.
63
+ * @param aValue the value whose arc cosine is to be returned.
64
+ * @return the arc cosine of the argument.
65
+ */
66
+ acos(aValue: number): number;
67
+
68
+ /**
69
+ * Returns the arc tangent of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
70
+ * @param aValue the value whose arc tangent is to be returned.
71
+ * @return the arc tangent of the argument.
72
+ */
73
+ atan(aValue: number): number;
74
+
75
+ /**
76
+ * Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
77
+ * @param anAngleInDegrees an angle, in degrees
78
+ * @return the measurement of the angle <code>anAngleInDegrees</code> in radians.
79
+ */
80
+ toRadians(anAngleInDegrees: number): number;
81
+
82
+ /**
83
+ * Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
84
+ * @param anAngleInRadians an angle, in radians
85
+ * @return the measurement of the angle <code>anAngleInRadians</code> in degrees.
86
+ */
87
+ toDegrees(anAngleInRadians: number): number;
88
+
89
+ /**
90
+ * Returns Euler's number <i>e</i> raised to the power of a <code>double</code> value.
91
+ * @param anExponent the exponent to raise <i>e</i> to.
92
+ * @return the value <i>e</i><sup><code>anExponent</code></sup>, where <i>e</i> is the base of the natural logarithms.
93
+ */
94
+ exp(anExponent: number): number;
95
+
96
+ /**
97
+ * Returns the natural logarithm (base <i>e</i>) of a <code>double</code> value.
98
+ * @param aValue a value
99
+ * @return the value ln&nbsp;<code>aValue</code>, the natural logarithm of <code>aValue</code>.
100
+ */
101
+ log(aValue: number): number;
102
+
103
+ /**
104
+ * Returns the base 10 logarithm of a <code>double</code> value.
105
+ * @param aValue a value
106
+ * @return the base 10 logarithm of <code>aValue</code>.
107
+ */
108
+ log10(aValue: number): number;
109
+
110
+ /**
111
+ * Returns the correctly rounded positive square root of a <code>double</code> value.
112
+ * @param aValue a value.
113
+ * @return the positive square root of <code>aValue</code>. If the argument is NaN or less than zero, the result is NaN.
114
+ */
115
+ sqrt(aValue: number): number;
116
+
117
+ /**
118
+ * Returns the cube root of a <code>double</code> value.
119
+ * @param aValue a value.
120
+ * @return the cube root of <code>aValue</code>.
121
+ */
122
+ cbrt(aValue: number): number;
123
+
124
+ /**
125
+ * Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
126
+ * @param aDividend the dividend.
127
+ * @param aDivisor the divisor.
128
+ * @return the remainder when <code>aDividend</code> is divided by <code>aDivisor</code>.
129
+ */
130
+ IEEEremainder(aDividend: number, aDivisor: number): number;
131
+
132
+ /**
133
+ * Returns the smallest (closest to negative infinity) <code>double</code> value that is greater than
134
+ * or equal to the argument and is equal to a mathematical integer.
135
+ * @param aValue a value.
136
+ * @return the smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.
137
+ */
138
+ ceil(aValue: number): number;
139
+
140
+ /**
141
+ * Returns the largest (closest to positive infinity) <code>double</code> value that is less than
142
+ * or equal to the argument and is equal to a mathematical integer.
143
+ * @param aValue a value.
144
+ * @return the largest (closest to positive infinity) floating-point value that less than or equal to the argument and is equal to a mathematical integer.
145
+ */
146
+ floor(aValue: number): number;
147
+
148
+ /**
149
+ * Returns the <code>double</code> value that is closest in value to the argument and is equal to
150
+ * a mathematical integer.
151
+ * @param aValue a value.
152
+ * @return the closest floating-point value to <code>aValue</code> that is equal to a mathematical integer.
153
+ */
154
+ rint(aValue: number): number;
155
+
156
+ /**
157
+ * Returns the angle <i>theta</i> from the conversion of rectangular coordinates
158
+ * (<code>x</code>,&nbsp;<code>y</code>) to polar coordinates (r,&nbsp;<i>theta</i>).
159
+ * @param y the ordinate coordinate
160
+ * @param x the abscissa coordinate
161
+ * @return the <i>theta</i> component of the point (<i>r</i>,&nbsp;<i>theta</i>) in polar coordinates that corresponds to the point (<i>x</i>,&nbsp;<i>y</i>) in Cartesian coordinates.
162
+ */
163
+ atan2(y: number, x: number): number;
164
+
165
+ /**
166
+ * Returns the value of the first argument raised to the power of the second argument.
167
+ * @param aBase the base.
168
+ * @param anExponent the exponent.
169
+ * @return the value <code>aBase<sup>anExponent</sup></code>.
170
+ */
171
+ pow(aBase: number, anExponent: number): number;
172
+
173
+ /**
174
+ * Returns the closest <code>int</code> to the argument.
175
+ * @param aValue a floating-point value to be rounded to an integer.
176
+ * @return the value of the argument rounded to the nearest <code>int</code> value.
177
+ */
178
+ round(aValue: number): number;
179
+
180
+ /**
181
+ * Returns the closest <code>long</code> to the argument.
182
+ * @param aValue a floating-point value to be rounded to a <code>long</code>.
183
+ * @return the value of the argument rounded to the nearest <code>long</code> value.
184
+ */
185
+ round(aValue: number): number;
186
+
187
+ /**
188
+ * Returns a <code>double</code> value with a positive sign, greater
189
+ * than or equal to <code>0.0</code> and less than <code>1.0</code>.
190
+ * @return a pseudorandom <code>double</code> greater than or equal to <code>0.0</code> and less than <code>1.0</code>.
191
+ */
192
+ random(): number;
193
+
194
+ /**
195
+ * Returns the absolute value of an <code>int</code> value.
196
+ * @param aValue the argument whose absolute value is to be determined
197
+ * @return the absolute value of the argument.
198
+ */
199
+ abs(aValue: number): number;
200
+
201
+ /**
202
+ * Returns the absolute value of a <code>long</code> value.
203
+ * @param aValue the argument whose absolute value is to be determined
204
+ * @return the absolute value of the argument.
205
+ */
206
+ abs(aValue: number): number;
207
+
208
+ /**
209
+ * Returns the absolute value of a <code>float</code> value.
210
+ * @param aValue the argument whose absolute value is to be determined
211
+ * @return the absolute value of the argument.
212
+ */
213
+ abs(aValue: number): number;
214
+
215
+ /**
216
+ * Returns the absolute value of a <code>double</code> value.
217
+ * @param aValue the argument whose absolute value is to be determined
218
+ * @return the absolute value of the argument.
219
+ */
220
+ abs(aValue: number): number;
221
+
222
+ /**
223
+ * Returns the greater of two <code>int</code> values.
224
+ * @param aValue an argument.
225
+ * @param anAnotherValue another argument.
226
+ * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
227
+ */
228
+ max(aValue: number, anAnotherValue: number): number;
229
+
230
+ /**
231
+ * Returns the greater of two <code>long</code> values.
232
+ * @param aValue an argument.
233
+ * @param anAnotherValue another argument.
234
+ * @return the larger of <code>a</code> and <code>anAnotherValue</code>.
235
+ */
236
+ max(aValue: number, anAnotherValue: number): number;
237
+
238
+ /**
239
+ * Returns the greater of two <code>float</code> values.
240
+ * @param aValue an argument.
241
+ * @param anAnotherValue another argument.
242
+ * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
243
+ */
244
+ max(aValue: number, anAnotherValue: number): number;
245
+
246
+ /**
247
+ * Returns the greater of two <code>double</code> values.
248
+ * @param aValue an argument.
249
+ * @param anAnotherValue another argument.
250
+ * @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
251
+ */
252
+ max(aValue: number, anAnotherValue: number): number;
253
+
254
+ /**
255
+ * Returns the smaller of two <code>int</code> values.
256
+ * @param aValue an argument.
257
+ * @param anAnotherValue another argument.
258
+ * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
259
+ */
260
+ min(aValue: number, anAnotherValue: number): number;
261
+
262
+ /**
263
+ * Returns the smaller of two <code>long</code> values.
264
+ * @param aValue an argument.
265
+ * @param anAnotherValue another argument.
266
+ * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
267
+ */
268
+ min(aValue: number, anAnotherValue: number): number;
269
+
270
+ /**
271
+ * Returns the smaller of two <code>float</code> values.
272
+ * @param aValue an argument.
273
+ * @param anAnotherValue another argument.
274
+ * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
275
+ */
276
+ min(aValue: number, anAnotherValue: number): number;
277
+
278
+ /**
279
+ * Returns the smaller of two <code>double</code> values.
280
+ * @param aValue an argument.
281
+ * @param anAnotherValue another argument.
282
+ * @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
283
+ */
284
+ min(aValue: number, anAnotherValue: number): number;
285
+
286
+ /**
287
+ * Returns the size of an ulp of the argument.
288
+ * @param aValue the floating-point value whose ulp is to be returned
289
+ * @return the size of an ulp of the argument
290
+ */
291
+ ulp(aValue: number): number;
292
+
293
+ /**
294
+ * Returns the size of an ulp of the argument.
295
+ * @param aValue the floating-point value whose ulp is to be returned
296
+ * @return the size of an ulp of the argument
297
+ */
298
+ ulp(aValue: number): number;
299
+
300
+ /**
301
+ * Returns the signum function of the argument.
302
+ * @param aValue the floating-point value whose signum is to be returned
303
+ * @return the signum function of the argument
304
+ */
305
+ signum(aValue: number): number;
306
+
307
+ /**
308
+ * Returns the signum function of the argument.
309
+ * @param aValue the floating-point value whose signum is to be returned
310
+ * @return the signum function of the argument
311
+ */
312
+ signum(aValue: number): number;
313
+
314
+ /**
315
+ * Returns the hyperbolic sine of a <code>double</code> value.
316
+ * @param aValue The number whose hyperbolic sine is to be returned.
317
+ * @return The hyperbolic sine of <code>aValue</code>.
318
+ */
319
+ sinh(aValue: number): number;
320
+
321
+ /**
322
+ * Returns the hyperbolic cosine of a <code>double</code> value.
323
+ * @param aValue The number whose hyperbolic cosine is to be returned.
324
+ * @return The hyperbolic cosine of <code>aValue</code>.
325
+ */
326
+ cosh(aValue: number): number;
327
+
328
+ /**
329
+ * Returns the hyperbolic tangent of a <code>double</code> value.
330
+ * @param aValue The number whose hyperbolic tangent is to be returned.
331
+ * @return The hyperbolic tangent of <code>aValue</code>.
332
+ */
333
+ tanh(aValue: number): number;
334
+
335
+ /**
336
+ * Returns sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>) without intermediate overflow or underflow.
337
+ * @param x a value
338
+ * @param y a value
339
+ * @return sqrt(<i>x</i><sup>2</sup>&nbsp;+<i>y</i><sup>2</sup>) without intermediate overflow or underflow
340
+ */
341
+ hypot(x: number, y: number): number;
342
+
343
+ /**
344
+ * Returns <i>e</i><sup>x</sup>&nbsp;-1.
345
+ * @param x the exponent to raise <i>e</i> to in the computation of <i>e</i><sup><code>x</code></sup>&nbsp;-1.
346
+ * @return the value <i>e</i><sup><code>x</code></sup>&nbsp;-&nbsp;1.
347
+ */
348
+ expm1(x: number): number;
349
+
350
+ /**
351
+ * Returns the natural logarithm of the sum of the argument and 1.
352
+ * @param aValue a value
353
+ * @return the value ln(<code>aValue</code>&nbsp;+&nbsp;1), the natural log of <code>aValue</code>&nbsp;+&nbsp;1
354
+ */
355
+ log1p(aValue: number): number;
356
+
357
+ /**
358
+ * Returns the first floating-point argument with the sign of the second floating-point argument.
359
+ * @param aMagnitude the parameter providing the magnitude of the result
360
+ * @param aSign the parameter providing the sign of the result
361
+ * @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
362
+ */
363
+ copySign(aMagnitude: number, aSign: number): number;
364
+
365
+ /**
366
+ * Returns the first floating-point argument with the sign of the second floating-point argument.
367
+ * @param aMagnitude the parameter providing the magnitude of the result
368
+ * @param aSign the parameter providing the sign of the result
369
+ * @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
370
+ */
371
+ copySign(aMagnitude: number, aSign: number): number;
372
+
373
+ /**
374
+ * Returns the unbiased exponent used in the representation of a <code>float</code>.
375
+ * @param aValue a float value
376
+ * @return the unbiased exponent of the argument
377
+ */
378
+ getExponent(aValue: number): number;
379
+
380
+ /**
381
+ * Returns the unbiased exponent used in the representation of a <code>double</code>.
382
+ * @param aValue a double value
383
+ * @return the unbiased exponent of the argument
384
+ */
385
+ getExponent(aValue: number): number;
386
+
387
+ /**
388
+ * Returns the floating-point number adjacent to the first argument in the direction of the second argument.
389
+ * @param aStart starting floating-point value
390
+ * @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
391
+ * @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
392
+ */
393
+ nextAfter(aStart: number, aDirection: number): number;
394
+
395
+ /**
396
+ * Returns the floating-point number adjacent to the first argument in the direction of the second argument.
397
+ * @param aStart starting floating-point value
398
+ * @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
399
+ * @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
400
+ */
401
+ nextAfter(aStart: number, aDirection: number): number;
402
+
403
+ /**
404
+ * Returns the floating-point value adjacent to a <code>double</code> in the direction of positive infinity.
405
+ * @param aValue starting floating-point value
406
+ * @return The adjacent floating-point value closer to positive infinity.
407
+ */
408
+ nextUp(aValue: number): number;
409
+
410
+ /**
411
+ * Returns the floating-point value adjacent to a <code>float</code> in the direction of positive infinity.
412
+ * @param aValue starting floating-point value
413
+ * @return The adjacent floating-point value closer to positive infinity.
414
+ */
415
+ nextUp(aValue: number): number;
416
+
417
+ /**
418
+ * Return <code>aDouble</code> &times; 2<sup><code>aScaleFactor</code></sup> rounded as if performed
419
+ * by a single correctly rounded floating-point multiply to a member of the double value set.
420
+ * @param aDouble number to be scaled by a power of two.
421
+ * @param aScaleFactor power of 2 used to scale <code>aDouble</code>
422
+ * @return <code>aDouble</code> &times; 2<sup><code>aScaleFactor</code></sup>
423
+ */
424
+ scalb(aDouble: number, aScaleFactor: number): number;
425
+
426
+ /**
427
+ * Return <code>aFloat</code> &times; 2<sup><code>aScaleFactor</code></sup> rounded as if performed
428
+ * by a single correctly rounded floating-point multiply to a member of the float value set.
429
+ * @param aFloat number to be scaled by a power of two.
430
+ * @param aScaleFactor power of 2 used to scale <code>aFloat</code>
431
+ * @return <code>aFloat</code> &times; 2<sup><code>aScaleFactor</code></sup>
432
+ */
433
+ scalb(aFloat: number, aScaleFactor: number): number;
434
+
435
+ /**
436
+ * Returns the sum of its arguments,throwing an exception if the result overflows an {@code int}.
437
+ * @param x the first value
438
+ * @param y the second value
439
+ * @return the result
440
+ * @throws ArithmeticException if the result overflows an int
441
+ * @since Sitevision 4.0
442
+ * @since Java 1.8
443
+ */
444
+ addExact(x: number, y: number): number;
445
+
446
+ /**
447
+ * Returns the sum of its arguments, throwing an exception if the result overflows a {@code long}.
448
+ * @param x the first value
449
+ * @param y the second value
450
+ * @return the result
451
+ * @throws ArithmeticException if the result overflows a long
452
+ * @since Sitevision 4.0
453
+ * @since Java 1.8
454
+ */
455
+ addExact(x: number, y: number): number;
456
+
457
+ /**
458
+ * Returns the difference of the arguments, throwing an exception if the result overflows an {@code int}.
459
+ * @param x the first value
460
+ * @param y the second value to subtract from the first
461
+ * @return the result
462
+ * @throws ArithmeticException if the result overflows an int
463
+ * @since Sitevision 4.0
464
+ * @since Java 1.8
465
+ */
466
+ subtractExact(x: number, y: number): number;
467
+
468
+ /**
469
+ * Returns the difference of the arguments, throwing an exception if the result overflows a {@code long}.
470
+ * @param x the first value
471
+ * @param y the second value to subtract from the first
472
+ * @return the result
473
+ * @throws ArithmeticException if the result overflows a long
474
+ * @since Sitevision 4.0
475
+ * @since Java 1.8
476
+ */
477
+ subtractExact(x: number, y: number): number;
478
+
479
+ /**
480
+ * Returns the product of the arguments, throwing an exception if the result overflows an {@code int}.
481
+ * @param x the first value
482
+ * @param y the second value
483
+ * @return the result
484
+ * @throws ArithmeticException if the result overflows an int
485
+ * @since Sitevision 4.0
486
+ * @since Java 1.8
487
+ */
488
+ multiplyExact(x: number, y: number): number;
489
+
490
+ /**
491
+ * Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
492
+ * @param x the first value
493
+ * @param y the second value
494
+ * @return the result
495
+ * @throws ArithmeticException if the result overflows a long
496
+ * @since Sitevision 4.0
497
+ * @since Java 1.8
498
+ */
499
+ multiplyExact(x: number, y: number): number;
500
+
501
+ /**
502
+ * Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
503
+ * @param a the value to increment
504
+ * @return the result
505
+ * @throws ArithmeticException if the result overflows an int
506
+ * @since Sitevision 4.0
507
+ * @since Java 1.8
508
+ */
509
+ incrementExact(a: number): number;
510
+
511
+ /**
512
+ * Returns the argument incremented by one, throwing an exception if the result overflows a {@code long}.
513
+ * @param a the value to increment
514
+ * @return the result
515
+ * @throws ArithmeticException if the result overflows a long
516
+ * @since Sitevision 4.0
517
+ * @since Java 1.8
518
+ */
519
+ incrementExact(a: number): number;
520
+
521
+ /**
522
+ * Returns the argument decremented by one, throwing an exception if the result overflows an {@code int}.
523
+ * @param a the value to decrement
524
+ * @return the result
525
+ * @throws ArithmeticException if the result overflows an int
526
+ * @since Sitevision 4.0
527
+ * @since Java 1.8
528
+ */
529
+ decrementExact(a: number): number;
530
+
531
+ /**
532
+ * Returns the argument decremented by one, throwing an exception if the result overflows a {@code long}.
533
+ * @param a the value to decrement
534
+ * @return the result
535
+ * @throws ArithmeticException if the result overflows a long
536
+ * @since Sitevision 4.0
537
+ * @since Java 1.8
538
+ */
539
+ decrementExact(a: number): number;
540
+
541
+ /**
542
+ * Returns the negation of the argument, throwing an exception if the result overflows an {@code int}.
543
+ * @param a the value to negate
544
+ * @return the result
545
+ * @throws ArithmeticException if the result overflows an int
546
+ * @since Sitevision 4.0
547
+ * @since Java 1.8
548
+ */
549
+ negateExact(a: number): number;
550
+
551
+ /**
552
+ * Returns the negation of the argument, throwing an exception if the result overflows a {@code long}.
553
+ * @param a the value to negate
554
+ * @return the result
555
+ * @throws ArithmeticException if the result overflows a long
556
+ * @since Sitevision 4.0
557
+ * @since Java 1.8
558
+ */
559
+ negateExact(a: number): number;
560
+
561
+ /**
562
+ * Returns the value of the {@code long} argument, throwing an exception if the value overflows an {@code int}.
563
+ * @param value the long value
564
+ * @return the argument as an int
565
+ * @throws ArithmeticException if the {@code argument} overflows an int
566
+ * @since 1.8
567
+ */
568
+ toIntExact(value: number): number;
569
+
570
+ /**
571
+ * Returns the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
572
+ * @param x the dividend
573
+ * @param y the divisor
574
+ * @return the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
575
+ * @throws ArithmeticException if the divisor {@code y} is zero
576
+ * @see #floorMod(int, int)
577
+ * @see #floor(double)
578
+ * @since Sitevision 4.0
579
+ * @since Java 1.8
580
+ */
581
+ floorDiv(x: number, y: number): number;
582
+
583
+ /**
584
+ * Returns the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
585
+ * @param x the dividend
586
+ * @param y the divisor
587
+ * @return the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
588
+ * @throws ArithmeticException if the divisor {@code y} is zero
589
+ * @see #floorMod(long, long)
590
+ * @see #floor(double)
591
+ * @since Sitevision 4.0
592
+ * @since Java 1.8
593
+ */
594
+ floorDiv(x: number, y: number): number;
595
+
596
+ /**
597
+ * Returns the floor modulus of the {@code int} arguments.
598
+ * @param x the dividend
599
+ * @param y the divisor
600
+ * @return the floor modulus {@code x - (floorDiv(x, y) * y)}
601
+ * @throws ArithmeticException if the divisor {@code y} is zero
602
+ * @see #floorDiv(int, int)
603
+ * @since 1.8
604
+ */
605
+ floorMod(x: number, y: number): number;
606
+
607
+ /**
608
+ * Returns the floor modulus of the {@code long} arguments.
609
+ * @param x the dividend
610
+ * @param y the divisor
611
+ * @return the floor modulus {@code x - (floorDiv(x, y) * y)}
612
+ * @throws ArithmeticException if the divisor {@code y} is zero
613
+ * @see #floorDiv(long, long)
614
+ * @since Sitevision 4.0
615
+ * @since Java 1.8
616
+ */
617
+ floorMod(x: number, y: number): number;
618
+
619
+ /**
620
+ * Returns the floating-point value adjacent to {@code d} in the direction of negative infinity.
621
+ * @param d starting floating-point value
622
+ * @return The adjacent floating-point value closer to negative infinity.
623
+ * @since Sitevision 4.0
624
+ * @since Java 1.8
625
+ */
626
+ nextDown(d: number): number;
627
+
628
+ /**
629
+ * Returns the floating-point value adjacent to {@code f} in the direction of negative infinity.
630
+ * @param f starting floating-point value
631
+ * @return The adjacent floating-point value closer to negative infinity.
632
+ * @since Sitevision 4.0
633
+ * @since Java 1.8
634
+ */
635
+ nextDown(f: number): number;
672
636
  }
673
637
 
674
- export default mathInstance;
638
+ declare namespace MathInstance {}
639
+
640
+ declare var mathInstance: MathInstance;
641
+
642
+ export = mathInstance;