@colijnit/ioneconnector 3.1.18 → 3.1.19

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 (344) hide show
  1. package/build/connector.d.ts +30 -29
  2. package/build/connector.js +67 -64
  3. package/build/connector.js.map +1 -1
  4. package/build/connector.unit.test.d.ts +1 -1
  5. package/build/connector.unit.test.js +108 -108
  6. package/build/enum/activate-user-account-status.enum.d.ts +6 -6
  7. package/build/enum/activate-user-account-status.enum.js +10 -10
  8. package/build/enum/address-format.enum.d.ts +4 -4
  9. package/build/enum/address-format.enum.js +8 -8
  10. package/build/enum/backend-language-code.enum.d.ts +6 -6
  11. package/build/enum/backend-language-code.enum.js +10 -10
  12. package/build/enum/backend-service-name.enum.d.ts +7 -6
  13. package/build/enum/backend-service-name.enum.js +11 -10
  14. package/build/enum/backend-service-name.enum.js.map +1 -1
  15. package/build/enum/communication-type.enum.d.ts +8 -8
  16. package/build/enum/communication-type.enum.js +12 -12
  17. package/build/enum/datasession-service-method.enum.d.ts +13 -13
  18. package/build/enum/datasession-service-method.enum.js +17 -17
  19. package/build/enum/db-boolean-value-type.enum.d.ts +12 -12
  20. package/build/enum/db-boolean-value-type.enum.js +32 -32
  21. package/build/enum/end-point.enum.d.ts +4 -4
  22. package/build/enum/end-point.enum.js +8 -8
  23. package/build/enum/file-type-internal.enum.d.ts +11 -11
  24. package/build/enum/file-type-internal.enum.js +15 -15
  25. package/build/enum/file-type.enum.d.ts +5 -5
  26. package/build/enum/file-type.enum.js +9 -9
  27. package/build/enum/filter-type.enum.d.ts +4 -4
  28. package/build/enum/filter-type.enum.js +8 -8
  29. package/build/enum/health-service-method.enum.d.ts +3 -3
  30. package/build/enum/health-service-method.enum.js +7 -7
  31. package/build/enum/language-code.enum.d.ts +7 -7
  32. package/build/enum/language-code.enum.js +11 -11
  33. package/build/enum/login-service-method.enum.d.ts +24 -24
  34. package/build/enum/login-service-method.enum.js +28 -28
  35. package/build/enum/login-status.enum.d.ts +20 -20
  36. package/build/enum/login-status.enum.js +24 -24
  37. package/build/enum/message-type.enum.d.ts +6 -6
  38. package/build/enum/message-type.enum.js +10 -10
  39. package/build/enum/object-config-kind.d.ts +9 -9
  40. package/build/enum/object-config-kind.js +13 -13
  41. package/build/enum/object-configuration-data-type.enum.d.ts +7 -7
  42. package/build/enum/object-configuration-data-type.enum.js +11 -11
  43. package/build/enum/object-configuration-value-type.enum.d.ts +10 -10
  44. package/build/enum/object-configuration-value-type.enum.js +14 -14
  45. package/build/enum/object-right-type.enum.d.ts +5 -5
  46. package/build/enum/object-right-type.enum.js +9 -9
  47. package/build/enum/one-zero-bool-db-type.enum.d.ts +5 -5
  48. package/build/enum/one-zero-bool-db-type.enum.js +20 -20
  49. package/build/enum/public-service-method.enum.d.ts +5 -5
  50. package/build/enum/public-service-method.enum.js +9 -9
  51. package/build/enum/reset-password-status.enum.d.ts +5 -5
  52. package/build/enum/reset-password-status.enum.js +9 -9
  53. package/build/enum/screen-config-subcategory.enum.d.ts +2 -2
  54. package/build/enum/screen-config-subcategory.enum.js +2 -2
  55. package/build/enum/search-data-type.enum.d.ts +4 -4
  56. package/build/enum/search-data-type.enum.js +8 -8
  57. package/build/enum/search-property-state.enum.d.ts +5 -5
  58. package/build/enum/search-property-state.enum.js +9 -9
  59. package/build/enum/sort-direction.d.ts +5 -5
  60. package/build/enum/sort-direction.js +12 -12
  61. package/build/enum/sort-type.enum.d.ts +6 -6
  62. package/build/enum/sort-type.enum.js +10 -10
  63. package/build/enum/true-false-db-type.enum.d.ts +5 -5
  64. package/build/enum/true-false-db-type.enum.js +20 -20
  65. package/build/enum/user-info-service-method.enum.d.ts +3 -0
  66. package/build/enum/user-info-service-method.enum.js +8 -0
  67. package/build/enum/user-info-service-method.enum.js.map +1 -0
  68. package/build/enum/user-right-type.enum.d.ts +7 -7
  69. package/build/enum/user-right-type.enum.js +11 -11
  70. package/build/enum/user-role-type.enum.d.ts +17 -17
  71. package/build/enum/user-role-type.enum.js +21 -21
  72. package/build/enum/value-comparison-type.enum.d.ts +15 -15
  73. package/build/enum/value-comparison-type.enum.js +31 -31
  74. package/build/enum/yes-no-db-type.enum.d.ts +5 -5
  75. package/build/enum/yes-no-db-type.enum.js +20 -20
  76. package/build/factory/business-object-serializer.d.ts +11 -11
  77. package/build/factory/business-object-serializer.js +145 -145
  78. package/build/factory/decorators/bo-factory-step.decorator.d.ts +4 -4
  79. package/build/factory/decorators/bo-factory-step.decorator.js +16 -16
  80. package/build/factory/decorators/bo-serializer-step.decorator.d.ts +4 -4
  81. package/build/factory/decorators/bo-serializer-step.decorator.js +16 -16
  82. package/build/factory/decorators/boolean.decorator.d.ts +12 -12
  83. package/build/factory/decorators/boolean.decorator.js +73 -73
  84. package/build/factory/decorators/business-object-data.decorator.d.ts +23 -23
  85. package/build/factory/decorators/business-object-data.decorator.js +87 -87
  86. package/build/factory/decorators/co-inject.decorator.d.ts +7 -7
  87. package/build/factory/decorators/co-inject.decorator.js +54 -54
  88. package/build/factory/decorators/complex-array.decorator.d.ts +6 -6
  89. package/build/factory/decorators/complex-array.decorator.js +37 -37
  90. package/build/factory/decorators/complex-field.decorator.d.ts +6 -6
  91. package/build/factory/decorators/complex-field.decorator.js +37 -37
  92. package/build/factory/decorators/date-field.decorator.d.ts +6 -6
  93. package/build/factory/decorators/date-field.decorator.js +27 -27
  94. package/build/factory/decorators/db-field-alias.decorator.d.ts +6 -6
  95. package/build/factory/decorators/db-field-alias.decorator.js +40 -40
  96. package/build/factory/decorators/db-method-value.decorator.d.ts +5 -5
  97. package/build/factory/decorators/db-method-value.decorator.js +19 -19
  98. package/build/factory/decorators/db-number.decorator.d.ts +6 -6
  99. package/build/factory/decorators/db-number.decorator.js +35 -35
  100. package/build/factory/decorators/default-send-value.decorator.d.ts +7 -7
  101. package/build/factory/decorators/default-send-value.decorator.js +53 -53
  102. package/build/factory/decorators/exclude-when-empty-string.decorator.d.ts +5 -5
  103. package/build/factory/decorators/exclude-when-empty-string.decorator.js +19 -19
  104. package/build/factory/decorators/json.decorator.d.ts +6 -6
  105. package/build/factory/decorators/json.decorator.js +26 -26
  106. package/build/factory/decorators/map-property.decorator.d.ts +6 -6
  107. package/build/factory/decorators/map-property.decorator.js +29 -29
  108. package/build/factory/decorators/no-db-field.decorator.d.ts +5 -5
  109. package/build/factory/decorators/no-db-field.decorator.js +34 -34
  110. package/build/factory/decorators/number-string.decorator.d.ts +6 -6
  111. package/build/factory/decorators/number-string.decorator.js +23 -23
  112. package/build/factory/decorators/simple-method-tag.decorator.d.ts +6 -6
  113. package/build/factory/decorators/simple-method-tag.decorator.js +31 -31
  114. package/build/factory/decorators/simple-property-tag.decorator.d.ts +6 -6
  115. package/build/factory/decorators/simple-property-tag.decorator.js +38 -38
  116. package/build/factory/decorators/string-number.decorator.d.ts +7 -7
  117. package/build/factory/decorators/string-number.decorator.js +30 -30
  118. package/build/factory/decorators/validate.decorator.d.ts +11 -11
  119. package/build/factory/decorators/validate.decorator.js +55 -55
  120. package/build/interface/address-common-shape.interface.d.ts +14 -14
  121. package/build/interface/address-common-shape.interface.js +2 -2
  122. package/build/interface/business-object-data-shape.d.ts +19 -19
  123. package/build/interface/business-object-data-shape.js +2 -2
  124. package/build/interface/check-precision-and-scale-result.d.ts +4 -4
  125. package/build/interface/check-precision-and-scale-result.js +2 -2
  126. package/build/interface/check-within-stepped-bounds-result.d.ts +4 -4
  127. package/build/interface/check-within-stepped-bounds-result.js +2 -2
  128. package/build/interface/filter-property.d.ts +9 -9
  129. package/build/interface/filter-property.js +2 -2
  130. package/build/interface/login-storage-data.interface.d.ts +10 -10
  131. package/build/interface/login-storage-data.interface.js +2 -2
  132. package/build/interface/precision-scale-object.d.ts +4 -4
  133. package/build/interface/precision-scale-object.js +2 -2
  134. package/build/interface/search-property.d.ts +11 -11
  135. package/build/interface/search-property.js +2 -2
  136. package/build/interface/sort-property.d.ts +11 -11
  137. package/build/interface/sort-property.js +2 -2
  138. package/build/interface/text-part.d.ts +4 -4
  139. package/build/interface/text-part.js +2 -2
  140. package/build/interface/value-comparison-type-view-wrapper.d.ts +6 -6
  141. package/build/interface/value-comparison-type-view-wrapper.js +2 -2
  142. package/build/model/business-object.d.ts +13 -13
  143. package/build/model/business-object.js +34 -34
  144. package/build/model/company.bo.d.ts +9 -9
  145. package/build/model/company.bo.js +13 -13
  146. package/build/model/constant/java-constants.d.ts +2 -2
  147. package/build/model/constant/java-constants.js +5 -5
  148. package/build/model/country.bo.d.ts +11 -11
  149. package/build/model/country.bo.js +11 -11
  150. package/build/model/data-service-data.d.ts +15 -15
  151. package/build/model/data-service-data.js +6 -6
  152. package/build/model/data-service-response-data.d.ts +19 -19
  153. package/build/model/data-service-response-data.interface.d.ts +9 -9
  154. package/build/model/data-service-response-data.interface.js +2 -2
  155. package/build/model/data-service-response-data.js +57 -57
  156. package/build/model/data-service-response-exception.d.ts +29 -29
  157. package/build/model/data-service-response-exception.js +2 -2
  158. package/build/model/data-service-response-root.d.ts +7 -7
  159. package/build/model/data-service-response-root.js +2 -2
  160. package/build/model/default-all-scr-cfg-subcategory.d.ts +2 -2
  161. package/build/model/default-all-scr-cfg-subcategory.js +4 -4
  162. package/build/model/default-get-object-configurations-params.d.ts +2 -2
  163. package/build/model/default-get-object-configurations-params.js +5 -5
  164. package/build/model/field-validation.d.ts +11 -11
  165. package/build/model/field-validation.interface.d.ts +6 -6
  166. package/build/model/field-validation.interface.js +2 -2
  167. package/build/model/field-validation.js +76 -76
  168. package/build/model/field-validations-object.d.ts +4 -4
  169. package/build/model/field-validations-object.interface.d.ts +4 -4
  170. package/build/model/field-validations-object.interface.js +2 -2
  171. package/build/model/field-validations-object.js +2 -2
  172. package/build/model/ione-local-storage-root-object.d.ts +5 -5
  173. package/build/model/ione-local-storage-root-object.js +9 -9
  174. package/build/model/keycloak-parameters.bo.d.ts +5 -5
  175. package/build/model/keycloak-parameters.bo.js +7 -7
  176. package/build/model/local-storage-root-object.d.ts +4 -4
  177. package/build/model/local-storage-root-object.js +9 -9
  178. package/build/model/local-storage-schema-object.d.ts +7 -7
  179. package/build/model/local-storage-schema-object.js +9 -9
  180. package/build/model/local-storage-user-object.d.ts +7 -7
  181. package/build/model/local-storage-user-object.js +6 -6
  182. package/build/model/login-request.d.ts +15 -15
  183. package/build/model/login-request.interface.d.ts +12 -12
  184. package/build/model/login-request.interface.js +2 -2
  185. package/build/model/login-request.js +6 -6
  186. package/build/model/login-response.d.ts +36 -36
  187. package/build/model/login-response.interface.d.ts +22 -22
  188. package/build/model/login-response.interface.js +2 -2
  189. package/build/model/login-response.js +57 -57
  190. package/build/model/login-service-request-data.d.ts +17 -17
  191. package/build/model/login-service-request-data.js +2 -2
  192. package/build/model/login.d.ts +16 -16
  193. package/build/model/login.js +35 -35
  194. package/build/model/menu-content.bo.d.ts +13 -13
  195. package/build/model/menu-content.bo.js +13 -13
  196. package/build/model/object-configuration.d.ts +53 -53
  197. package/build/model/object-configuration.js +200 -200
  198. package/build/model/options.d.ts +26 -24
  199. package/build/model/options.js +16 -16
  200. package/build/model/options.js.map +1 -1
  201. package/build/model/paging-parameters.d.ts +15 -15
  202. package/build/model/paging-parameters.interface.d.ts +6 -6
  203. package/build/model/paging-parameters.interface.js +6 -6
  204. package/build/model/paging-parameters.js +37 -37
  205. package/build/model/public-service-request-data.d.ts +5 -5
  206. package/build/model/public-service-request-data.js +2 -2
  207. package/build/model/server-response-data.d.ts +5 -5
  208. package/build/model/server-response-data.js +2 -2
  209. package/build/model/server-stack-trace-element.d.ts +7 -7
  210. package/build/model/server-stack-trace-element.js +2 -2
  211. package/build/model/session-storage-root-object.d.ts +4 -4
  212. package/build/model/session-storage-root-object.js +9 -9
  213. package/build/model/session-storage-schema-object.d.ts +7 -7
  214. package/build/model/session-storage-schema-object.js +9 -9
  215. package/build/model/session-storage-user-object.d.ts +6 -6
  216. package/build/model/session-storage-user-object.js +10 -10
  217. package/build/model/session.d.ts +6 -6
  218. package/build/model/session.js +6 -6
  219. package/build/model/token-response.bo.d.ts +5 -5
  220. package/build/model/token-response.bo.js +7 -7
  221. package/build/model/user-parameters-values.bo.d.ts +8 -8
  222. package/build/model/user-parameters-values.bo.js +7 -7
  223. package/build/model/validation-message.d.ts +13 -13
  224. package/build/model/validation-message.interface.d.ts +6 -6
  225. package/build/model/validation-message.interface.js +2 -2
  226. package/build/model/validation-message.js +48 -48
  227. package/build/model/validation-result.d.ts +34 -34
  228. package/build/model/validation-result.interface.d.ts +14 -14
  229. package/build/model/validation-result.interface.js +2 -2
  230. package/build/model/validation-result.js +192 -192
  231. package/build/provider/ajax.service.d.ts +33 -32
  232. package/build/provider/ajax.service.js +280 -275
  233. package/build/provider/ajax.service.js.map +1 -1
  234. package/build/provider/base-backend-connection.service.d.ts +44 -43
  235. package/build/provider/base-backend-connection.service.js +154 -144
  236. package/build/provider/base-backend-connection.service.js.map +1 -1
  237. package/build/service/business-object-factory.d.ts +8 -8
  238. package/build/service/business-object-factory.js +119 -119
  239. package/build/service/datasession.service.d.ts +9 -9
  240. package/build/service/datasession.service.js +26 -26
  241. package/build/service/encrypt.service.d.ts +6 -6
  242. package/build/service/encrypt.service.js +30 -30
  243. package/build/service/encrypt.service.unit.test.d.ts +1 -1
  244. package/build/service/encrypt.service.unit.test.js +14 -14
  245. package/build/service/external-jwt-token.service.d.ts +10 -0
  246. package/build/service/external-jwt-token.service.js +22 -0
  247. package/build/service/external-jwt-token.service.js.map +1 -0
  248. package/build/service/health.service.d.ts +10 -10
  249. package/build/service/health.service.js +34 -34
  250. package/build/service/internal-jwt-token.service.d.ts +11 -0
  251. package/build/service/internal-jwt-token.service.js +41 -0
  252. package/build/service/internal-jwt-token.service.js.map +1 -0
  253. package/build/service/jwt-token.service.d.ts +12 -12
  254. package/build/service/jwt-token.service.js +32 -62
  255. package/build/service/jwt-token.service.js.map +1 -1
  256. package/build/service/local-storage.service.d.ts +27 -28
  257. package/build/service/local-storage.service.js +147 -154
  258. package/build/service/local-storage.service.js.map +1 -1
  259. package/build/service/login.service.d.ts +45 -45
  260. package/build/service/login.service.js +312 -312
  261. package/build/service/public.service.d.ts +12 -12
  262. package/build/service/public.service.js +36 -36
  263. package/build/service/session-storage.service.d.ts +18 -18
  264. package/build/service/session-storage.service.js +116 -116
  265. package/build/service/user-info.service.d.ts +9 -0
  266. package/build/service/user-info.service.js +34 -0
  267. package/build/service/user-info.service.js.map +1 -0
  268. package/build/tests/int/connector.int.test.d.ts +1 -1
  269. package/build/tests/int/connector.int.test.js +12 -12
  270. package/build/type/business-object-id-type.d.ts +4 -4
  271. package/build/type/business-object-id-type.js +13 -13
  272. package/build/type/object-configuration-default-value-type.d.ts +1 -1
  273. package/build/type/object-configuration-default-value-type.js +2 -2
  274. package/build/utils/array-utils.d.ts +38 -38
  275. package/build/utils/array-utils.js +375 -375
  276. package/build/utils/business-object-utils.d.ts +20 -20
  277. package/build/utils/business-object-utils.js +198 -198
  278. package/build/utils/date-utils.d.ts +5 -5
  279. package/build/utils/date-utils.js +24 -24
  280. package/build/utils/file-utils.d.ts +6 -6
  281. package/build/utils/file-utils.js +66 -66
  282. package/build/utils/function/any-nill.function.d.ts +1 -1
  283. package/build/utils/function/any-nill.function.js +16 -16
  284. package/build/utils/function/is-nill.function.d.ts +1 -1
  285. package/build/utils/function/is-nill.function.js +7 -7
  286. package/build/utils/function/not-nill.function.d.ts +1 -1
  287. package/build/utils/function/not-nill.function.js +7 -7
  288. package/build/utils/function-utils.d.ts +4 -4
  289. package/build/utils/function-utils.js +31 -31
  290. package/build/utils/image-utils.d.ts +4 -4
  291. package/build/utils/image-utils.js +28 -28
  292. package/build/utils/map-utils.d.ts +4 -4
  293. package/build/utils/map-utils.js +31 -31
  294. package/build/utils/number-utils.d.ts +39 -39
  295. package/build/utils/number-utils.js +268 -268
  296. package/build/utils/object-utils.d.ts +21 -21
  297. package/build/utils/object-utils.js +247 -247
  298. package/build/utils/parameter-value-conversion-utils.d.ts +3 -3
  299. package/build/utils/parameter-value-conversion-utils.js +19 -19
  300. package/build/utils/promise-utils.d.ts +6 -6
  301. package/build/utils/promise-utils.js +22 -22
  302. package/build/utils/ref-code-utils.d.ts +4 -4
  303. package/build/utils/ref-code-utils.js +19 -19
  304. package/build/utils/sort-utils.d.ts +12 -12
  305. package/build/utils/sort-utils.js +120 -120
  306. package/build/utils/string-utils.d.ts +25 -25
  307. package/build/utils/string-utils.js +212 -212
  308. package/build/utils/url-utils.d.ts +4 -4
  309. package/build/utils/url-utils.js +33 -33
  310. package/build/validators/communication-type.validator.d.ts +1 -1
  311. package/build/validators/communication-type.validator.js +16 -16
  312. package/build/validators/email.validator.d.ts +2 -2
  313. package/build/validators/email.validator.js +9 -9
  314. package/build/validators/empty-address.validator.d.ts +3 -3
  315. package/build/validators/empty-address.validator.js +12 -12
  316. package/build/validators/empty-array.validator.d.ts +2 -2
  317. package/build/validators/empty-array.validator.js +14 -14
  318. package/build/validators/end-date-equal.validator.d.ts +1 -1
  319. package/build/validators/end-date-equal.validator.js +17 -17
  320. package/build/validators/end-date.validator.d.ts +1 -1
  321. package/build/validators/end-date.validator.js +17 -17
  322. package/build/validators/equal.validator.d.ts +2 -2
  323. package/build/validators/equal.validator.js +14 -14
  324. package/build/validators/max-string-length.validator.d.ts +2 -2
  325. package/build/validators/max-string-length.validator.js +13 -13
  326. package/build/validators/nl-post-code.validator.d.ts +3 -3
  327. package/build/validators/nl-post-code.validator.js +14 -14
  328. package/build/validators/password.validator.d.ts +3 -3
  329. package/build/validators/password.validator.js +33 -33
  330. package/build/validators/postal-code-function.validator.d.ts +2 -2
  331. package/build/validators/postal-code-function.validator.js +19 -19
  332. package/build/validators/postal-code.validator.d.ts +1 -1
  333. package/build/validators/postal-code.validator.js +21 -21
  334. package/build/validators/precision-scale.validator.d.ts +2 -2
  335. package/build/validators/precision-scale.validator.js +14 -14
  336. package/build/validators/required.validator.d.ts +2 -2
  337. package/build/validators/required.validator.js +8 -8
  338. package/build/validators/social-security-number.validator.d.ts +2 -2
  339. package/build/validators/social-security-number.validator.js +28 -28
  340. package/build/validators/space-trim.validator.d.ts +2 -2
  341. package/build/validators/space-trim.validator.js +12 -12
  342. package/build/validators/true.validator.d.ts +2 -2
  343. package/build/validators/true.validator.js +8 -8
  344. package/package.json +64 -64
