@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,158 +0,0 @@
1
- /**
2
- * path to content service
3
- */
4
- export const CONTENT_PATH: "/content";
5
- /**
6
- * Upload Path
7
- */
8
- export const UPLOAD_PATH: "/uploadFile";
9
- /**
10
- * Captcha Path
11
- */
12
- export const CAPTCHA_PATH: "/captchaServices";
13
- /**
14
- * Path to change avatar page / component
15
- */
16
- export const CHANGEAVATAR_PATH: "/change-avatar";
17
- /**
18
- * Path to change password page / component
19
- */
20
- export const CHANGEPASSWORD_PATH: "/change-password";
21
- /**
22
- * Path to user profile page / component
23
- */
24
- export const USERPROFILE_PATH: "/user";
25
- /**
26
- * Path to resources in the Be Informed repository
27
- */
28
- export const RESOURCE_PATH: "/resource";
29
- /**
30
- * Separator for parameters of a list, makes it possible to render multiple lists on a page in a non-js environment
31
- */
32
- export const PARAMETER_SEPARATOR: "~";
33
- /**
34
- * Timeversion filter name
35
- */
36
- export const TIMEVERSION_FILTER_NAME: "entryDate";
37
- /**
38
- * Parameter name for the viewtype toggle
39
- */
40
- export const DEFAULT_UI_PARAMETERS: Array<string>;
41
- /**
42
- */
43
- export const ISO_DATE_FORMAT: "yyyy-MM-dd";
44
- /**
45
- */
46
- export const ISO_DATETIME_FORMAT: "yyyy-MM-dd'T'HH:mm:ss";
47
- /**
48
- */
49
- export const ISO_TIME_FORMAT: "HH:mm:ss";
50
- /**
51
- */
52
- export const ISO_TIMESTAMP_FORMAT: "yyyy-MM-dd'T'HH:mm:ss.SSS";
53
- /**
54
- * Offset format is appended to iso datetime and timestamp when isIncludeTimeOffsetInDateTimes = true
55
- */
56
- export const DATETIME_OFFSET_FORMAT: "xxx";
57
- /**
58
- * week starts on monday by default
59
- */
60
- export const DEFAULT_WEEK_STARTS_ON: 1;
61
- /**
62
- * first week indicated by the 1st of january
63
- */
64
- export const DEFAULT_FIRST_WEEK_CONTAINS_DATE: 1;
65
- /**
66
- * Key codes
67
- * @type {{SPACE: number, PAGE_DOWN: number, TAB: number, ARROW_RIGHT: number, ARROW_DOWN: number, ENTER: number, ARROW_UP: number, ARROW_LEFT: number, PAGE_UP: number, ESCAPE: number}}
68
- */
69
- export const KEYCODES: {
70
- SPACE: number;
71
- PAGE_DOWN: number;
72
- TAB: number;
73
- ARROW_RIGHT: number;
74
- ARROW_DOWN: number;
75
- ENTER: number;
76
- ARROW_UP: number;
77
- ARROW_LEFT: number;
78
- PAGE_UP: number;
79
- ESCAPE: number;
80
- };
81
- /**
82
- * @type {boolean}
83
- */
84
- export const IS_SYNC: boolean;
85
- /**
86
- * @type {boolean}
87
- */
88
- export const IS_SERVER: boolean;
89
- /**
90
- * @type {boolean}
91
- */
92
- export const IS_GRAALJS: boolean;
93
- /**
94
- * @type {{SUCCESS: string, ERROR: string, INFO: string, WARNING: string}}
95
- */
96
- export const NOTIFICATION_TYPES: {
97
- SUCCESS: string;
98
- ERROR: string;
99
- INFO: string;
100
- WARNING: string;
101
- };
102
- /**
103
- * SUPPORTED HTTP METHODS
104
- * @type {{POST: string, GET: string}}
105
- */
106
- export const HTTP_METHODS: {
107
- POST: string;
108
- GET: string;
109
- };
110
- /**
111
- * POSSIBLE MODULARUI STATUSSES
112
- * @type {{LOADING: string, ERROR: string, FINISHED: string}}
113
- */
114
- export const MODULARUI_STATUS: {
115
- LOADING: string;
116
- ERROR: string;
117
- FINISHED: string;
118
- };
119
- /**
120
- * POSSIBLE AUTOSAVE STATUSSES
121
- * @type {{START: string, FINISHED: string}}
122
- */
123
- export const AUTOSAVE_STATUS: {
124
- START: string;
125
- FINISHED: string;
126
- };
127
- /**
128
- * DEBOUNCE INPUT TIMEOUT
129
- */
130
- export const INPUT_DEBOUNCE_TIMEOUT: 100;
131
- /**
132
- * DEBOUNCE VALIDATION TIMEOUT
133
- */
134
- export const VALIDATE_DEBOUNCE_TIMEOUT: 500;
135
- export namespace ATTRIBUTE_WIDTH {
136
- let EXTRA_SMALL: string;
137
- let SMALL: string;
138
- let MEDIUM: string;
139
- let LARGE: string;
140
- let EXTRA_LARGE: string;
141
- }
142
- export const ALL_CONTENT_IN_DATA_SETTING: "hasAllContentInData";
143
- export const INCLUDE_TIME_OFFSET: "isIncludeTimeOffsetInDateTimes";
144
- export namespace INTERNAL_LOGIN_TYPE {
145
- let JAAS: string;
146
- let PAC4J_FORM: string;
147
- let PAC4J_BASIC: string;
148
- }
149
- export const LOGIN_TYPE: "security.clients";
150
- export const LOGIN_PATH_SETTING: "FormClient.login_url";
151
- export const LOGIN_USERNAME_SETTING: "FormClient.username_field_name";
152
- export const LOGIN_PASSWORD_SETTING: "FormClient.password_field_name";
153
- export const LOGOUT_PATH_SETTING: "FormClient.logout_url";
154
- export namespace DEFAULT_AUTHENTICATION_TYPE {
155
- let name: string;
156
- let authentication: string;
157
- let isPrimary: boolean;
158
- }
@@ -1,267 +0,0 @@
1
- export namespace LayoutHintConfiguration {
2
- namespace MANDATORY {
3
- let hint: string;
4
- namespace description {
5
- let NL: string;
6
- let EN: string;
7
- }
8
- let link: string;
9
- let component: string[];
10
- }
11
- namespace DEPENDENT_ATTRIBUTE_CONTROL {
12
- let hint_1: string;
13
- export { hint_1 as hint };
14
- export namespace description_1 {
15
- let NL_1: string;
16
- export { NL_1 as NL };
17
- let EN_1: string;
18
- export { EN_1 as EN };
19
- }
20
- export { description_1 as description };
21
- let link_1: string;
22
- export { link_1 as link };
23
- let component_1: string[];
24
- export { component_1 as component };
25
- }
26
- namespace DEPENDENT_ATTRIBUTE_ACTION {
27
- let hint_2: string;
28
- export { hint_2 as hint };
29
- export namespace description_2 {
30
- let NL_2: string;
31
- export { NL_2 as NL };
32
- let EN_2: string;
33
- export { EN_2 as EN };
34
- }
35
- export { description_2 as description };
36
- let link_2: string;
37
- export { link_2 as link };
38
- let component_2: string[];
39
- export { component_2 as component };
40
- }
41
- namespace SHOW_ONE_RESULT_AS_DETAIL {
42
- let hint_3: string;
43
- export { hint_3 as hint };
44
- export namespace description_3 {
45
- let NL_3: string;
46
- export { NL_3 as NL };
47
- let EN_3: string;
48
- export { EN_3 as EN };
49
- }
50
- export { description_3 as description };
51
- let link_3: string;
52
- export { link_3 as link };
53
- let component_3: string[];
54
- export { component_3 as component };
55
- }
56
- namespace HIDE_WHEN_EMPTY {
57
- let hint_4: string;
58
- export { hint_4 as hint };
59
- export namespace description_4 {
60
- let NL_4: string;
61
- export { NL_4 as NL };
62
- let EN_4: string;
63
- export { EN_4 as EN };
64
- }
65
- export { description_4 as description };
66
- let link_4: string;
67
- export { link_4 as link };
68
- let component_4: string[];
69
- export { component_4 as component };
70
- }
71
- namespace INITIAL_FILTER {
72
- let hint_5: string;
73
- export { hint_5 as hint };
74
- export namespace description_5 {
75
- let NL_5: string;
76
- export { NL_5 as NL };
77
- let EN_5: string;
78
- export { EN_5 as EN };
79
- }
80
- export { description_5 as description };
81
- let link_5: string;
82
- export { link_5 as link };
83
- let component_5: string[];
84
- export { component_5 as component };
85
- }
86
- namespace CONFIRM_PASSWORD {
87
- let hint_6: string;
88
- export { hint_6 as hint };
89
- export namespace description_6 {
90
- let NL_6: string;
91
- export { NL_6 as NL };
92
- let EN_6: string;
93
- export { EN_6 as EN };
94
- }
95
- export { description_6 as description };
96
- let link_6: string;
97
- export { link_6 as link };
98
- let component_6: string[];
99
- export { component_6 as component };
100
- }
101
- namespace TITLE {
102
- let hint_7: string;
103
- export { hint_7 as hint };
104
- export namespace description_7 {
105
- let NL_7: string;
106
- export { NL_7 as NL };
107
- let EN_7: string;
108
- export { EN_7 as EN };
109
- }
110
- export { description_7 as description };
111
- let link_7: string;
112
- export { link_7 as link };
113
- let component_7: string[];
114
- export { component_7 as component };
115
- }
116
- namespace INITIAL_TOTAL_FILESIZE {
117
- let hint_8: string;
118
- export { hint_8 as hint };
119
- export namespace description_8 {
120
- let NL_8: string;
121
- export { NL_8 as NL };
122
- let EN_8: string;
123
- export { EN_8 as EN };
124
- }
125
- export { description_8 as description };
126
- let link_8: string;
127
- export { link_8 as link };
128
- let component_8: string[];
129
- export { component_8 as component };
130
- }
131
- namespace MAX_TOTAL_FILESIZE {
132
- let hint_9: string;
133
- export { hint_9 as hint };
134
- export namespace description_9 {
135
- let NL_9: string;
136
- export { NL_9 as NL };
137
- let EN_9: string;
138
- export { EN_9 as EN };
139
- }
140
- export { description_9 as description };
141
- let link_9: string;
142
- export { link_9 as link };
143
- let component_9: string[];
144
- export { component_9 as component };
145
- }
146
- namespace CREATE_ACTION {
147
- let hint_10: string;
148
- export { hint_10 as hint };
149
- export namespace description_10 {
150
- let NL_10: string;
151
- export { NL_10 as NL };
152
- let EN_10: string;
153
- export { EN_10 as EN };
154
- }
155
- export { description_10 as description };
156
- let component_10: string[];
157
- export { component_10 as component };
158
- }
159
- namespace UPDATE_ACTION {
160
- let hint_11: string;
161
- export { hint_11 as hint };
162
- export namespace description_11 {
163
- let NL_11: string;
164
- export { NL_11 as NL };
165
- let EN_11: string;
166
- export { EN_11 as EN };
167
- }
168
- export { description_11 as description };
169
- let component_11: string[];
170
- export { component_11 as component };
171
- }
172
- namespace DELETE_ACTION {
173
- let hint_12: string;
174
- export { hint_12 as hint };
175
- export namespace description_12 {
176
- let NL_12: string;
177
- export { NL_12 as NL };
178
- let EN_12: string;
179
- export { EN_12 as EN };
180
- }
181
- export { description_12 as description };
182
- let component_12: string[];
183
- export { component_12 as component };
184
- }
185
- namespace SORT_OPTIONS {
186
- let hint_13: string;
187
- export { hint_13 as hint };
188
- export namespace description_13 {
189
- let NL_13: string;
190
- export { NL_13 as NL };
191
- let EN_13: string;
192
- export { EN_13 as EN };
193
- }
194
- export { description_13 as description };
195
- let component_13: string[];
196
- export { component_13 as component };
197
- }
198
- namespace CASEVIEW_LINK {
199
- let hint_14: string;
200
- export { hint_14 as hint };
201
- export namespace description_14 {
202
- let NL_14: string;
203
- export { NL_14 as NL };
204
- let EN_14: string;
205
- export { EN_14 as EN };
206
- }
207
- export { description_14 as description };
208
- let component_14: string[];
209
- export { component_14 as component };
210
- }
211
- namespace DISABLED {
212
- let hint_15: string;
213
- export { hint_15 as hint };
214
- export namespace description_15 {
215
- let NL_15: string;
216
- export { NL_15 as NL };
217
- let EN_15: string;
218
- export { EN_15 as EN };
219
- }
220
- export { description_15 as description };
221
- let component_15: string[];
222
- export { component_15 as component };
223
- }
224
- namespace HIDE_IN_USER_INTERFACE {
225
- let hint_16: string;
226
- export { hint_16 as hint };
227
- export namespace description_16 {
228
- let NL_16: string;
229
- export { NL_16 as NL };
230
- let EN_16: string;
231
- export { EN_16 as EN };
232
- }
233
- export { description_16 as description };
234
- let component_16: string[];
235
- export { component_16 as component };
236
- }
237
- namespace AVATAR {
238
- let hint_17: string;
239
- export { hint_17 as hint };
240
- export namespace description_17 {
241
- let NL_17: string;
242
- export { NL_17 as NL };
243
- let EN_17: string;
244
- export { EN_17 as EN };
245
- }
246
- export { description_17 as description };
247
- let link_10: string;
248
- export { link_10 as link };
249
- let component_17: string[];
250
- export { component_17 as component };
251
- }
252
- namespace AVATAR_IN_TITLE {
253
- let hint_18: string;
254
- export { hint_18 as hint };
255
- export namespace description_18 {
256
- let NL_18: string;
257
- export { NL_18 as NL };
258
- let EN_18: string;
259
- export { EN_18 as EN };
260
- }
261
- export { description_18 as description };
262
- let link_11: string;
263
- export { link_11 as link };
264
- let component_18: string[];
265
- export { component_18 as component };
266
- }
267
- }
@@ -1,83 +0,0 @@
1
- /**
2
- * Layout-hint: Indicates a mandatory attribute. Should be used together with the dependency hint.
3
- */
4
- export const MANDATORY: string;
5
- /**
6
- * Layout-hint: Indicates a disabled attribute.
7
- * @constant
8
- */
9
- export const DISABLED: string;
10
- /**
11
- * Layout-hint: Marks the choice attribute where other attributes depend on. The unique control id is a unique id that can be used in the hint for the show|hide action on the dependent attribute.
12
- */
13
- export const DEPENDENT_ATTRIBUTE_CONTROL: "dependent-control";
14
- /**
15
- */
16
- export const DEPENDENT_ATTRIBUTE: "dependent-attribute:";
17
- /**
18
- * Layout-hint: Password attribute must be confirmed using a second password attribute.
19
- */
20
- export const CONFIRM_PASSWORD: string;
21
- /**
22
- * Layout-hint: Sort options alphabetically
23
- */
24
- export const SORT_OPTIONS: string;
25
- /**
26
- * Layout-hint: Marks an attribute as a title attribute
27
- */
28
- export const TITLE: string;
29
- /**
30
- * Layout-hint: Mark task as delete task
31
- */
32
- export const DELETE_ACTION: string;
33
- /**
34
- * Layout-hint: Mark task as update task
35
- */
36
- export const UPDATE_ACTION: string;
37
- /**
38
- * Layout-hint: Mark task as create task
39
- */
40
- export const CREATE_ACTION: string;
41
- /**
42
- * Layout-hint: Used in conjunction with an upload attribute, this hint is set on a read only attribute containing the file size currently used.
43
- */
44
- export const INITIAL_TOTAL_FILESIZE: string;
45
- /**
46
- * Layout-hint: Used in conjunction with an upload attribute, this hint is set on a read only attribute containing the maximum allowed total file size.
47
- */
48
- export const MAX_TOTAL_FILESIZE: string;
49
- /**
50
- * Layout-hint: A list with only one detail must be shown as a detail
51
- */
52
- export const SHOW_ONE_RESULT_AS_DETAIL: string;
53
- /**
54
- * Layout-hint: A list without list-items and list-tasks should not be shown.
55
- */
56
- export const HIDE_WHEN_EMPTY: string;
57
- /**
58
- * Layout-hint: Sets a default value on a filter
59
- */
60
- export const INITIAL_FILTER: string;
61
- /**
62
- * Layout-hint: Mark a case id reference attribute as the reference to the case view. Replaces the self link of a list item
63
- */
64
- export const CASEVIEW_LINK: string;
65
- /**
66
- * Layout-hint: Set on configuration of instruments to show content in a popover on a label
67
- */
68
- export const RENDER_SECTION_LABEL: "render-section-label";
69
- /**
70
- * Layout-hint: Hide a link to a component
71
- */
72
- export const HIDE_IN_USER_INTERFACE: string;
73
- export function getLayoutHintConfiguration(): Object;
74
- /**
75
- * Layout-hint: Marks an attribute as an avatar for the title attribute.
76
- */
77
- export const AVATAR_IN_TITLE: string;
78
- export const AVATAR: string;
79
- export default getHint;
80
- /**
81
- * Retrieve layout hint by id from the layout hint configuration
82
- */
83
- declare function getHint(hint: string): string;
@@ -1,33 +0,0 @@
1
- export function setSettings(config: Object): void;
2
- export function getSetting(key: string, defaultValue?: any): any;
3
- export function setSetting(key: string, value: any): void;
4
- export function allSettings(): {
5
- [name: string]: Setting;
6
- };
7
- export function cacheContributions(): boolean;
8
- export function getBasePath(): string;
9
- export function getBasePathModularUI(): string;
10
- export function getBasePathServer(): string;
11
- export function getUploadPath(contextPath?: string, origin?: string): string;
12
- export function getCaptchaPath(contextPath?: string, origin?: string): string;
13
- export function hasAllContentInData(): boolean;
14
- export function isIncludeTimeOffsetInDateTimes(): boolean;
15
- export function getEnabledLocales(): Array<string>;
16
- export function loginType(): string;
17
- export function loginPath(clientName?: string): string;
18
- export function loginUsernameField(): string;
19
- export function loginPasswordField(): string;
20
- export function logoutPath(): string;
21
- export const LOGIN_PATH: string;
22
- export const LOGOUT_PATH: string;
23
- /**
24
- * Model overview swim lane configuration
25
- */
26
- export const getSwimLaneDiagramConfiguration: Object;
27
- export function setContextPath(contextPath: string): void;
28
- /**
29
- * Backwards compatible export of BASE constant
30
- */
31
- export const BASE: string;
32
- type Setting = string | number | boolean | string[];
33
- export {};
@@ -1,3 +0,0 @@
1
- export * from "./LayoutHints";
2
- export * from "./Constants";
3
- export * from "./Settings";
@@ -1,7 +0,0 @@
1
- export default ConfigurationException;
2
- /**
3
- * ConfigurationException
4
- */
5
- declare class ConfigurationException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,31 +0,0 @@
1
- type ModularUIErrorResponse = {
2
- error: {
3
- id: string;
4
- properties: {
5
- [propertyName: string]: string | number;
6
- };
7
- };
8
- };
9
- /**
10
- * FetchException
11
- */
12
- export default class FetchException extends Error {
13
- constructor(errorResponse: ModularUIErrorResponse | null, failedRequest?: (RequestResult | XMLHttpRequest) | null, requestOptions?: RequestOptions);
14
- request: (RequestResult | XMLHttpRequest) | null;
15
- status: number;
16
- response: ModularUIErrorResponse | null;
17
- parameters: RequestParameters | null;
18
- properties: MessageParameters;
19
- requestOptions: RequestOptions | null;
20
- id: string;
21
- name: any;
22
- }
23
- type RequestResult = {
24
- status: number;
25
- };
26
- type RequestParameters = {
27
- [key: string]: any;
28
- };
29
- import { MessageParameters } from "../i18n/types";
30
- import { RequestOptions } from "../utils/fetch/types";
31
- export {};
@@ -1,7 +0,0 @@
1
- export default IllegalArgumentException;
2
- /**
3
- * IllegalArgumentException
4
- */
5
- declare class IllegalArgumentException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,6 +0,0 @@
1
- export default IllegalReturnException;
2
- /**
3
- */
4
- declare class IllegalReturnException extends Error {
5
- constructor(message: string);
6
- }
@@ -1,7 +0,0 @@
1
- export default IllegalStateException;
2
- /**
3
- * IllegalStateException
4
- */
5
- declare class IllegalStateException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,7 +0,0 @@
1
- export default JsonParseException;
2
- /**
3
- * JsonParseException
4
- */
5
- declare class JsonParseException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,7 +0,0 @@
1
- export default MissingPropertyException;
2
- /**
3
- * MissingPropertyException
4
- */
5
- declare class MissingPropertyException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,9 +0,0 @@
1
- export default NetworkException;
2
- /**
3
- * NetworkException
4
- */
5
- declare class NetworkException extends Error {
6
- constructor(url: string, method: string);
7
- status: number;
8
- id: string;
9
- }
@@ -1,7 +0,0 @@
1
- export default NotAllowedUriException;
2
- /**
3
- * NotAllowedUriException
4
- */
5
- declare class NotAllowedUriException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,10 +0,0 @@
1
- export default NotFoundException;
2
- /**
3
- * NotFoundException
4
- */
5
- declare class NotFoundException extends Error {
6
- constructor(url: string, method: string, isReload?: boolean);
7
- status: number;
8
- isReload: boolean;
9
- id: string;
10
- }
@@ -1,7 +0,0 @@
1
- export default ServerRequestException;
2
- /**
3
- * ServerRequestException
4
- */
5
- declare class ServerRequestException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,7 +0,0 @@
1
- export default ThemePropertyException;
2
- /**
3
- * ThemePropertyException
4
- */
5
- declare class ThemePropertyException extends Error {
6
- constructor(message: string);
7
- }
@@ -1,7 +0,0 @@
1
- export default TimeoutException;
2
- /**
3
- * TimeoutException
4
- */
5
- declare class TimeoutException extends Error {
6
- constructor(url: string, method: string);
7
- }