@beinformed/ui 1.62.8 → 1.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (649) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/esm/models/attributes/__tests__/AttributeContent.spec.js.flow +1 -1
  3. package/esm/models/content/SectionModel.js +22 -11
  4. package/esm/models/content/SectionModel.js.flow +32 -19
  5. package/esm/models/content/SectionModel.js.map +1 -1
  6. package/esm/models/content/__tests__/ContentModel.spec.js.flow +35 -0
  7. package/esm/models/types.js.flow +2 -1
  8. package/esm/models/types.js.map +1 -1
  9. package/esm/react-server/__tests__/requestInformation.spec.js.flow +265 -0
  10. package/esm/react-server/requestInformation.js +6 -3
  11. package/esm/react-server/requestInformation.js.flow +8 -3
  12. package/esm/react-server/requestInformation.js.map +1 -1
  13. package/lib/models/content/SectionModel.js +22 -11
  14. package/lib/models/content/SectionModel.js.map +1 -1
  15. package/lib/models/types.js.map +1 -1
  16. package/lib/react-server/requestInformation.js +6 -3
  17. package/lib/react-server/requestInformation.js.map +1 -1
  18. package/package.json +3 -3
  19. package/src/models/attributes/__tests__/AttributeContent.spec.js +1 -1
  20. package/src/models/content/SectionModel.js +32 -19
  21. package/src/models/content/__tests__/ContentModel.spec.js +35 -0
  22. package/src/models/content/__tests__/content-with-sections.json +105 -0
  23. package/src/models/types.js +2 -1
  24. package/src/react-server/__tests__/requestInformation.spec.js +265 -0
  25. package/src/react-server/requestInformation.js +8 -3
  26. package/esm/builder/index.d.ts +0 -1
  27. package/esm/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  28. package/esm/constants/Constants.d.ts +0 -158
  29. package/esm/constants/LayoutHintConfig.d.ts +0 -267
  30. package/esm/constants/LayoutHints.d.ts +0 -83
  31. package/esm/constants/Settings.d.ts +0 -33
  32. package/esm/constants/index.d.ts +0 -3
  33. package/esm/exceptions/ConfigurationException.d.ts +0 -7
  34. package/esm/exceptions/FetchException.d.ts +0 -31
  35. package/esm/exceptions/IllegalArgumentException.d.ts +0 -7
  36. package/esm/exceptions/IllegalReturnException.d.ts +0 -6
  37. package/esm/exceptions/IllegalStateException.d.ts +0 -7
  38. package/esm/exceptions/JsonParseException.d.ts +0 -7
  39. package/esm/exceptions/MissingPropertyException.d.ts +0 -7
  40. package/esm/exceptions/NetworkException.d.ts +0 -9
  41. package/esm/exceptions/NotAllowedUriException.d.ts +0 -7
  42. package/esm/exceptions/NotFoundException.d.ts +0 -10
  43. package/esm/exceptions/ServerRequestException.d.ts +0 -7
  44. package/esm/exceptions/ThemePropertyException.d.ts +0 -7
  45. package/esm/exceptions/TimeoutException.d.ts +0 -7
  46. package/esm/exceptions/UnauthorizedException.d.ts +0 -11
  47. package/esm/exceptions/UnsupportedOperationException.d.ts +0 -7
  48. package/esm/exceptions/index.d.ts +0 -15
  49. package/esm/hooks/index.d.ts +0 -16
  50. package/esm/hooks/useAllFormsOnModel.d.ts +0 -7
  51. package/esm/hooks/useAuthentication.d.ts +0 -16
  52. package/esm/hooks/useContent.d.ts +0 -3
  53. package/esm/hooks/useDeepCompareEffect.d.ts +0 -6
  54. package/esm/hooks/useForm.d.ts +0 -21
  55. package/esm/hooks/useI18n.d.ts +0 -13
  56. package/esm/hooks/useModal.d.ts +0 -12
  57. package/esm/hooks/useModelCatalog.d.ts +0 -34
  58. package/esm/hooks/useModels.d.ts +0 -10
  59. package/esm/hooks/useModularUI.d.ts +0 -3
  60. package/esm/hooks/useModularUIBasic.d.ts +0 -9
  61. package/esm/hooks/useModularUIModel.d.ts +0 -27
  62. package/esm/hooks/useModularUIRequest.d.ts +0 -4
  63. package/esm/hooks/useNotification.d.ts +0 -8
  64. package/esm/hooks/usePreference.d.ts +0 -2
  65. package/esm/hooks/useProgressIndicator.d.ts +0 -9
  66. package/esm/hooks/useRouter.d.ts +0 -23
  67. package/esm/i18n/Locale.d.ts +0 -53
  68. package/esm/i18n/Locales.d.ts +0 -59
  69. package/esm/i18n/Message.d.ts +0 -6
  70. package/esm/i18n/index.d.ts +0 -5
  71. package/esm/i18n/languages.d.ts +0 -215
  72. package/esm/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  73. package/esm/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  74. package/esm/i18n/types.d.ts +0 -11
  75. package/esm/i18n/withMessage.d.ts +0 -3
  76. package/esm/index.d.ts +0 -6
  77. package/esm/models/actions/ActionCollection.d.ts +0 -30
  78. package/esm/models/actions/ActionModel.d.ts +0 -82
  79. package/esm/models/application/ApplicationModel.d.ts +0 -48
  80. package/esm/models/attributes/AttributeCollection.d.ts +0 -102
  81. package/esm/models/attributes/AttributeContent.d.ts +0 -64
  82. package/esm/models/attributes/AttributeDataHelper.d.ts +0 -67
  83. package/esm/models/attributes/AttributeModel.d.ts +0 -398
  84. package/esm/models/attributes/AttributeSetModel.d.ts +0 -36
  85. package/esm/models/attributes/BooleanAttributeModel.d.ts +0 -69
  86. package/esm/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  87. package/esm/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  88. package/esm/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  89. package/esm/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  90. package/esm/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  91. package/esm/models/attributes/CompositeAttributeModel.d.ts +0 -42
  92. package/esm/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  93. package/esm/models/attributes/HelptextAttributeModel.d.ts +0 -16
  94. package/esm/models/attributes/LabelAttributeModel.d.ts +0 -12
  95. package/esm/models/attributes/MemoAttributeModel.d.ts +0 -14
  96. package/esm/models/attributes/MoneyAttributeModel.d.ts +0 -14
  97. package/esm/models/attributes/NumberAttributeModel.d.ts +0 -49
  98. package/esm/models/attributes/PasswordAttributeModel.d.ts +0 -62
  99. package/esm/models/attributes/StringAttributeModel.d.ts +0 -65
  100. package/esm/models/attributes/UploadAttributeModel.d.ts +0 -60
  101. package/esm/models/attributes/XMLAttributeModel.d.ts +0 -10
  102. package/esm/models/attributes/_createAttribute.d.ts +0 -7
  103. package/esm/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  104. package/esm/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  105. package/esm/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  106. package/esm/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  107. package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  108. package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  109. package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  110. package/esm/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  111. package/esm/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  112. package/esm/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  113. package/esm/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  114. package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  115. package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  116. package/esm/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  117. package/esm/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  118. package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  119. package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  120. package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  121. package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  122. package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  123. package/esm/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  124. package/esm/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  125. package/esm/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  126. package/esm/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  127. package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  128. package/esm/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  129. package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  130. package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  131. package/esm/models/base/BaseCollection.d.ts +0 -89
  132. package/esm/models/base/BaseModel.d.ts +0 -78
  133. package/esm/models/base/ResourceCollection.d.ts +0 -20
  134. package/esm/models/base/ResourceModel.d.ts +0 -102
  135. package/esm/models/caseview/CaseViewModel.d.ts +0 -46
  136. package/esm/models/concepts/BusinessScenarioModel.d.ts +0 -20
  137. package/esm/models/concepts/ConceptDetailModel.d.ts +0 -86
  138. package/esm/models/concepts/ConceptIndexModel.d.ts +0 -44
  139. package/esm/models/concepts/ConceptLinkModel.d.ts +0 -82
  140. package/esm/models/concepts/ConceptRelationCollection.d.ts +0 -36
  141. package/esm/models/concepts/ConceptRelationModel.d.ts +0 -61
  142. package/esm/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  143. package/esm/models/concepts/SourceReferenceCollection.d.ts +0 -14
  144. package/esm/models/concepts/SourceReferenceModel.d.ts +0 -48
  145. package/esm/models/content/ContentIndexModel.d.ts +0 -41
  146. package/esm/models/content/ContentLinkModel.d.ts +0 -102
  147. package/esm/models/content/ContentModel.d.ts +0 -80
  148. package/esm/models/content/ContentTOCModel.d.ts +0 -56
  149. package/esm/models/content/ContentTypeModel.d.ts +0 -26
  150. package/esm/models/content/SectionModel.d.ts +0 -79
  151. package/esm/models/content/SubSectionModel.d.ts +0 -69
  152. package/esm/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  153. package/esm/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  154. package/esm/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  155. package/esm/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  156. package/esm/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  157. package/esm/models/detail/DetailModel.d.ts +0 -80
  158. package/esm/models/error/ErrorCollection.d.ts +0 -51
  159. package/esm/models/error/ErrorModel.d.ts +0 -41
  160. package/esm/models/error/ErrorResponse.d.ts +0 -156
  161. package/esm/models/filters/AssignmentFilterModel.d.ts +0 -35
  162. package/esm/models/filters/BaseFilterModel.d.ts +0 -101
  163. package/esm/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  164. package/esm/models/filters/FilterCollection.d.ts +0 -49
  165. package/esm/models/filters/FilterModel.d.ts +0 -5
  166. package/esm/models/filters/RangeFilterModel.d.ts +0 -6
  167. package/esm/models/filters/StringFilterModel.d.ts +0 -30
  168. package/esm/models/form/FormModel.d.ts +0 -350
  169. package/esm/models/form/FormObjectModel.d.ts +0 -210
  170. package/esm/models/grouping/GroupingModel.d.ts +0 -86
  171. package/esm/models/href/Href.d.ts +0 -218
  172. package/esm/models/href/ListHref.d.ts +0 -64
  173. package/esm/models/index.d.ts +0 -96
  174. package/esm/models/layouthint/LayoutHintCollection.d.ts +0 -43
  175. package/esm/models/links/LinkCollection.d.ts +0 -71
  176. package/esm/models/links/LinkModel.d.ts +0 -93
  177. package/esm/models/links/normalizeLinkJSON.d.ts +0 -9
  178. package/esm/models/list/ListDetailModel.d.ts +0 -69
  179. package/esm/models/list/ListHeaderModel.d.ts +0 -53
  180. package/esm/models/list/ListItemCollection.d.ts +0 -21
  181. package/esm/models/list/ListItemModel.d.ts +0 -35
  182. package/esm/models/list/ListModel.d.ts +0 -143
  183. package/esm/models/lookup/LookupOptionCollection.d.ts +0 -15
  184. package/esm/models/lookup/LookupOptionsModel.d.ts +0 -23
  185. package/esm/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  186. package/esm/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  187. package/esm/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  188. package/esm/models/paging/PagesizeModel.d.ts +0 -25
  189. package/esm/models/paging/PagingModel.d.ts +0 -49
  190. package/esm/models/panels/GroupingPanelModel.d.ts +0 -49
  191. package/esm/models/parameter/Parameter.d.ts +0 -40
  192. package/esm/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  193. package/esm/models/resolveModel.d.ts +0 -7
  194. package/esm/models/search/CaseSearchModel.d.ts +0 -14
  195. package/esm/models/sorting/SortOptionModel.d.ts +0 -48
  196. package/esm/models/sorting/SortingModel.d.ts +0 -42
  197. package/esm/models/tab/TabModel.d.ts +0 -53
  198. package/esm/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  199. package/esm/models/taskgroup/TaskGroupModel.d.ts +0 -25
  200. package/esm/models/types.d.ts +0 -171
  201. package/esm/models/user/UserModel.d.ts +0 -18
  202. package/esm/models/user/UserProfileModel.d.ts +0 -17
  203. package/esm/models/user/UserServicesModel.d.ts +0 -39
  204. package/esm/modularui/Authenticate.d.ts +0 -46
  205. package/esm/modularui/CaptchaRequest.d.ts +0 -54
  206. package/esm/modularui/ModularUIError.d.ts +0 -10
  207. package/esm/modularui/ModularUIRequest.d.ts +0 -207
  208. package/esm/modularui/ModularUIResponse.d.ts +0 -78
  209. package/esm/modularui/UploadRequest.d.ts +0 -41
  210. package/esm/modularui/index.d.ts +0 -5
  211. package/esm/modularui/types.d.ts +0 -2
  212. package/esm/react/ErrorBoundary.d.ts +0 -31
  213. package/esm/react/ErrorBoundaryFallback.d.ts +0 -8
  214. package/esm/react/index.d.ts +0 -2
  215. package/esm/react/utils.d.ts +0 -5
  216. package/esm/react-client/Init.d.ts +0 -6
  217. package/esm/react-client/client.d.ts +0 -25
  218. package/esm/react-client/contextPath.d.ts +0 -1
  219. package/esm/react-client/index.d.ts +0 -3
  220. package/esm/react-client/rehydrate.d.ts +0 -5
  221. package/esm/react-server/contextPath.d.ts +0 -1
  222. package/esm/react-server/createSSRComplete.d.ts +0 -5
  223. package/esm/react-server/htmlpage.d.ts +0 -11
  224. package/esm/react-server/index.d.ts +0 -8
  225. package/esm/react-server/renderSSRComplete.d.ts +0 -13
  226. package/esm/react-server/renderSSRMinimal.d.ts +0 -11
  227. package/esm/react-server/requestInformation.d.ts +0 -6
  228. package/esm/react-server/serverNoSSR.d.ts +0 -15
  229. package/esm/react-server/serverSSR.d.ts +0 -15
  230. package/esm/react-server/serverUtil.d.ts +0 -46
  231. package/esm/react-theme/ThemeProvider.d.ts +0 -8
  232. package/esm/react-theme/createTheme.d.ts +0 -53
  233. package/esm/react-theme/index.d.ts +0 -10
  234. package/esm/react-theme/types.d.ts +0 -13
  235. package/esm/react-theme/useTheme.d.ts +0 -4
  236. package/esm/react-theme/utils/background.d.ts +0 -4
  237. package/esm/react-theme/utils/colors.d.ts +0 -9
  238. package/esm/react-theme/utils/contrast.d.ts +0 -18
  239. package/esm/react-theme/utils/corners.d.ts +0 -3
  240. package/esm/react-theme/utils/spacers.d.ts +0 -9
  241. package/esm/react-theme/utils/themeProps.d.ts +0 -7
  242. package/esm/redux/_i18n/I18nActions.d.ts +0 -7
  243. package/esm/redux/_i18n/I18nReducer.d.ts +0 -7
  244. package/esm/redux/_i18n/index.d.ts +0 -3
  245. package/esm/redux/_i18n/types.d.ts +0 -13
  246. package/esm/redux/_modularui/ModularUIActions.d.ts +0 -26
  247. package/esm/redux/_modularui/ModularUIConnector.d.ts +0 -7
  248. package/esm/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  249. package/esm/redux/_modularui/ModularUIReducer.d.ts +0 -7
  250. package/esm/redux/_modularui/ModularUISelectors.d.ts +0 -3
  251. package/esm/redux/_modularui/ModularUIUtils.d.ts +0 -5
  252. package/esm/redux/_modularui/index.d.ts +0 -8
  253. package/esm/redux/_modularui/types.d.ts +0 -84
  254. package/esm/redux/_modularui/withModularUI.d.ts +0 -3
  255. package/esm/redux/_router/RouterActions.d.ts +0 -10
  256. package/esm/redux/_router/RouterConnectors.d.ts +0 -6
  257. package/esm/redux/_router/RouterMiddleware.d.ts +0 -5
  258. package/esm/redux/_router/RouterReducer.d.ts +0 -7
  259. package/esm/redux/_router/index.d.ts +0 -5
  260. package/esm/redux/_router/types.d.ts +0 -35
  261. package/esm/redux/actions/Application.d.ts +0 -4
  262. package/esm/redux/actions/Authorization.d.ts +0 -3
  263. package/esm/redux/actions/Error.d.ts +0 -7
  264. package/esm/redux/actions/Form.d.ts +0 -5
  265. package/esm/redux/actions/FormAttributeSet.d.ts +0 -6
  266. package/esm/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  267. package/esm/redux/actions/FormAutosave.d.ts +0 -3
  268. package/esm/redux/actions/FormAutosubmit.d.ts +0 -4
  269. package/esm/redux/actions/FormAutoupdate.d.ts +0 -4
  270. package/esm/redux/actions/FormValidations.d.ts +0 -3
  271. package/esm/redux/actions/Modals.d.ts +0 -4
  272. package/esm/redux/actions/ModelCatalog.d.ts +0 -2
  273. package/esm/redux/actions/Notification.d.ts +0 -10
  274. package/esm/redux/actions/Preferences.d.ts +0 -11
  275. package/esm/redux/actions/ProgressIndicator.d.ts +0 -8
  276. package/esm/redux/actions/SignIn.d.ts +0 -10
  277. package/esm/redux/actions/SignOut.d.ts +0 -4
  278. package/esm/redux/actions/index.d.ts +0 -16
  279. package/esm/redux/connectors/Application.d.ts +0 -4
  280. package/esm/redux/connectors/Breadcrumb.d.ts +0 -3
  281. package/esm/redux/connectors/CaseView.d.ts +0 -4
  282. package/esm/redux/connectors/ConceptDetail.d.ts +0 -4
  283. package/esm/redux/connectors/ContentBrowser.d.ts +0 -4
  284. package/esm/redux/connectors/ContentDetail.d.ts +0 -4
  285. package/esm/redux/connectors/ContentDetailSection.d.ts +0 -4
  286. package/esm/redux/connectors/Form.d.ts +0 -16
  287. package/esm/redux/connectors/FormAttributeSet.d.ts +0 -5
  288. package/esm/redux/connectors/ListDetail.d.ts +0 -4
  289. package/esm/redux/connectors/Modal.d.ts +0 -4
  290. package/esm/redux/connectors/ModelCatalog.d.ts +0 -4
  291. package/esm/redux/connectors/Notification.d.ts +0 -4
  292. package/esm/redux/connectors/PanelRenderer.d.ts +0 -4
  293. package/esm/redux/connectors/Preferences.d.ts +0 -2
  294. package/esm/redux/connectors/Progress.d.ts +0 -3
  295. package/esm/redux/connectors/ProgressIndicator.d.ts +0 -3
  296. package/esm/redux/connectors/QuickSearch.d.ts +0 -11
  297. package/esm/redux/connectors/SignIn.d.ts +0 -4
  298. package/esm/redux/connectors/SignOut.d.ts +0 -4
  299. package/esm/redux/connectors/Tab.d.ts +0 -4
  300. package/esm/redux/connectors/index.d.ts +0 -21
  301. package/esm/redux/index.d.ts +0 -9
  302. package/esm/redux/reducers/AuthReducer.d.ts +0 -8
  303. package/esm/redux/reducers/ErrorReducer.d.ts +0 -8
  304. package/esm/redux/reducers/ModalsReducer.d.ts +0 -8
  305. package/esm/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  306. package/esm/redux/reducers/NotificationReducer.d.ts +0 -8
  307. package/esm/redux/reducers/PreferencesReducer.d.ts +0 -8
  308. package/esm/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  309. package/esm/redux/reducers/createReducer.d.ts +0 -14
  310. package/esm/redux/reducers/index.d.ts +0 -8
  311. package/esm/redux/selectors/i18n.d.ts +0 -4
  312. package/esm/redux/selectors/index.d.ts +0 -2
  313. package/esm/redux/selectors/modelcatalog.d.ts +0 -2
  314. package/esm/redux/store/beforeRenderHooks.d.ts +0 -7
  315. package/esm/redux/store/configureStore.d.ts +0 -9
  316. package/esm/redux/types.d.ts +0 -113
  317. package/esm/utils/browser/Cache.d.ts +0 -45
  318. package/esm/utils/browser/Cookies.d.ts +0 -9
  319. package/esm/utils/datetime/DateTimeUtil.d.ts +0 -214
  320. package/esm/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  321. package/esm/utils/fetch/serverFetch.d.ts +0 -5
  322. package/esm/utils/fetch/types.d.ts +0 -44
  323. package/esm/utils/fetch/universalFetch.d.ts +0 -7
  324. package/esm/utils/fetch/xhr.d.ts +0 -5
  325. package/esm/utils/helpers/checkResource.d.ts +0 -3
  326. package/esm/utils/helpers/createHash.d.ts +0 -9
  327. package/esm/utils/helpers/createHref.d.ts +0 -8
  328. package/esm/utils/helpers/createUUID.d.ts +0 -4
  329. package/esm/utils/helpers/index.d.ts +0 -8
  330. package/esm/utils/helpers/objects.d.ts +0 -11
  331. package/esm/utils/helpers/repositoryResource.d.ts +0 -1
  332. package/esm/utils/helpers/sanitizeHtml.d.ts +0 -9
  333. package/esm/utils/helpers/text.d.ts +0 -7
  334. package/esm/utils/index.d.ts +0 -11
  335. package/esm/utils/number/DecimalFormat.d.ts +0 -90
  336. package/esm/utils/number/formatValue.d.ts +0 -4
  337. package/esm/utils/number/parseNumbers.d.ts +0 -9
  338. package/lib/builder/index.d.ts +0 -1
  339. package/lib/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  340. package/lib/constants/Constants.d.ts +0 -158
  341. package/lib/constants/LayoutHintConfig.d.ts +0 -267
  342. package/lib/constants/LayoutHints.d.ts +0 -83
  343. package/lib/constants/Settings.d.ts +0 -33
  344. package/lib/constants/index.d.ts +0 -3
  345. package/lib/exceptions/ConfigurationException.d.ts +0 -7
  346. package/lib/exceptions/FetchException.d.ts +0 -31
  347. package/lib/exceptions/IllegalArgumentException.d.ts +0 -7
  348. package/lib/exceptions/IllegalReturnException.d.ts +0 -6
  349. package/lib/exceptions/IllegalStateException.d.ts +0 -7
  350. package/lib/exceptions/JsonParseException.d.ts +0 -7
  351. package/lib/exceptions/MissingPropertyException.d.ts +0 -7
  352. package/lib/exceptions/NetworkException.d.ts +0 -9
  353. package/lib/exceptions/NotAllowedUriException.d.ts +0 -7
  354. package/lib/exceptions/NotFoundException.d.ts +0 -10
  355. package/lib/exceptions/ServerRequestException.d.ts +0 -7
  356. package/lib/exceptions/ThemePropertyException.d.ts +0 -7
  357. package/lib/exceptions/TimeoutException.d.ts +0 -7
  358. package/lib/exceptions/UnauthorizedException.d.ts +0 -11
  359. package/lib/exceptions/UnsupportedOperationException.d.ts +0 -7
  360. package/lib/exceptions/index.d.ts +0 -15
  361. package/lib/hooks/index.d.ts +0 -16
  362. package/lib/hooks/useAllFormsOnModel.d.ts +0 -7
  363. package/lib/hooks/useAuthentication.d.ts +0 -16
  364. package/lib/hooks/useContent.d.ts +0 -3
  365. package/lib/hooks/useDeepCompareEffect.d.ts +0 -6
  366. package/lib/hooks/useForm.d.ts +0 -21
  367. package/lib/hooks/useI18n.d.ts +0 -13
  368. package/lib/hooks/useModal.d.ts +0 -12
  369. package/lib/hooks/useModelCatalog.d.ts +0 -34
  370. package/lib/hooks/useModels.d.ts +0 -10
  371. package/lib/hooks/useModularUI.d.ts +0 -3
  372. package/lib/hooks/useModularUIBasic.d.ts +0 -9
  373. package/lib/hooks/useModularUIModel.d.ts +0 -27
  374. package/lib/hooks/useModularUIRequest.d.ts +0 -4
  375. package/lib/hooks/useNotification.d.ts +0 -8
  376. package/lib/hooks/usePreference.d.ts +0 -2
  377. package/lib/hooks/useProgressIndicator.d.ts +0 -9
  378. package/lib/hooks/useRouter.d.ts +0 -23
  379. package/lib/i18n/Locale.d.ts +0 -53
  380. package/lib/i18n/Locales.d.ts +0 -59
  381. package/lib/i18n/Message.d.ts +0 -6
  382. package/lib/i18n/index.d.ts +0 -5
  383. package/lib/i18n/languages.d.ts +0 -215
  384. package/lib/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  385. package/lib/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  386. package/lib/i18n/types.d.ts +0 -11
  387. package/lib/i18n/withMessage.d.ts +0 -3
  388. package/lib/index.d.ts +0 -6
  389. package/lib/models/actions/ActionCollection.d.ts +0 -30
  390. package/lib/models/actions/ActionModel.d.ts +0 -82
  391. package/lib/models/application/ApplicationModel.d.ts +0 -48
  392. package/lib/models/attributes/AttributeCollection.d.ts +0 -102
  393. package/lib/models/attributes/AttributeContent.d.ts +0 -64
  394. package/lib/models/attributes/AttributeDataHelper.d.ts +0 -67
  395. package/lib/models/attributes/AttributeModel.d.ts +0 -398
  396. package/lib/models/attributes/AttributeSetModel.d.ts +0 -36
  397. package/lib/models/attributes/BooleanAttributeModel.d.ts +0 -69
  398. package/lib/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  399. package/lib/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  400. package/lib/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  401. package/lib/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  402. package/lib/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  403. package/lib/models/attributes/CompositeAttributeModel.d.ts +0 -42
  404. package/lib/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  405. package/lib/models/attributes/HelptextAttributeModel.d.ts +0 -16
  406. package/lib/models/attributes/LabelAttributeModel.d.ts +0 -12
  407. package/lib/models/attributes/MemoAttributeModel.d.ts +0 -14
  408. package/lib/models/attributes/MoneyAttributeModel.d.ts +0 -14
  409. package/lib/models/attributes/NumberAttributeModel.d.ts +0 -49
  410. package/lib/models/attributes/PasswordAttributeModel.d.ts +0 -62
  411. package/lib/models/attributes/StringAttributeModel.d.ts +0 -65
  412. package/lib/models/attributes/UploadAttributeModel.d.ts +0 -60
  413. package/lib/models/attributes/XMLAttributeModel.d.ts +0 -10
  414. package/lib/models/attributes/_createAttribute.d.ts +0 -7
  415. package/lib/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  416. package/lib/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  417. package/lib/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  418. package/lib/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  419. package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  420. package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  421. package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  422. package/lib/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  423. package/lib/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  424. package/lib/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  425. package/lib/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  426. package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  427. package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  428. package/lib/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  429. package/lib/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  430. package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  431. package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  432. package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  433. package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  434. package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  435. package/lib/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  436. package/lib/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  437. package/lib/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  438. package/lib/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  439. package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  440. package/lib/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  441. package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  442. package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  443. package/lib/models/base/BaseCollection.d.ts +0 -89
  444. package/lib/models/base/BaseModel.d.ts +0 -78
  445. package/lib/models/base/ResourceCollection.d.ts +0 -20
  446. package/lib/models/base/ResourceModel.d.ts +0 -102
  447. package/lib/models/caseview/CaseViewModel.d.ts +0 -46
  448. package/lib/models/concepts/BusinessScenarioModel.d.ts +0 -20
  449. package/lib/models/concepts/ConceptDetailModel.d.ts +0 -86
  450. package/lib/models/concepts/ConceptIndexModel.d.ts +0 -44
  451. package/lib/models/concepts/ConceptLinkModel.d.ts +0 -82
  452. package/lib/models/concepts/ConceptRelationCollection.d.ts +0 -36
  453. package/lib/models/concepts/ConceptRelationModel.d.ts +0 -61
  454. package/lib/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  455. package/lib/models/concepts/SourceReferenceCollection.d.ts +0 -14
  456. package/lib/models/concepts/SourceReferenceModel.d.ts +0 -48
  457. package/lib/models/content/ContentIndexModel.d.ts +0 -41
  458. package/lib/models/content/ContentLinkModel.d.ts +0 -102
  459. package/lib/models/content/ContentModel.d.ts +0 -80
  460. package/lib/models/content/ContentTOCModel.d.ts +0 -56
  461. package/lib/models/content/ContentTypeModel.d.ts +0 -26
  462. package/lib/models/content/SectionModel.d.ts +0 -79
  463. package/lib/models/content/SubSectionModel.d.ts +0 -69
  464. package/lib/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  465. package/lib/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  466. package/lib/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  467. package/lib/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  468. package/lib/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  469. package/lib/models/detail/DetailModel.d.ts +0 -80
  470. package/lib/models/error/ErrorCollection.d.ts +0 -51
  471. package/lib/models/error/ErrorModel.d.ts +0 -41
  472. package/lib/models/error/ErrorResponse.d.ts +0 -156
  473. package/lib/models/filters/AssignmentFilterModel.d.ts +0 -35
  474. package/lib/models/filters/BaseFilterModel.d.ts +0 -101
  475. package/lib/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  476. package/lib/models/filters/FilterCollection.d.ts +0 -49
  477. package/lib/models/filters/FilterModel.d.ts +0 -5
  478. package/lib/models/filters/RangeFilterModel.d.ts +0 -6
  479. package/lib/models/filters/StringFilterModel.d.ts +0 -30
  480. package/lib/models/form/FormModel.d.ts +0 -350
  481. package/lib/models/form/FormObjectModel.d.ts +0 -210
  482. package/lib/models/grouping/GroupingModel.d.ts +0 -86
  483. package/lib/models/href/Href.d.ts +0 -218
  484. package/lib/models/href/ListHref.d.ts +0 -64
  485. package/lib/models/index.d.ts +0 -96
  486. package/lib/models/layouthint/LayoutHintCollection.d.ts +0 -43
  487. package/lib/models/links/LinkCollection.d.ts +0 -71
  488. package/lib/models/links/LinkModel.d.ts +0 -93
  489. package/lib/models/links/normalizeLinkJSON.d.ts +0 -9
  490. package/lib/models/list/ListDetailModel.d.ts +0 -69
  491. package/lib/models/list/ListHeaderModel.d.ts +0 -53
  492. package/lib/models/list/ListItemCollection.d.ts +0 -21
  493. package/lib/models/list/ListItemModel.d.ts +0 -35
  494. package/lib/models/list/ListModel.d.ts +0 -143
  495. package/lib/models/lookup/LookupOptionCollection.d.ts +0 -15
  496. package/lib/models/lookup/LookupOptionsModel.d.ts +0 -23
  497. package/lib/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  498. package/lib/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  499. package/lib/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  500. package/lib/models/paging/PagesizeModel.d.ts +0 -25
  501. package/lib/models/paging/PagingModel.d.ts +0 -49
  502. package/lib/models/panels/GroupingPanelModel.d.ts +0 -49
  503. package/lib/models/parameter/Parameter.d.ts +0 -40
  504. package/lib/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  505. package/lib/models/resolveModel.d.ts +0 -7
  506. package/lib/models/search/CaseSearchModel.d.ts +0 -14
  507. package/lib/models/sorting/SortOptionModel.d.ts +0 -48
  508. package/lib/models/sorting/SortingModel.d.ts +0 -42
  509. package/lib/models/tab/TabModel.d.ts +0 -53
  510. package/lib/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  511. package/lib/models/taskgroup/TaskGroupModel.d.ts +0 -25
  512. package/lib/models/types.d.ts +0 -171
  513. package/lib/models/user/UserModel.d.ts +0 -18
  514. package/lib/models/user/UserProfileModel.d.ts +0 -17
  515. package/lib/models/user/UserServicesModel.d.ts +0 -39
  516. package/lib/modularui/Authenticate.d.ts +0 -46
  517. package/lib/modularui/CaptchaRequest.d.ts +0 -54
  518. package/lib/modularui/ModularUIError.d.ts +0 -10
  519. package/lib/modularui/ModularUIRequest.d.ts +0 -207
  520. package/lib/modularui/ModularUIResponse.d.ts +0 -78
  521. package/lib/modularui/UploadRequest.d.ts +0 -41
  522. package/lib/modularui/index.d.ts +0 -5
  523. package/lib/modularui/types.d.ts +0 -2
  524. package/lib/react/ErrorBoundary.d.ts +0 -31
  525. package/lib/react/ErrorBoundaryFallback.d.ts +0 -8
  526. package/lib/react/index.d.ts +0 -2
  527. package/lib/react/utils.d.ts +0 -5
  528. package/lib/react-client/Init.d.ts +0 -6
  529. package/lib/react-client/client.d.ts +0 -25
  530. package/lib/react-client/contextPath.d.ts +0 -1
  531. package/lib/react-client/index.d.ts +0 -3
  532. package/lib/react-client/rehydrate.d.ts +0 -5
  533. package/lib/react-server/contextPath.d.ts +0 -1
  534. package/lib/react-server/createSSRComplete.d.ts +0 -5
  535. package/lib/react-server/htmlpage.d.ts +0 -11
  536. package/lib/react-server/index.d.ts +0 -8
  537. package/lib/react-server/renderSSRComplete.d.ts +0 -13
  538. package/lib/react-server/renderSSRMinimal.d.ts +0 -11
  539. package/lib/react-server/requestInformation.d.ts +0 -6
  540. package/lib/react-server/serverNoSSR.d.ts +0 -15
  541. package/lib/react-server/serverSSR.d.ts +0 -15
  542. package/lib/react-server/serverUtil.d.ts +0 -46
  543. package/lib/react-theme/ThemeProvider.d.ts +0 -8
  544. package/lib/react-theme/createTheme.d.ts +0 -53
  545. package/lib/react-theme/index.d.ts +0 -10
  546. package/lib/react-theme/types.d.ts +0 -13
  547. package/lib/react-theme/useTheme.d.ts +0 -4
  548. package/lib/react-theme/utils/background.d.ts +0 -4
  549. package/lib/react-theme/utils/colors.d.ts +0 -9
  550. package/lib/react-theme/utils/contrast.d.ts +0 -18
  551. package/lib/react-theme/utils/corners.d.ts +0 -3
  552. package/lib/react-theme/utils/spacers.d.ts +0 -9
  553. package/lib/react-theme/utils/themeProps.d.ts +0 -7
  554. package/lib/redux/_i18n/I18nActions.d.ts +0 -7
  555. package/lib/redux/_i18n/I18nReducer.d.ts +0 -7
  556. package/lib/redux/_i18n/index.d.ts +0 -3
  557. package/lib/redux/_i18n/types.d.ts +0 -13
  558. package/lib/redux/_modularui/ModularUIActions.d.ts +0 -26
  559. package/lib/redux/_modularui/ModularUIConnector.d.ts +0 -7
  560. package/lib/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  561. package/lib/redux/_modularui/ModularUIReducer.d.ts +0 -7
  562. package/lib/redux/_modularui/ModularUISelectors.d.ts +0 -3
  563. package/lib/redux/_modularui/ModularUIUtils.d.ts +0 -5
  564. package/lib/redux/_modularui/index.d.ts +0 -8
  565. package/lib/redux/_modularui/types.d.ts +0 -84
  566. package/lib/redux/_modularui/withModularUI.d.ts +0 -3
  567. package/lib/redux/_router/RouterActions.d.ts +0 -10
  568. package/lib/redux/_router/RouterConnectors.d.ts +0 -6
  569. package/lib/redux/_router/RouterMiddleware.d.ts +0 -5
  570. package/lib/redux/_router/RouterReducer.d.ts +0 -7
  571. package/lib/redux/_router/index.d.ts +0 -5
  572. package/lib/redux/_router/types.d.ts +0 -35
  573. package/lib/redux/actions/Application.d.ts +0 -4
  574. package/lib/redux/actions/Authorization.d.ts +0 -3
  575. package/lib/redux/actions/Error.d.ts +0 -7
  576. package/lib/redux/actions/Form.d.ts +0 -5
  577. package/lib/redux/actions/FormAttributeSet.d.ts +0 -6
  578. package/lib/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  579. package/lib/redux/actions/FormAutosave.d.ts +0 -3
  580. package/lib/redux/actions/FormAutosubmit.d.ts +0 -4
  581. package/lib/redux/actions/FormAutoupdate.d.ts +0 -4
  582. package/lib/redux/actions/FormValidations.d.ts +0 -3
  583. package/lib/redux/actions/Modals.d.ts +0 -4
  584. package/lib/redux/actions/ModelCatalog.d.ts +0 -2
  585. package/lib/redux/actions/Notification.d.ts +0 -10
  586. package/lib/redux/actions/Preferences.d.ts +0 -11
  587. package/lib/redux/actions/ProgressIndicator.d.ts +0 -8
  588. package/lib/redux/actions/SignIn.d.ts +0 -10
  589. package/lib/redux/actions/SignOut.d.ts +0 -4
  590. package/lib/redux/actions/index.d.ts +0 -16
  591. package/lib/redux/connectors/Application.d.ts +0 -4
  592. package/lib/redux/connectors/Breadcrumb.d.ts +0 -3
  593. package/lib/redux/connectors/CaseView.d.ts +0 -4
  594. package/lib/redux/connectors/ConceptDetail.d.ts +0 -4
  595. package/lib/redux/connectors/ContentBrowser.d.ts +0 -4
  596. package/lib/redux/connectors/ContentDetail.d.ts +0 -4
  597. package/lib/redux/connectors/ContentDetailSection.d.ts +0 -4
  598. package/lib/redux/connectors/Form.d.ts +0 -16
  599. package/lib/redux/connectors/FormAttributeSet.d.ts +0 -5
  600. package/lib/redux/connectors/ListDetail.d.ts +0 -4
  601. package/lib/redux/connectors/Modal.d.ts +0 -4
  602. package/lib/redux/connectors/ModelCatalog.d.ts +0 -4
  603. package/lib/redux/connectors/Notification.d.ts +0 -4
  604. package/lib/redux/connectors/PanelRenderer.d.ts +0 -4
  605. package/lib/redux/connectors/Preferences.d.ts +0 -2
  606. package/lib/redux/connectors/Progress.d.ts +0 -3
  607. package/lib/redux/connectors/ProgressIndicator.d.ts +0 -3
  608. package/lib/redux/connectors/QuickSearch.d.ts +0 -11
  609. package/lib/redux/connectors/SignIn.d.ts +0 -4
  610. package/lib/redux/connectors/SignOut.d.ts +0 -4
  611. package/lib/redux/connectors/Tab.d.ts +0 -4
  612. package/lib/redux/connectors/index.d.ts +0 -21
  613. package/lib/redux/index.d.ts +0 -9
  614. package/lib/redux/reducers/AuthReducer.d.ts +0 -8
  615. package/lib/redux/reducers/ErrorReducer.d.ts +0 -8
  616. package/lib/redux/reducers/ModalsReducer.d.ts +0 -8
  617. package/lib/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  618. package/lib/redux/reducers/NotificationReducer.d.ts +0 -8
  619. package/lib/redux/reducers/PreferencesReducer.d.ts +0 -8
  620. package/lib/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  621. package/lib/redux/reducers/createReducer.d.ts +0 -14
  622. package/lib/redux/reducers/index.d.ts +0 -8
  623. package/lib/redux/selectors/i18n.d.ts +0 -4
  624. package/lib/redux/selectors/index.d.ts +0 -2
  625. package/lib/redux/selectors/modelcatalog.d.ts +0 -2
  626. package/lib/redux/store/beforeRenderHooks.d.ts +0 -7
  627. package/lib/redux/store/configureStore.d.ts +0 -9
  628. package/lib/redux/types.d.ts +0 -113
  629. package/lib/utils/browser/Cache.d.ts +0 -45
  630. package/lib/utils/browser/Cookies.d.ts +0 -9
  631. package/lib/utils/datetime/DateTimeUtil.d.ts +0 -214
  632. package/lib/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  633. package/lib/utils/fetch/serverFetch.d.ts +0 -5
  634. package/lib/utils/fetch/types.d.ts +0 -44
  635. package/lib/utils/fetch/universalFetch.d.ts +0 -7
  636. package/lib/utils/fetch/xhr.d.ts +0 -5
  637. package/lib/utils/helpers/checkResource.d.ts +0 -3
  638. package/lib/utils/helpers/createHash.d.ts +0 -9
  639. package/lib/utils/helpers/createHref.d.ts +0 -8
  640. package/lib/utils/helpers/createUUID.d.ts +0 -4
  641. package/lib/utils/helpers/index.d.ts +0 -8
  642. package/lib/utils/helpers/objects.d.ts +0 -11
  643. package/lib/utils/helpers/repositoryResource.d.ts +0 -1
  644. package/lib/utils/helpers/sanitizeHtml.d.ts +0 -9
  645. package/lib/utils/helpers/text.d.ts +0 -7
  646. package/lib/utils/index.d.ts +0 -11
  647. package/lib/utils/number/DecimalFormat.d.ts +0 -90
  648. package/lib/utils/number/formatValue.d.ts +0 -4
  649. package/lib/utils/number/parseNumbers.d.ts +0 -9