@@ -1,17 +1,17 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.anyNill = void 0;
4
- const is_nill_function_1 = require("./is-nill.function");
5
- function anyNill(...values) {
6
- if (values) {
7
- for (let i = 0, len = values.length; i < len; i++) {
8
- if ((0, is_nill_function_1.isNill)(values[i])) {
9
- return true;
10
- }
11
- }
12
- return false;
13
- }
14
- return true;
15
- }
16
- exports.anyNill = anyNill;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.anyNill = void 0;
4
+ const is_nill_function_1 = require("./is-nill.function");
5
+ function anyNill(...values) {
6
+ if (values) {
7
+ for (let i = 0, len = values.length; i < len; i++) {
8
+ if ((0, is_nill_function_1.isNill)(values[i])) {
9
+ return true;
10
+ }
11
+ }
12
+ return false;
13
+ }
14
+ return true;
15
+ }
16
+ exports.anyNill = anyNill;
17
17
  //# sourceMappingURL=any-nill.function.js.map
@@ -1 +1 @@
1
- export declare function isNill(value: any): boolean;
1
+ export declare function isNill(value: any): boolean;
@@ -1,8 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isNill = void 0;
4
- function isNill(value) {
5
- return value === null || value === undefined;
6
- }
7
- exports.isNill = isNill;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isNill = void 0;
4
+ function isNill(value) {
5
+ return value === null || value === undefined;
6
+ }
7
+ exports.isNill = isNill;
8
8
  //# sourceMappingURL=is-nill.function.js.map
