@beinformed/ui 1.62.8 → 1.62.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (634) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/esm/react-server/__tests__/requestInformation.spec.js.flow +265 -0
  3. package/esm/react-server/requestInformation.js +6 -3
  4. package/esm/react-server/requestInformation.js.flow +8 -3
  5. package/esm/react-server/requestInformation.js.map +1 -1
  6. package/lib/react-server/requestInformation.js +6 -3
  7. package/lib/react-server/requestInformation.js.map +1 -1
  8. package/package.json +3 -3
  9. package/src/react-server/__tests__/requestInformation.spec.js +265 -0
  10. package/src/react-server/requestInformation.js +8 -3
  11. package/esm/builder/index.d.ts +0 -1
  12. package/esm/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  13. package/esm/constants/Constants.d.ts +0 -158
  14. package/esm/constants/LayoutHintConfig.d.ts +0 -267
  15. package/esm/constants/LayoutHints.d.ts +0 -83
  16. package/esm/constants/Settings.d.ts +0 -33
  17. package/esm/constants/index.d.ts +0 -3
  18. package/esm/exceptions/ConfigurationException.d.ts +0 -7
  19. package/esm/exceptions/FetchException.d.ts +0 -31
  20. package/esm/exceptions/IllegalArgumentException.d.ts +0 -7
  21. package/esm/exceptions/IllegalReturnException.d.ts +0 -6
  22. package/esm/exceptions/IllegalStateException.d.ts +0 -7
  23. package/esm/exceptions/JsonParseException.d.ts +0 -7
  24. package/esm/exceptions/MissingPropertyException.d.ts +0 -7
  25. package/esm/exceptions/NetworkException.d.ts +0 -9
  26. package/esm/exceptions/NotAllowedUriException.d.ts +0 -7
  27. package/esm/exceptions/NotFoundException.d.ts +0 -10
  28. package/esm/exceptions/ServerRequestException.d.ts +0 -7
  29. package/esm/exceptions/ThemePropertyException.d.ts +0 -7
  30. package/esm/exceptions/TimeoutException.d.ts +0 -7
  31. package/esm/exceptions/UnauthorizedException.d.ts +0 -11
  32. package/esm/exceptions/UnsupportedOperationException.d.ts +0 -7
  33. package/esm/exceptions/index.d.ts +0 -15
  34. package/esm/hooks/index.d.ts +0 -16
  35. package/esm/hooks/useAllFormsOnModel.d.ts +0 -7
  36. package/esm/hooks/useAuthentication.d.ts +0 -16
  37. package/esm/hooks/useContent.d.ts +0 -3
  38. package/esm/hooks/useDeepCompareEffect.d.ts +0 -6
  39. package/esm/hooks/useForm.d.ts +0 -21
  40. package/esm/hooks/useI18n.d.ts +0 -13
  41. package/esm/hooks/useModal.d.ts +0 -12
  42. package/esm/hooks/useModelCatalog.d.ts +0 -34
  43. package/esm/hooks/useModels.d.ts +0 -10
  44. package/esm/hooks/useModularUI.d.ts +0 -3
  45. package/esm/hooks/useModularUIBasic.d.ts +0 -9
  46. package/esm/hooks/useModularUIModel.d.ts +0 -27
  47. package/esm/hooks/useModularUIRequest.d.ts +0 -4
  48. package/esm/hooks/useNotification.d.ts +0 -8
  49. package/esm/hooks/usePreference.d.ts +0 -2
  50. package/esm/hooks/useProgressIndicator.d.ts +0 -9
  51. package/esm/hooks/useRouter.d.ts +0 -23
  52. package/esm/i18n/Locale.d.ts +0 -53
  53. package/esm/i18n/Locales.d.ts +0 -59
  54. package/esm/i18n/Message.d.ts +0 -6
  55. package/esm/i18n/index.d.ts +0 -5
  56. package/esm/i18n/languages.d.ts +0 -215
  57. package/esm/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  58. package/esm/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  59. package/esm/i18n/types.d.ts +0 -11
  60. package/esm/i18n/withMessage.d.ts +0 -3
  61. package/esm/index.d.ts +0 -6
  62. package/esm/models/actions/ActionCollection.d.ts +0 -30
  63. package/esm/models/actions/ActionModel.d.ts +0 -82
  64. package/esm/models/application/ApplicationModel.d.ts +0 -48
  65. package/esm/models/attributes/AttributeCollection.d.ts +0 -102
  66. package/esm/models/attributes/AttributeContent.d.ts +0 -64
  67. package/esm/models/attributes/AttributeDataHelper.d.ts +0 -67
  68. package/esm/models/attributes/AttributeModel.d.ts +0 -398
  69. package/esm/models/attributes/AttributeSetModel.d.ts +0 -36
  70. package/esm/models/attributes/BooleanAttributeModel.d.ts +0 -69
  71. package/esm/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  72. package/esm/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  73. package/esm/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  74. package/esm/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  75. package/esm/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  76. package/esm/models/attributes/CompositeAttributeModel.d.ts +0 -42
  77. package/esm/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  78. package/esm/models/attributes/HelptextAttributeModel.d.ts +0 -16
  79. package/esm/models/attributes/LabelAttributeModel.d.ts +0 -12
  80. package/esm/models/attributes/MemoAttributeModel.d.ts +0 -14
  81. package/esm/models/attributes/MoneyAttributeModel.d.ts +0 -14
  82. package/esm/models/attributes/NumberAttributeModel.d.ts +0 -49
  83. package/esm/models/attributes/PasswordAttributeModel.d.ts +0 -62
  84. package/esm/models/attributes/StringAttributeModel.d.ts +0 -65
  85. package/esm/models/attributes/UploadAttributeModel.d.ts +0 -60
  86. package/esm/models/attributes/XMLAttributeModel.d.ts +0 -10
  87. package/esm/models/attributes/_createAttribute.d.ts +0 -7
  88. package/esm/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  89. package/esm/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  90. package/esm/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  91. package/esm/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  92. package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  93. package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  94. package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  95. package/esm/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  96. package/esm/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  97. package/esm/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  98. package/esm/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  99. package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  100. package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  101. package/esm/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  102. package/esm/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  103. package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  104. package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  105. package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  106. package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  107. package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  108. package/esm/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  109. package/esm/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  110. package/esm/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  111. package/esm/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  112. package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  113. package/esm/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  114. package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  115. package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  116. package/esm/models/base/BaseCollection.d.ts +0 -89
  117. package/esm/models/base/BaseModel.d.ts +0 -78
  118. package/esm/models/base/ResourceCollection.d.ts +0 -20
  119. package/esm/models/base/ResourceModel.d.ts +0 -102
  120. package/esm/models/caseview/CaseViewModel.d.ts +0 -46
  121. package/esm/models/concepts/BusinessScenarioModel.d.ts +0 -20
  122. package/esm/models/concepts/ConceptDetailModel.d.ts +0 -86
  123. package/esm/models/concepts/ConceptIndexModel.d.ts +0 -44
  124. package/esm/models/concepts/ConceptLinkModel.d.ts +0 -82
  125. package/esm/models/concepts/ConceptRelationCollection.d.ts +0 -36
  126. package/esm/models/concepts/ConceptRelationModel.d.ts +0 -61
  127. package/esm/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  128. package/esm/models/concepts/SourceReferenceCollection.d.ts +0 -14
  129. package/esm/models/concepts/SourceReferenceModel.d.ts +0 -48
  130. package/esm/models/content/ContentIndexModel.d.ts +0 -41
  131. package/esm/models/content/ContentLinkModel.d.ts +0 -102
  132. package/esm/models/content/ContentModel.d.ts +0 -80
  133. package/esm/models/content/ContentTOCModel.d.ts +0 -56
  134. package/esm/models/content/ContentTypeModel.d.ts +0 -26
  135. package/esm/models/content/SectionModel.d.ts +0 -79
  136. package/esm/models/content/SubSectionModel.d.ts +0 -69
  137. package/esm/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  138. package/esm/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  139. package/esm/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  140. package/esm/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  141. package/esm/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  142. package/esm/models/detail/DetailModel.d.ts +0 -80
  143. package/esm/models/error/ErrorCollection.d.ts +0 -51
  144. package/esm/models/error/ErrorModel.d.ts +0 -41
  145. package/esm/models/error/ErrorResponse.d.ts +0 -156
  146. package/esm/models/filters/AssignmentFilterModel.d.ts +0 -35
  147. package/esm/models/filters/BaseFilterModel.d.ts +0 -101
  148. package/esm/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  149. package/esm/models/filters/FilterCollection.d.ts +0 -49
  150. package/esm/models/filters/FilterModel.d.ts +0 -5
  151. package/esm/models/filters/RangeFilterModel.d.ts +0 -6
  152. package/esm/models/filters/StringFilterModel.d.ts +0 -30
  153. package/esm/models/form/FormModel.d.ts +0 -350
  154. package/esm/models/form/FormObjectModel.d.ts +0 -210
  155. package/esm/models/grouping/GroupingModel.d.ts +0 -86
  156. package/esm/models/href/Href.d.ts +0 -218
  157. package/esm/models/href/ListHref.d.ts +0 -64
  158. package/esm/models/index.d.ts +0 -96
  159. package/esm/models/layouthint/LayoutHintCollection.d.ts +0 -43
  160. package/esm/models/links/LinkCollection.d.ts +0 -71
  161. package/esm/models/links/LinkModel.d.ts +0 -93
  162. package/esm/models/links/normalizeLinkJSON.d.ts +0 -9
  163. package/esm/models/list/ListDetailModel.d.ts +0 -69
  164. package/esm/models/list/ListHeaderModel.d.ts +0 -53
  165. package/esm/models/list/ListItemCollection.d.ts +0 -21
  166. package/esm/models/list/ListItemModel.d.ts +0 -35
  167. package/esm/models/list/ListModel.d.ts +0 -143
  168. package/esm/models/lookup/LookupOptionCollection.d.ts +0 -15
  169. package/esm/models/lookup/LookupOptionsModel.d.ts +0 -23
  170. package/esm/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  171. package/esm/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  172. package/esm/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  173. package/esm/models/paging/PagesizeModel.d.ts +0 -25
  174. package/esm/models/paging/PagingModel.d.ts +0 -49
  175. package/esm/models/panels/GroupingPanelModel.d.ts +0 -49
  176. package/esm/models/parameter/Parameter.d.ts +0 -40
  177. package/esm/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  178. package/esm/models/resolveModel.d.ts +0 -7
  179. package/esm/models/search/CaseSearchModel.d.ts +0 -14
  180. package/esm/models/sorting/SortOptionModel.d.ts +0 -48
  181. package/esm/models/sorting/SortingModel.d.ts +0 -42
  182. package/esm/models/tab/TabModel.d.ts +0 -53
  183. package/esm/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  184. package/esm/models/taskgroup/TaskGroupModel.d.ts +0 -25
  185. package/esm/models/types.d.ts +0 -171
  186. package/esm/models/user/UserModel.d.ts +0 -18
  187. package/esm/models/user/UserProfileModel.d.ts +0 -17
  188. package/esm/models/user/UserServicesModel.d.ts +0 -39
  189. package/esm/modularui/Authenticate.d.ts +0 -46
  190. package/esm/modularui/CaptchaRequest.d.ts +0 -54
  191. package/esm/modularui/ModularUIError.d.ts +0 -10
  192. package/esm/modularui/ModularUIRequest.d.ts +0 -207
  193. package/esm/modularui/ModularUIResponse.d.ts +0 -78
  194. package/esm/modularui/UploadRequest.d.ts +0 -41
  195. package/esm/modularui/index.d.ts +0 -5
  196. package/esm/modularui/types.d.ts +0 -2
  197. package/esm/react/ErrorBoundary.d.ts +0 -31
  198. package/esm/react/ErrorBoundaryFallback.d.ts +0 -8
  199. package/esm/react/index.d.ts +0 -2
  200. package/esm/react/utils.d.ts +0 -5
  201. package/esm/react-client/Init.d.ts +0 -6
  202. package/esm/react-client/client.d.ts +0 -25
  203. package/esm/react-client/contextPath.d.ts +0 -1
  204. package/esm/react-client/index.d.ts +0 -3
  205. package/esm/react-client/rehydrate.d.ts +0 -5
  206. package/esm/react-server/contextPath.d.ts +0 -1
  207. package/esm/react-server/createSSRComplete.d.ts +0 -5
  208. package/esm/react-server/htmlpage.d.ts +0 -11
  209. package/esm/react-server/index.d.ts +0 -8
  210. package/esm/react-server/renderSSRComplete.d.ts +0 -13
  211. package/esm/react-server/renderSSRMinimal.d.ts +0 -11
  212. package/esm/react-server/requestInformation.d.ts +0 -6
  213. package/esm/react-server/serverNoSSR.d.ts +0 -15
  214. package/esm/react-server/serverSSR.d.ts +0 -15
  215. package/esm/react-server/serverUtil.d.ts +0 -46
  216. package/esm/react-theme/ThemeProvider.d.ts +0 -8
  217. package/esm/react-theme/createTheme.d.ts +0 -53
  218. package/esm/react-theme/index.d.ts +0 -10
  219. package/esm/react-theme/types.d.ts +0 -13
  220. package/esm/react-theme/useTheme.d.ts +0 -4
  221. package/esm/react-theme/utils/background.d.ts +0 -4
  222. package/esm/react-theme/utils/colors.d.ts +0 -9
  223. package/esm/react-theme/utils/contrast.d.ts +0 -18
  224. package/esm/react-theme/utils/corners.d.ts +0 -3
  225. package/esm/react-theme/utils/spacers.d.ts +0 -9
  226. package/esm/react-theme/utils/themeProps.d.ts +0 -7
  227. package/esm/redux/_i18n/I18nActions.d.ts +0 -7
  228. package/esm/redux/_i18n/I18nReducer.d.ts +0 -7
  229. package/esm/redux/_i18n/index.d.ts +0 -3
  230. package/esm/redux/_i18n/types.d.ts +0 -13
  231. package/esm/redux/_modularui/ModularUIActions.d.ts +0 -26
  232. package/esm/redux/_modularui/ModularUIConnector.d.ts +0 -7
  233. package/esm/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  234. package/esm/redux/_modularui/ModularUIReducer.d.ts +0 -7
  235. package/esm/redux/_modularui/ModularUISelectors.d.ts +0 -3
  236. package/esm/redux/_modularui/ModularUIUtils.d.ts +0 -5
  237. package/esm/redux/_modularui/index.d.ts +0 -8
  238. package/esm/redux/_modularui/types.d.ts +0 -84
  239. package/esm/redux/_modularui/withModularUI.d.ts +0 -3
  240. package/esm/redux/_router/RouterActions.d.ts +0 -10
  241. package/esm/redux/_router/RouterConnectors.d.ts +0 -6
  242. package/esm/redux/_router/RouterMiddleware.d.ts +0 -5
  243. package/esm/redux/_router/RouterReducer.d.ts +0 -7
  244. package/esm/redux/_router/index.d.ts +0 -5
  245. package/esm/redux/_router/types.d.ts +0 -35
  246. package/esm/redux/actions/Application.d.ts +0 -4
  247. package/esm/redux/actions/Authorization.d.ts +0 -3
  248. package/esm/redux/actions/Error.d.ts +0 -7
  249. package/esm/redux/actions/Form.d.ts +0 -5
  250. package/esm/redux/actions/FormAttributeSet.d.ts +0 -6
  251. package/esm/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  252. package/esm/redux/actions/FormAutosave.d.ts +0 -3
  253. package/esm/redux/actions/FormAutosubmit.d.ts +0 -4
  254. package/esm/redux/actions/FormAutoupdate.d.ts +0 -4
  255. package/esm/redux/actions/FormValidations.d.ts +0 -3
  256. package/esm/redux/actions/Modals.d.ts +0 -4
  257. package/esm/redux/actions/ModelCatalog.d.ts +0 -2
  258. package/esm/redux/actions/Notification.d.ts +0 -10
  259. package/esm/redux/actions/Preferences.d.ts +0 -11
  260. package/esm/redux/actions/ProgressIndicator.d.ts +0 -8
  261. package/esm/redux/actions/SignIn.d.ts +0 -10
  262. package/esm/redux/actions/SignOut.d.ts +0 -4
  263. package/esm/redux/actions/index.d.ts +0 -16
  264. package/esm/redux/connectors/Application.d.ts +0 -4
  265. package/esm/redux/connectors/Breadcrumb.d.ts +0 -3
  266. package/esm/redux/connectors/CaseView.d.ts +0 -4
  267. package/esm/redux/connectors/ConceptDetail.d.ts +0 -4
  268. package/esm/redux/connectors/ContentBrowser.d.ts +0 -4
  269. package/esm/redux/connectors/ContentDetail.d.ts +0 -4
  270. package/esm/redux/connectors/ContentDetailSection.d.ts +0 -4
  271. package/esm/redux/connectors/Form.d.ts +0 -16
  272. package/esm/redux/connectors/FormAttributeSet.d.ts +0 -5
  273. package/esm/redux/connectors/ListDetail.d.ts +0 -4
  274. package/esm/redux/connectors/Modal.d.ts +0 -4
  275. package/esm/redux/connectors/ModelCatalog.d.ts +0 -4
  276. package/esm/redux/connectors/Notification.d.ts +0 -4
  277. package/esm/redux/connectors/PanelRenderer.d.ts +0 -4
  278. package/esm/redux/connectors/Preferences.d.ts +0 -2
  279. package/esm/redux/connectors/Progress.d.ts +0 -3
  280. package/esm/redux/connectors/ProgressIndicator.d.ts +0 -3
  281. package/esm/redux/connectors/QuickSearch.d.ts +0 -11
  282. package/esm/redux/connectors/SignIn.d.ts +0 -4
  283. package/esm/redux/connectors/SignOut.d.ts +0 -4
  284. package/esm/redux/connectors/Tab.d.ts +0 -4
  285. package/esm/redux/connectors/index.d.ts +0 -21
  286. package/esm/redux/index.d.ts +0 -9
  287. package/esm/redux/reducers/AuthReducer.d.ts +0 -8
  288. package/esm/redux/reducers/ErrorReducer.d.ts +0 -8
  289. package/esm/redux/reducers/ModalsReducer.d.ts +0 -8
  290. package/esm/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  291. package/esm/redux/reducers/NotificationReducer.d.ts +0 -8
  292. package/esm/redux/reducers/PreferencesReducer.d.ts +0 -8
  293. package/esm/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  294. package/esm/redux/reducers/createReducer.d.ts +0 -14
  295. package/esm/redux/reducers/index.d.ts +0 -8
  296. package/esm/redux/selectors/i18n.d.ts +0 -4
  297. package/esm/redux/selectors/index.d.ts +0 -2
  298. package/esm/redux/selectors/modelcatalog.d.ts +0 -2
  299. package/esm/redux/store/beforeRenderHooks.d.ts +0 -7
  300. package/esm/redux/store/configureStore.d.ts +0 -9
  301. package/esm/redux/types.d.ts +0 -113
  302. package/esm/utils/browser/Cache.d.ts +0 -45
  303. package/esm/utils/browser/Cookies.d.ts +0 -9
  304. package/esm/utils/datetime/DateTimeUtil.d.ts +0 -214
  305. package/esm/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  306. package/esm/utils/fetch/serverFetch.d.ts +0 -5
  307. package/esm/utils/fetch/types.d.ts +0 -44
  308. package/esm/utils/fetch/universalFetch.d.ts +0 -7
  309. package/esm/utils/fetch/xhr.d.ts +0 -5
  310. package/esm/utils/helpers/checkResource.d.ts +0 -3
  311. package/esm/utils/helpers/createHash.d.ts +0 -9
  312. package/esm/utils/helpers/createHref.d.ts +0 -8
  313. package/esm/utils/helpers/createUUID.d.ts +0 -4
  314. package/esm/utils/helpers/index.d.ts +0 -8
  315. package/esm/utils/helpers/objects.d.ts +0 -11
  316. package/esm/utils/helpers/repositoryResource.d.ts +0 -1
  317. package/esm/utils/helpers/sanitizeHtml.d.ts +0 -9
  318. package/esm/utils/helpers/text.d.ts +0 -7
  319. package/esm/utils/index.d.ts +0 -11
  320. package/esm/utils/number/DecimalFormat.d.ts +0 -90
  321. package/esm/utils/number/formatValue.d.ts +0 -4
  322. package/esm/utils/number/parseNumbers.d.ts +0 -9
  323. package/lib/builder/index.d.ts +0 -1
  324. package/lib/builder/mergeLayoutHintConfigurations.d.ts +0 -1
  325. package/lib/constants/Constants.d.ts +0 -158
  326. package/lib/constants/LayoutHintConfig.d.ts +0 -267
  327. package/lib/constants/LayoutHints.d.ts +0 -83
  328. package/lib/constants/Settings.d.ts +0 -33
  329. package/lib/constants/index.d.ts +0 -3
  330. package/lib/exceptions/ConfigurationException.d.ts +0 -7
  331. package/lib/exceptions/FetchException.d.ts +0 -31
  332. package/lib/exceptions/IllegalArgumentException.d.ts +0 -7
  333. package/lib/exceptions/IllegalReturnException.d.ts +0 -6
  334. package/lib/exceptions/IllegalStateException.d.ts +0 -7
  335. package/lib/exceptions/JsonParseException.d.ts +0 -7
  336. package/lib/exceptions/MissingPropertyException.d.ts +0 -7
  337. package/lib/exceptions/NetworkException.d.ts +0 -9
  338. package/lib/exceptions/NotAllowedUriException.d.ts +0 -7
  339. package/lib/exceptions/NotFoundException.d.ts +0 -10
  340. package/lib/exceptions/ServerRequestException.d.ts +0 -7
  341. package/lib/exceptions/ThemePropertyException.d.ts +0 -7
  342. package/lib/exceptions/TimeoutException.d.ts +0 -7
  343. package/lib/exceptions/UnauthorizedException.d.ts +0 -11
  344. package/lib/exceptions/UnsupportedOperationException.d.ts +0 -7
  345. package/lib/exceptions/index.d.ts +0 -15
  346. package/lib/hooks/index.d.ts +0 -16
  347. package/lib/hooks/useAllFormsOnModel.d.ts +0 -7
  348. package/lib/hooks/useAuthentication.d.ts +0 -16
  349. package/lib/hooks/useContent.d.ts +0 -3
  350. package/lib/hooks/useDeepCompareEffect.d.ts +0 -6
  351. package/lib/hooks/useForm.d.ts +0 -21
  352. package/lib/hooks/useI18n.d.ts +0 -13
  353. package/lib/hooks/useModal.d.ts +0 -12
  354. package/lib/hooks/useModelCatalog.d.ts +0 -34
  355. package/lib/hooks/useModels.d.ts +0 -10
  356. package/lib/hooks/useModularUI.d.ts +0 -3
  357. package/lib/hooks/useModularUIBasic.d.ts +0 -9
  358. package/lib/hooks/useModularUIModel.d.ts +0 -27
  359. package/lib/hooks/useModularUIRequest.d.ts +0 -4
  360. package/lib/hooks/useNotification.d.ts +0 -8
  361. package/lib/hooks/usePreference.d.ts +0 -2
  362. package/lib/hooks/useProgressIndicator.d.ts +0 -9
  363. package/lib/hooks/useRouter.d.ts +0 -23
  364. package/lib/i18n/Locale.d.ts +0 -53
  365. package/lib/i18n/Locales.d.ts +0 -59
  366. package/lib/i18n/Message.d.ts +0 -6
  367. package/lib/i18n/index.d.ts +0 -5
  368. package/lib/i18n/languages.d.ts +0 -215
  369. package/lib/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
  370. package/lib/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
  371. package/lib/i18n/types.d.ts +0 -11
  372. package/lib/i18n/withMessage.d.ts +0 -3
  373. package/lib/index.d.ts +0 -6
  374. package/lib/models/actions/ActionCollection.d.ts +0 -30
  375. package/lib/models/actions/ActionModel.d.ts +0 -82
  376. package/lib/models/application/ApplicationModel.d.ts +0 -48
  377. package/lib/models/attributes/AttributeCollection.d.ts +0 -102
  378. package/lib/models/attributes/AttributeContent.d.ts +0 -64
  379. package/lib/models/attributes/AttributeDataHelper.d.ts +0 -67
  380. package/lib/models/attributes/AttributeModel.d.ts +0 -398
  381. package/lib/models/attributes/AttributeSetModel.d.ts +0 -36
  382. package/lib/models/attributes/BooleanAttributeModel.d.ts +0 -69
  383. package/lib/models/attributes/CaptchaAttributeModel.d.ts +0 -19
  384. package/lib/models/attributes/ChoiceAttributeModel.d.ts +0 -85
  385. package/lib/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
  386. package/lib/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
  387. package/lib/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
  388. package/lib/models/attributes/CompositeAttributeModel.d.ts +0 -42
  389. package/lib/models/attributes/DatetimeAttributeModel.d.ts +0 -85
  390. package/lib/models/attributes/HelptextAttributeModel.d.ts +0 -16
  391. package/lib/models/attributes/LabelAttributeModel.d.ts +0 -12
  392. package/lib/models/attributes/MemoAttributeModel.d.ts +0 -14
  393. package/lib/models/attributes/MoneyAttributeModel.d.ts +0 -14
  394. package/lib/models/attributes/NumberAttributeModel.d.ts +0 -49
  395. package/lib/models/attributes/PasswordAttributeModel.d.ts +0 -62
  396. package/lib/models/attributes/StringAttributeModel.d.ts +0 -65
  397. package/lib/models/attributes/UploadAttributeModel.d.ts +0 -60
  398. package/lib/models/attributes/XMLAttributeModel.d.ts +0 -10
  399. package/lib/models/attributes/_createAttribute.d.ts +0 -7
  400. package/lib/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
  401. package/lib/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
  402. package/lib/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
  403. package/lib/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
  404. package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
  405. package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
  406. package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
  407. package/lib/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
  408. package/lib/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
  409. package/lib/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
  410. package/lib/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
  411. package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
  412. package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
  413. package/lib/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
  414. package/lib/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
  415. package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
  416. package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
  417. package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
  418. package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
  419. package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
  420. package/lib/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
  421. package/lib/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
  422. package/lib/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
  423. package/lib/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
  424. package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
  425. package/lib/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
  426. package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
  427. package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
  428. package/lib/models/base/BaseCollection.d.ts +0 -89
  429. package/lib/models/base/BaseModel.d.ts +0 -78
  430. package/lib/models/base/ResourceCollection.d.ts +0 -20
  431. package/lib/models/base/ResourceModel.d.ts +0 -102
  432. package/lib/models/caseview/CaseViewModel.d.ts +0 -46
  433. package/lib/models/concepts/BusinessScenarioModel.d.ts +0 -20
  434. package/lib/models/concepts/ConceptDetailModel.d.ts +0 -86
  435. package/lib/models/concepts/ConceptIndexModel.d.ts +0 -44
  436. package/lib/models/concepts/ConceptLinkModel.d.ts +0 -82
  437. package/lib/models/concepts/ConceptRelationCollection.d.ts +0 -36
  438. package/lib/models/concepts/ConceptRelationModel.d.ts +0 -61
  439. package/lib/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
  440. package/lib/models/concepts/SourceReferenceCollection.d.ts +0 -14
  441. package/lib/models/concepts/SourceReferenceModel.d.ts +0 -48
  442. package/lib/models/content/ContentIndexModel.d.ts +0 -41
  443. package/lib/models/content/ContentLinkModel.d.ts +0 -102
  444. package/lib/models/content/ContentModel.d.ts +0 -80
  445. package/lib/models/content/ContentTOCModel.d.ts +0 -56
  446. package/lib/models/content/ContentTypeModel.d.ts +0 -26
  447. package/lib/models/content/SectionModel.d.ts +0 -79
  448. package/lib/models/content/SubSectionModel.d.ts +0 -69
  449. package/lib/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
  450. package/lib/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
  451. package/lib/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
  452. package/lib/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
  453. package/lib/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
  454. package/lib/models/detail/DetailModel.d.ts +0 -80
  455. package/lib/models/error/ErrorCollection.d.ts +0 -51
  456. package/lib/models/error/ErrorModel.d.ts +0 -41
  457. package/lib/models/error/ErrorResponse.d.ts +0 -156
  458. package/lib/models/filters/AssignmentFilterModel.d.ts +0 -35
  459. package/lib/models/filters/BaseFilterModel.d.ts +0 -101
  460. package/lib/models/filters/ConceptIndexFilterModel.d.ts +0 -6
  461. package/lib/models/filters/FilterCollection.d.ts +0 -49
  462. package/lib/models/filters/FilterModel.d.ts +0 -5
  463. package/lib/models/filters/RangeFilterModel.d.ts +0 -6
  464. package/lib/models/filters/StringFilterModel.d.ts +0 -30
  465. package/lib/models/form/FormModel.d.ts +0 -350
  466. package/lib/models/form/FormObjectModel.d.ts +0 -210
  467. package/lib/models/grouping/GroupingModel.d.ts +0 -86
  468. package/lib/models/href/Href.d.ts +0 -218
  469. package/lib/models/href/ListHref.d.ts +0 -64
  470. package/lib/models/index.d.ts +0 -96
  471. package/lib/models/layouthint/LayoutHintCollection.d.ts +0 -43
  472. package/lib/models/links/LinkCollection.d.ts +0 -71
  473. package/lib/models/links/LinkModel.d.ts +0 -93
  474. package/lib/models/links/normalizeLinkJSON.d.ts +0 -9
  475. package/lib/models/list/ListDetailModel.d.ts +0 -69
  476. package/lib/models/list/ListHeaderModel.d.ts +0 -53
  477. package/lib/models/list/ListItemCollection.d.ts +0 -21
  478. package/lib/models/list/ListItemModel.d.ts +0 -35
  479. package/lib/models/list/ListModel.d.ts +0 -143
  480. package/lib/models/lookup/LookupOptionCollection.d.ts +0 -15
  481. package/lib/models/lookup/LookupOptionsModel.d.ts +0 -23
  482. package/lib/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
  483. package/lib/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
  484. package/lib/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
  485. package/lib/models/paging/PagesizeModel.d.ts +0 -25
  486. package/lib/models/paging/PagingModel.d.ts +0 -49
  487. package/lib/models/panels/GroupingPanelModel.d.ts +0 -49
  488. package/lib/models/parameter/Parameter.d.ts +0 -40
  489. package/lib/models/process/ProcessStatusSettingsModel.d.ts +0 -38
  490. package/lib/models/resolveModel.d.ts +0 -7
  491. package/lib/models/search/CaseSearchModel.d.ts +0 -14
  492. package/lib/models/sorting/SortOptionModel.d.ts +0 -48
  493. package/lib/models/sorting/SortingModel.d.ts +0 -42
  494. package/lib/models/tab/TabModel.d.ts +0 -53
  495. package/lib/models/taskgroup/TaskGroupCollection.d.ts +0 -12
  496. package/lib/models/taskgroup/TaskGroupModel.d.ts +0 -25
  497. package/lib/models/types.d.ts +0 -171
  498. package/lib/models/user/UserModel.d.ts +0 -18
  499. package/lib/models/user/UserProfileModel.d.ts +0 -17
  500. package/lib/models/user/UserServicesModel.d.ts +0 -39
  501. package/lib/modularui/Authenticate.d.ts +0 -46
  502. package/lib/modularui/CaptchaRequest.d.ts +0 -54
  503. package/lib/modularui/ModularUIError.d.ts +0 -10
  504. package/lib/modularui/ModularUIRequest.d.ts +0 -207
  505. package/lib/modularui/ModularUIResponse.d.ts +0 -78
  506. package/lib/modularui/UploadRequest.d.ts +0 -41
  507. package/lib/modularui/index.d.ts +0 -5
  508. package/lib/modularui/types.d.ts +0 -2
  509. package/lib/react/ErrorBoundary.d.ts +0 -31
  510. package/lib/react/ErrorBoundaryFallback.d.ts +0 -8
  511. package/lib/react/index.d.ts +0 -2
  512. package/lib/react/utils.d.ts +0 -5
  513. package/lib/react-client/Init.d.ts +0 -6
  514. package/lib/react-client/client.d.ts +0 -25
  515. package/lib/react-client/contextPath.d.ts +0 -1
  516. package/lib/react-client/index.d.ts +0 -3
  517. package/lib/react-client/rehydrate.d.ts +0 -5
  518. package/lib/react-server/contextPath.d.ts +0 -1
  519. package/lib/react-server/createSSRComplete.d.ts +0 -5
  520. package/lib/react-server/htmlpage.d.ts +0 -11
  521. package/lib/react-server/index.d.ts +0 -8
  522. package/lib/react-server/renderSSRComplete.d.ts +0 -13
  523. package/lib/react-server/renderSSRMinimal.d.ts +0 -11
  524. package/lib/react-server/requestInformation.d.ts +0 -6
  525. package/lib/react-server/serverNoSSR.d.ts +0 -15
  526. package/lib/react-server/serverSSR.d.ts +0 -15
  527. package/lib/react-server/serverUtil.d.ts +0 -46
  528. package/lib/react-theme/ThemeProvider.d.ts +0 -8
  529. package/lib/react-theme/createTheme.d.ts +0 -53
  530. package/lib/react-theme/index.d.ts +0 -10
  531. package/lib/react-theme/types.d.ts +0 -13
  532. package/lib/react-theme/useTheme.d.ts +0 -4
  533. package/lib/react-theme/utils/background.d.ts +0 -4
  534. package/lib/react-theme/utils/colors.d.ts +0 -9
  535. package/lib/react-theme/utils/contrast.d.ts +0 -18
  536. package/lib/react-theme/utils/corners.d.ts +0 -3
  537. package/lib/react-theme/utils/spacers.d.ts +0 -9
  538. package/lib/react-theme/utils/themeProps.d.ts +0 -7
  539. package/lib/redux/_i18n/I18nActions.d.ts +0 -7
  540. package/lib/redux/_i18n/I18nReducer.d.ts +0 -7
  541. package/lib/redux/_i18n/index.d.ts +0 -3
  542. package/lib/redux/_i18n/types.d.ts +0 -13
  543. package/lib/redux/_modularui/ModularUIActions.d.ts +0 -26
  544. package/lib/redux/_modularui/ModularUIConnector.d.ts +0 -7
  545. package/lib/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
  546. package/lib/redux/_modularui/ModularUIReducer.d.ts +0 -7
  547. package/lib/redux/_modularui/ModularUISelectors.d.ts +0 -3
  548. package/lib/redux/_modularui/ModularUIUtils.d.ts +0 -5
  549. package/lib/redux/_modularui/index.d.ts +0 -8
  550. package/lib/redux/_modularui/types.d.ts +0 -84
  551. package/lib/redux/_modularui/withModularUI.d.ts +0 -3
  552. package/lib/redux/_router/RouterActions.d.ts +0 -10
  553. package/lib/redux/_router/RouterConnectors.d.ts +0 -6
  554. package/lib/redux/_router/RouterMiddleware.d.ts +0 -5
  555. package/lib/redux/_router/RouterReducer.d.ts +0 -7
  556. package/lib/redux/_router/index.d.ts +0 -5
  557. package/lib/redux/_router/types.d.ts +0 -35
  558. package/lib/redux/actions/Application.d.ts +0 -4
  559. package/lib/redux/actions/Authorization.d.ts +0 -3
  560. package/lib/redux/actions/Error.d.ts +0 -7
  561. package/lib/redux/actions/Form.d.ts +0 -5
  562. package/lib/redux/actions/FormAttributeSet.d.ts +0 -6
  563. package/lib/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
  564. package/lib/redux/actions/FormAutosave.d.ts +0 -3
  565. package/lib/redux/actions/FormAutosubmit.d.ts +0 -4
  566. package/lib/redux/actions/FormAutoupdate.d.ts +0 -4
  567. package/lib/redux/actions/FormValidations.d.ts +0 -3
  568. package/lib/redux/actions/Modals.d.ts +0 -4
  569. package/lib/redux/actions/ModelCatalog.d.ts +0 -2
  570. package/lib/redux/actions/Notification.d.ts +0 -10
  571. package/lib/redux/actions/Preferences.d.ts +0 -11
  572. package/lib/redux/actions/ProgressIndicator.d.ts +0 -8
  573. package/lib/redux/actions/SignIn.d.ts +0 -10
  574. package/lib/redux/actions/SignOut.d.ts +0 -4
  575. package/lib/redux/actions/index.d.ts +0 -16
  576. package/lib/redux/connectors/Application.d.ts +0 -4
  577. package/lib/redux/connectors/Breadcrumb.d.ts +0 -3
  578. package/lib/redux/connectors/CaseView.d.ts +0 -4
  579. package/lib/redux/connectors/ConceptDetail.d.ts +0 -4
  580. package/lib/redux/connectors/ContentBrowser.d.ts +0 -4
  581. package/lib/redux/connectors/ContentDetail.d.ts +0 -4
  582. package/lib/redux/connectors/ContentDetailSection.d.ts +0 -4
  583. package/lib/redux/connectors/Form.d.ts +0 -16
  584. package/lib/redux/connectors/FormAttributeSet.d.ts +0 -5
  585. package/lib/redux/connectors/ListDetail.d.ts +0 -4
  586. package/lib/redux/connectors/Modal.d.ts +0 -4
  587. package/lib/redux/connectors/ModelCatalog.d.ts +0 -4
  588. package/lib/redux/connectors/Notification.d.ts +0 -4
  589. package/lib/redux/connectors/PanelRenderer.d.ts +0 -4
  590. package/lib/redux/connectors/Preferences.d.ts +0 -2
  591. package/lib/redux/connectors/Progress.d.ts +0 -3
  592. package/lib/redux/connectors/ProgressIndicator.d.ts +0 -3
  593. package/lib/redux/connectors/QuickSearch.d.ts +0 -11
  594. package/lib/redux/connectors/SignIn.d.ts +0 -4
  595. package/lib/redux/connectors/SignOut.d.ts +0 -4
  596. package/lib/redux/connectors/Tab.d.ts +0 -4
  597. package/lib/redux/connectors/index.d.ts +0 -21
  598. package/lib/redux/index.d.ts +0 -9
  599. package/lib/redux/reducers/AuthReducer.d.ts +0 -8
  600. package/lib/redux/reducers/ErrorReducer.d.ts +0 -8
  601. package/lib/redux/reducers/ModalsReducer.d.ts +0 -8
  602. package/lib/redux/reducers/ModelCatalogReducer.d.ts +0 -8
  603. package/lib/redux/reducers/NotificationReducer.d.ts +0 -8
  604. package/lib/redux/reducers/PreferencesReducer.d.ts +0 -8
  605. package/lib/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
  606. package/lib/redux/reducers/createReducer.d.ts +0 -14
  607. package/lib/redux/reducers/index.d.ts +0 -8
  608. package/lib/redux/selectors/i18n.d.ts +0 -4
  609. package/lib/redux/selectors/index.d.ts +0 -2
  610. package/lib/redux/selectors/modelcatalog.d.ts +0 -2
  611. package/lib/redux/store/beforeRenderHooks.d.ts +0 -7
  612. package/lib/redux/store/configureStore.d.ts +0 -9
  613. package/lib/redux/types.d.ts +0 -113
  614. package/lib/utils/browser/Cache.d.ts +0 -45
  615. package/lib/utils/browser/Cookies.d.ts +0 -9
  616. package/lib/utils/datetime/DateTimeUtil.d.ts +0 -214
  617. package/lib/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
  618. package/lib/utils/fetch/serverFetch.d.ts +0 -5
  619. package/lib/utils/fetch/types.d.ts +0 -44
  620. package/lib/utils/fetch/universalFetch.d.ts +0 -7
  621. package/lib/utils/fetch/xhr.d.ts +0 -5
  622. package/lib/utils/helpers/checkResource.d.ts +0 -3
  623. package/lib/utils/helpers/createHash.d.ts +0 -9
  624. package/lib/utils/helpers/createHref.d.ts +0 -8
  625. package/lib/utils/helpers/createUUID.d.ts +0 -4
  626. package/lib/utils/helpers/index.d.ts +0 -8
  627. package/lib/utils/helpers/objects.d.ts +0 -11
  628. package/lib/utils/helpers/repositoryResource.d.ts +0 -1
  629. package/lib/utils/helpers/sanitizeHtml.d.ts +0 -9
  630. package/lib/utils/helpers/text.d.ts +0 -7
  631. package/lib/utils/index.d.ts +0 -11
  632. package/lib/utils/number/DecimalFormat.d.ts +0 -90
  633. package/lib/utils/number/formatValue.d.ts +0 -4
  634. package/lib/utils/number/parseNumbers.d.ts +0 -9