@@ -1,11 +0,0 @@
1
- export default UnauthorizedException;
2
- /**
3
- * UnauthorizedException
4
- */
5
- declare class UnauthorizedException extends Error {
6
- constructor(url: string, method: string, errorResponse: ModularUIErrorResponse | null);
7
- status: number;
8
- id: string;
9
- response: ModularUIErrorResponse | null;
10
- }
11
- import { ModularUIErrorResponse } from "./FetchException";
@@ -1,7 +0,0 @@
1
- export default UnsupportedOperationException;
2
- /**
3
- * UnsupportedOperationException
4
- */
5
- declare class UnsupportedOperationException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,15 +0,0 @@
1
- export { default as FetchException } from "./FetchException";
2
- export { default as MissingPropertyException } from "./MissingPropertyException";
3
- export { default as NotAllowedUriException } from "./NotAllowedUriException";
4
- export { default as IllegalArgumentException } from "./IllegalArgumentException";
5
- export { default as IllegalReturnException } from "./IllegalReturnException";
6
- export { default as IllegalStateException } from "./IllegalStateException";
7
- export { default as JsonParseException } from "./JsonParseException";
8
- export { default as ConfigurationException } from "./ConfigurationException";
9
- export { default as UnauthorizedException } from "./UnauthorizedException";
10
- export { default as UnsupportedOperationException } from "./UnsupportedOperationException";
11
- export { default as TimeoutException } from "./TimeoutException";
12
- export { default as NotFoundException } from "./NotFoundException";
13
- export { default as NetworkException } from "./NetworkException";
14
- export { default as ServerRequestException } from "./ServerRequestException";
15
- export { default as ThemePropertyException } from "./ThemePropertyException";
@@ -1,16 +0,0 @@
1
- export * from "./useAuthentication";
2
- export * from "./useContent";
3
- export * from "./useForm";
4
- export * from "./useI18n";
5
- export * from "./useModal";
6
- export * from "./useModelCatalog";
7
- export * from "./useModels";
8
- export * from "./useModularUI";
9
- export * from "./useModularUIBasic";
10
- export * from "./useModularUIModel";
11
- export * from "./useModularUIRequest";
12
- export * from "./useNotification";
13
- export * from "./usePreference";
14
- export * from "./useProgressIndicator";
15
- export * from "./useRouter";
16
- export * from "./useAllFormsOnModel";
@@ -1,7 +0,0 @@
1
- export function useRetrieveFormsOnModel(model: ListModel | DetailModel | TabModel): null | {
2
- [actionName: string]: FormModel;
3
- };
4
- import ListModel from "../models/list/ListModel";
5
- import DetailModel from "../models/detail/DetailModel";
6
- import TabModel from "../models/tab/TabModel";
7
- import FormModel from "../models/form/FormModel";
@@ -1,16 +0,0 @@
1
- export function useLogin(): LoginHook;
2
- export function useLogout(): LogoutHook;
3
- type LoginHook = {
4
- isAuthenticated: boolean;
5
- authenticationTypes: AuthenticationType[];
6
- errorMessage: string | null;
7
- resetErrors: () => ResetAuthErrorsAction;
8
- login: (username: string, password: string) => void;
9
- redirectLogin: (authenticationType: AuthenticationType) => void;
10
- };
11
- type LogoutHook = {
12
- isAuthenticated: boolean;
13
- authenticationTypes: AuthenticationType[];
14
- logout: () => void;
15
- };
16
- export {};
@@ -1,3 +0,0 @@
1
- export function useContentFromSourceReferences(sourceReferences: SourceReferenceCollection, renderChildSections: boolean): Array<ContentModel>;
2
- import SourceReferenceCollection from "../models/concepts/SourceReferenceCollection";
3
- import ContentModel from "../models/content/ContentModel";
@@ -1,6 +0,0 @@
1
- /**
2
- */
3
- export function useDeepCompareEffect(callback: Callback, dependencies: DependencyList): void;
4
- export default useDeepCompareEffect;
5
- type Callback = () => void | (() => void);
6
- type DependencyList = mixed[];
@@ -1,21 +0,0 @@
1
- export function useForm(href: string | Href, data?: Object): FormModel | null;
2
- export function useFormNavigation(): FormNavigationHook;
3
- export function useAttributeUpdate(form: FormModel, object: FormObjectModel): AttributeUpdateHook;
4
- export function useAttributeSet(form: FormModel): AttributeSetHook;
5
- import Href from "../models/href/Href";
6
- import FormModel from "../models/form/FormModel";
7
- type FormNavigationHook = {
8
- previous: (form: FormModel) => UpdateFormAction;
9
- cancel: (form: FormModel) => void;
10
- submit: (form: FormModel) => void;
11
- showFormNotification: (form: FormModel) => void;
12
- remove: (form: FormModel) => RemoveModelByKeyAction;
13
- };
14
- import { FormObjectModel } from "../models";
15
- type AttributeUpdateHook = (attribute: AttributeType, value: string, options: UpdateFormOptions) => void;
16
- type AttributeSetHook = {
17
- save: () => UpdateFormAction;
18
- cancel: (object: FormObjectModel) => UpdateFormAction;
19
- remove: (object: FormObjectModel) => UpdateFormAction;
20
- };
21
- export {};
@@ -1,13 +0,0 @@
1
- /**
2
- */
3
- export function useTranslate(): ((...any: any) => any);
4
- /**
5
- */
6
- export function useMessage(id: string, defaultMessage?: string, placeholders?: Object | null): any;
7
- /**
8
- */
9
- export function useLocale(): string;
10
- /**
11
- * Retrieve all available locale codes
12
- */
13
- export function useLocaleCodes(): Array<string>;
@@ -1,12 +0,0 @@
1
- /**
2
- * Manage modals
3
- */
4
- export const useModal: ModalHook;
5
- type ModalHook = (modalId: string) => {
6
- key: string | null;
7
- size: string | null;
8
- visible: boolean;
9
- show: () => void;
10
- close: () => void;
11
- };
12
- export {};
@@ -1,34 +0,0 @@
1
- type SearchFilter = {
2
- index?: string | undefined;
3
- label?: string | undefined;
4
- type?: string | string[] | undefined;
5
- modelCategory?: string | string[] | undefined;
6
- entryDate?: string | undefined;
7
- };
8
- export function useModelCatalog(options?: UseModularUIBasicOptions<ModelCatalogModel>): ModelCatalogModel | null;
9
- export function useConceptIndex(href: string | Href, key?: string, options?: UseModularUIBasicOptions<ConceptIndexModel>): ConceptIndexModel | null;
10
- export function useConceptDetail(concept: string | Href, key?: string, options?: UseModularUIBasicOptions<ConceptDetailModel | BusinessScenarioModel>): (ConceptDetailModel | (BusinessScenarioModel | null)) | null;
11
- export function useContentIndex(href: string | Href, key?: string, options?: UseModularUIBasicOptions<ContentIndexModel>): ContentIndexModel | null;
12
- export function useContentTOC(content: string | Href, key?: string, options?: UseModularUIBasicOptions<ContentTOCModel>): ContentTOCModel | null;
13
- export function useContent(content: string | Href, key?: string, options?: UseModularUIBasicOptions<ContentModel>): (ContentModel | (ContentTOCModel | null)) | null;
14
- export function useCompleteSource(content: string | Href, key?: string, options?: UseModularUIBasicOptions<ContentModel>): (ContentModel | (ContentTOCModel | null)) | null;
15
- export function useContentType(contentType: string | Href, key?: string, options?: UseModularUIBasicOptions<ContentTypeModel>): ContentTypeModel | null;
16
- export function useConceptSearch(filters: SearchFilter, key?: string, options?: UseModularUIBasicOptions<ConceptIndexModel>): ConceptIndexModel | null;
17
- export function useContentSearch(filters: SearchFilter, key?: string, options?: UseModularUIBasicOptions<ContentIndexModel>): ContentIndexModel | null;
18
- export function useEntryDate(): ({
19
- entryDate: ISO_DATE;
20
- setEntryDate: (entryDate: ISO_DATE) => UpdateEntryDateAction;
21
- });
22
- export function useRelatedConcepts(href: string | Href, key?: string, options?: UseModularUIBasicOptions<ConceptIndexModel>): ConceptIndexModel | null;
23
- import { UseModularUIBasicOptions } from "./useModularUIBasic";
24
- import ModelCatalogModel from "../models/modelcatalog/ModelCatalogModel";
25
- import Href from "../models/href/Href";
26
- import ConceptIndexModel from "../models/concepts/ConceptIndexModel";
27
- import ConceptDetailModel from "../models/concepts/ConceptDetailModel";
28
- import { default as BusinessScenarioModel } from "../models/concepts/BusinessScenarioModel";
29
- import ContentIndexModel from "../models/content/ContentIndexModel";
30
- import ContentTOCModel from "../models/content/ContentTOCModel";
31
- import ContentModel from "../models/content/ContentModel";
32
- import { ContentTypeModel } from "../models";
33
- import { UpdateEntryDateAction } from "../redux";
34
- export {};
@@ -1,10 +0,0 @@
1
- /**
2
- * Hook that contains the reload property that can be used to reload a model
3
- */
4
- export const useModels: UseModels;
5
- type UseModels = () => {
6
- reload: (model: ModularUIModel, options?: any) => void;
7
- reloadWithFilter: (callbackFn: ReloadCallback, options?: any) => void;
8
- };
9
- type ReloadCallback = (model: ModularUIModel) => boolean;
10
- export {};
@@ -1,3 +0,0 @@
1
- export function useModularUI(modelKey: string, url: string | Href, options?: RequestModularUIOptions): any;
2
- import Href from "../models/href/Href";
3
- import { RequestModularUIOptions } from "../utils";
@@ -1,9 +0,0 @@
1
- type UseModularUIBasicOptions<T, ModularUIModel> = {
2
- expectedModels?: string[] | undefined;
3
- targetModel?: any;
4
- forceTargetModel?: boolean | undefined;
5
- origin?: string | undefined;
6
- contextPath?: string | undefined;
7
- cache?: boolean | undefined;
8
- };
9
- export {};
@@ -1,27 +0,0 @@
1
- export function useApplication(options?: HookOptions): ApplicationModel | null;
2
- export function useTab(href: string | Href, options?: HookOptions): TabModel | null;
3
- export function useCaseView(href: string | Href, options?: HookOptions): CaseViewModel | null;
4
- export function usePanel(href: string | Href, options?: HookOptions): ListModel | GroupingPanelModel | DetailModel | null;
5
- export function useList(href: string | Href, options?: HookOptions): ListModel | null;
6
- export function useListOrDetail(href: string | Href, options?: HookOptions): ListModel | DetailModel | null;
7
- export function useListDetail(href: string | Href, options?: HookOptions): ListDetailModel | null;
8
- export function useGroupingPanel(href: string | Href, options?: HookOptions): GroupingPanelModel | null;
9
- export function useDetailPanel(href: string | Href, options?: HookOptions): DetailModel | null;
10
- export function useQuicksearch(href: string | Href, options?: HookOptions): CaseSearchModel | null;
11
- export function useSearch(href: string | Href, options?: HookOptions): CaseSearchModel | null;
12
- export function useUserProfile(href: string | Href, options?: HookOptions): UserProfileModel | null;
13
- type HookOptions = {
14
- origin?: string | undefined;
15
- contextPath?: string | undefined;
16
- };
17
- import ApplicationModel from "../models/application/ApplicationModel";
18
- import Href from "../models/href/Href";
19
- import TabModel from "../models/tab/TabModel";
20
- import CaseViewModel from "../models/caseview/CaseViewModel";
21
- import ListModel from "../models/list/ListModel";
22
- import GroupingPanelModel from "../models/panels/GroupingPanelModel";
23
- import DetailModel from "../models/detail/DetailModel";
24
- import ListDetailModel from "../models/list/ListDetailModel";
25
- import CaseSearchModel from "../models/search/CaseSearchModel";
26
- import UserProfileModel from "../models/user/UserProfileModel";
27
- export {};
@@ -1,4 +0,0 @@
1
- export function useModularUIRequest(): ((href: Href, options?: $Shape<RequestModularUIOptions>) => ModularUIRequest);
2
- import Href from "../models/href/Href";
3
- import { RequestModularUIOptions } from "../utils";
4
- import ModularUIRequest from "../modularui/ModularUIRequest";
@@ -1,8 +0,0 @@
1
- export function useNotification(): NotificationHook;
2
- export function useErrorNotification(): ErrorNotificationHook;
3
- type NotificationHook = {
4
- NotificationState: any;
5
- dismiss: () => DismissNotificationAction;
6
- };
7
- type ErrorNotificationHook = (message: MessageObject, error?: ErrorResponse | null | undefined) => ShowNotificationAction;
8
- export {};
@@ -1,2 +0,0 @@
1
- export function usePreference(preferenceNames: string | Array<string>): PreferencesState;
2
- import { PreferencesState } from "../redux/types";
@@ -1,9 +0,0 @@
1
- export function useProgressIndicator(): ProgressIndicatorHook;
2
- type ProgressIndicatorHook = {
3
- ProgressIndicatorState: any;
4
- start: () => void;
5
- finish: () => void;
6
- reset: () => void;
7
- update: (percentComplete: number) => void;
8
- };
9
- export {};
@@ -1,23 +0,0 @@
1
- /**
2
- */
3
- export const useLocation: UseLocationHook;
4
- /**
5
- */
6
- export const useLocationKey: UseLocationKeyHook;
7
- /**
8
- */
9
- export const useQuerystring: UseQuerystringHook;
10
- /**
11
- */
12
- export const usePathname: UsePathnameHook;
13
- /**
14
- */
15
- export const useNavigation: UseNavigationHook;
16
- type UseLocationHook = () => Location;
17
- type UseLocationKeyHook = () => string;
18
- type UseQuerystringHook = () => string;
19
- type UsePathnameHook = () => string;
20
- type UseNavigationHook = () => {
21
- push: (location: any, state?: {} | undefined, ...: any[]) => any;
22
- };
23
- export {};
@@ -1,53 +0,0 @@
1
- export default Locale;
2
- /**
3
- * Create a locale
4
- */
5
- declare class Locale {
6
- constructor(locale: LocaleConfiguration);
7
- _code: string;
8
- _messages: {
9
- [string]: string;
10
- };
11
- _errors: {
12
- [string]: string;
13
- };
14
- _nativeName: string | null;
15
- /**
16
- * Retrieve locale code
17
- */
18
- get code(): string;
19
- /**
20
- * Retrieve nativeName
21
- */
22
- get nativeName(): string;
23
- /**
24
- * Exported messages from Be Informed have placeholders in the syntax ${placeholder_name}
25
- * where the ICU messageformat module uses {placeholder_name}.
26
- * This method converts the ${} to {}
27
- */
28
- fixPlaceHolders(message: string | null): null | string;
29
- /**
30
- * Exported messages from Be Informed have placeholders in the syntax ${placeholder_name}
31
- * where the ICU messageformat module uses {placeholder_name}.
32
- * This method converts the ${} to {}
33
- */
34
- fixPlaceHoldersInObject(messages?: Object): Object;
35
- /**
36
- * Retrieve message by id
37
- */
38
- getBaseMessage(id: string, defaultMessage?: string): string;
39
- /**
40
- * Format message using formatMessage library
41
- */
42
- formatMessage(message: string, parameters?: MessageParameters): string;
43
- /**
44
- * Retrieve a messages with replaced parameters
45
- */
46
- getMessage(id: string, defaultMessage?: string, parameters?: MessageParameters): string;
47
- /**
48
- * Add or change messages for this locale. It is not possible to remove messages.
49
- */
50
- update(messages?: Object, errors?: Object): void;
51
- }
52
- import { MessageParameters } from "./types";
53
- import { LocaleConfiguration } from "./types";
@@ -1,59 +0,0 @@
1
- /**
2
- * Array of available locales
3
- * Order of locales is the preferred order of locales.
4
- * When user has an accept language header that does not correspond to the locales array,
5
- * the first one is used as the preferred language
6
- */
7
- export const availableLocales: Array<LocaleConfiguration>;
8
- export function createLocalesWithConfiguredErrors(configuredErrors: ErrorMessageObject): Array<Object>;
9
- export default Locales;
10
- import { LocaleConfiguration } from "./types";
11
- type ErrorMessageObject = {
12
- [languageCode: string]: {
13
- [messageID: string]: string;
14
- };
15
- };
16
- /**
17
- * Locales, collection of Locale
18
- */
19
- declare class Locales extends BaseCollection<Locale> {
20
- /**
21
- * rehydrate
22
- */
23
- static rehydrate(hydatedLocales: HydratedLocales): Locales;
24
- constructor(locales?: Array<LocaleConfiguration>);
25
- /**
26
- * Check if locale with localeCode exists
27
- */
28
- hasLocale(localeCode: string): boolean;
29
- /**
30
- * Retrieve locales by localeCode from Locales collection
31
- */
32
- getLocale(localeCode: string): Locale;
33
- /**
34
- * Retrieve all available locale codes
35
- */
36
- get availableLocaleCodes(): Array<string>;
37
- /**
38
- * Retrieve preferred locale based on the accept header of a browser
39
- */
40
- getPreferredLocale(acceptLanguageHeader: string | null): void | string;
41
- /**
42
- * Add or change messages and errors for the given locale.<br>
43
- * It is not possible to remove messages.
44
- */
45
- update(locale: string, messages?: Object, errors?: Object): void;
46
- }
47
- import Locale from "./Locale";
48
- import BaseCollection from "../models/base/BaseCollection";
49
- type HydratedLocales = {
50
- _collection: {
51
- _code: string;
52
- _messages: {
53
- [x: number]: string;
54
- };
55
- _errors: {
56
- [x: number]: string;
57
- };
58
- }[];
59
- };
@@ -1,6 +0,0 @@
1
- export default Message;
2
- /**
3
- * Message React component
4
- */
5
- declare const Message: React$AbstractComponent<MessageProps, mixed>;
6
- type MessageProps = {};
@@ -1,5 +0,0 @@
1
- export { default as Message } from "./Message";
2
- export { default as withMessage } from "./withMessage";
3
- export type * from "./types";
4
- export { default as Locales, availableLocales, createLocalesWithConfiguredErrors } from "./Locales";
5
- export { useMessage, useTranslate } from "../hooks/useI18n";
@@ -1,215 +0,0 @@
1
- export default languages;
2
- declare namespace languages {
3
- namespace attribute {
4
- let name: number;
5
- let nativeName: number;
6
- }
7
- namespace rtl {
8
- let ar: number;
9
- let dv: number;
10
- let fa: number;
11
- let ha: number;
12
- let he: number;
13
- let ks: number;
14
- let ku: number;
15
- let ps: number;
16
- let ur: number;
17
- let yi: number;
18
- }
19
- namespace lang {
20
- export let aa: string[];
21
- export let ab: string[];
22
- export let af: string[];
23
- export let ak: string[];
24
- export let am: string[];
25
- export let an: string[];
26
- let ar_1: string[];
27
- export { ar_1 as ar };
28
- export let as: string[];
29
- export let av: string[];
30
- export let ay: string[];
31
- export let az: string[];
32
- export let ba: string[];
33
- export let be: string[];
34
- export let bg: string[];
35
- export let bh: string[];
36
- export let bi: string[];
37
- export let bm: string[];
38
- export let bn: string[];
39
- export let bo: string[];
40
- export let br: string[];
41
- export let bs: string[];
42
- export let ca: string[];
43
- export let ce: string[];
44
- export let ch: string[];
45
- export let co: string[];
46
- export let cr: string[];
47
- export let cs: string[];
48
- export let cu: string[];
49
- export let cv: string[];
50
- export let cy: string[];
51
- export let da: string[];
52
- export let de: string[];
53
- let dv_1: string[];
54
- export { dv_1 as dv };
55
- export let dz: string[];
56
- export let ee: string[];
57
- export let el: string[];
58
- export let en: string[];
59
- export let eo: string[];
60
- export let es: string[];
61
- export let et: string[];
62
- export let eu: string[];
63
- let fa_1: string[];
64
- export { fa_1 as fa };
65
- export let ff: string[];
66
- export let fi: string[];
67
- export let fj: string[];
68
- export let fo: string[];
69
- export let fr: string[];
70
- export let fy: string[];
71
- export let ga: string[];
72
- export let gd: string[];
73
- export let gl: string[];
74
- export let gn: string[];
75
- export let gu: string[];
76
- export let gv: string[];
77
- let ha_1: string[];
78
- export { ha_1 as ha };
79
- let he_1: string[];
80
- export { he_1 as he };
81
- export let hi: string[];
82
- export let ho: string[];
83
- export let hr: string[];
84
- export let ht: string[];
85
- export let hu: string[];
86
- export let hy: string[];
87
- export let hz: string[];
88
- export let ia: string[];
89
- export let id: string[];
90
- export let ie: string[];
91
- export let ig: string[];
92
- export let ii: string[];
93
- export let ik: string[];
94
- export let io: string[];
95
- export let is: string[];
96
- export let it: string[];
97
- export let iu: string[];
98
- export let ja: string[];
99
- export let jv: string[];
100
- export let ka: string[];
101
- export let kg: string[];
102
- export let ki: string[];
103
- export let kj: string[];
104
- export let kk: string[];
105
- export let kl: string[];
106
- export let km: string[];
107
- export let kn: string[];
108
- export let ko: string[];
109
- export let kr: string[];
110
- let ks_1: string[];
111
- export { ks_1 as ks };
112
- let ku_1: string[];
113
- export { ku_1 as ku };
114
- export let kv: string[];
115
- export let kw: string[];
116
- export let ky: string[];
117
- export let la: string[];
118
- export let lb: string[];
119
- export let lg: string[];
120
- export let li: string[];
121
- export let ln: string[];
122
- export let lo: string[];
123
- export let lt: string[];
124
- export let lv: string[];
125
- export let mg: string[];
126
- export let mh: string[];
127
- export let mi: string[];
128
- export let mk: string[];
129
- export let ml: string[];
130
- export let mn: string[];
131
- export let mo: string[];
132
- export let mr: string[];
133
- export let ms: string[];
134
- export let mt: string[];
135
- export let my: string[];
136
- export let na: string[];
137
- export let nd: string[];
138
- export let ne: string[];
139
- export let ng: string[];
140
- export let nl: string[];
141
- export let nn: string[];
142
- export let no: string[];
143
- export let nr: string[];
144
- export let nv: string[];
145
- export let ny: string[];
146
- export let oc: string[];
147
- export let oj: string[];
148
- export let om: string[];
149
- export let or: string[];
150
- export let os: string[];
151
- export let pa: string[];
152
- export let pi: string[];
153
- export let pl: string[];
154
- let ps_1: string[];
155
- export { ps_1 as ps };
156
- export let pt: string[];
157
- export let qu: string[];
158
- export let rm: string[];
159
- export let rn: string[];
160
- export let ro: string[];
161
- export let ru: string[];
162
- export let rw: string[];
163
- export let sa: string[];
164
- export let sc: string[];
165
- export let sd: string[];
166
- export let se: string[];
167
- export let sg: string[];
168
- export let sh: string[];
169
- export let si: string[];
170
- export let sk: string[];
171
- export let sl: string[];
172
- export let sm: string[];
173
- export let sn: string[];
174
- export let so: string[];
175
- export let sq: string[];
176
- export let sr: string[];
177
- export let ss: string[];
178
- export let st: string[];
179
- export let su: string[];
180
- export let sv: string[];
181
- export let sw: string[];
182
- export let ta: string[];
183
- export let te: string[];
184
- export let tg: string[];
185
- export let th: string[];
186
- export let ti: string[];
187
- export let tk: string[];
188
- export let tl: string[];
189
- export let tn: string[];
190
- export let to: string[];
191
- export let tr: string[];
192
- export let ts: string[];
193
- export let tt: string[];
194
- export let tw: string[];
195
- export let ty: string[];
196
- export let ug: string[];
197
- export let uk: string[];
198
- let ur_1: string[];
199
- export { ur_1 as ur };
200
- export let uz: string[];
201
- export let ve: string[];
202
- export let vi: string[];
203
- export let vo: string[];
204
- export let wa: string[];
205
- export let wo: string[];
206
- export let xh: string[];
207
- let yi_1: string[];
208
- export { yi_1 as yi };
209
- export let yo: string[];
210
- export let za: string[];
211
- export let zh: string[];
212
- export let zu: string[];
213
- export let pap: string[];
214
- }
215
- }