@@ -1 +1 @@
1
- export declare function notNill(value: any): boolean;
1
+ export declare function notNill(value: any): boolean;
@@ -1,8 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.notNill = void 0;
4
- function notNill(value) {
5
- return value !== null && value !== undefined;
6
- }
7
- exports.notNill = notNill;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.notNill = void 0;
4
+ function notNill(value) {
5
+ return value !== null && value !== undefined;
6
+ }
7
+ exports.notNill = notNill;
8
8
  //# sourceMappingURL=not-nill.function.js.map
@@ -1,4 +1,4 @@
1
- export declare class FunctionUtils {
2
- static Throttle(func: Function, throttleMs?: number, thisArg?: any): any;
3
- static CallMethodIfExists(method: Function, objectThisContext: any): void;
4
- }
1
+ export declare class FunctionUtils {
2
+ static Throttle(func: Function, throttleMs?: number, thisArg?: any): any;
3
+ static CallMethodIfExists(method: Function, objectThisContext: any): void;
4
+ }
@@ -1,32 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FunctionUtils = void 0;
4
- class FunctionUtils {
5
- static Throttle(func, throttleMs = 250, thisArg) {
6
- let lastCallTime;
7
- let deferTimer;
8
- return function () {
9
- const context = thisArg || this;
10
- const now = +new Date;
11
- const args = arguments;
12
- if (lastCallTime && now < lastCallTime + throttleMs) {
13
- clearTimeout(deferTimer);
14
- deferTimer = window.setTimeout(function () {
15
- lastCallTime = now;
16
- func.apply(context, args);
17
- }, throttleMs);
18
- }
19
- else {
20
- lastCallTime = now;
21
- func.apply(context, args);
22
- }
23
- };
24
- }
25
- static CallMethodIfExists(method, objectThisContext) {
26
- if (typeof method === "function") {
27
- method.call(objectThisContext);
28
- }
29
- }
30
- }
31
- exports.FunctionUtils = FunctionUtils;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FunctionUtils = void 0;
4
+ class FunctionUtils {
5
+ static Throttle(func, throttleMs = 250, thisArg) {
6
+ let lastCallTime;
7
+ let deferTimer;
8
+ return function () {
9
+ const context = thisArg || this;
10
+ const now = +new Date;
11
+ const args = arguments;
12
+ if (lastCallTime && now < lastCallTime + throttleMs) {
13
+ clearTimeout(deferTimer);
14
+ deferTimer = window.setTimeout(function () {
15
+ lastCallTime = now;
16
+ func.apply(context, args);
17
+ }, throttleMs);
18
+ }
19
+ else {
20
+ lastCallTime = now;
21
+ func.apply(context, args);
22
+ }
23
+ };
24
+ }
25
+ static CallMethodIfExists(method, objectThisContext) {
26
+ if (typeof method === "function") {
27
+ method.call(objectThisContext);
28
+ }
29
+ }
30
+ }
31
+ exports.FunctionUtils = FunctionUtils;
32
32
  //# sourceMappingURL=function-utils.js.map