@@ -1,350 +0,0 @@
1
- export default FormModel;
2
- /**
3
- */
4
- declare class FormModel extends ResourceModel {
5
- /**
6
- */
7
- constructor(modularuiResponse: ModularUIResponse);
8
- _lastUpdate: number;
9
- _completedFormObjects: Array<FormObjectModel>;
10
- _currentFormObject: FormObjectModel | null;
11
- _previouslyEnteredFormObjects: Array<FormObjectModel>;
12
- _mergePreviouslyEnteredObjects: boolean;
13
- _endResultFormObjects: Array<FormObjectModel>;
14
- _previousEndResultKeys: Array<string>;
15
- _useClientsideValidation: boolean;
16
- _errorCollection: ErrorCollection;
17
- _redirectLocation: Href;
18
- _commit: boolean;
19
- _isFinished: boolean;
20
- _isComplete: boolean;
21
- _success: {
22
- redirect: string;
23
- data: Object;
24
- } | null;
25
- _parameters: Array<Parameter>;
26
- _tokens: Array<string>;
27
- /**
28
- */
29
- set lastUpdate(lastUpdate: number);
30
- /**
31
- */
32
- get lastUpdate(): number;
33
- /**
34
- */
35
- set currentFormObject(formObject: FormObjectModel | null);
36
- /**
37
- */
38
- get currentFormObject(): FormObjectModel | null;
39
- /**
40
- */
41
- set endResultFormObjects(endResultFormObjects: Array<FormObjectModel>);
42
- /**
43
- */
44
- get endResultFormObjects(): Array<FormObjectModel>;
45
- /**
46
- */
47
- set parameters(parameters: Array<Parameter>);
48
- /**
49
- */
50
- get parameters(): Array<Parameter>;
51
- /**
52
- */
53
- set isComplete(isComplete: boolean);
54
- /**
55
- * Indicates if form is completely entered
56
- */
57
- get isComplete(): boolean;
58
- /**
59
- */
60
- get actiontype(): string;
61
- /**
62
- * Get form level button labels
63
- */
64
- get buttonLabels(): Object;
65
- /**
66
- * @returns button label from contributions;
67
- */
68
- getButtonLabel(buttonType: "cancel" | "previous" | "next" | "finish"): string | null;
69
- /**
70
- * Get all applicable objects
71
- */
72
- get allObjects(): Array<FormObjectModel>;
73
- /**
74
- */
75
- get objectKeys(): Array<string>;
76
- /**
77
- */
78
- get numberOfExpectedQuestions(): number;
79
- /**
80
- * Has questions configured on form
81
- */
82
- get hasNoQuestionsConfigured(): boolean;
83
- /**
84
- */
85
- addGlobalDynamicSchema(anchor: Object, dynamicschema: Object): Object;
86
- /**
87
- */
88
- getMissingAnchors(): Array<Object>;
89
- /**
90
- * Create form object based on the data and contributions available in this form
91
- */
92
- createFormObject(): FormObjectModel | null;
93
- /**
94
- */
95
- addEmptyFormObject(formObjectModel?: FormObjectModel | null): void;
96
- /**
97
- */
98
- getHighestRepeatIndex(formObjectModel: FormObjectModel): number;
99
- /**
100
- */
101
- addFormObject(formObjectModel: FormObjectModel): void;
102
- /**
103
- */
104
- set completedFormObjects(formObjects: Array<FormObjectModel>);
105
- /**
106
- * Completed objects are previously entered questions
107
- */
108
- get completedFormObjects(): Array<FormObjectModel>;
109
- /**
110
- * Retrieve a form object by the key
111
- */
112
- getFormObjectByKey(key: string): FormObjectModel | null;
113
- /**
114
- * Retrieve a form object by a layouthint
115
- */
116
- getFormObjectByLayoutHint(hint: string): FormObjectModel | null;
117
- /**
118
- */
119
- removeFormObject(formObjectModel: FormObjectModel | null): void;
120
- /**
121
- */
122
- set previouslyEnteredFormObjects(formObjects: Array<FormObjectModel>);
123
- /**
124
- * Previously entered objects are questions that have been entered before,
125
- * but are currently not applicable for the form.
126
- * For example because of previous navigation
127
- */
128
- get previouslyEnteredFormObjects(): Array<FormObjectModel>;
129
- /**
130
- * Handle end results
131
- */
132
- setEndResultFormObjects(): Array<FormObjectModel>;
133
- /**
134
- */
135
- get expectsEndResultFormObjects(): boolean;
136
- /**
137
- */
138
- getEndResultFormObjects(): Array<FormObjectModel>;
139
- /**
140
- */
141
- set previousEndResultKeys(endResultFormObjectKeys: Array<string>);
142
- /**
143
- */
144
- get previousEndResultKeys(): Array<string>;
145
- /**
146
- * Error handling
147
- */
148
- get isValid(): boolean;
149
- /**
150
- */
151
- hasServerErrors(): boolean;
152
- /**
153
- */
154
- hasErrors(): boolean;
155
- /**
156
- * Add an error to the error collection of this form
157
- */
158
- addServerError(error: ErrorResponse): void;
159
- /**
160
- * Reset error messages
161
- */
162
- resetErrors(): void;
163
- /**
164
- */
165
- set errorCollection(errorCollection: ErrorCollection);
166
- /**
167
- */
168
- get errorCollection(): ErrorCollection;
169
- /**
170
- */
171
- set commit(commit: boolean);
172
- /**
173
- * Indicates if the form needs to be committed
174
- */
175
- get commit(): boolean;
176
- /**
177
- */
178
- set isFinished(isFinished: boolean);
179
- /**
180
- * Inidicates if form is finished: Form is completely entered and committed
181
- */
182
- get isFinished(): boolean;
183
- /**
184
- * Handle success redirects
185
- */
186
- get successRedirect(): Href | null;
187
- /**
188
- */
189
- get redirectLocation(): Href;
190
- /**
191
- * Get the result data as plain json object
192
- */
193
- getSuccessData(): Object | null;
194
- /**
195
- * Retrieve an object where each property is a result data attribute set
196
- */
197
- getResultData(): {
198
- [key: string]: AttributeSetModel;
199
- } | null;
200
- /**
201
- */
202
- get resultData(): Object | null;
203
- /**
204
- * Href handling
205
- */
206
- setParameters(modularuiResponse: ModularUIResponse): Array<Parameter>;
207
- /**
208
- */
209
- selfhrefNoCommitParam(): Href;
210
- /**
211
- */
212
- selfhrefWithCommitParam(): Href;
213
- /**
214
- * Replaces all tokens with the given collection of tokens
215
- */
216
- set tokens(tokens: Array<string>);
217
- /**
218
- * Handle form tokens to indicate concurrent form use
219
- */
220
- get tokens(): Array<string>;
221
- /**
222
- * Removes all tokens from the form
223
- */
224
- removeTokens(): void;
225
- /**
226
- * Keep track of changed form
227
- */
228
- isChanged(): boolean;
229
- /**
230
- */
231
- getFormDataObjects(validOnly?: boolean, validationData?: boolean): Array<Object>;
232
- /**
233
- */
234
- getFormData(validOnly?: boolean, withConcurrencyToken?: boolean, validationData?: boolean): string;
235
- /**
236
- * Used to programmatically overwrite the setting USE_CLIENTSIDE_VALIDATION
237
- */
238
- setUseClientsideValidation(enabled: boolean): void;
239
- /**
240
- * Indicates if client side validation is enabled
241
- * @returns {boolean}
242
- */
243
- useClientsideValidation(): boolean;
244
- /**
245
- * Get form data for submitting
246
- */
247
- get formdata(): string;
248
- /**
249
- */
250
- get validationData(): string;
251
- /**
252
- * Form navigation: Go one object back (previous button)
253
- */
254
- get hasPreviousStep(): boolean;
255
- /**
256
- * Go one form-object back,
257
- * for repeating object this means go back
258
- * until we get at a form object that had
259
- * a different key than the current form object
260
- */
261
- setPreviousObject(): void;
262
- /**
263
- * Set success information, contains redirect and event data
264
- * @param success
265
- */
266
- set success(success: {
267
- redirect: string;
268
- data: Object;
269
- } | null);
270
- /**
271
- * Retrieve success information from response
272
- * @returns {{redirect: string, data: object}}
273
- */
274
- get success(): {
275
- redirect: string;
276
- data: Object;
277
- } | null;
278
- /**
279
- * Form navigation: has next step or is last
280
- */
281
- get hasNextStep(): boolean;
282
- /**
283
- * Merge existing form with new form
284
- */
285
- update(receivedForm: ModularUIModel): FormModel;
286
- /**
287
- * Updates the current form object with new information about the object,
288
- * like for example a new dynamicschema. Used for autoupdate functionality that makes it possible
289
- * to update the options of a next missing attribute in a form-tree iq question
290
- */
291
- updateCurrentFormObject(receivedForm: ModularUIModel): void;
292
- /**
293
- */
294
- updateValidations(data: any): FormModel;
295
- /**
296
- */
297
- createSuccess(): void;
298
- /**
299
- * Process finished form
300
- */
301
- handleFinished(receivedForm: FormModel): void;
302
- /**
303
- */
304
- handleRootErrors(errors: Array<Object>): void;
305
- /**
306
- * Process errors from received form
307
- */
308
- handleErrors(receivedForm: FormModel): void;
309
- /**
310
- * Process missing from received form
311
- */
312
- handleMissing(receivedForm: FormModel): void;
313
- /**
314
- * Received missing anchors in the response with an object id that is the current form object
315
- */
316
- processMissingErrors(receivedForm: FormModel): FormObjectModel | null;
317
- /**
318
- */
319
- handleMissingErrors(receivedForm: FormModel): void;
320
- /**
321
- */
322
- handleNewFormObject(receivedForm: FormModel): void;
323
- /**
324
- */
325
- set mergePreviouslyEnteredObjects(mergePreviouslyEnteredObjects: boolean);
326
- /**
327
- * Indicate if a new form object model should be merged with a previousled entered form object model
328
- * Set this property to false on the form that receives the new form to skip the merge behavior
329
- */
330
- get mergePreviouslyEnteredObjects(): boolean;
331
- /**
332
- */
333
- handlePreviouslyEnteredFormObjects(receivedCurrentFormObject: FormObjectModel, previouslyEnteredFormObjects: Array<FormObjectModel>): void;
334
- /**
335
- */
336
- mergeObjects(newObject: FormObjectModel, oldObject: FormObjectModel): FormObjectModel;
337
- /**
338
- */
339
- findAttribute(findMethod: Function): AttributeType | null;
340
- }
341
- import ResourceModel from "../base/ResourceModel";
342
- import FormObjectModel from "./FormObjectModel";
343
- import ErrorCollection from "../error/ErrorCollection";
344
- import Href from "../href/Href";
345
- import Parameter from "../parameter/Parameter";
346
- import ErrorResponse from "../error/ErrorResponse";
347
- import AttributeSetModel from "../attributes/AttributeSetModel";
348
- import { ModularUIResponse } from "../../modularui";
349
- import { ModularUIModel } from "../types";
350
- import { AttributeType } from "../types";
@@ -1,210 +0,0 @@
1
- /**
2
- * Form Object
3
- */
4
- export default class FormObjectModel extends BaseModel {
5
- /**
6
- */
7
- static createEmpty(formObjectModel: FormObjectModel): FormObjectModel;
8
- _attributeCollection: AttributeCollection;
9
- _contentConfiguration: ContentConfiguration;
10
- _errorCollection: ErrorCollection;
11
- _repeatIndex: number;
12
- _dynamicValidationsLoaded: boolean;
13
- /**
14
- */
15
- equals(object: FormObjectModel | null, withRepeatIndex?: boolean): boolean;
16
- /**
17
- */
18
- getAttributeByAttribute(attribute: AttributeType): AttributeType | null;
19
- /**
20
- */
21
- getAttributeByKey(key: string): AttributeType | null;
22
- /**
23
- */
24
- hasAttributeByKey(key: string): boolean;
25
- /**
26
- * Get elements from both the missing attributes and the result attributes
27
- */
28
- getElements(): Array<Object>;
29
- /**
30
- * Map available contributions on the available data. Only use contributions that are needed for the data
31
- */
32
- getApplicableAttributeContributions(): Array<Object>;
33
- /**
34
- * Recursevily check if an attribute id occurs in the tree of attribute contributions.
35
- * The complete leaf of the tree is returned when an attribute id matches
36
- */
37
- getAttributesInData(dataElementIds: Array<string>, attributesContributions: Object): Array<Object>;
38
- /**
39
- */
40
- getInitialChildModelLinks(): Array<LinkModel>;
41
- /**
42
- */
43
- setChildModels(models: Array<ModularUIModel>, errors: Array<ErrorResponse>): void;
44
- /**
45
- * get key
46
- */
47
- get key(): string;
48
- /**
49
- * Get content configuration for form objects
50
- */
51
- get contentConfiguration(): ContentConfiguration;
52
- /**
53
- */
54
- get hasEndResultConfiguration(): boolean;
55
- /**
56
- * Indicates if object is dynamic.
57
- *
58
- * A subtle difference exists between objects for wizard style instrument dialogs and other objects.
59
- * In the 'missing object' response, wizard style objects will include only the first attribute(s) to be answered,
60
- * while other objects will include the complete set of attributes of that object.
61
- *
62
- * This difference is condensed in the term of 'dynamic objects': these objects start (in the 'missing object' response)
63
- * with a very select set of attributes to be answered, and each successive 'missing elements' response will include next attributes to be answered.
64
- * When an object is dynamic, the form contributions will mention a "dynamicObject": true property.
65
- */
66
- get isDynamic(): boolean;
67
- /**
68
- */
69
- get hasDynamicValidations(): boolean;
70
- /**
71
- * Indicates if object is repeatable
72
- */
73
- get isRepeatable(): boolean;
74
- /**
75
- */
76
- set repeatIndex(repeatIndex: number);
77
- /**
78
- */
79
- get repeatIndex(): number;
80
- /**
81
- */
82
- get maxRepeats(): number;
83
- /**
84
- */
85
- get hasFixedNrOfRepeats(): boolean;
86
- /**
87
- */
88
- get isRepeatWithUnknownTotal(): boolean;
89
- /**
90
- */
91
- get isLastRepeat(): boolean;
92
- /**
93
- */
94
- get repeatIndexLabel(): string | null;
95
- /**
96
- * Get label of form object
97
- */
98
- get label(): string;
99
- /**
100
- * Get introText of form object
101
- */
102
- get introText(): string;
103
- /**
104
- * Get assistent of form object
105
- */
106
- get assistent(): string;
107
- /**
108
- * Get button labels
109
- */
110
- get buttonLabels(): Object;
111
- /**
112
- */
113
- set attributeCollection(attributeCollection: AttributeCollection);
114
- /**
115
- * get attribute collection
116
- */
117
- get attributeCollection(): AttributeCollection;
118
- /**
119
- */
120
- mergeObject(oldObject: FormObjectModel): void;
121
- /**
122
- * Update attribute
123
- */
124
- updateAttribute(attribute: AttributeType, value: any): AttributeType;
125
- /**
126
- * Inidicates if Form is changed since a given timestamp (Date.now)
127
- */
128
- isChangedSince(timestamp: number): boolean;
129
- /**
130
- * Reset all errors on Form Object
131
- */
132
- resetErrors(): void;
133
- /**
134
- * Get error messages
135
- */
136
- get errorCollection(): ErrorCollection;
137
- /**
138
- * Registers an error that was received from a server response
139
- */
140
- addServerError(error: FormErrorAnchor): void;
141
- /**
142
- */
143
- hasServerErrors(): boolean;
144
- /**
145
- */
146
- hasErrors(): boolean;
147
- /**
148
- */
149
- get isValid(): boolean;
150
- /**
151
- */
152
- set dynamicValidationsLoaded(dynamicValidationsLoaded: boolean);
153
- /**
154
- */
155
- get dynamicValidationsLoaded(): boolean;
156
- /**
157
- * Convert error json from a form service to validation messages on the form object and attributes
158
- */
159
- handleErrorValidations(errors: Array<ErrorObject>): void;
160
- /**
161
- * Convert missing json from a form service to mandatory validation constraints and messages
162
- */
163
- handleMissingValidations(missing: {
164
- anchors: Array<{
165
- elements: Array<{
166
- elementid: string;
167
- }>;
168
- objectid?: string;
169
- } | {
170
- anchor: {
171
- elementid: string;
172
- objectid?: string;
173
- };
174
- }>;
175
- }, errors: Array<ErrorObject>): void;
176
- /**
177
- */
178
- updateValidations(data: any): FormObjectModel;
179
- /**
180
- * Generate formdata object for current formobject based on formdata of attributes
181
- */
182
- get formdata(): {
183
- [string]: any;
184
- } | null;
185
- /**
186
- */
187
- getFormData(validationData?: boolean): {
188
- [string]: any;
189
- } | null;
190
- }
191
- import BaseModel from "../base/BaseModel";
192
- import AttributeCollection from "../attributes/AttributeCollection";
193
- import ContentConfiguration from "../contentconfiguration/ContentConfiguration";
194
- import ErrorCollection from "../error/ErrorCollection";
195
- import { AttributeType } from "../types";
196
- import LinkModel from "../links/LinkModel";
197
- import { ModularUIModel } from "../types";
198
- import ErrorResponse from "../error/ErrorResponse";
199
- import { FormErrorAnchor } from "../types";
200
- type ErrorObject = {
201
- anchor: {
202
- objectid: string;
203
- elementid?: string | undefined;
204
- };
205
- id: string;
206
- message: string;
207
- properties: MessageParameters;
208
- layouthint: string[];
209
- };
210
- export {};
@@ -1,86 +0,0 @@
1
- /**
2
- * Group information model
3
- * Put GroupModel here because of possible circular dependency with GroupingModel below
4
- */
5
- export class GroupModel {
6
- /**
7
- */
8
- constructor(group: Object, context: Object, contributions: Array<Object>, modelOptions?: ModelOptions);
9
- _group: Object;
10
- _context: Object;
11
- _attributeCollection: AttributeCollection;
12
- _grouping: GroupingModel | null;
13
- /**
14
- */
15
- get type(): string;
16
- /**
17
- */
18
- get id(): string;
19
- /**
20
- */
21
- get label(): string;
22
- /**
23
- */
24
- get attributeCollection(): AttributeCollection;
25
- /**
26
- */
27
- get grouping(): GroupingModel | null;
28
- /**
29
- * Retrieve array of reference id's
30
- */
31
- get reference(): Array<number>;
32
- /**
33
- */
34
- hasAttributeByKey(key: string): boolean;
35
- /**
36
- */
37
- getAttributeByKey(key: string): AttributeType | null;
38
- }
39
- /**
40
- * Grouping model to group lists
41
- */
42
- export default class GroupingModel {
43
- /**
44
- */
45
- constructor(data: Object, contexts: Array<Context>, modelOptions?: ModelOptions);
46
- _prefix: string | null;
47
- _groups: Array<GroupModel>;
48
- /**
49
- */
50
- createGroup(data: Object, contributions: Array<Context>, modelOptions?: ModelOptions): Array<Object>;
51
- /**
52
- * add grouped prefix to the dynamicschema
53
- */
54
- getDynamicSchema(group: Object, dynamicschema: Object): Object;
55
- /**
56
- * Retrieve groups of grouping
57
- */
58
- get groups(): Array<GroupModel>;
59
- /**
60
- * Inidicates if Grouping has one or more groups
61
- */
62
- hasGroups(): boolean;
63
- /**
64
- * Get context of grouping
65
- */
66
- getContextFromContributionsByPrefix(contexts: Array<Object>, prefix: string | null): Object;
67
- /**
68
- */
69
- hasAttributeByKey(key: string): boolean;
70
- /**
71
- */
72
- getAttributeByKey(key: string): AttributeType | null;
73
- /**
74
- */
75
- getGroupByAttributeKey(key: string): GroupModel | null;
76
- }
77
- import AttributeCollection from "../attributes/AttributeCollection";
78
- import { AttributeType } from "../types";
79
- import { ModelOptions } from "../types";
80
- type Context = {
81
- prefix: string;
82
- label: string;
83
- metadata: Object;
84
- attributes: Object[];
85
- };
86
- export {};