@beinformed/ui 1.62.7 → 1.62.9

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 (680) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/esm/constants/Settings.js +4 -0
  3. package/esm/constants/Settings.js.flow +5 -1
  4. package/esm/constants/Settings.js.map +1 -1
  5. package/esm/react-client/client.js +19 -0
  6. package/esm/react-client/client.js.flow +23 -1
  7. package/esm/react-client/client.js.map +1 -1
  8. package/esm/react-server/__tests__/requestInformation.spec.js.flow +265 -0
  9. package/esm/react-server/requestInformation.js +6 -3
  10. package/esm/react-server/requestInformation.js.flow +8 -3
  11. package/esm/react-server/requestInformation.js.map +1 -1
  12. package/esm/react-server/serverUtil.js +2 -2
  13. package/esm/react-server/serverUtil.js.flow +2 -2
  14. package/esm/react-server/serverUtil.js.map +1 -1
  15. package/esm/redux/_i18n/I18nActions.js.flow +0 -1
  16. package/esm/redux/_i18n/I18nActions.js.map +1 -1
  17. package/esm/redux/_i18n/I18nReducer.js +11 -3
  18. package/esm/redux/_i18n/I18nReducer.js.flow +11 -3
  19. package/esm/redux/_i18n/I18nReducer.js.map +1 -1
  20. package/esm/redux/reducers/createReducer.js +2 -2
  21. package/esm/redux/reducers/createReducer.js.flow +1 -1
  22. package/esm/redux/reducers/createReducer.js.map +1 -1
  23. package/esm/redux/store/configureStore.js +0 -5
  24. package/esm/redux/store/configureStore.js.flow +0 -7
  25. package/esm/redux/store/configureStore.js.map +1 -1
  26. package/esm/utils/datetime/DateTimeUtil.js +3 -2
  27. package/esm/utils/datetime/DateTimeUtil.js.flow +3 -1
  28. package/esm/utils/datetime/DateTimeUtil.js.map +1 -1
  29. package/lib/constants/Settings.js +7 -2
  30. package/lib/constants/Settings.js.map +1 -1
  31. package/lib/react-client/client.js +20 -1
  32. package/lib/react-client/client.js.map +1 -1
  33. package/lib/react-server/requestInformation.js +6 -3
  34. package/lib/react-server/requestInformation.js.map +1 -1
  35. package/lib/react-server/serverUtil.js +1 -1
  36. package/lib/react-server/serverUtil.js.map +1 -1
  37. package/lib/redux/_i18n/I18nActions.js.map +1 -1
  38. package/lib/redux/_i18n/I18nReducer.js +10 -2
  39. package/lib/redux/_i18n/I18nReducer.js.map +1 -1
  40. package/lib/redux/reducers/createReducer.js +2 -2
  41. package/lib/redux/reducers/createReducer.js.map +1 -1
  42. package/lib/redux/store/configureStore.js +0 -5
  43. package/lib/redux/store/configureStore.js.map +1 -1
  44. package/lib/utils/datetime/DateTimeUtil.js +2 -1
  45. package/lib/utils/datetime/DateTimeUtil.js.map +1 -1
  46. package/package.json +10 -10
  47. package/src/constants/Settings.js +5 -1
  48. package/src/react-client/client.js +23 -1
  49. package/src/react-server/__tests__/requestInformation.spec.js +265 -0
  50. package/src/react-server/requestInformation.js +8 -3
  51. package/src/react-server/serverUtil.js +2 -2
  52. package/src/redux/_i18n/I18nActions.js +0 -1
  53. package/src/redux/_i18n/I18nReducer.js +11 -3
  54. package/src/redux/reducers/createReducer.js +1 -1
  55. package/src/redux/store/configureStore.js +0 -7
  56. package/src/utils/datetime/DateTimeUtil.js +3 -1
  57. package/esm/builder/index.d.ts +0 -1
  58. package/esm/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  59. package/esm/constants/Constants.d.ts +0 -158
  60. package/esm/constants/LayoutHintConfig.d.ts +0 -267
  61. package/esm/constants/LayoutHints.d.ts +0 -83
  62. package/esm/constants/Settings.d.ts +0 -32
  63. package/esm/constants/index.d.ts +0 -3
  64. package/esm/exceptions/ConfigurationException.d.ts +0 -7
  65. package/esm/exceptions/FetchException.d.ts +0 -31
  66. package/esm/exceptions/IllegalArgumentException.d.ts +0 -7
  67. package/esm/exceptions/IllegalReturnException.d.ts +0 -6
  68. package/esm/exceptions/IllegalStateException.d.ts +0 -7
  69. package/esm/exceptions/JsonParseException.d.ts +0 -7
  70. package/esm/exceptions/MissingPropertyException.d.ts +0 -7
  71. package/esm/exceptions/NetworkException.d.ts +0 -9
  72. package/esm/exceptions/NotAllowedUriException.d.ts +0 -7
  73. package/esm/exceptions/NotFoundException.d.ts +0 -10
  74. package/esm/exceptions/ServerRequestException.d.ts +0 -7
  75. package/esm/exceptions/ThemePropertyException.d.ts +0 -7
  76. package/esm/exceptions/TimeoutException.d.ts +0 -7
  77. package/esm/exceptions/UnauthorizedException.d.ts +0 -11
  78. package/esm/exceptions/UnsupportedOperationException.d.ts +0 -7
  79. package/esm/exceptions/index.d.ts +0 -15
  80. package/esm/hooks/index.d.ts +0 -16
  81. package/esm/hooks/useAllFormsOnModel.d.ts +0 -7
  82. package/esm/hooks/useAuthentication.d.ts +0 -16
  83. package/esm/hooks/useContent.d.ts +0 -3
  84. package/esm/hooks/useDeepCompareEffect.d.ts +0 -6
  85. package/esm/hooks/useForm.d.ts +0 -21
  86. package/esm/hooks/useI18n.d.ts +0 -13
  87. package/esm/hooks/useModal.d.ts +0 -12
  88. package/esm/hooks/useModelCatalog.d.ts +0 -34
  89. package/esm/hooks/useModels.d.ts +0 -10
  90. package/esm/hooks/useModularUI.d.ts +0 -3
  91. package/esm/hooks/useModularUIBasic.d.ts +0 -9
  92. package/esm/hooks/useModularUIModel.d.ts +0 -27
  93. package/esm/hooks/useModularUIRequest.d.ts +0 -4
  94. package/esm/hooks/useNotification.d.ts +0 -8
  95. package/esm/hooks/usePreference.d.ts +0 -2
  96. package/esm/hooks/useProgressIndicator.d.ts +0 -9
  97. package/esm/hooks/useRouter.d.ts +0 -23
  98. package/esm/i18n/Locale.d.ts +0 -53
  99. package/esm/i18n/Locales.d.ts +0 -59
  100. package/esm/i18n/Message.d.ts +0 -6
  101. package/esm/i18n/index.d.ts +0 -5
  102. package/esm/i18n/languages.d.ts +0 -215
  103. package/esm/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  104. package/esm/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  105. package/esm/i18n/types.d.ts +0 -11
  106. package/esm/i18n/withMessage.d.ts +0 -3
  107. package/esm/index.d.ts +0 -6
  108. package/esm/models/actions/ActionCollection.d.ts +0 -30
  109. package/esm/models/actions/ActionModel.d.ts +0 -82
  110. package/esm/models/application/ApplicationModel.d.ts +0 -48
  111. package/esm/models/attributes/AttributeCollection.d.ts +0 -102
  112. package/esm/models/attributes/AttributeContent.d.ts +0 -64
  113. package/esm/models/attributes/AttributeDataHelper.d.ts +0 -67
  114. package/esm/models/attributes/AttributeModel.d.ts +0 -398
  115. package/esm/models/attributes/AttributeSetModel.d.ts +0 -36
  116. package/esm/models/attributes/BooleanAttributeModel.d.ts +0 -69
  117. package/esm/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  118. package/esm/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  119. package/esm/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  120. package/esm/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  121. package/esm/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  122. package/esm/models/attributes/CompositeAttributeModel.d.ts +0 -42
  123. package/esm/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  124. package/esm/models/attributes/HelptextAttributeModel.d.ts +0 -16
  125. package/esm/models/attributes/LabelAttributeModel.d.ts +0 -12
  126. package/esm/models/attributes/MemoAttributeModel.d.ts +0 -14
  127. package/esm/models/attributes/MoneyAttributeModel.d.ts +0 -14
  128. package/esm/models/attributes/NumberAttributeModel.d.ts +0 -49
  129. package/esm/models/attributes/PasswordAttributeModel.d.ts +0 -62
  130. package/esm/models/attributes/StringAttributeModel.d.ts +0 -65
  131. package/esm/models/attributes/UploadAttributeModel.d.ts +0 -60
  132. package/esm/models/attributes/XMLAttributeModel.d.ts +0 -10
  133. package/esm/models/attributes/_createAttribute.d.ts +0 -7
  134. package/esm/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  135. package/esm/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  136. package/esm/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  137. package/esm/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  138. package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  139. package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  140. package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  141. package/esm/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  142. package/esm/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  143. package/esm/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  144. package/esm/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  145. package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  146. package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  147. package/esm/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  148. package/esm/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  149. package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  150. package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  151. package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  152. package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  153. package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  154. package/esm/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  155. package/esm/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  156. package/esm/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  157. package/esm/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  158. package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  159. package/esm/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  160. package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  161. package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  162. package/esm/models/base/BaseCollection.d.ts +0 -89
  163. package/esm/models/base/BaseModel.d.ts +0 -78
  164. package/esm/models/base/ResourceCollection.d.ts +0 -20
  165. package/esm/models/base/ResourceModel.d.ts +0 -102
  166. package/esm/models/caseview/CaseViewModel.d.ts +0 -46
  167. package/esm/models/concepts/BusinessScenarioModel.d.ts +0 -20
  168. package/esm/models/concepts/ConceptDetailModel.d.ts +0 -86
  169. package/esm/models/concepts/ConceptIndexModel.d.ts +0 -44
  170. package/esm/models/concepts/ConceptLinkModel.d.ts +0 -82
  171. package/esm/models/concepts/ConceptRelationCollection.d.ts +0 -36
  172. package/esm/models/concepts/ConceptRelationModel.d.ts +0 -61
  173. package/esm/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  174. package/esm/models/concepts/SourceReferenceCollection.d.ts +0 -14
  175. package/esm/models/concepts/SourceReferenceModel.d.ts +0 -48
  176. package/esm/models/content/ContentIndexModel.d.ts +0 -41
  177. package/esm/models/content/ContentLinkModel.d.ts +0 -102
  178. package/esm/models/content/ContentModel.d.ts +0 -80
  179. package/esm/models/content/ContentTOCModel.d.ts +0 -56
  180. package/esm/models/content/ContentTypeModel.d.ts +0 -26
  181. package/esm/models/content/SectionModel.d.ts +0 -79
  182. package/esm/models/content/SubSectionModel.d.ts +0 -69
  183. package/esm/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  184. package/esm/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  185. package/esm/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  186. package/esm/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  187. package/esm/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  188. package/esm/models/detail/DetailModel.d.ts +0 -80
  189. package/esm/models/error/ErrorCollection.d.ts +0 -51
  190. package/esm/models/error/ErrorModel.d.ts +0 -41
  191. package/esm/models/error/ErrorResponse.d.ts +0 -156
  192. package/esm/models/filters/AssignmentFilterModel.d.ts +0 -35
  193. package/esm/models/filters/BaseFilterModel.d.ts +0 -101
  194. package/esm/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  195. package/esm/models/filters/FilterCollection.d.ts +0 -49
  196. package/esm/models/filters/FilterModel.d.ts +0 -5
  197. package/esm/models/filters/RangeFilterModel.d.ts +0 -6
  198. package/esm/models/filters/StringFilterModel.d.ts +0 -30
  199. package/esm/models/form/FormModel.d.ts +0 -350
  200. package/esm/models/form/FormObjectModel.d.ts +0 -210
  201. package/esm/models/grouping/GroupingModel.d.ts +0 -86
  202. package/esm/models/href/Href.d.ts +0 -218
  203. package/esm/models/href/ListHref.d.ts +0 -64
  204. package/esm/models/index.d.ts +0 -96
  205. package/esm/models/layouthint/LayoutHintCollection.d.ts +0 -43
  206. package/esm/models/links/LinkCollection.d.ts +0 -71
  207. package/esm/models/links/LinkModel.d.ts +0 -93
  208. package/esm/models/links/normalizeLinkJSON.d.ts +0 -9
  209. package/esm/models/list/ListDetailModel.d.ts +0 -69
  210. package/esm/models/list/ListHeaderModel.d.ts +0 -53
  211. package/esm/models/list/ListItemCollection.d.ts +0 -21
  212. package/esm/models/list/ListItemModel.d.ts +0 -35
  213. package/esm/models/list/ListModel.d.ts +0 -143
  214. package/esm/models/lookup/LookupOptionCollection.d.ts +0 -15
  215. package/esm/models/lookup/LookupOptionsModel.d.ts +0 -23
  216. package/esm/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  217. package/esm/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  218. package/esm/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  219. package/esm/models/paging/PagesizeModel.d.ts +0 -25
  220. package/esm/models/paging/PagingModel.d.ts +0 -49
  221. package/esm/models/panels/GroupingPanelModel.d.ts +0 -49
  222. package/esm/models/parameter/Parameter.d.ts +0 -40
  223. package/esm/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  224. package/esm/models/resolveModel.d.ts +0 -7
  225. package/esm/models/search/CaseSearchModel.d.ts +0 -14
  226. package/esm/models/sorting/SortOptionModel.d.ts +0 -48
  227. package/esm/models/sorting/SortingModel.d.ts +0 -42
  228. package/esm/models/tab/TabModel.d.ts +0 -53
  229. package/esm/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  230. package/esm/models/taskgroup/TaskGroupModel.d.ts +0 -25
  231. package/esm/models/types.d.ts +0 -171
  232. package/esm/models/user/UserModel.d.ts +0 -18
  233. package/esm/models/user/UserProfileModel.d.ts +0 -17
  234. package/esm/models/user/UserServicesModel.d.ts +0 -39
  235. package/esm/modularui/Authenticate.d.ts +0 -46
  236. package/esm/modularui/CaptchaRequest.d.ts +0 -54
  237. package/esm/modularui/ModularUIError.d.ts +0 -10
  238. package/esm/modularui/ModularUIRequest.d.ts +0 -207
  239. package/esm/modularui/ModularUIResponse.d.ts +0 -78
  240. package/esm/modularui/UploadRequest.d.ts +0 -41
  241. package/esm/modularui/index.d.ts +0 -5
  242. package/esm/modularui/types.d.ts +0 -2
  243. package/esm/react/ErrorBoundary.d.ts +0 -31
  244. package/esm/react/ErrorBoundaryFallback.d.ts +0 -8
  245. package/esm/react/index.d.ts +0 -2
  246. package/esm/react/utils.d.ts +0 -5
  247. package/esm/react-client/Init.d.ts +0 -6
  248. package/esm/react-client/client.d.ts +0 -25
  249. package/esm/react-client/contextPath.d.ts +0 -1
  250. package/esm/react-client/index.d.ts +0 -3
  251. package/esm/react-client/rehydrate.d.ts +0 -5
  252. package/esm/react-server/contextPath.d.ts +0 -1
  253. package/esm/react-server/createSSRComplete.d.ts +0 -5
  254. package/esm/react-server/htmlpage.d.ts +0 -11
  255. package/esm/react-server/index.d.ts +0 -8
  256. package/esm/react-server/renderSSRComplete.d.ts +0 -13
  257. package/esm/react-server/renderSSRMinimal.d.ts +0 -11
  258. package/esm/react-server/requestInformation.d.ts +0 -6
  259. package/esm/react-server/serverNoSSR.d.ts +0 -15
  260. package/esm/react-server/serverSSR.d.ts +0 -15
  261. package/esm/react-server/serverUtil.d.ts +0 -46
  262. package/esm/react-theme/ThemeProvider.d.ts +0 -8
  263. package/esm/react-theme/createTheme.d.ts +0 -53
  264. package/esm/react-theme/index.d.ts +0 -10
  265. package/esm/react-theme/types.d.ts +0 -13
  266. package/esm/react-theme/useTheme.d.ts +0 -4
  267. package/esm/react-theme/utils/background.d.ts +0 -4
  268. package/esm/react-theme/utils/colors.d.ts +0 -9
  269. package/esm/react-theme/utils/contrast.d.ts +0 -18
  270. package/esm/react-theme/utils/corners.d.ts +0 -3
  271. package/esm/react-theme/utils/spacers.d.ts +0 -9
  272. package/esm/react-theme/utils/themeProps.d.ts +0 -7
  273. package/esm/redux/_i18n/I18nActions.d.ts +0 -7
  274. package/esm/redux/_i18n/I18nReducer.d.ts +0 -7
  275. package/esm/redux/_i18n/index.d.ts +0 -3
  276. package/esm/redux/_i18n/types.d.ts +0 -13
  277. package/esm/redux/_modularui/ModularUIActions.d.ts +0 -26
  278. package/esm/redux/_modularui/ModularUIConnector.d.ts +0 -7
  279. package/esm/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  280. package/esm/redux/_modularui/ModularUIReducer.d.ts +0 -7
  281. package/esm/redux/_modularui/ModularUISelectors.d.ts +0 -3
  282. package/esm/redux/_modularui/ModularUIUtils.d.ts +0 -5
  283. package/esm/redux/_modularui/index.d.ts +0 -8
  284. package/esm/redux/_modularui/types.d.ts +0 -84
  285. package/esm/redux/_modularui/withModularUI.d.ts +0 -3
  286. package/esm/redux/_router/RouterActions.d.ts +0 -10
  287. package/esm/redux/_router/RouterConnectors.d.ts +0 -6
  288. package/esm/redux/_router/RouterMiddleware.d.ts +0 -5
  289. package/esm/redux/_router/RouterReducer.d.ts +0 -7
  290. package/esm/redux/_router/index.d.ts +0 -5
  291. package/esm/redux/_router/types.d.ts +0 -35
  292. package/esm/redux/actions/Application.d.ts +0 -4
  293. package/esm/redux/actions/Authorization.d.ts +0 -3
  294. package/esm/redux/actions/Error.d.ts +0 -7
  295. package/esm/redux/actions/Form.d.ts +0 -5
  296. package/esm/redux/actions/FormAttributeSet.d.ts +0 -6
  297. package/esm/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  298. package/esm/redux/actions/FormAutosave.d.ts +0 -3
  299. package/esm/redux/actions/FormAutosubmit.d.ts +0 -4
  300. package/esm/redux/actions/FormAutoupdate.d.ts +0 -4
  301. package/esm/redux/actions/FormValidations.d.ts +0 -3
  302. package/esm/redux/actions/Modals.d.ts +0 -4
  303. package/esm/redux/actions/ModelCatalog.d.ts +0 -2
  304. package/esm/redux/actions/Notification.d.ts +0 -10
  305. package/esm/redux/actions/Preferences.d.ts +0 -11
  306. package/esm/redux/actions/ProgressIndicator.d.ts +0 -8
  307. package/esm/redux/actions/SignIn.d.ts +0 -10
  308. package/esm/redux/actions/SignOut.d.ts +0 -4
  309. package/esm/redux/actions/index.d.ts +0 -16
  310. package/esm/redux/connectors/Application.d.ts +0 -4
  311. package/esm/redux/connectors/Breadcrumb.d.ts +0 -3
  312. package/esm/redux/connectors/CaseView.d.ts +0 -4
  313. package/esm/redux/connectors/ConceptDetail.d.ts +0 -4
  314. package/esm/redux/connectors/ContentBrowser.d.ts +0 -4
  315. package/esm/redux/connectors/ContentDetail.d.ts +0 -4
  316. package/esm/redux/connectors/ContentDetailSection.d.ts +0 -4
  317. package/esm/redux/connectors/Form.d.ts +0 -16
  318. package/esm/redux/connectors/FormAttributeSet.d.ts +0 -5
  319. package/esm/redux/connectors/ListDetail.d.ts +0 -4
  320. package/esm/redux/connectors/Modal.d.ts +0 -4
  321. package/esm/redux/connectors/ModelCatalog.d.ts +0 -4
  322. package/esm/redux/connectors/Notification.d.ts +0 -4
  323. package/esm/redux/connectors/PanelRenderer.d.ts +0 -4
  324. package/esm/redux/connectors/Preferences.d.ts +0 -2
  325. package/esm/redux/connectors/Progress.d.ts +0 -3
  326. package/esm/redux/connectors/ProgressIndicator.d.ts +0 -3
  327. package/esm/redux/connectors/QuickSearch.d.ts +0 -11
  328. package/esm/redux/connectors/SignIn.d.ts +0 -4
  329. package/esm/redux/connectors/SignOut.d.ts +0 -4
  330. package/esm/redux/connectors/Tab.d.ts +0 -4
  331. package/esm/redux/connectors/index.d.ts +0 -21
  332. package/esm/redux/index.d.ts +0 -9
  333. package/esm/redux/reducers/AuthReducer.d.ts +0 -8
  334. package/esm/redux/reducers/ErrorReducer.d.ts +0 -8
  335. package/esm/redux/reducers/ModalsReducer.d.ts +0 -8
  336. package/esm/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  337. package/esm/redux/reducers/NotificationReducer.d.ts +0 -8
  338. package/esm/redux/reducers/PreferencesReducer.d.ts +0 -8
  339. package/esm/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  340. package/esm/redux/reducers/createReducer.d.ts +0 -14
  341. package/esm/redux/reducers/index.d.ts +0 -8
  342. package/esm/redux/selectors/i18n.d.ts +0 -4
  343. package/esm/redux/selectors/index.d.ts +0 -2
  344. package/esm/redux/selectors/modelcatalog.d.ts +0 -2
  345. package/esm/redux/store/beforeRenderHooks.d.ts +0 -7
  346. package/esm/redux/store/configureStore.d.ts +0 -9
  347. package/esm/redux/types.d.ts +0 -113
  348. package/esm/utils/browser/Cache.d.ts +0 -45
  349. package/esm/utils/browser/Cookies.d.ts +0 -9
  350. package/esm/utils/datetime/DateTimeUtil.d.ts +0 -214
  351. package/esm/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  352. package/esm/utils/fetch/serverFetch.d.ts +0 -5
  353. package/esm/utils/fetch/types.d.ts +0 -44
  354. package/esm/utils/fetch/universalFetch.d.ts +0 -7
  355. package/esm/utils/fetch/xhr.d.ts +0 -5
  356. package/esm/utils/helpers/checkResource.d.ts +0 -3
  357. package/esm/utils/helpers/createHash.d.ts +0 -9
  358. package/esm/utils/helpers/createHref.d.ts +0 -8
  359. package/esm/utils/helpers/createUUID.d.ts +0 -4
  360. package/esm/utils/helpers/index.d.ts +0 -8
  361. package/esm/utils/helpers/objects.d.ts +0 -11
  362. package/esm/utils/helpers/repositoryResource.d.ts +0 -1
  363. package/esm/utils/helpers/sanitizeHtml.d.ts +0 -9
  364. package/esm/utils/helpers/text.d.ts +0 -7
  365. package/esm/utils/index.d.ts +0 -11
  366. package/esm/utils/number/DecimalFormat.d.ts +0 -90
  367. package/esm/utils/number/formatValue.d.ts +0 -4
  368. package/esm/utils/number/parseNumbers.d.ts +0 -9
  369. package/lib/builder/index.d.ts +0 -1
  370. package/lib/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  371. package/lib/constants/Constants.d.ts +0 -158
  372. package/lib/constants/LayoutHintConfig.d.ts +0 -267
  373. package/lib/constants/LayoutHints.d.ts +0 -83
  374. package/lib/constants/Settings.d.ts +0 -32
  375. package/lib/constants/index.d.ts +0 -3
  376. package/lib/exceptions/ConfigurationException.d.ts +0 -7
  377. package/lib/exceptions/FetchException.d.ts +0 -31
  378. package/lib/exceptions/IllegalArgumentException.d.ts +0 -7
  379. package/lib/exceptions/IllegalReturnException.d.ts +0 -6
  380. package/lib/exceptions/IllegalStateException.d.ts +0 -7
  381. package/lib/exceptions/JsonParseException.d.ts +0 -7
  382. package/lib/exceptions/MissingPropertyException.d.ts +0 -7
  383. package/lib/exceptions/NetworkException.d.ts +0 -9
  384. package/lib/exceptions/NotAllowedUriException.d.ts +0 -7
  385. package/lib/exceptions/NotFoundException.d.ts +0 -10
  386. package/lib/exceptions/ServerRequestException.d.ts +0 -7
  387. package/lib/exceptions/ThemePropertyException.d.ts +0 -7
  388. package/lib/exceptions/TimeoutException.d.ts +0 -7
  389. package/lib/exceptions/UnauthorizedException.d.ts +0 -11
  390. package/lib/exceptions/UnsupportedOperationException.d.ts +0 -7
  391. package/lib/exceptions/index.d.ts +0 -15
  392. package/lib/hooks/index.d.ts +0 -16
  393. package/lib/hooks/useAllFormsOnModel.d.ts +0 -7
  394. package/lib/hooks/useAuthentication.d.ts +0 -16
  395. package/lib/hooks/useContent.d.ts +0 -3
  396. package/lib/hooks/useDeepCompareEffect.d.ts +0 -6
  397. package/lib/hooks/useForm.d.ts +0 -21
  398. package/lib/hooks/useI18n.d.ts +0 -13
  399. package/lib/hooks/useModal.d.ts +0 -12
  400. package/lib/hooks/useModelCatalog.d.ts +0 -34
  401. package/lib/hooks/useModels.d.ts +0 -10
  402. package/lib/hooks/useModularUI.d.ts +0 -3
  403. package/lib/hooks/useModularUIBasic.d.ts +0 -9
  404. package/lib/hooks/useModularUIModel.d.ts +0 -27
  405. package/lib/hooks/useModularUIRequest.d.ts +0 -4
  406. package/lib/hooks/useNotification.d.ts +0 -8
  407. package/lib/hooks/usePreference.d.ts +0 -2
  408. package/lib/hooks/useProgressIndicator.d.ts +0 -9
  409. package/lib/hooks/useRouter.d.ts +0 -23
  410. package/lib/i18n/Locale.d.ts +0 -53
  411. package/lib/i18n/Locales.d.ts +0 -59
  412. package/lib/i18n/Message.d.ts +0 -6
  413. package/lib/i18n/index.d.ts +0 -5
  414. package/lib/i18n/languages.d.ts +0 -215
  415. package/lib/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  416. package/lib/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  417. package/lib/i18n/types.d.ts +0 -11
  418. package/lib/i18n/withMessage.d.ts +0 -3
  419. package/lib/index.d.ts +0 -6
  420. package/lib/models/actions/ActionCollection.d.ts +0 -30
  421. package/lib/models/actions/ActionModel.d.ts +0 -82
  422. package/lib/models/application/ApplicationModel.d.ts +0 -48
  423. package/lib/models/attributes/AttributeCollection.d.ts +0 -102
  424. package/lib/models/attributes/AttributeContent.d.ts +0 -64
  425. package/lib/models/attributes/AttributeDataHelper.d.ts +0 -67
  426. package/lib/models/attributes/AttributeModel.d.ts +0 -398
  427. package/lib/models/attributes/AttributeSetModel.d.ts +0 -36
  428. package/lib/models/attributes/BooleanAttributeModel.d.ts +0 -69
  429. package/lib/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  430. package/lib/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  431. package/lib/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  432. package/lib/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  433. package/lib/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  434. package/lib/models/attributes/CompositeAttributeModel.d.ts +0 -42
  435. package/lib/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  436. package/lib/models/attributes/HelptextAttributeModel.d.ts +0 -16
  437. package/lib/models/attributes/LabelAttributeModel.d.ts +0 -12
  438. package/lib/models/attributes/MemoAttributeModel.d.ts +0 -14
  439. package/lib/models/attributes/MoneyAttributeModel.d.ts +0 -14
  440. package/lib/models/attributes/NumberAttributeModel.d.ts +0 -49
  441. package/lib/models/attributes/PasswordAttributeModel.d.ts +0 -62
  442. package/lib/models/attributes/StringAttributeModel.d.ts +0 -65
  443. package/lib/models/attributes/UploadAttributeModel.d.ts +0 -60
  444. package/lib/models/attributes/XMLAttributeModel.d.ts +0 -10
  445. package/lib/models/attributes/_createAttribute.d.ts +0 -7
  446. package/lib/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  447. package/lib/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  448. package/lib/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  449. package/lib/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  450. package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  451. package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  452. package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  453. package/lib/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  454. package/lib/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  455. package/lib/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  456. package/lib/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  457. package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  458. package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  459. package/lib/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  460. package/lib/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  461. package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  462. package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  463. package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  464. package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  465. package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  466. package/lib/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  467. package/lib/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  468. package/lib/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  469. package/lib/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  470. package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  471. package/lib/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  472. package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  473. package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  474. package/lib/models/base/BaseCollection.d.ts +0 -89
  475. package/lib/models/base/BaseModel.d.ts +0 -78
  476. package/lib/models/base/ResourceCollection.d.ts +0 -20
  477. package/lib/models/base/ResourceModel.d.ts +0 -102
  478. package/lib/models/caseview/CaseViewModel.d.ts +0 -46
  479. package/lib/models/concepts/BusinessScenarioModel.d.ts +0 -20
  480. package/lib/models/concepts/ConceptDetailModel.d.ts +0 -86
  481. package/lib/models/concepts/ConceptIndexModel.d.ts +0 -44
  482. package/lib/models/concepts/ConceptLinkModel.d.ts +0 -82
  483. package/lib/models/concepts/ConceptRelationCollection.d.ts +0 -36
  484. package/lib/models/concepts/ConceptRelationModel.d.ts +0 -61
  485. package/lib/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  486. package/lib/models/concepts/SourceReferenceCollection.d.ts +0 -14
  487. package/lib/models/concepts/SourceReferenceModel.d.ts +0 -48
  488. package/lib/models/content/ContentIndexModel.d.ts +0 -41
  489. package/lib/models/content/ContentLinkModel.d.ts +0 -102
  490. package/lib/models/content/ContentModel.d.ts +0 -80
  491. package/lib/models/content/ContentTOCModel.d.ts +0 -56
  492. package/lib/models/content/ContentTypeModel.d.ts +0 -26
  493. package/lib/models/content/SectionModel.d.ts +0 -79
  494. package/lib/models/content/SubSectionModel.d.ts +0 -69
  495. package/lib/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  496. package/lib/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  497. package/lib/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  498. package/lib/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  499. package/lib/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  500. package/lib/models/detail/DetailModel.d.ts +0 -80
  501. package/lib/models/error/ErrorCollection.d.ts +0 -51
  502. package/lib/models/error/ErrorModel.d.ts +0 -41
  503. package/lib/models/error/ErrorResponse.d.ts +0 -156
  504. package/lib/models/filters/AssignmentFilterModel.d.ts +0 -35
  505. package/lib/models/filters/BaseFilterModel.d.ts +0 -101
  506. package/lib/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  507. package/lib/models/filters/FilterCollection.d.ts +0 -49
  508. package/lib/models/filters/FilterModel.d.ts +0 -5
  509. package/lib/models/filters/RangeFilterModel.d.ts +0 -6
  510. package/lib/models/filters/StringFilterModel.d.ts +0 -30
  511. package/lib/models/form/FormModel.d.ts +0 -350
  512. package/lib/models/form/FormObjectModel.d.ts +0 -210
  513. package/lib/models/grouping/GroupingModel.d.ts +0 -86
  514. package/lib/models/href/Href.d.ts +0 -218
  515. package/lib/models/href/ListHref.d.ts +0 -64
  516. package/lib/models/index.d.ts +0 -96
  517. package/lib/models/layouthint/LayoutHintCollection.d.ts +0 -43
  518. package/lib/models/links/LinkCollection.d.ts +0 -71
  519. package/lib/models/links/LinkModel.d.ts +0 -93
  520. package/lib/models/links/normalizeLinkJSON.d.ts +0 -9
  521. package/lib/models/list/ListDetailModel.d.ts +0 -69
  522. package/lib/models/list/ListHeaderModel.d.ts +0 -53
  523. package/lib/models/list/ListItemCollection.d.ts +0 -21
  524. package/lib/models/list/ListItemModel.d.ts +0 -35
  525. package/lib/models/list/ListModel.d.ts +0 -143
  526. package/lib/models/lookup/LookupOptionCollection.d.ts +0 -15
  527. package/lib/models/lookup/LookupOptionsModel.d.ts +0 -23
  528. package/lib/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  529. package/lib/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  530. package/lib/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  531. package/lib/models/paging/PagesizeModel.d.ts +0 -25
  532. package/lib/models/paging/PagingModel.d.ts +0 -49
  533. package/lib/models/panels/GroupingPanelModel.d.ts +0 -49
  534. package/lib/models/parameter/Parameter.d.ts +0 -40
  535. package/lib/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  536. package/lib/models/resolveModel.d.ts +0 -7
  537. package/lib/models/search/CaseSearchModel.d.ts +0 -14
  538. package/lib/models/sorting/SortOptionModel.d.ts +0 -48
  539. package/lib/models/sorting/SortingModel.d.ts +0 -42
  540. package/lib/models/tab/TabModel.d.ts +0 -53
  541. package/lib/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  542. package/lib/models/taskgroup/TaskGroupModel.d.ts +0 -25
  543. package/lib/models/types.d.ts +0 -171
  544. package/lib/models/user/UserModel.d.ts +0 -18
  545. package/lib/models/user/UserProfileModel.d.ts +0 -17
  546. package/lib/models/user/UserServicesModel.d.ts +0 -39
  547. package/lib/modularui/Authenticate.d.ts +0 -46
  548. package/lib/modularui/CaptchaRequest.d.ts +0 -54
  549. package/lib/modularui/ModularUIError.d.ts +0 -10
  550. package/lib/modularui/ModularUIRequest.d.ts +0 -207
  551. package/lib/modularui/ModularUIResponse.d.ts +0 -78
  552. package/lib/modularui/UploadRequest.d.ts +0 -41
  553. package/lib/modularui/index.d.ts +0 -5
  554. package/lib/modularui/types.d.ts +0 -2
  555. package/lib/react/ErrorBoundary.d.ts +0 -31
  556. package/lib/react/ErrorBoundaryFallback.d.ts +0 -8
  557. package/lib/react/index.d.ts +0 -2
  558. package/lib/react/utils.d.ts +0 -5
  559. package/lib/react-client/Init.d.ts +0 -6
  560. package/lib/react-client/client.d.ts +0 -25
  561. package/lib/react-client/contextPath.d.ts +0 -1
  562. package/lib/react-client/index.d.ts +0 -3
  563. package/lib/react-client/rehydrate.d.ts +0 -5
  564. package/lib/react-server/contextPath.d.ts +0 -1
  565. package/lib/react-server/createSSRComplete.d.ts +0 -5
  566. package/lib/react-server/htmlpage.d.ts +0 -11
  567. package/lib/react-server/index.d.ts +0 -8
  568. package/lib/react-server/renderSSRComplete.d.ts +0 -13
  569. package/lib/react-server/renderSSRMinimal.d.ts +0 -11
  570. package/lib/react-server/requestInformation.d.ts +0 -6
  571. package/lib/react-server/serverNoSSR.d.ts +0 -15
  572. package/lib/react-server/serverSSR.d.ts +0 -15
  573. package/lib/react-server/serverUtil.d.ts +0 -46
  574. package/lib/react-theme/ThemeProvider.d.ts +0 -8
  575. package/lib/react-theme/createTheme.d.ts +0 -53
  576. package/lib/react-theme/index.d.ts +0 -10
  577. package/lib/react-theme/types.d.ts +0 -13
  578. package/lib/react-theme/useTheme.d.ts +0 -4
  579. package/lib/react-theme/utils/background.d.ts +0 -4
  580. package/lib/react-theme/utils/colors.d.ts +0 -9
  581. package/lib/react-theme/utils/contrast.d.ts +0 -18
  582. package/lib/react-theme/utils/corners.d.ts +0 -3
  583. package/lib/react-theme/utils/spacers.d.ts +0 -9
  584. package/lib/react-theme/utils/themeProps.d.ts +0 -7
  585. package/lib/redux/_i18n/I18nActions.d.ts +0 -7
  586. package/lib/redux/_i18n/I18nReducer.d.ts +0 -7
  587. package/lib/redux/_i18n/index.d.ts +0 -3
  588. package/lib/redux/_i18n/types.d.ts +0 -13
  589. package/lib/redux/_modularui/ModularUIActions.d.ts +0 -26
  590. package/lib/redux/_modularui/ModularUIConnector.d.ts +0 -7
  591. package/lib/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  592. package/lib/redux/_modularui/ModularUIReducer.d.ts +0 -7
  593. package/lib/redux/_modularui/ModularUISelectors.d.ts +0 -3
  594. package/lib/redux/_modularui/ModularUIUtils.d.ts +0 -5
  595. package/lib/redux/_modularui/index.d.ts +0 -8
  596. package/lib/redux/_modularui/types.d.ts +0 -84
  597. package/lib/redux/_modularui/withModularUI.d.ts +0 -3
  598. package/lib/redux/_router/RouterActions.d.ts +0 -10
  599. package/lib/redux/_router/RouterConnectors.d.ts +0 -6
  600. package/lib/redux/_router/RouterMiddleware.d.ts +0 -5
  601. package/lib/redux/_router/RouterReducer.d.ts +0 -7
  602. package/lib/redux/_router/index.d.ts +0 -5
  603. package/lib/redux/_router/types.d.ts +0 -35
  604. package/lib/redux/actions/Application.d.ts +0 -4
  605. package/lib/redux/actions/Authorization.d.ts +0 -3
  606. package/lib/redux/actions/Error.d.ts +0 -7
  607. package/lib/redux/actions/Form.d.ts +0 -5
  608. package/lib/redux/actions/FormAttributeSet.d.ts +0 -6
  609. package/lib/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  610. package/lib/redux/actions/FormAutosave.d.ts +0 -3
  611. package/lib/redux/actions/FormAutosubmit.d.ts +0 -4
  612. package/lib/redux/actions/FormAutoupdate.d.ts +0 -4
  613. package/lib/redux/actions/FormValidations.d.ts +0 -3
  614. package/lib/redux/actions/Modals.d.ts +0 -4
  615. package/lib/redux/actions/ModelCatalog.d.ts +0 -2
  616. package/lib/redux/actions/Notification.d.ts +0 -10
  617. package/lib/redux/actions/Preferences.d.ts +0 -11
  618. package/lib/redux/actions/ProgressIndicator.d.ts +0 -8
  619. package/lib/redux/actions/SignIn.d.ts +0 -10
  620. package/lib/redux/actions/SignOut.d.ts +0 -4
  621. package/lib/redux/actions/index.d.ts +0 -16
  622. package/lib/redux/connectors/Application.d.ts +0 -4
  623. package/lib/redux/connectors/Breadcrumb.d.ts +0 -3
  624. package/lib/redux/connectors/CaseView.d.ts +0 -4
  625. package/lib/redux/connectors/ConceptDetail.d.ts +0 -4
  626. package/lib/redux/connectors/ContentBrowser.d.ts +0 -4
  627. package/lib/redux/connectors/ContentDetail.d.ts +0 -4
  628. package/lib/redux/connectors/ContentDetailSection.d.ts +0 -4
  629. package/lib/redux/connectors/Form.d.ts +0 -16
  630. package/lib/redux/connectors/FormAttributeSet.d.ts +0 -5
  631. package/lib/redux/connectors/ListDetail.d.ts +0 -4
  632. package/lib/redux/connectors/Modal.d.ts +0 -4
  633. package/lib/redux/connectors/ModelCatalog.d.ts +0 -4
  634. package/lib/redux/connectors/Notification.d.ts +0 -4
  635. package/lib/redux/connectors/PanelRenderer.d.ts +0 -4
  636. package/lib/redux/connectors/Preferences.d.ts +0 -2
  637. package/lib/redux/connectors/Progress.d.ts +0 -3
  638. package/lib/redux/connectors/ProgressIndicator.d.ts +0 -3
  639. package/lib/redux/connectors/QuickSearch.d.ts +0 -11
  640. package/lib/redux/connectors/SignIn.d.ts +0 -4
  641. package/lib/redux/connectors/SignOut.d.ts +0 -4
  642. package/lib/redux/connectors/Tab.d.ts +0 -4
  643. package/lib/redux/connectors/index.d.ts +0 -21
  644. package/lib/redux/index.d.ts +0 -9
  645. package/lib/redux/reducers/AuthReducer.d.ts +0 -8
  646. package/lib/redux/reducers/ErrorReducer.d.ts +0 -8
  647. package/lib/redux/reducers/ModalsReducer.d.ts +0 -8
  648. package/lib/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  649. package/lib/redux/reducers/NotificationReducer.d.ts +0 -8
  650. package/lib/redux/reducers/PreferencesReducer.d.ts +0 -8
  651. package/lib/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  652. package/lib/redux/reducers/createReducer.d.ts +0 -14
  653. package/lib/redux/reducers/index.d.ts +0 -8
  654. package/lib/redux/selectors/i18n.d.ts +0 -4
  655. package/lib/redux/selectors/index.d.ts +0 -2
  656. package/lib/redux/selectors/modelcatalog.d.ts +0 -2
  657. package/lib/redux/store/beforeRenderHooks.d.ts +0 -7
  658. package/lib/redux/store/configureStore.d.ts +0 -9
  659. package/lib/redux/types.d.ts +0 -113
  660. package/lib/utils/browser/Cache.d.ts +0 -45
  661. package/lib/utils/browser/Cookies.d.ts +0 -9
  662. package/lib/utils/datetime/DateTimeUtil.d.ts +0 -214
  663. package/lib/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  664. package/lib/utils/fetch/serverFetch.d.ts +0 -5
  665. package/lib/utils/fetch/types.d.ts +0 -44
  666. package/lib/utils/fetch/universalFetch.d.ts +0 -7
  667. package/lib/utils/fetch/xhr.d.ts +0 -5
  668. package/lib/utils/helpers/checkResource.d.ts +0 -3
  669. package/lib/utils/helpers/createHash.d.ts +0 -9
  670. package/lib/utils/helpers/createHref.d.ts +0 -8
  671. package/lib/utils/helpers/createUUID.d.ts +0 -4
  672. package/lib/utils/helpers/index.d.ts +0 -8
  673. package/lib/utils/helpers/objects.d.ts +0 -11
  674. package/lib/utils/helpers/repositoryResource.d.ts +0 -1
  675. package/lib/utils/helpers/sanitizeHtml.d.ts +0 -9
  676. package/lib/utils/helpers/text.d.ts +0 -7
  677. package/lib/utils/index.d.ts +0 -11
  678. package/lib/utils/number/DecimalFormat.d.ts +0 -90
  679. package/lib/utils/number/formatValue.d.ts +0 -4
  680. package/lib/utils/number/parseNumbers.d.ts +0 -9