@@ -1,4 +1,4 @@
1
- export declare class ImageUtils {
2
- static getDocBodyWithMimeTypeDefinition(fileName: string, documentBody: string): string;
3
- static getFixedImageFilepathUrl(imageFilepathUrl: any): string;
4
- }
1
+ export declare class ImageUtils {
2
+ static getDocBodyWithMimeTypeDefinition(fileName: string, documentBody: string): string;
3
+ static getFixedImageFilepathUrl(imageFilepathUrl: any): string;
4
+ }
@@ -1,29 +1,29 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImageUtils = void 0;
4
- class ImageUtils {
5
- static getDocBodyWithMimeTypeDefinition(fileName, documentBody) {
6
- if (documentBody === null) {
7
- return documentBody;
8
- }
9
- const fileExtension = fileName.substr(fileName.lastIndexOf('.') + 1);
10
- switch (fileExtension.toLowerCase()) {
11
- case "jpg":
12
- case "jpeg":
13
- return "data:image/jpg;base64," + documentBody;
14
- case "png":
15
- return "data:image/png;base64," + documentBody;
16
- case "gif":
17
- return "data:image/gif;base64," + documentBody;
18
- case "bmp":
19
- return "data:image/bmp;base64," + documentBody;
20
- default:
21
- return "data:image/png;base64," + documentBody;
22
- }
23
- }
24
- static getFixedImageFilepathUrl(imageFilepathUrl) {
25
- return imageFilepathUrl.replace("/content/", "/content43/");
26
- }
27
- }
28
- exports.ImageUtils = ImageUtils;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ImageUtils = void 0;
4
+ class ImageUtils {
5
+ static getDocBodyWithMimeTypeDefinition(fileName, documentBody) {
6
+ if (documentBody === null) {
7
+ return documentBody;
8
+ }
9
+ const fileExtension = fileName.substr(fileName.lastIndexOf('.') + 1);
10
+ switch (fileExtension.toLowerCase()) {
11
+ case "jpg":
12
+ case "jpeg":
13
+ return "data:image/jpg;base64," + documentBody;
14
+ case "png":
15
+ return "data:image/png;base64," + documentBody;
16
+ case "gif":
17
+ return "data:image/gif;base64," + documentBody;
18
+ case "bmp":
19
+ return "data:image/bmp;base64," + documentBody;
20
+ default:
21
+ return "data:image/png;base64," + documentBody;
22
+ }
23
+ }
24
+ static getFixedImageFilepathUrl(imageFilepathUrl) {
25
+ return imageFilepathUrl.replace("/content/", "/content43/");
26
+ }
27
+ }
28
+ exports.ImageUtils = ImageUtils;
29
29
  //# sourceMappingURL=image-utils.js.map
@@ -1,4 +1,4 @@
1
- export declare class MapUtils {
2
- static FindKeyByValue<K, V>(map: Map<K, V>, valueFilter: (value: V) => boolean): K;
3
- static InsertArrayItemIntoMap(map: Map<any, any>, mapKey: any, arrayEntry: any): void;
4
- }
1
+ export declare class MapUtils {
2
+ static FindKeyByValue<K, V>(map: Map<K, V>, valueFilter: (value: V) => boolean): K;
3
+ static InsertArrayItemIntoMap(map: Map<any, any>, mapKey: any, arrayEntry: any): void;
4
+ }
@@ -1,32 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MapUtils = void 0;
4
- class MapUtils {
5
- static FindKeyByValue(map, valueFilter) {
6
- if (!map || !valueFilter) {
7
- return undefined;
8
- }
9
- let foundKey = undefined;
10
- let keyWasFound = false;
11
- map.forEach((value, key) => {
12
- if (!keyWasFound && valueFilter.call(this, value)) {
13
- foundKey = key;
14
- keyWasFound = true;
15
- }
16
- });
17
- return foundKey;
18
- }
19
- static InsertArrayItemIntoMap(map, mapKey, arrayEntry) {
20
- if (!map) {
21
- return;
22
- }
23
- if (!map.has(mapKey)) {
24
- map.set(mapKey, [arrayEntry]);
25
- }
26
- else {
27
- map.get(mapKey).push(arrayEntry);
28
- }
29
- }
30
- }
31
- exports.MapUtils = MapUtils;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MapUtils = void 0;
4
+ class MapUtils {
5
+ static FindKeyByValue(map, valueFilter) {
6
+ if (!map || !valueFilter) {
7
+ return undefined;
8
+ }
9
+ let foundKey = undefined;
10
+ let keyWasFound = false;
11
+ map.forEach((value, key) => {
12
+ if (!keyWasFound && valueFilter.call(this, value)) {
13
+ foundKey = key;
14
+ keyWasFound = true;
15
+ }
16
+ });
17
+ return foundKey;
18
+ }
19
+ static InsertArrayItemIntoMap(map, mapKey, arrayEntry) {
20
+ if (!map) {
21
+ return;
22
+ }
23
+ if (!map.has(mapKey)) {
24
+ map.set(mapKey, [arrayEntry]);
25
+ }
26
+ else {
27
+ map.get(mapKey).push(arrayEntry);
28
+ }
29
+ }
30
+ }
31
+ exports.MapUtils = MapUtils;
32
32
  //# sourceMappingURL=map-utils.js.map