@@ -1,39 +0,0 @@
1
- export default ContentConfigurationResults;
2
- /**
3
- */
4
- declare class ContentConfigurationResults {
5
- /**
6
- */
7
- constructor(configuration: Object);
8
- _configuration: Object;
9
- _layouthint: LayoutHintCollection;
10
- /**
11
- */
12
- get label(): string | null;
13
- /**
14
- */
15
- get description(): string | null;
16
- /**
17
- */
18
- get attributes(): Array<string>;
19
- /**
20
- */
21
- getFormConfigElement(elementKey: string): ContentConfigurationElements;
22
- /**
23
- */
24
- get calculatedResultElements(): ContentConfigurationElements;
25
- /**
26
- */
27
- get positiveResultElements(): ContentConfigurationElements;
28
- /**
29
- */
30
- get negativeResultElements(): ContentConfigurationElements;
31
- /**
32
- */
33
- get resultElements(): ContentConfigurationElements;
34
- /**
35
- */
36
- get layouthint(): LayoutHintCollection;
37
- }
38
- import LayoutHintCollection from "../layouthint/LayoutHintCollection";
39
- import ContentConfigurationElements from "./ContentConfigurationElements";
@@ -1,80 +0,0 @@
1
- /**
2
- * Base class for details<br/>
3
- * For instance the details of case 1<br/>
4
- * For instance the details of record 12<br/>
5
- */
6
- export default class DetailModel extends ResourceModel {
7
- /**
8
- */
9
- constructor(modularuiResponse: ModularUIResponse);
10
- _attributeCollection: AttributeCollection;
11
- _metadataCollection: AttributeCollection;
12
- _actionCollection: ActionCollection;
13
- /**
14
- * Getting the unique identifier of the details
15
- */
16
- get id(): string;
17
- /**
18
- * Attribute collection
19
- */
20
- createAttributeCollection(): void;
21
- /**
22
- */
23
- set attributeCollection(collection: AttributeCollection);
24
- /**
25
- */
26
- get attributeCollection(): AttributeCollection;
27
- /**
28
- * Retrieve list of visible attributes
29
- */
30
- get attributes(): Array<AttributeType>;
31
- /**
32
- * Retrieve an attribute by it's key
33
- */
34
- getAttributeByKey(key: string): AttributeType | null;
35
- /**
36
- * Metadata collection
37
- */
38
- createMetadataCollection(): void;
39
- /**
40
- */
41
- set metadataCollection(collection: AttributeCollection);
42
- /**
43
- */
44
- get metadataCollection(): AttributeCollection;
45
- /**
46
- * Action collection
47
- */
48
- createActionCollection(): void;
49
- /**
50
- */
51
- set actionCollection(actionCollection: ActionCollection);
52
- /**
53
- */
54
- get actionCollection(): ActionCollection;
55
- /**
56
- * Determines if this is a case
57
- */
58
- get isCase(): boolean;
59
- /**
60
- * Getting the attribute that has as layout hint 'avatar-for-title'
61
- */
62
- get avatarForTitleAttribute(): AttributeType | null;
63
- /**
64
- * Getting the attribute that has as layout hint 'title'
65
- */
66
- get titleAttribute(): AttributeType | null;
67
- /**
68
- * Update current detail with a new detail model and return a cloned version of the model
69
- */
70
- update(model: ModularUIModel): DetailModel;
71
- /**
72
- */
73
- equals(model: DetailModel): boolean;
74
- }
75
- import ResourceModel from "../base/ResourceModel";
76
- import AttributeCollection from "../attributes/AttributeCollection";
77
- import ActionCollection from "../actions/ActionCollection";
78
- import { AttributeType } from "../types";
79
- import { ModularUIModel } from "../types";
80
- import { ModularUIResponse } from "../../modularui";
@@ -1,51 +0,0 @@
1
- /**
2
- * Form Objects
3
- */
4
- export default class ErrorCollection extends BaseCollection<ErrorModel> {
5
- /**
6
- * constructor
7
- */
8
- constructor(type: string, errorCollection?: ErrorCollection);
9
- _type: string;
10
- collection: any[];
11
- /**
12
- */
13
- get serverErrors(): Array<ErrorModel>;
14
- /**
15
- */
16
- findById(id: string): number;
17
- /**
18
- * Add an error to the collection
19
- */
20
- addError(id: string, defaultMessage?: string, parameters?: MessageParameters, layouthint?: LayoutHintCollection): void;
21
- /**
22
- */
23
- removeError(id: string): void;
24
- /**
25
- * Add a server error to the collection
26
- */
27
- addServerError(id: string, defaultMessage?: string, parameters?: MessageParameters, layouthint?: LayoutHintCollection): void;
28
- /**
29
- */
30
- removeServerError(id: string): void;
31
- /**
32
- */
33
- removeServerErrors(): void;
34
- /**
35
- */
36
- addErrors(errors: Array<ErrorModel>): void;
37
- /**
38
- * Add constraints to error collection
39
- */
40
- addConstraints(constraints: Array<IConstraintModel>): void;
41
- /**
42
- * Indicates if a mandatory constraint is available and if it is in error.
43
- * Rationale: When a mandatory constraint is in error other constraint probably don't mather because there is no value to check
44
- */
45
- hasMandatoryError(): boolean;
46
- }
47
- import ErrorModel from "./ErrorModel";
48
- import BaseCollection from "../base/BaseCollection";
49
- import { MessageParameters } from "../../i18n/types";
50
- import LayoutHintCollection from "../layouthint/LayoutHintCollection";
51
- import { IConstraintModel } from "../types";
@@ -1,41 +0,0 @@
1
- export default ErrorModel;
2
- /**
3
- * Wrapper around an error message / object
4
- */
5
- declare class ErrorModel {
6
- /**
7
- * Contruct
8
- */
9
- constructor(id: string, defaultMessage: string | null, parameters: MessageParameters | null, isClientConstraint?: boolean, layouthint?: LayoutHintCollection);
10
- _id: string;
11
- _defaultMessage: string | null;
12
- _parameters: MessageParameters | null;
13
- _isClientConstraint: boolean;
14
- _layouthint: LayoutHintCollection;
15
- /**
16
- * Get id of error
17
- */
18
- get id(): string;
19
- /**
20
- */
21
- get defaultMessage(): string | null;
22
- /**
23
- */
24
- get parameters(): MessageParameters | null;
25
- /**
26
- */
27
- get isClientConstraint(): boolean;
28
- /**
29
- */
30
- get layouthint(): LayoutHintCollection;
31
- /**
32
- */
33
- get isMandatoryConstraint(): boolean;
34
- /**
35
- * Returns a message object from the error
36
- */
37
- getMessage(): MessageObject;
38
- }
39
- import { MessageParameters } from "../../i18n/types";
40
- import LayoutHintCollection from "../layouthint/LayoutHintCollection";
41
- import { MessageObject } from "../../i18n/types";
@@ -1,156 +0,0 @@
1
- type TitleObject = {};
2
- type RedirectTextObject = {};
3
- type RedirectObject = {};
4
- /**
5
- * Error response model
6
- */
7
- export default class ErrorResponse {
8
- /**
9
- * Construct ErrorResponse
10
- */
11
- constructor(data: Object, connectKey?: string, modelOptions?: ModelOptions);
12
- _error: Object;
13
- _connectKey: string | null;
14
- _modelOptions: ModelOptions | null;
15
- /**
16
- */
17
- set connectKey(key: string);
18
- /**
19
- */
20
- get connectKey(): string | null;
21
- /**
22
- */
23
- get origin(): string;
24
- /**
25
- */
26
- get contextPath(): string;
27
- /**
28
- * Return error information
29
- */
30
- get error(): Object;
31
- /**
32
- * Get request status code
33
- */
34
- get status(): number;
35
- /**
36
- * Return error type information
37
- */
38
- get id(): string;
39
- /**
40
- */
41
- get message(): string;
42
- /**
43
- * Return response error message
44
- */
45
- get responseMessage(): string;
46
- /**
47
- * Return response error title
48
- */
49
- get title(): TitleObject;
50
- /**
51
- * Return response error title message
52
- */
53
- get titleMessage(): string;
54
- /**
55
- * Return response error title Id
56
- */
57
- get titleId(): string;
58
- /**
59
- * Return response error title properties
60
- */
61
- get titleProperties(): Object;
62
- /**
63
- * Return response error redirect
64
- */
65
- get redirect(): RedirectObject;
66
- /**
67
- * Return response error redirect text
68
- */
69
- get redirectText(): RedirectTextObject;
70
- /**
71
- * Return response error redirect text id
72
- */
73
- get redirectTextID(): string;
74
- /**
75
- * Return response error redirect text properties
76
- */
77
- get redirectTextProperties(): Object;
78
- /**
79
- * Return response error redirect text message
80
- */
81
- get redirectMessage(): string;
82
- /**
83
- * Return response error redirect href
84
- */
85
- get redirectHref(): Href;
86
- /**
87
- * Return error response layouthint
88
- */
89
- get layouthint(): LayoutHintCollection;
90
- /**
91
- */
92
- get response(): Object;
93
- /**
94
- */
95
- get properties(): Object;
96
- /**
97
- * Return error parameters
98
- */
99
- get parameters(): MessageParameters | null;
100
- /**
101
- */
102
- get isResourceNotFound(): boolean;
103
- /**
104
- */
105
- get isResourceNotFoundAfterReload(): boolean;
106
- /**
107
- * Check if the error message is an authorization error
108
- */
109
- get isUnauthorized(): boolean;
110
- /**
111
- */
112
- get isChangePassword(): boolean;
113
- /**
114
- */
115
- get isConcurrentUser(): boolean;
116
- /**
117
- */
118
- get isConcurrentError(): boolean;
119
- /**
120
- */
121
- get isBlocked(): boolean;
122
- /**
123
- */
124
- get isInvalidCredentials(): boolean;
125
- /**
126
- */
127
- get isInvalidUsername(): boolean;
128
- /**
129
- */
130
- get isTimeoutError(): boolean;
131
- /**
132
- * A RemoteServiceException occurs when an exception occurs connecting to an external system,
133
- * for example when using the service list panels
134
- */
135
- get isRemoteServiceException(): boolean;
136
- /**
137
- * Get response url
138
- */
139
- get changePasswordHref(): Href | null;
140
- /**
141
- * When no action information is present in the unauthorized response, for now we assume it is Basic Authentication
142
- */
143
- get isBasicAuthentication(): boolean;
144
- /**
145
- * Retrieve a failed login attempt
146
- */
147
- get loginFailed(): boolean;
148
- /**
149
- */
150
- get shouldThrowOnServer(): boolean;
151
- }
152
- import { ModelOptions } from "../types";
153
- import Href from "../href/Href";
154
- import LayoutHintCollection from "../layouthint/LayoutHintCollection";
155
- import { MessageParameters } from "../../i18n/types";
156
- export {};
@@ -1,35 +0,0 @@
1
- /**
2
- * Assignment filter consists of two filters: assignment type and user filter
3
- */
4
- export default class AssignmentFilterModel extends BaseFilterModel {
5
- _assignmenttype: AttributeType | null;
6
- _user: AttributeType | null;
7
- /**
8
- */
9
- get key(): string | null;
10
- /**
11
- */
12
- get contextid(): string;
13
- /**
14
- * Creates an assignmenttype model when assignmenttype json is present
15
- */
16
- createAssignmentTypeModel(): AttributeType | null;
17
- /**
18
- * Creates an assignmenttype model when userkey json is present
19
- */
20
- createUserModel(): AttributeType | null;
21
- /**
22
- * The assignment filter consists of two part. This method return the assignment type attribute
23
- */
24
- get assignmenttype(): AttributeType | null;
25
- /**
26
- * The assignment filter consists of two part. This method return the user identifier attribute
27
- */
28
- get user(): AttributeType | null;
29
- /**
30
- * Reset the values within the filter
31
- */
32
- reset(): AssignmentFilterModel;
33
- }
34
- import BaseFilterModel from "../filters/BaseFilterModel";
35
- import { AttributeType } from "../types";
@@ -1,101 +0,0 @@
1
- /**
2
- * Base class for filters
3
- */
4
- export default class BaseFilterModel extends BaseModel {
5
- _attribute: AttributeType | null;
6
- _context: Object;
7
- _listKey: string;
8
- /**
9
- * Set key of list this filter belongs to
10
- */
11
- set listkey(key: string);
12
- /**
13
- * Getting key of the list these filters apply to
14
- */
15
- get listkey(): string;
16
- /**
17
- * Get the type of a filter.
18
- */
19
- get type(): string;
20
- /**
21
- * Create attribute through the attribute factory. Create type based on filter key without the filter suffix
22
- */
23
- createAttribute(type: string, param: string, data: Object, contributions: Object): AttributeType | null;
24
- /**
25
- * Inidiates if filter is multiplechoice
26
- */
27
- get isMultiple(): boolean;
28
- /**
29
- * Set context of filter
30
- */
31
- set context(context: Object);
32
- /**
33
- * Getting context data
34
- */
35
- get context(): Object;
36
- /**
37
- * Getting the context label
38
- */
39
- get contextLabel(): string;
40
- /**
41
- * Getting the label of the filter
42
- */
43
- get label(): string;
44
- /**
45
- * Getting the name of the filter
46
- */
47
- get name(): string;
48
- /**
49
- * Getting the param name of the filter
50
- */
51
- get param(): string;
52
- /**
53
- * Get attribute of filter
54
- */
55
- get attribute(): AttributeType;
56
- /**
57
- * Retrieve the parameters with it's value for this filter
58
- */
59
- get params(): Array<{
60
- name: string;
61
- value: string | null;
62
- }>;
63
- /**
64
- * Getting the value of the filter
65
- */
66
- get value(): string | null;
67
- /**
68
- * Getting the inputvalue of the filter
69
- */
70
- get inputvalue(): string;
71
- /**
72
- * Reset the value of this filter to undefined
73
- */
74
- reset(): FilterType;
75
- /**
76
- * Update this filter with input name and value
77
- */
78
- update(attribute: AttributeType, value: string): void;
79
- /**
80
- * Inidicates if filter is a quick search filter
81
- */
82
- isQuickSearch(): boolean;
83
- /**
84
- * Inidiates if filter is active
85
- */
86
- isActive(): boolean;
87
- /**
88
- * Inidiates if filter is valid
89
- */
90
- get isValid(): boolean;
91
- /**
92
- */
93
- get readonlyvalue(): string;
94
- /**
95
- * Get assistant message
96
- */
97
- get assistantMessage(): string | null;
98
- }
99
- import BaseModel from "../base/BaseModel";
100
- import { AttributeType } from "../types";
101
- import { FilterType } from "../types";
@@ -1,6 +0,0 @@
1
- /**
2
- * The concept index model is a special filter used to index all first concept label letters in de modelcatalog.
3
- */
4
- export default class ConceptIndexFilterModel extends BaseFilterModel {
5
- }
6
- import BaseFilterModel from "../filters/BaseFilterModel";
@@ -1,49 +0,0 @@
1
- /**
2
- * Contains a collection of filters
3
- */
4
- export default class FilterCollection extends BaseCollection<FilterType> {
5
- /**
6
- * Construct a collection of filters
7
- */
8
- constructor(data?: Object, contributions?: Object, modelOptions?: ModelOptions);
9
- collection: any;
10
- /**
11
- */
12
- createFilter(filterKey: string, data: Object, contributions: Object, modelOptions?: ModelOptions): FilterType;
13
- /**
14
- * Call the reset function on all filters
15
- *
16
- * @see {FilterType#reset()}
17
- */
18
- reset(): FilterCollection;
19
- /**
20
- * Checks if range attribute key equals key
21
- */
22
- checkRangeFilterByAttributeKey(filter: RangeFilterModel, key: string): boolean;
23
- /**
24
- * Check if assignment filter attribute matches key
25
- */
26
- checkAssignmentFilterByAttributeKey(filter: AssignmentFilterModel, key: string): boolean;
27
- /**
28
- * Getting the filter by name
29
- */
30
- getFilterByAttributeKey(key: string): FilterType | null;
31
- /**
32
- * Update Filter by input name and value
33
- */
34
- update(attribute: AttributeType, value: string): void;
35
- /**
36
- * Retrieve if all filters are valid
37
- */
38
- get isValid(): boolean;
39
- /**
40
- * Indicates if an active filter is present in the collection
41
- */
42
- hasActiveFilters(): boolean;
43
- }
44
- import { FilterType } from "../types";
45
- import BaseCollection from "../base/BaseCollection";
46
- import { ModelOptions } from "../types";
47
- import RangeFilterModel from "../filters/RangeFilterModel";
48
- import AssignmentFilterModel from "../filters/AssignmentFilterModel";
49
- import { AttributeType } from "../types";
@@ -1,5 +0,0 @@
1
- /**
2
- */
3
- export default class FilterModel extends BaseFilterModel {
4
- }
5
- import BaseFilterModel from "../filters/BaseFilterModel";
@@ -1,6 +0,0 @@
1
- /**
2
- * Range filter, for instance a date range filter or a number range filter
3
- */
4
- export default class RangeFilterModel extends BaseFilterModel {
5
- }
6
- import BaseFilterModel from "../filters/BaseFilterModel";
@@ -1,30 +0,0 @@
1
- /**
2
- * StringFilterModel can handle string filters with multiple setting
3
- */
4
- export default class StringFilterModel extends FilterModel {
5
- _isValid: boolean;
6
- _value: string | null;
7
- _inputvalue: string;
8
- /**
9
- */
10
- get operator(): string;
11
- /**
12
- */
13
- formatValue(value: string): string;
14
- /**
15
- */
16
- isBSN(): boolean;
17
- /**
18
- */
19
- isIBAN(): boolean;
20
- /**
21
- */
22
- isZipcode(): boolean;
23
- /**
24
- */
25
- removeFormat(value: string | null): string;
26
- /**
27
- */
28
- shouldHandleFormat(): boolean;
29
- }
30
- import FilterModel from "./FilterModel";