@@ -1,39 +1,39 @@
1
- import { CheckWithinSteppedBoundsResult } from '../interface/check-within-stepped-bounds-result';
2
- import { CheckPrecisionAndScaleResult } from '../interface/check-precision-and-scale-result';
3
- export declare class NumberUtils {
4
- static ParseIntNumberInput(arg: any): number;
5
- static ParseInt(arg: any): number;
6
- static ParseFloatNumberInput(arg: any, decimalPrecision?: number): number;
7
- static ParseFloatNumberInputKeepPrecision(arg: any): number;
8
- static ParseFloat(arg: any, decimalPrecision?: number): number;
9
- static ParseFloatKeepPrecision(arg: any): number;
10
- static ParseNumberOrDefault(arg: any, defaultValue?: number): number;
11
- static IsInteger(arg: any): boolean;
12
- static GetDecimalPlaces(arg: any, maxAnswer?: number): number;
13
- static ParseNumberInputOrDefault(numberInput: any, defaultValue?: number): number;
14
- static IsNumber(arg: any): boolean;
15
- static IsNaN(arg: any): boolean;
16
- static NaN(number: any, substitute?: number): number;
17
- static IsParsableNumber(arg: any): boolean;
18
- static IsParsableNumberInput(numberInput: any): boolean;
19
- static IsStringNumber(arg: string): boolean;
20
- static IsListOfNumbers(arg: string, separator?: string): boolean;
21
- static ParseStringNumber(arg: string): number;
22
- static ParseStringNumberDefault(arg: string | any, defaultValue?: number): number;
23
- static RandomInt(lowerBoundInt: number, upperBoundInt: number): number;
24
- static AddThousandsCommasTo(value: any): string;
25
- static NumIsComposedOfOtherPowTwoNum(bigNrToCheck: number, powTwoNumItShouldBeComposedOf: number): boolean;
26
- static NrOrDefault(nr: number, defaultNr?: number): number;
27
- static CheckPrecisionAndScale(nrToCheck: number, precision: number, scale?: number): CheckPrecisionAndScaleResult;
28
- static CheckWithinSteppedBounds(nrToCheck: number, min: number, max: number, stepSize?: number): CheckWithinSteppedBoundsResult;
29
- static GetNearestNumberWithinSteppedBounds(originalNr: number, min: number, max: number, stepSize?: number): number;
30
- static GetTrueSteppedBoundsMax(min: number, max: number, stepSize?: number): number;
31
- static GetNearestNumberWithinBounds(originalNr: number, min: number, max: number): number;
32
- static ToString(nr: number): string;
33
- static DecimalsToStepIncrement(numberOfDecimals: number): number;
34
- static Round(value: number, decimals: number): number;
35
- static PrecisionScaleToMaxValue(precision: number, scale: number): number;
36
- static DifferenceBetweenNumbers(numberA: number, numberB: number): number;
37
- private static _GetLargestDecimalPrecisionOf;
38
- private static _NumberInputToNumberStr;
39
- }
1
+ import { CheckWithinSteppedBoundsResult } from '../interface/check-within-stepped-bounds-result';
2
+ import { CheckPrecisionAndScaleResult } from '../interface/check-precision-and-scale-result';
3
+ export declare class NumberUtils {
4
+ static ParseIntNumberInput(arg: any): number;
5
+ static ParseInt(arg: any): number;
6
+ static ParseFloatNumberInput(arg: any, decimalPrecision?: number): number;
7
+ static ParseFloatNumberInputKeepPrecision(arg: any): number;
8
+ static ParseFloat(arg: any, decimalPrecision?: number): number;
9
+ static ParseFloatKeepPrecision(arg: any): number;
10
+ static ParseNumberOrDefault(arg: any, defaultValue?: number): number;
11
+ static IsInteger(arg: any): boolean;
12
+ static GetDecimalPlaces(arg: any, maxAnswer?: number): number;
13
+ static ParseNumberInputOrDefault(numberInput: any, defaultValue?: number): number;
14
+ static IsNumber(arg: any): boolean;
15
+ static IsNaN(arg: any): boolean;
16
+ static NaN(number: any, substitute?: number): number;
17
+ static IsParsableNumber(arg: any): boolean;
18
+ static IsParsableNumberInput(numberInput: any): boolean;
19
+ static IsStringNumber(arg: string): boolean;
20
+ static IsListOfNumbers(arg: string, separator?: string): boolean;
21
+ static ParseStringNumber(arg: string): number;
22
+ static ParseStringNumberDefault(arg: string | any, defaultValue?: number): number;
23
+ static RandomInt(lowerBoundInt: number, upperBoundInt: number): number;
24
+ static AddThousandsCommasTo(value: any): string;
25
+ static NumIsComposedOfOtherPowTwoNum(bigNrToCheck: number, powTwoNumItShouldBeComposedOf: number): boolean;
26
+ static NrOrDefault(nr: number, defaultNr?: number): number;
27
+ static CheckPrecisionAndScale(nrToCheck: number, precision: number, scale?: number): CheckPrecisionAndScaleResult;
28
+ static CheckWithinSteppedBounds(nrToCheck: number, min: number, max: number, stepSize?: number): CheckWithinSteppedBoundsResult;
29
+ static GetNearestNumberWithinSteppedBounds(originalNr: number, min: number, max: number, stepSize?: number): number;
30
+ static GetTrueSteppedBoundsMax(min: number, max: number, stepSize?: number): number;
31
+ static GetNearestNumberWithinBounds(originalNr: number, min: number, max: number): number;
32
+ static ToString(nr: number): string;
33
+ static DecimalsToStepIncrement(numberOfDecimals: number): number;
34
+ static Round(value: number, decimals: number): number;
35
+ static PrecisionScaleToMaxValue(precision: number, scale: number): number;
36
+ static DifferenceBetweenNumbers(numberA: number, numberB: number): number;
37
+ private static _GetLargestDecimalPrecisionOf;
38
+ private static _NumberInputToNumberStr;
39
+ }