@beinformed/ui 1.23.2 → 1.24.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.
- package/CHANGELOG.md +11 -6
- package/esm/builder/index.js +1 -0
- package/esm/builder/index.js.map +1 -1
- package/esm/builder/mergeLayoutHintConfigurations.js +1 -11
- package/esm/builder/mergeLayoutHintConfigurations.js.map +1 -1
- package/esm/constants/Constants.js +23 -28
- package/esm/constants/Constants.js.map +1 -1
- package/esm/constants/LayoutHintConfig.js +1 -0
- package/esm/constants/LayoutHintConfig.js.map +1 -1
- package/esm/constants/LayoutHints.js +11 -27
- package/esm/constants/LayoutHints.js.map +1 -1
- package/esm/constants/Settings.js +9 -15
- package/esm/constants/Settings.js.map +1 -1
- package/esm/constants/index.js +1 -0
- package/esm/constants/index.js.map +1 -1
- package/esm/exceptions/ConfigurationException.js +2 -2
- package/esm/exceptions/ConfigurationException.js.map +1 -1
- package/esm/exceptions/FetchException.js +9 -28
- package/esm/exceptions/FetchException.js.map +1 -1
- package/esm/exceptions/IllegalArgumentException.js +1 -2
- package/esm/exceptions/IllegalArgumentException.js.map +1 -1
- package/esm/exceptions/IllegalReturnException.js +1 -2
- package/esm/exceptions/IllegalReturnException.js.map +1 -1
- package/esm/exceptions/IllegalStateException.js +1 -2
- package/esm/exceptions/IllegalStateException.js.map +1 -1
- package/esm/exceptions/JsonParseException.js +1 -2
- package/esm/exceptions/JsonParseException.js.map +1 -1
- package/esm/exceptions/MissingPropertyException.js +1 -2
- package/esm/exceptions/MissingPropertyException.js.map +1 -1
- package/esm/exceptions/NetworkException.js +1 -10
- package/esm/exceptions/NetworkException.js.map +1 -1
- package/esm/exceptions/NotAllowedUriException.js +1 -2
- package/esm/exceptions/NotAllowedUriException.js.map +1 -1
- package/esm/exceptions/NotFoundException.js +1 -11
- package/esm/exceptions/NotFoundException.js.map +1 -1
- package/esm/exceptions/ServerRequestException.js +1 -2
- package/esm/exceptions/ServerRequestException.js.map +1 -1
- package/esm/exceptions/ThemePropertyException.js +1 -2
- package/esm/exceptions/ThemePropertyException.js.map +1 -1
- package/esm/exceptions/TimeoutException.js +1 -6
- package/esm/exceptions/TimeoutException.js.map +1 -1
- package/esm/exceptions/UnauthorizedException.js +1 -10
- package/esm/exceptions/UnauthorizedException.js.map +1 -1
- package/esm/exceptions/UnsupportedOperationException.js +1 -2
- package/esm/exceptions/UnsupportedOperationException.js.map +1 -1
- package/esm/exceptions/index.js +1 -0
- package/esm/exceptions/index.js.map +1 -1
- package/esm/hooks/index.js +1 -0
- package/esm/hooks/index.js.map +1 -1
- package/esm/hooks/useAllFormsOnModel.js +0 -16
- package/esm/hooks/useAllFormsOnModel.js.map +1 -1
- package/esm/hooks/useAuthentication.js +9 -23
- package/esm/hooks/useAuthentication.js.map +1 -1
- package/esm/hooks/useContent.js +3 -10
- package/esm/hooks/useContent.js.map +1 -1
- package/esm/hooks/useDeepCompareEffect.js +2 -6
- package/esm/hooks/useDeepCompareEffect.js.map +1 -1
- package/esm/hooks/useForm.js +4 -13
- package/esm/hooks/useForm.js.map +1 -1
- package/esm/hooks/useI18n.js +3 -7
- package/esm/hooks/useI18n.js.map +1 -1
- package/esm/hooks/useModal.js +0 -3
- package/esm/hooks/useModal.js.map +1 -1
- package/esm/hooks/useModelCatalog.js +10 -21
- package/esm/hooks/useModelCatalog.js.map +1 -1
- package/esm/hooks/useModels.js +1 -1
- package/esm/hooks/useModels.js.map +1 -1
- package/esm/hooks/useModularUI.js +7 -11
- package/esm/hooks/useModularUI.js.map +1 -1
- package/esm/hooks/useModularUIBasic.js +2 -12
- package/esm/hooks/useModularUIBasic.js.map +1 -1
- package/esm/hooks/useModularUIModel.js +11 -10
- package/esm/hooks/useModularUIModel.js.map +1 -1
- package/esm/hooks/useModularUIRequest.js +2 -1
- package/esm/hooks/useModularUIRequest.js.map +1 -1
- package/esm/hooks/useNotification.js +2 -2
- package/esm/hooks/useNotification.js.map +1 -1
- package/esm/hooks/usePreference.js +1 -1
- package/esm/hooks/usePreference.js.map +1 -1
- package/esm/hooks/useProgressIndicator.js +3 -2
- package/esm/hooks/useProgressIndicator.js.map +1 -1
- package/esm/hooks/useRouter.js +7 -10
- package/esm/hooks/useRouter.js.map +1 -1
- package/esm/i18n/Locale.js +15 -40
- package/esm/i18n/Locale.js.map +1 -1
- package/esm/i18n/Locales.js +13 -33
- package/esm/i18n/Locales.js.map +1 -1
- package/esm/i18n/Message.js +3 -5
- package/esm/i18n/Message.js.map +1 -1
- package/esm/i18n/index.js +1 -0
- package/esm/i18n/index.js.map +1 -1
- package/esm/i18n/languages.js +1 -0
- package/esm/i18n/languages.js.map +1 -1
- package/esm/i18n/translations/beinformed_error_messages_en.nl.js +1 -0
- package/esm/i18n/translations/beinformed_error_messages_en.nl.js.map +1 -1
- package/esm/i18n/translations/beinformed_error_messages_nl.nl.js +1 -0
- package/esm/i18n/translations/beinformed_error_messages_nl.nl.js.map +1 -1
- package/esm/i18n/withMessage.js +1 -4
- package/esm/i18n/withMessage.js.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/models/actions/ActionCollection.js +13 -26
- package/esm/models/actions/ActionCollection.js.map +1 -1
- package/esm/models/actions/ActionModel.js +23 -60
- package/esm/models/actions/ActionModel.js.map +1 -1
- package/esm/models/application/ApplicationModel.js +14 -34
- package/esm/models/application/ApplicationModel.js.map +1 -1
- package/esm/models/attributes/AttributeCollection.js +27 -81
- package/esm/models/attributes/AttributeCollection.js.map +1 -1
- package/esm/models/attributes/AttributeContent.js +23 -56
- package/esm/models/attributes/AttributeContent.js.map +1 -1
- package/esm/models/attributes/AttributeDataHelper.js +33 -83
- package/esm/models/attributes/AttributeDataHelper.js.map +1 -1
- package/esm/models/attributes/AttributeModel.js +102 -258
- package/esm/models/attributes/AttributeModel.js.map +1 -1
- package/esm/models/attributes/AttributeSetModel.js +6 -17
- package/esm/models/attributes/AttributeSetModel.js.map +1 -1
- package/esm/models/attributes/BooleanAttributeModel.js +29 -76
- package/esm/models/attributes/BooleanAttributeModel.js.map +1 -1
- package/esm/models/attributes/CaptchaAttributeModel.js +5 -8
- package/esm/models/attributes/CaptchaAttributeModel.js.map +1 -1
- package/esm/models/attributes/ChoiceAttributeModel.js +38 -108
- package/esm/models/attributes/ChoiceAttributeModel.js.map +1 -1
- package/esm/models/attributes/ChoiceAttributeOptionCollection.js +27 -80
- package/esm/models/attributes/ChoiceAttributeOptionCollection.js.map +1 -1
- package/esm/models/attributes/ChoiceAttributeOptionModel.js +34 -102
- package/esm/models/attributes/ChoiceAttributeOptionModel.js.map +1 -1
- package/esm/models/attributes/CompositeAttributeChildCollection.js +23 -64
- package/esm/models/attributes/CompositeAttributeChildCollection.js.map +1 -1
- package/esm/models/attributes/CompositeAttributeModel.js +40 -99
- package/esm/models/attributes/CompositeAttributeModel.js.map +1 -1
- package/esm/models/attributes/DatetimeAttributeModel.js +51 -145
- package/esm/models/attributes/DatetimeAttributeModel.js.map +1 -1
- package/esm/models/attributes/HelptextAttributeModel.js +7 -17
- package/esm/models/attributes/HelptextAttributeModel.js.map +1 -1
- package/esm/models/attributes/LabelAttributeModel.js +4 -8
- package/esm/models/attributes/LabelAttributeModel.js.map +1 -1
- package/esm/models/attributes/MemoAttributeModel.js +6 -10
- package/esm/models/attributes/MemoAttributeModel.js.map +1 -1
- package/esm/models/attributes/MoneyAttributeModel.js +5 -10
- package/esm/models/attributes/MoneyAttributeModel.js.map +1 -1
- package/esm/models/attributes/NumberAttributeModel.js +22 -49
- package/esm/models/attributes/NumberAttributeModel.js.map +1 -1
- package/esm/models/attributes/PasswordAttributeModel.js +23 -65
- package/esm/models/attributes/PasswordAttributeModel.js.map +1 -1
- package/esm/models/attributes/StringAttributeModel.js +29 -72
- package/esm/models/attributes/StringAttributeModel.js.map +1 -1
- package/esm/models/attributes/UploadAttributeModel.js +21 -62
- package/esm/models/attributes/UploadAttributeModel.js.map +1 -1
- package/esm/models/attributes/XMLAttributeModel.js +5 -10
- package/esm/models/attributes/XMLAttributeModel.js.map +1 -1
- package/esm/models/attributes/_createAttribute.js +7 -21
- package/esm/models/attributes/_createAttribute.js.map +1 -1
- package/esm/models/attributes/input-constraints/BSNConstraint.js +8 -19
- package/esm/models/attributes/input-constraints/BSNConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/ConstraintCollection.js +3 -10
- package/esm/models/attributes/input-constraints/ConstraintCollection.js.map +1 -1
- package/esm/models/attributes/input-constraints/ConstraintModel.js +6 -22
- package/esm/models/attributes/input-constraints/ConstraintModel.js.map +1 -1
- package/esm/models/attributes/input-constraints/DateBoundaryConstraint.js +16 -59
- package/esm/models/attributes/input-constraints/DateBoundaryConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.js +8 -22
- package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.js +8 -22
- package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.js +10 -28
- package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/FileExtensionConstraint.js +7 -18
- package/esm/models/attributes/input-constraints/FileExtensionConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/FileSizeConstraint.js +10 -24
- package/esm/models/attributes/input-constraints/FileSizeConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/IBANConstraint.js +6 -13
- package/esm/models/attributes/input-constraints/IBANConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/MandatoryConstraint.js +8 -15
- package/esm/models/attributes/input-constraints/MandatoryConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.js +8 -25
- package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.js +17 -53
- package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/NumberFormatConstraint.js +15 -41
- package/esm/models/attributes/input-constraints/NumberFormatConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/NumberGroupingConstraint.js +15 -39
- package/esm/models/attributes/input-constraints/NumberGroupingConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.js +8 -20
- package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.js +7 -12
- package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.js +7 -17
- package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.js +7 -17
- package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.js +8 -22
- package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/RangeConstraint.js +22 -57
- package/esm/models/attributes/input-constraints/RangeConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/RegexConstraint.js +7 -18
- package/esm/models/attributes/input-constraints/RegexConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/StringLengthConstraint.js +14 -50
- package/esm/models/attributes/input-constraints/StringLengthConstraint.js.map +1 -1
- package/esm/models/attributes/input-constraints/XMLConstraint.js +8 -17
- package/esm/models/attributes/input-constraints/XMLConstraint.js.map +1 -1
- package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.js +9 -17
- package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.js.map +1 -1
- package/esm/models/attributes/layouthint-rules/DependentAttribute.js +30 -84
- package/esm/models/attributes/layouthint-rules/DependentAttribute.js.map +1 -1
- package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.js +5 -11
- package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.js.map +1 -1
- package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.js +4 -10
- package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.js.map +1 -1
- package/esm/models/base/BaseCollection.js +27 -67
- package/esm/models/base/BaseCollection.js.map +1 -1
- package/esm/models/base/BaseModel.js +14 -39
- package/esm/models/base/BaseModel.js.map +1 -1
- package/esm/models/base/ResourceCollection.js +2 -5
- package/esm/models/base/ResourceCollection.js.map +1 -1
- package/esm/models/base/ResourceModel.js +21 -53
- package/esm/models/base/ResourceModel.js.map +1 -1
- package/esm/models/caseview/CaseViewModel.js +16 -46
- package/esm/models/caseview/CaseViewModel.js.map +1 -1
- package/esm/models/concepts/BusinessScenarioModel.js +10 -39
- package/esm/models/concepts/BusinessScenarioModel.js.map +1 -1
- package/esm/models/concepts/ConceptDetailModel.js +32 -85
- package/esm/models/concepts/ConceptDetailModel.js.map +1 -1
- package/esm/models/concepts/ConceptIndexModel.js +12 -36
- package/esm/models/concepts/ConceptIndexModel.js.map +1 -1
- package/esm/models/concepts/ConceptLinkModel.js +16 -45
- package/esm/models/concepts/ConceptLinkModel.js.map +1 -1
- package/esm/models/concepts/ConceptRelationCollection.js +7 -20
- package/esm/models/concepts/ConceptRelationCollection.js.map +1 -1
- package/esm/models/concepts/ConceptRelationModel.js +8 -22
- package/esm/models/concepts/ConceptRelationModel.js.map +1 -1
- package/esm/models/concepts/ConceptTypeDetailModel.js +12 -25
- package/esm/models/concepts/ConceptTypeDetailModel.js.map +1 -1
- package/esm/models/concepts/SourceReferenceCollection.js +2 -5
- package/esm/models/concepts/SourceReferenceCollection.js.map +1 -1
- package/esm/models/concepts/SourceReferenceModel.js +10 -21
- package/esm/models/concepts/SourceReferenceModel.js.map +1 -1
- package/esm/models/content/ContentIndexModel.js +13 -37
- package/esm/models/content/ContentIndexModel.js.map +1 -1
- package/esm/models/content/ContentLinkModel.js +19 -56
- package/esm/models/content/ContentLinkModel.js.map +1 -1
- package/esm/models/content/ContentModel.js +22 -59
- package/esm/models/content/ContentModel.js.map +1 -1
- package/esm/models/content/ContentTOCModel.js +17 -45
- package/esm/models/content/ContentTOCModel.js.map +1 -1
- package/esm/models/content/ContentTypeModel.js +8 -16
- package/esm/models/content/ContentTypeModel.js.map +1 -1
- package/esm/models/content/SectionModel.js +20 -57
- package/esm/models/content/SectionModel.js.map +1 -1
- package/esm/models/content/SubSectionModel.js +16 -43
- package/esm/models/content/SubSectionModel.js.map +1 -1
- package/esm/models/contentconfiguration/ContentConfiguration.js +6 -20
- package/esm/models/contentconfiguration/ContentConfiguration.js.map +1 -1
- package/esm/models/contentconfiguration/ContentConfigurationElements.js +11 -48
- package/esm/models/contentconfiguration/ContentConfigurationElements.js.map +1 -1
- package/esm/models/contentconfiguration/ContentConfigurationEndResults.js +3 -13
- package/esm/models/contentconfiguration/ContentConfigurationEndResults.js.map +1 -1
- package/esm/models/contentconfiguration/ContentConfigurationQuestions.js +5 -15
- package/esm/models/contentconfiguration/ContentConfigurationQuestions.js.map +1 -1
- package/esm/models/contentconfiguration/ContentConfigurationResults.js +13 -32
- package/esm/models/contentconfiguration/ContentConfigurationResults.js.map +1 -1
- package/esm/models/detail/DetailModel.js +21 -54
- package/esm/models/detail/DetailModel.js.map +1 -1
- package/esm/models/error/ErrorCollection.js +11 -29
- package/esm/models/error/ErrorCollection.js.map +1 -1
- package/esm/models/error/ErrorModel.js +8 -21
- package/esm/models/error/ErrorModel.js.map +1 -1
- package/esm/models/error/ErrorResponse.js +37 -93
- package/esm/models/error/ErrorResponse.js.map +1 -1
- package/esm/models/filters/AssignmentFilterModel.js +19 -45
- package/esm/models/filters/AssignmentFilterModel.js.map +1 -1
- package/esm/models/filters/BaseFilterModel.js +25 -58
- package/esm/models/filters/BaseFilterModel.js.map +1 -1
- package/esm/models/filters/ConceptIndexFilterModel.js +1 -5
- package/esm/models/filters/ConceptIndexFilterModel.js.map +1 -1
- package/esm/models/filters/FilterCollection.js +11 -44
- package/esm/models/filters/FilterCollection.js.map +1 -1
- package/esm/models/filters/FilterModel.js +2 -1
- package/esm/models/filters/FilterModel.js.map +1 -1
- package/esm/models/filters/RangeFilterModel.js +1 -6
- package/esm/models/filters/RangeFilterModel.js.map +1 -1
- package/esm/models/form/FormModel.js +136 -332
- package/esm/models/form/FormModel.js.map +1 -1
- package/esm/models/form/FormObjectModel.js +55 -141
- package/esm/models/form/FormObjectModel.js.map +1 -1
- package/esm/models/grouping/GroupingModel.js +20 -58
- package/esm/models/grouping/GroupingModel.js.map +1 -1
- package/esm/models/href/Href.js +47 -121
- package/esm/models/href/Href.js.map +1 -1
- package/esm/models/href/ListHref.js +11 -32
- package/esm/models/href/ListHref.js.map +1 -1
- package/esm/models/index.js +1 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/layouthint/LayoutHintCollection.js +9 -32
- package/esm/models/layouthint/LayoutHintCollection.js.map +1 -1
- package/esm/models/links/LinkCollection.js +15 -44
- package/esm/models/links/LinkCollection.js.map +1 -1
- package/esm/models/links/LinkModel.js +21 -57
- package/esm/models/links/LinkModel.js.map +1 -1
- package/esm/models/links/normalizeLinkJSON.js +5 -21
- package/esm/models/links/normalizeLinkJSON.js.map +1 -1
- package/esm/models/list/ListDetailModel.js +31 -79
- package/esm/models/list/ListDetailModel.js.map +1 -1
- package/esm/models/list/ListHeaderModel.js +10 -28
- package/esm/models/list/ListHeaderModel.js.map +1 -1
- package/esm/models/list/ListItemCollection.js +4 -20
- package/esm/models/list/ListItemCollection.js.map +1 -1
- package/esm/models/list/ListItemModel.js +7 -23
- package/esm/models/list/ListItemModel.js.map +1 -1
- package/esm/models/list/ListModel.js +38 -115
- package/esm/models/list/ListModel.js.map +1 -1
- package/esm/models/lookup/LookupOptionCollection.js +4 -6
- package/esm/models/lookup/LookupOptionCollection.js.map +1 -1
- package/esm/models/lookup/LookupOptionsModel.js +5 -16
- package/esm/models/lookup/LookupOptionsModel.js.map +1 -1
- package/esm/models/modelcatalog/ModelCatalogModel.js +6 -14
- package/esm/models/modelcatalog/ModelCatalogModel.js.map +1 -1
- package/esm/models/paging/PagesizeModel.js +4 -12
- package/esm/models/paging/PagesizeModel.js.map +1 -1
- package/esm/models/paging/PagingModel.js +11 -26
- package/esm/models/paging/PagingModel.js.map +1 -1
- package/esm/models/panels/GroupingPanelModel.js +14 -41
- package/esm/models/panels/GroupingPanelModel.js.map +1 -1
- package/esm/models/parameter/Parameter.js +14 -41
- package/esm/models/parameter/Parameter.js.map +1 -1
- package/esm/models/process/ProcessStatusSettingsModel.js +10 -24
- package/esm/models/process/ProcessStatusSettingsModel.js.map +1 -1
- package/esm/models/resolveModel.js +2 -7
- package/esm/models/resolveModel.js.map +1 -1
- package/esm/models/search/CaseSearchModel.js +3 -9
- package/esm/models/search/CaseSearchModel.js.map +1 -1
- package/esm/models/sorting/SortOptionModel.js +15 -41
- package/esm/models/sorting/SortOptionModel.js.map +1 -1
- package/esm/models/sorting/SortingModel.js +9 -28
- package/esm/models/sorting/SortingModel.js.map +1 -1
- package/esm/models/tab/TabModel.js +14 -41
- package/esm/models/tab/TabModel.js.map +1 -1
- package/esm/models/taskgroup/TaskGroupCollection.js +1 -2
- package/esm/models/taskgroup/TaskGroupCollection.js.map +1 -1
- package/esm/models/taskgroup/TaskGroupModel.js +7 -17
- package/esm/models/taskgroup/TaskGroupModel.js.map +1 -1
- package/esm/models/user/UserModel.js +5 -10
- package/esm/models/user/UserModel.js.map +1 -1
- package/esm/models/user/UserProfileModel.js +2 -10
- package/esm/models/user/UserProfileModel.js.map +1 -1
- package/esm/models/user/UserServicesModel.js +11 -27
- package/esm/models/user/UserServicesModel.js.map +1 -1
- package/esm/modularui/Authenticate.js +21 -56
- package/esm/modularui/Authenticate.js.map +1 -1
- package/esm/modularui/ModularUIError.js +3 -8
- package/esm/modularui/ModularUIError.js.map +1 -1
- package/esm/modularui/ModularUIRequest.js +89 -193
- package/esm/modularui/ModularUIRequest.js.map +1 -1
- package/esm/modularui/ModularUIResponse.js +13 -37
- package/esm/modularui/ModularUIResponse.js.map +1 -1
- package/esm/modularui/index.js +1 -0
- package/esm/modularui/index.js.map +1 -1
- package/esm/react/ErrorBoundary.js +2 -12
- package/esm/react/ErrorBoundary.js.map +1 -1
- package/esm/react/ErrorBoundaryFallback.js +2 -2
- package/esm/react/ErrorBoundaryFallback.js.map +1 -1
- package/esm/react/index.js +1 -0
- package/esm/react/index.js.map +1 -1
- package/esm/react/utils.js +3 -7
- package/esm/react/utils.js.map +1 -1
- package/esm/react-client/Init.js +1 -2
- package/esm/react-client/Init.js.map +1 -1
- package/esm/react-client/client.js +15 -29
- package/esm/react-client/client.js.map +1 -1
- package/esm/react-client/contextPath.js +3 -8
- package/esm/react-client/contextPath.js.map +1 -1
- package/esm/react-client/index.js +1 -0
- package/esm/react-client/index.js.map +1 -1
- package/esm/react-client/rehydrate.js +4 -19
- package/esm/react-client/rehydrate.js.map +1 -1
- package/esm/react-server/contextPath.js +2 -2
- package/esm/react-server/contextPath.js.map +1 -1
- package/esm/react-server/createSSRComplete.js +2 -12
- package/esm/react-server/createSSRComplete.js.map +1 -1
- package/esm/react-server/htmlpage.js +25 -12
- package/esm/react-server/htmlpage.js.map +1 -1
- package/esm/react-server/index.js +1 -0
- package/esm/react-server/index.js.map +1 -1
- package/esm/react-server/renderSSRComplete.js +4 -4
- package/esm/react-server/renderSSRComplete.js.map +1 -1
- package/esm/react-server/renderSSRMinimal.js +1 -2
- package/esm/react-server/renderSSRMinimal.js.map +1 -1
- package/esm/react-server/requestInformation.js +7 -12
- package/esm/react-server/requestInformation.js.map +1 -1
- package/esm/react-server/serverNoSSR.js +3 -7
- package/esm/react-server/serverNoSSR.js.map +1 -1
- package/esm/react-server/serverSSR.js +1 -2
- package/esm/react-server/serverSSR.js.map +1 -1
- package/esm/react-server/serverUtil.js +13 -37
- package/esm/react-server/serverUtil.js.map +1 -1
- package/esm/react-theme/ThemeProvider.js +1 -2
- package/esm/react-theme/ThemeProvider.js.map +1 -1
- package/esm/react-theme/createTheme.js +7 -20
- package/esm/react-theme/createTheme.js.map +1 -1
- package/esm/react-theme/index.js +1 -0
- package/esm/react-theme/index.js.map +1 -1
- package/esm/react-theme/useTheme.js +1 -2
- package/esm/react-theme/useTheme.js.map +1 -1
- package/esm/react-theme/utils/background.js +2 -5
- package/esm/react-theme/utils/background.js.map +1 -1
- package/esm/react-theme/utils/colors.js +3 -9
- package/esm/react-theme/utils/colors.js.map +1 -1
- package/esm/react-theme/utils/contrast.js +8 -27
- package/esm/react-theme/utils/contrast.js.map +1 -1
- package/esm/react-theme/utils/corners.js +4 -10
- package/esm/react-theme/utils/corners.js.map +1 -1
- package/esm/react-theme/utils/spacers.js +7 -22
- package/esm/react-theme/utils/spacers.js.map +1 -1
- package/esm/react-theme/utils/themeProps.js +8 -22
- package/esm/react-theme/utils/themeProps.js.map +1 -1
- package/esm/redux/_i18n/actions.js +3 -3
- package/esm/redux/_i18n/actions.js.map +1 -1
- package/esm/redux/_i18n/index.js +1 -0
- package/esm/redux/_i18n/index.js.map +1 -1
- package/esm/redux/_i18n/reducer.js +13 -16
- package/esm/redux/_i18n/reducer.js.map +1 -1
- package/esm/redux/_modularui/actions.js +36 -48
- package/esm/redux/_modularui/actions.js.map +1 -1
- package/esm/redux/_modularui/connector.js +21 -18
- package/esm/redux/_modularui/connector.js.map +1 -1
- package/esm/redux/_modularui/index.js +1 -0
- package/esm/redux/_modularui/index.js.map +1 -1
- package/esm/redux/_modularui/middleware.js +8 -22
- package/esm/redux/_modularui/middleware.js.map +1 -1
- package/esm/redux/_modularui/modularuiUtils.js +10 -25
- package/esm/redux/_modularui/modularuiUtils.js.map +1 -1
- package/esm/redux/_modularui/reducer.js +19 -39
- package/esm/redux/_modularui/reducer.js.map +1 -1
- package/esm/redux/_modularui/selectors.js +20 -62
- package/esm/redux/_modularui/selectors.js.map +1 -1
- package/esm/redux/_modularui/withModularUI.js +3 -3
- package/esm/redux/_modularui/withModularUI.js.map +1 -1
- package/esm/redux/_router/actions.js +7 -5
- package/esm/redux/_router/actions.js.map +1 -1
- package/esm/redux/_router/connectors.js +11 -14
- package/esm/redux/_router/connectors.js.map +1 -1
- package/esm/redux/_router/index.js +1 -0
- package/esm/redux/_router/index.js.map +1 -1
- package/esm/redux/_router/middleware.js +2 -1
- package/esm/redux/_router/middleware.js.map +1 -1
- package/esm/redux/_router/reducer.js +3 -3
- package/esm/redux/_router/reducer.js.map +1 -1
- package/esm/redux/actions/Application.js +2 -4
- package/esm/redux/actions/Application.js.map +1 -1
- package/esm/redux/actions/Authorization.js +8 -14
- package/esm/redux/actions/Authorization.js.map +1 -1
- package/esm/redux/actions/Error.js +5 -13
- package/esm/redux/actions/Error.js.map +1 -1
- package/esm/redux/actions/Form.js +2 -3
- package/esm/redux/actions/Form.js.map +1 -1
- package/esm/redux/actions/FormAttributeSet.js +1 -9
- package/esm/redux/actions/FormAttributeSet.js.map +1 -1
- package/esm/redux/actions/FormAttributeSetRepeatable.js +3 -3
- package/esm/redux/actions/FormAttributeSetRepeatable.js.map +1 -1
- package/esm/redux/actions/FormAutosave.js +4 -6
- package/esm/redux/actions/FormAutosave.js.map +1 -1
- package/esm/redux/actions/FormAutosubmit.js +1 -4
- package/esm/redux/actions/FormAutosubmit.js.map +1 -1
- package/esm/redux/actions/FormValidations.js +3 -7
- package/esm/redux/actions/FormValidations.js.map +1 -1
- package/esm/redux/actions/Modals.js +3 -1
- package/esm/redux/actions/Modals.js.map +1 -1
- package/esm/redux/actions/Notification.js +5 -10
- package/esm/redux/actions/Notification.js.map +1 -1
- package/esm/redux/actions/Preferences.js +14 -26
- package/esm/redux/actions/Preferences.js.map +1 -1
- package/esm/redux/actions/ProgressIndicator.js +5 -4
- package/esm/redux/actions/ProgressIndicator.js.map +1 -1
- package/esm/redux/actions/SignIn.js +5 -8
- package/esm/redux/actions/SignIn.js.map +1 -1
- package/esm/redux/actions/SignOut.js +2 -2
- package/esm/redux/actions/SignOut.js.map +1 -1
- package/esm/redux/actions/index.js +1 -0
- package/esm/redux/actions/index.js.map +1 -1
- package/esm/redux/connectors/Application.js +1 -1
- package/esm/redux/connectors/Application.js.map +1 -1
- package/esm/redux/connectors/Breadcrumb.js +2 -3
- package/esm/redux/connectors/Breadcrumb.js.map +1 -1
- package/esm/redux/connectors/CaseView.js +1 -1
- package/esm/redux/connectors/CaseView.js.map +1 -1
- package/esm/redux/connectors/ConceptDetail.js +2 -5
- package/esm/redux/connectors/ConceptDetail.js.map +1 -1
- package/esm/redux/connectors/ContentBrowser.js +1 -1
- package/esm/redux/connectors/ContentBrowser.js.map +1 -1
- package/esm/redux/connectors/ContentDetail.js +2 -5
- package/esm/redux/connectors/ContentDetail.js.map +1 -1
- package/esm/redux/connectors/ContentDetailSection.js +2 -5
- package/esm/redux/connectors/ContentDetailSection.js.map +1 -1
- package/esm/redux/connectors/Form.js +3 -10
- package/esm/redux/connectors/Form.js.map +1 -1
- package/esm/redux/connectors/FormAttributeSet.js +2 -3
- package/esm/redux/connectors/FormAttributeSet.js.map +1 -1
- package/esm/redux/connectors/ListDetail.js +1 -1
- package/esm/redux/connectors/ListDetail.js.map +1 -1
- package/esm/redux/connectors/Modal.js +1 -5
- package/esm/redux/connectors/Modal.js.map +1 -1
- package/esm/redux/connectors/ModelCatalog.js +1 -1
- package/esm/redux/connectors/ModelCatalog.js.map +1 -1
- package/esm/redux/connectors/Notification.js +2 -3
- package/esm/redux/connectors/Notification.js.map +1 -1
- package/esm/redux/connectors/PanelRenderer.js +1 -5
- package/esm/redux/connectors/PanelRenderer.js.map +1 -1
- package/esm/redux/connectors/Preferences.js +2 -4
- package/esm/redux/connectors/Preferences.js.map +1 -1
- package/esm/redux/connectors/Progress.js +2 -1
- package/esm/redux/connectors/Progress.js.map +1 -1
- package/esm/redux/connectors/ProgressIndicator.js +2 -3
- package/esm/redux/connectors/ProgressIndicator.js.map +1 -1
- package/esm/redux/connectors/QuickSearch.js +2 -1
- package/esm/redux/connectors/QuickSearch.js.map +1 -1
- package/esm/redux/connectors/SignIn.js +3 -6
- package/esm/redux/connectors/SignIn.js.map +1 -1
- package/esm/redux/connectors/SignOut.js +4 -6
- package/esm/redux/connectors/SignOut.js.map +1 -1
- package/esm/redux/connectors/Tab.js +1 -1
- package/esm/redux/connectors/Tab.js.map +1 -1
- package/esm/redux/connectors/index.js +1 -0
- package/esm/redux/connectors/index.js.map +1 -1
- package/esm/redux/index.js +16 -7
- package/esm/redux/index.js.map +1 -1
- package/esm/redux/reducers/AuthReducer.js +13 -14
- package/esm/redux/reducers/AuthReducer.js.map +1 -1
- package/esm/redux/reducers/ErrorReducer.js +3 -4
- package/esm/redux/reducers/ErrorReducer.js.map +1 -1
- package/esm/redux/reducers/ModalsReducer.js +11 -15
- package/esm/redux/reducers/ModalsReducer.js.map +1 -1
- package/esm/redux/reducers/NotificationReducer.js +7 -8
- package/esm/redux/reducers/NotificationReducer.js.map +1 -1
- package/esm/redux/reducers/PreferencesReducer.js +7 -7
- package/esm/redux/reducers/PreferencesReducer.js.map +1 -1
- package/esm/redux/reducers/ProgressIndicatorReducer.js +11 -15
- package/esm/redux/reducers/ProgressIndicatorReducer.js.map +1 -1
- package/esm/redux/reducers/createReducer.js +1 -1
- package/esm/redux/reducers/createReducer.js.map +1 -1
- package/esm/redux/reducers/index.js +1 -0
- package/esm/redux/reducers/index.js.map +1 -1
- package/esm/redux/selectors/i18n.js +5 -4
- package/esm/redux/selectors/i18n.js.map +1 -1
- package/esm/redux/selectors/index.js +1 -0
- package/esm/redux/selectors/index.js.map +1 -1
- package/esm/redux/store/beforeRenderHooks.js +2 -1
- package/esm/redux/store/beforeRenderHooks.js.map +1 -1
- package/esm/redux/store/configureStore.js +3 -7
- package/esm/redux/store/configureStore.js.map +1 -1
- package/esm/utils/browser/Cache.js +17 -44
- package/esm/utils/browser/Cache.js.map +1 -1
- package/esm/utils/browser/Cookies.js +4 -9
- package/esm/utils/browser/Cookies.js.map +1 -1
- package/esm/utils/datetime/DateTimeUtil.js +53 -110
- package/esm/utils/datetime/DateTimeUtil.js.map +1 -1
- package/esm/utils/fetch/serverFetch.js +2 -8
- package/esm/utils/fetch/serverFetch.js.map +1 -1
- package/esm/utils/fetch/universalFetch.js +6 -17
- package/esm/utils/fetch/universalFetch.js.map +1 -1
- package/esm/utils/fetch/xhr.js +42 -101
- package/esm/utils/fetch/xhr.js.map +1 -1
- package/esm/utils/helpers/checkResource.js +6 -6
- package/esm/utils/helpers/checkResource.js.map +1 -1
- package/esm/utils/helpers/createHash.js +3 -5
- package/esm/utils/helpers/createHash.js.map +1 -1
- package/esm/utils/helpers/createUUID.js +1 -1
- package/esm/utils/helpers/createUUID.js.map +1 -1
- package/esm/utils/helpers/objects.js +5 -8
- package/esm/utils/helpers/objects.js.map +1 -1
- package/esm/utils/helpers/sanitizeHtml.js +7 -9
- package/esm/utils/helpers/sanitizeHtml.js.map +1 -1
- package/esm/utils/helpers/text.js +2 -3
- package/esm/utils/helpers/text.js.map +1 -1
- package/esm/utils/index.js +8 -3
- package/esm/utils/index.js.map +1 -1
- package/esm/utils/number/DecimalFormat.js +43 -124
- package/esm/utils/number/DecimalFormat.js.map +1 -1
- package/esm/utils/number/formatValue.js +5 -18
- package/esm/utils/number/formatValue.js.map +1 -1
- package/esm/utils/number/parseNumbers.js +5 -17
- package/esm/utils/number/parseNumbers.js.map +1 -1
- package/lib/builder/index.js +0 -3
- package/lib/builder/index.js.map +1 -1
- package/lib/builder/mergeLayoutHintConfigurations.js +1 -13
- package/lib/builder/mergeLayoutHintConfigurations.js.map +1 -1
- package/lib/constants/Constants.js +25 -32
- package/lib/constants/Constants.js.map +1 -1
- package/lib/constants/LayoutHintConfig.js.map +1 -1
- package/lib/constants/LayoutHints.js +9 -29
- package/lib/constants/LayoutHints.js.map +1 -1
- package/lib/constants/Settings.js +9 -38
- package/lib/constants/Settings.js.map +1 -1
- package/lib/constants/index.js +0 -7
- package/lib/constants/index.js.map +1 -1
- package/lib/exceptions/ConfigurationException.js +0 -2
- package/lib/exceptions/ConfigurationException.js.map +1 -1
- package/lib/exceptions/FetchException.js +9 -27
- package/lib/exceptions/FetchException.js.map +1 -1
- package/lib/exceptions/IllegalArgumentException.js +0 -3
- package/lib/exceptions/IllegalArgumentException.js.map +1 -1
- package/lib/exceptions/IllegalReturnException.js +0 -3
- package/lib/exceptions/IllegalReturnException.js.map +1 -1
- package/lib/exceptions/IllegalStateException.js +0 -3
- package/lib/exceptions/IllegalStateException.js.map +1 -1
- package/lib/exceptions/JsonParseException.js +0 -3
- package/lib/exceptions/JsonParseException.js.map +1 -1
- package/lib/exceptions/MissingPropertyException.js +0 -3
- package/lib/exceptions/MissingPropertyException.js.map +1 -1
- package/lib/exceptions/NetworkException.js +1 -10
- package/lib/exceptions/NetworkException.js.map +1 -1
- package/lib/exceptions/NotAllowedUriException.js +0 -3
- package/lib/exceptions/NotAllowedUriException.js.map +1 -1
- package/lib/exceptions/NotFoundException.js +1 -10
- package/lib/exceptions/NotFoundException.js.map +1 -1
- package/lib/exceptions/ServerRequestException.js +0 -3
- package/lib/exceptions/ServerRequestException.js.map +1 -1
- package/lib/exceptions/ThemePropertyException.js +0 -3
- package/lib/exceptions/ThemePropertyException.js.map +1 -1
- package/lib/exceptions/TimeoutException.js +1 -10
- package/lib/exceptions/TimeoutException.js.map +1 -1
- package/lib/exceptions/UnauthorizedException.js +1 -9
- package/lib/exceptions/UnauthorizedException.js.map +1 -1
- package/lib/exceptions/UnsupportedOperationException.js +0 -3
- package/lib/exceptions/UnsupportedOperationException.js.map +1 -1
- package/lib/exceptions/index.js +0 -16
- package/lib/exceptions/index.js.map +1 -1
- package/lib/hooks/index.js +0 -33
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useAllFormsOnModel.js +0 -23
- package/lib/hooks/useAllFormsOnModel.js.map +1 -1
- package/lib/hooks/useAuthentication.js +8 -35
- package/lib/hooks/useAuthentication.js.map +1 -1
- package/lib/hooks/useContent.js +3 -16
- package/lib/hooks/useContent.js.map +1 -1
- package/lib/hooks/useDeepCompareEffect.js +1 -12
- package/lib/hooks/useDeepCompareEffect.js.map +1 -1
- package/lib/hooks/useForm.js +3 -27
- package/lib/hooks/useForm.js.map +1 -1
- package/lib/hooks/useI18n.js +3 -15
- package/lib/hooks/useI18n.js.map +1 -1
- package/lib/hooks/useModal.js +0 -9
- package/lib/hooks/useModal.js.map +1 -1
- package/lib/hooks/useModelCatalog.js +9 -45
- package/lib/hooks/useModelCatalog.js.map +1 -1
- package/lib/hooks/useModels.js +0 -3
- package/lib/hooks/useModels.js.map +1 -1
- package/lib/hooks/useModularUI.js +6 -19
- package/lib/hooks/useModularUI.js.map +1 -1
- package/lib/hooks/useModularUIBasic.js +2 -17
- package/lib/hooks/useModularUIBasic.js.map +1 -1
- package/lib/hooks/useModularUIModel.js +9 -39
- package/lib/hooks/useModularUIModel.js.map +1 -1
- package/lib/hooks/useModularUIRequest.js +1 -7
- package/lib/hooks/useModularUIRequest.js.map +1 -1
- package/lib/hooks/useNotification.js +1 -7
- package/lib/hooks/useNotification.js.map +1 -1
- package/lib/hooks/usePreference.js +0 -4
- package/lib/hooks/usePreference.js.map +1 -1
- package/lib/hooks/useProgressIndicator.js +2 -4
- package/lib/hooks/useProgressIndicator.js.map +1 -1
- package/lib/hooks/useRouter.js +6 -20
- package/lib/hooks/useRouter.js.map +1 -1
- package/lib/i18n/Locale.js +15 -44
- package/lib/i18n/Locale.js.map +1 -1
- package/lib/i18n/Locales.js +13 -44
- package/lib/i18n/Locales.js.map +1 -1
- package/lib/i18n/Message.js +2 -8
- package/lib/i18n/Message.js.map +1 -1
- package/lib/i18n/index.js +0 -9
- package/lib/i18n/index.js.map +1 -1
- package/lib/i18n/languages.js.map +1 -1
- package/lib/i18n/translations/beinformed_error_messages_en.nl.js.map +1 -1
- package/lib/i18n/translations/beinformed_error_messages_nl.nl.js.map +1 -1
- package/lib/i18n/withMessage.js +1 -10
- package/lib/i18n/withMessage.js.map +1 -1
- package/lib/index.js +0 -13
- package/lib/index.js.map +1 -1
- package/lib/models/actions/ActionCollection.js +12 -33
- package/lib/models/actions/ActionCollection.js.map +1 -1
- package/lib/models/actions/ActionModel.js +23 -68
- package/lib/models/actions/ActionModel.js.map +1 -1
- package/lib/models/application/ApplicationModel.js +14 -41
- package/lib/models/application/ApplicationModel.js.map +1 -1
- package/lib/models/attributes/AttributeCollection.js +27 -87
- package/lib/models/attributes/AttributeCollection.js.map +1 -1
- package/lib/models/attributes/AttributeContent.js +23 -65
- package/lib/models/attributes/AttributeContent.js.map +1 -1
- package/lib/models/attributes/AttributeDataHelper.js +32 -89
- package/lib/models/attributes/AttributeDataHelper.js.map +1 -1
- package/lib/models/attributes/AttributeModel.js +101 -254
- package/lib/models/attributes/AttributeModel.js.map +1 -1
- package/lib/models/attributes/AttributeSetModel.js +5 -20
- package/lib/models/attributes/AttributeSetModel.js.map +1 -1
- package/lib/models/attributes/BooleanAttributeModel.js +29 -83
- package/lib/models/attributes/BooleanAttributeModel.js.map +1 -1
- package/lib/models/attributes/CaptchaAttributeModel.js +3 -10
- package/lib/models/attributes/CaptchaAttributeModel.js.map +1 -1
- package/lib/models/attributes/ChoiceAttributeModel.js +38 -115
- package/lib/models/attributes/ChoiceAttributeModel.js.map +1 -1
- package/lib/models/attributes/ChoiceAttributeOptionCollection.js +26 -84
- package/lib/models/attributes/ChoiceAttributeOptionCollection.js.map +1 -1
- package/lib/models/attributes/ChoiceAttributeOptionModel.js +34 -108
- package/lib/models/attributes/ChoiceAttributeOptionModel.js.map +1 -1
- package/lib/models/attributes/CompositeAttributeChildCollection.js +23 -70
- package/lib/models/attributes/CompositeAttributeChildCollection.js.map +1 -1
- package/lib/models/attributes/CompositeAttributeModel.js +40 -109
- package/lib/models/attributes/CompositeAttributeModel.js.map +1 -1
- package/lib/models/attributes/DatetimeAttributeModel.js +51 -159
- package/lib/models/attributes/DatetimeAttributeModel.js.map +1 -1
- package/lib/models/attributes/HelptextAttributeModel.js +5 -20
- package/lib/models/attributes/HelptextAttributeModel.js.map +1 -1
- package/lib/models/attributes/LabelAttributeModel.js +3 -11
- package/lib/models/attributes/LabelAttributeModel.js.map +1 -1
- package/lib/models/attributes/MemoAttributeModel.js +4 -13
- package/lib/models/attributes/MemoAttributeModel.js.map +1 -1
- package/lib/models/attributes/MoneyAttributeModel.js +4 -14
- package/lib/models/attributes/MoneyAttributeModel.js.map +1 -1
- package/lib/models/attributes/NumberAttributeModel.js +21 -61
- package/lib/models/attributes/NumberAttributeModel.js.map +1 -1
- package/lib/models/attributes/PasswordAttributeModel.js +23 -75
- package/lib/models/attributes/PasswordAttributeModel.js.map +1 -1
- package/lib/models/attributes/StringAttributeModel.js +28 -79
- package/lib/models/attributes/StringAttributeModel.js.map +1 -1
- package/lib/models/attributes/UploadAttributeModel.js +21 -66
- package/lib/models/attributes/UploadAttributeModel.js.map +1 -1
- package/lib/models/attributes/XMLAttributeModel.js +4 -16
- package/lib/models/attributes/XMLAttributeModel.js.map +1 -1
- package/lib/models/attributes/_createAttribute.js +7 -41
- package/lib/models/attributes/_createAttribute.js.map +1 -1
- package/lib/models/attributes/input-constraints/BSNConstraint.js +6 -19
- package/lib/models/attributes/input-constraints/BSNConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/ConstraintCollection.js +3 -15
- package/lib/models/attributes/input-constraints/ConstraintCollection.js.map +1 -1
- package/lib/models/attributes/input-constraints/ConstraintModel.js +6 -19
- package/lib/models/attributes/input-constraints/ConstraintModel.js.map +1 -1
- package/lib/models/attributes/input-constraints/DateBoundaryConstraint.js +16 -58
- package/lib/models/attributes/input-constraints/DateBoundaryConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.js +8 -22
- package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.js +8 -22
- package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.js +10 -27
- package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/FileExtensionConstraint.js +7 -20
- package/lib/models/attributes/input-constraints/FileExtensionConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/FileSizeConstraint.js +10 -26
- package/lib/models/attributes/input-constraints/FileSizeConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/IBANConstraint.js +5 -14
- package/lib/models/attributes/input-constraints/IBANConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/MandatoryConstraint.js +6 -15
- package/lib/models/attributes/input-constraints/MandatoryConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.js +8 -25
- package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.js +17 -51
- package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/NumberFormatConstraint.js +15 -44
- package/lib/models/attributes/input-constraints/NumberFormatConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/NumberGroupingConstraint.js +15 -40
- package/lib/models/attributes/input-constraints/NumberGroupingConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.js +8 -20
- package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.js +5 -12
- package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.js +7 -18
- package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.js +7 -18
- package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.js +8 -24
- package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/RangeConstraint.js +22 -57
- package/lib/models/attributes/input-constraints/RangeConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/RegexConstraint.js +7 -19
- package/lib/models/attributes/input-constraints/RegexConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/StringLengthConstraint.js +13 -50
- package/lib/models/attributes/input-constraints/StringLengthConstraint.js.map +1 -1
- package/lib/models/attributes/input-constraints/XMLConstraint.js +6 -17
- package/lib/models/attributes/input-constraints/XMLConstraint.js.map +1 -1
- package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.js +8 -18
- package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.js.map +1 -1
- package/lib/models/attributes/layouthint-rules/DependentAttribute.js +30 -88
- package/lib/models/attributes/layouthint-rules/DependentAttribute.js.map +1 -1
- package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.js +4 -19
- package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.js.map +1 -1
- package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.js +3 -13
- package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.js.map +1 -1
- package/lib/models/base/BaseCollection.js +26 -73
- package/lib/models/base/BaseCollection.js.map +1 -1
- package/lib/models/base/BaseModel.js +14 -40
- package/lib/models/base/BaseModel.js.map +1 -1
- package/lib/models/base/ResourceCollection.js +1 -6
- package/lib/models/base/ResourceCollection.js.map +1 -1
- package/lib/models/base/ResourceModel.js +21 -53
- package/lib/models/base/ResourceModel.js.map +1 -1
- package/lib/models/caseview/CaseViewModel.js +16 -54
- package/lib/models/caseview/CaseViewModel.js.map +1 -1
- package/lib/models/concepts/BusinessScenarioModel.js +10 -44
- package/lib/models/concepts/BusinessScenarioModel.js.map +1 -1
- package/lib/models/concepts/ConceptDetailModel.js +32 -90
- package/lib/models/concepts/ConceptDetailModel.js.map +1 -1
- package/lib/models/concepts/ConceptIndexModel.js +12 -42
- package/lib/models/concepts/ConceptIndexModel.js.map +1 -1
- package/lib/models/concepts/ConceptLinkModel.js +16 -49
- package/lib/models/concepts/ConceptLinkModel.js.map +1 -1
- package/lib/models/concepts/ConceptRelationCollection.js +6 -25
- package/lib/models/concepts/ConceptRelationCollection.js.map +1 -1
- package/lib/models/concepts/ConceptRelationModel.js +8 -23
- package/lib/models/concepts/ConceptRelationModel.js.map +1 -1
- package/lib/models/concepts/ConceptTypeDetailModel.js +11 -26
- package/lib/models/concepts/ConceptTypeDetailModel.js.map +1 -1
- package/lib/models/concepts/SourceReferenceCollection.js +1 -11
- package/lib/models/concepts/SourceReferenceCollection.js.map +1 -1
- package/lib/models/concepts/SourceReferenceModel.js +9 -22
- package/lib/models/concepts/SourceReferenceModel.js.map +1 -1
- package/lib/models/content/ContentIndexModel.js +12 -44
- package/lib/models/content/ContentIndexModel.js.map +1 -1
- package/lib/models/content/ContentLinkModel.js +19 -61
- package/lib/models/content/ContentLinkModel.js.map +1 -1
- package/lib/models/content/ContentModel.js +21 -67
- package/lib/models/content/ContentModel.js.map +1 -1
- package/lib/models/content/ContentTOCModel.js +17 -55
- package/lib/models/content/ContentTOCModel.js.map +1 -1
- package/lib/models/content/ContentTypeModel.js +7 -18
- package/lib/models/content/ContentTypeModel.js.map +1 -1
- package/lib/models/content/SectionModel.js +19 -62
- package/lib/models/content/SectionModel.js.map +1 -1
- package/lib/models/content/SubSectionModel.js +15 -51
- package/lib/models/content/SubSectionModel.js.map +1 -1
- package/lib/models/contentconfiguration/ContentConfiguration.js +5 -25
- package/lib/models/contentconfiguration/ContentConfiguration.js.map +1 -1
- package/lib/models/contentconfiguration/ContentConfigurationElements.js +10 -45
- package/lib/models/contentconfiguration/ContentConfigurationElements.js.map +1 -1
- package/lib/models/contentconfiguration/ContentConfigurationEndResults.js +2 -17
- package/lib/models/contentconfiguration/ContentConfigurationEndResults.js.map +1 -1
- package/lib/models/contentconfiguration/ContentConfigurationQuestions.js +4 -16
- package/lib/models/contentconfiguration/ContentConfigurationQuestions.js.map +1 -1
- package/lib/models/contentconfiguration/ContentConfigurationResults.js +12 -37
- package/lib/models/contentconfiguration/ContentConfigurationResults.js.map +1 -1
- package/lib/models/detail/DetailModel.js +21 -61
- package/lib/models/detail/DetailModel.js.map +1 -1
- package/lib/models/error/ErrorCollection.js +10 -35
- package/lib/models/error/ErrorCollection.js.map +1 -1
- package/lib/models/error/ErrorModel.js +6 -17
- package/lib/models/error/ErrorModel.js.map +1 -1
- package/lib/models/error/ErrorResponse.js +36 -96
- package/lib/models/error/ErrorResponse.js.map +1 -1
- package/lib/models/filters/AssignmentFilterModel.js +19 -45
- package/lib/models/filters/AssignmentFilterModel.js.map +1 -1
- package/lib/models/filters/BaseFilterModel.js +24 -60
- package/lib/models/filters/BaseFilterModel.js.map +1 -1
- package/lib/models/filters/ConceptIndexFilterModel.js +0 -9
- package/lib/models/filters/ConceptIndexFilterModel.js.map +1 -1
- package/lib/models/filters/FilterCollection.js +11 -55
- package/lib/models/filters/FilterCollection.js.map +1 -1
- package/lib/models/filters/FilterModel.js +0 -3
- package/lib/models/filters/FilterModel.js.map +1 -1
- package/lib/models/filters/RangeFilterModel.js +1 -10
- package/lib/models/filters/RangeFilterModel.js.map +1 -1
- package/lib/models/form/FormModel.js +135 -328
- package/lib/models/form/FormModel.js.map +1 -1
- package/lib/models/form/FormObjectModel.js +55 -144
- package/lib/models/form/FormObjectModel.js.map +1 -1
- package/lib/models/grouping/GroupingModel.js +20 -58
- package/lib/models/grouping/GroupingModel.js.map +1 -1
- package/lib/models/href/Href.js +47 -123
- package/lib/models/href/Href.js.map +1 -1
- package/lib/models/href/ListHref.js +11 -29
- package/lib/models/href/ListHref.js.map +1 -1
- package/lib/models/index.js +0 -97
- package/lib/models/index.js.map +1 -1
- package/lib/models/layouthint/LayoutHintCollection.js +8 -40
- package/lib/models/layouthint/LayoutHintCollection.js.map +1 -1
- package/lib/models/links/LinkCollection.js +15 -51
- package/lib/models/links/LinkCollection.js.map +1 -1
- package/lib/models/links/LinkModel.js +20 -62
- package/lib/models/links/LinkModel.js.map +1 -1
- package/lib/models/links/normalizeLinkJSON.js +5 -21
- package/lib/models/links/normalizeLinkJSON.js.map +1 -1
- package/lib/models/list/ListDetailModel.js +31 -84
- package/lib/models/list/ListDetailModel.js.map +1 -1
- package/lib/models/list/ListHeaderModel.js +10 -30
- package/lib/models/list/ListHeaderModel.js.map +1 -1
- package/lib/models/list/ListItemCollection.js +4 -24
- package/lib/models/list/ListItemCollection.js.map +1 -1
- package/lib/models/list/ListItemModel.js +7 -29
- package/lib/models/list/ListItemModel.js.map +1 -1
- package/lib/models/list/ListModel.js +38 -123
- package/lib/models/list/ListModel.js.map +1 -1
- package/lib/models/lookup/LookupOptionCollection.js +2 -8
- package/lib/models/lookup/LookupOptionCollection.js.map +1 -1
- package/lib/models/lookup/LookupOptionsModel.js +5 -19
- package/lib/models/lookup/LookupOptionsModel.js.map +1 -1
- package/lib/models/modelcatalog/ModelCatalogModel.js +4 -17
- package/lib/models/modelcatalog/ModelCatalogModel.js.map +1 -1
- package/lib/models/paging/PagesizeModel.js +4 -13
- package/lib/models/paging/PagesizeModel.js.map +1 -1
- package/lib/models/paging/PagingModel.js +10 -26
- package/lib/models/paging/PagingModel.js.map +1 -1
- package/lib/models/panels/GroupingPanelModel.js +14 -47
- package/lib/models/panels/GroupingPanelModel.js.map +1 -1
- package/lib/models/parameter/Parameter.js +13 -42
- package/lib/models/parameter/Parameter.js.map +1 -1
- package/lib/models/process/ProcessStatusSettingsModel.js +9 -29
- package/lib/models/process/ProcessStatusSettingsModel.js.map +1 -1
- package/lib/models/resolveModel.js +1 -33
- package/lib/models/resolveModel.js.map +1 -1
- package/lib/models/search/CaseSearchModel.js +3 -12
- package/lib/models/search/CaseSearchModel.js.map +1 -1
- package/lib/models/sorting/SortOptionModel.js +13 -39
- package/lib/models/sorting/SortOptionModel.js.map +1 -1
- package/lib/models/sorting/SortingModel.js +8 -35
- package/lib/models/sorting/SortingModel.js.map +1 -1
- package/lib/models/tab/TabModel.js +14 -48
- package/lib/models/tab/TabModel.js.map +1 -1
- package/lib/models/taskgroup/TaskGroupCollection.js +0 -4
- package/lib/models/taskgroup/TaskGroupCollection.js.map +1 -1
- package/lib/models/taskgroup/TaskGroupModel.js +6 -19
- package/lib/models/taskgroup/TaskGroupModel.js.map +1 -1
- package/lib/models/user/UserModel.js +4 -12
- package/lib/models/user/UserModel.js.map +1 -1
- package/lib/models/user/UserProfileModel.js +2 -14
- package/lib/models/user/UserProfileModel.js.map +1 -1
- package/lib/models/user/UserServicesModel.js +11 -30
- package/lib/models/user/UserServicesModel.js.map +1 -1
- package/lib/modularui/Authenticate.js +20 -66
- package/lib/modularui/Authenticate.js.map +1 -1
- package/lib/modularui/ModularUIError.js +3 -7
- package/lib/modularui/ModularUIError.js.map +1 -1
- package/lib/modularui/ModularUIRequest.js +89 -200
- package/lib/modularui/ModularUIRequest.js.flow +14 -0
- package/lib/modularui/ModularUIRequest.js.map +1 -1
- package/lib/modularui/ModularUIResponse.js +13 -34
- package/lib/modularui/ModularUIResponse.js.map +1 -1
- package/lib/modularui/index.js +0 -4
- package/lib/modularui/index.js.map +1 -1
- package/lib/react/ErrorBoundary.js +2 -14
- package/lib/react/ErrorBoundary.js.map +1 -1
- package/lib/react/ErrorBoundaryFallback.js +1 -8
- package/lib/react/ErrorBoundaryFallback.js.map +1 -1
- package/lib/react/index.js +0 -5
- package/lib/react/index.js.map +1 -1
- package/lib/react/utils.js +2 -13
- package/lib/react/utils.js.map +1 -1
- package/lib/react-client/Init.js +0 -8
- package/lib/react-client/Init.js.map +1 -1
- package/lib/react-client/client.js +16 -49
- package/lib/react-client/client.js.map +1 -1
- package/lib/react-client/contextPath.js +2 -9
- package/lib/react-client/contextPath.js.map +1 -1
- package/lib/react-client/index.js +0 -4
- package/lib/react-client/index.js.map +1 -1
- package/lib/react-client/rehydrate.js +3 -23
- package/lib/react-client/rehydrate.js.map +1 -1
- package/lib/react-server/contextPath.js +1 -2
- package/lib/react-server/contextPath.js.map +1 -1
- package/lib/react-server/createSSRComplete.js +2 -16
- package/lib/react-server/createSSRComplete.js.map +1 -1
- package/lib/react-server/htmlpage.js +25 -16
- package/lib/react-server/htmlpage.js.map +1 -1
- package/lib/react-server/index.js +0 -12
- package/lib/react-server/index.js.map +1 -1
- package/lib/react-server/renderSSRComplete.js +3 -16
- package/lib/react-server/renderSSRComplete.js.map +1 -1
- package/lib/react-server/renderSSRMinimal.js +0 -10
- package/lib/react-server/renderSSRMinimal.js.map +1 -1
- package/lib/react-server/requestInformation.js +6 -21
- package/lib/react-server/requestInformation.js.map +1 -1
- package/lib/react-server/serverNoSSR.js +2 -14
- package/lib/react-server/serverNoSSR.js.map +1 -1
- package/lib/react-server/serverSSR.js +0 -8
- package/lib/react-server/serverSSR.js.map +1 -1
- package/lib/react-server/serverUtil.js +13 -60
- package/lib/react-server/serverUtil.js.map +1 -1
- package/lib/react-theme/ThemeProvider.js +0 -6
- package/lib/react-theme/ThemeProvider.js.map +1 -1
- package/lib/react-theme/createTheme.js +7 -23
- package/lib/react-theme/createTheme.js.map +1 -1
- package/lib/react-theme/index.js +0 -18
- package/lib/react-theme/index.js.map +1 -1
- package/lib/react-theme/useTheme.js +0 -3
- package/lib/react-theme/useTheme.js.map +1 -1
- package/lib/react-theme/utils/background.js +1 -5
- package/lib/react-theme/utils/background.js.map +1 -1
- package/lib/react-theme/utils/colors.js +2 -12
- package/lib/react-theme/utils/colors.js.map +1 -1
- package/lib/react-theme/utils/contrast.js +7 -35
- package/lib/react-theme/utils/contrast.js.map +1 -1
- package/lib/react-theme/utils/corners.js +3 -14
- package/lib/react-theme/utils/corners.js.map +1 -1
- package/lib/react-theme/utils/spacers.js +6 -30
- package/lib/react-theme/utils/spacers.js.map +1 -1
- package/lib/react-theme/utils/themeProps.js +7 -35
- package/lib/react-theme/utils/themeProps.js.map +1 -1
- package/lib/redux/_i18n/actions.js +2 -8
- package/lib/redux/_i18n/actions.js.map +1 -1
- package/lib/redux/_i18n/index.js +0 -5
- package/lib/redux/_i18n/index.js.map +1 -1
- package/lib/redux/_i18n/reducer.js +12 -21
- package/lib/redux/_i18n/reducer.js.map +1 -1
- package/lib/redux/_modularui/actions.js +36 -69
- package/lib/redux/_modularui/actions.js.map +1 -1
- package/lib/redux/_modularui/connector.js +20 -28
- package/lib/redux/_modularui/connector.js.map +1 -1
- package/lib/redux/_modularui/index.js +0 -14
- package/lib/redux/_modularui/index.js.map +1 -1
- package/lib/redux/_modularui/middleware.js +8 -28
- package/lib/redux/_modularui/middleware.js.map +1 -1
- package/lib/redux/_modularui/modularuiUtils.js +10 -36
- package/lib/redux/_modularui/modularuiUtils.js.map +1 -1
- package/lib/redux/_modularui/reducer.js +19 -45
- package/lib/redux/_modularui/reducer.js.map +1 -1
- package/lib/redux/_modularui/selectors.js +20 -97
- package/lib/redux/_modularui/selectors.js.map +1 -1
- package/lib/redux/_modularui/withModularUI.js +2 -11
- package/lib/redux/_modularui/withModularUI.js.map +1 -1
- package/lib/redux/_router/actions.js +5 -16
- package/lib/redux/_router/actions.js.map +1 -1
- package/lib/redux/_router/connectors.js +10 -15
- package/lib/redux/_router/connectors.js.map +1 -1
- package/lib/redux/_router/index.js +0 -9
- package/lib/redux/_router/index.js.map +1 -1
- package/lib/redux/_router/middleware.js +0 -2
- package/lib/redux/_router/middleware.js.map +1 -1
- package/lib/redux/_router/reducer.js +2 -4
- package/lib/redux/_router/reducer.js.map +1 -1
- package/lib/redux/actions/Application.js +1 -8
- package/lib/redux/actions/Application.js.map +1 -1
- package/lib/redux/actions/Authorization.js +6 -25
- package/lib/redux/actions/Authorization.js.map +1 -1
- package/lib/redux/actions/Error.js +4 -24
- package/lib/redux/actions/Error.js.map +1 -1
- package/lib/redux/actions/Form.js +1 -12
- package/lib/redux/actions/Form.js.map +1 -1
- package/lib/redux/actions/FormAttributeSet.js +0 -14
- package/lib/redux/actions/FormAttributeSet.js.map +1 -1
- package/lib/redux/actions/FormAttributeSetRepeatable.js +2 -8
- package/lib/redux/actions/FormAttributeSetRepeatable.js.map +1 -1
- package/lib/redux/actions/FormAutosave.js +3 -12
- package/lib/redux/actions/FormAutosave.js.map +1 -1
- package/lib/redux/actions/FormAutosubmit.js +0 -6
- package/lib/redux/actions/FormAutosubmit.js.map +1 -1
- package/lib/redux/actions/FormValidations.js +2 -13
- package/lib/redux/actions/FormValidations.js.map +1 -1
- package/lib/redux/actions/Modals.js +1 -4
- package/lib/redux/actions/Modals.js.map +1 -1
- package/lib/redux/actions/Notification.js +4 -19
- package/lib/redux/actions/Notification.js.map +1 -1
- package/lib/redux/actions/Preferences.js +13 -44
- package/lib/redux/actions/Preferences.js.map +1 -1
- package/lib/redux/actions/ProgressIndicator.js +3 -11
- package/lib/redux/actions/ProgressIndicator.js.map +1 -1
- package/lib/redux/actions/SignIn.js +5 -28
- package/lib/redux/actions/SignIn.js.map +1 -1
- package/lib/redux/actions/SignOut.js +1 -9
- package/lib/redux/actions/SignOut.js.map +1 -1
- package/lib/redux/actions/index.js +0 -31
- package/lib/redux/actions/index.js.map +1 -1
- package/lib/redux/connectors/Application.js +0 -2
- package/lib/redux/connectors/Application.js.map +1 -1
- package/lib/redux/connectors/Breadcrumb.js +1 -4
- package/lib/redux/connectors/Breadcrumb.js.map +1 -1
- package/lib/redux/connectors/CaseView.js +0 -2
- package/lib/redux/connectors/CaseView.js.map +1 -1
- package/lib/redux/connectors/ConceptDetail.js +1 -7
- package/lib/redux/connectors/ConceptDetail.js.map +1 -1
- package/lib/redux/connectors/ContentBrowser.js +0 -2
- package/lib/redux/connectors/ContentBrowser.js.map +1 -1
- package/lib/redux/connectors/ContentDetail.js +1 -7
- package/lib/redux/connectors/ContentDetail.js.map +1 -1
- package/lib/redux/connectors/ContentDetailSection.js +1 -8
- package/lib/redux/connectors/ContentDetailSection.js.map +1 -1
- package/lib/redux/connectors/Form.js +2 -19
- package/lib/redux/connectors/Form.js.map +1 -1
- package/lib/redux/connectors/FormAttributeSet.js +1 -5
- package/lib/redux/connectors/FormAttributeSet.js.map +1 -1
- package/lib/redux/connectors/ListDetail.js +0 -3
- package/lib/redux/connectors/ListDetail.js.map +1 -1
- package/lib/redux/connectors/Modal.js +1 -7
- package/lib/redux/connectors/Modal.js.map +1 -1
- package/lib/redux/connectors/ModelCatalog.js +0 -2
- package/lib/redux/connectors/ModelCatalog.js.map +1 -1
- package/lib/redux/connectors/Notification.js +1 -4
- package/lib/redux/connectors/Notification.js.map +1 -1
- package/lib/redux/connectors/PanelRenderer.js +0 -7
- package/lib/redux/connectors/PanelRenderer.js.map +1 -1
- package/lib/redux/connectors/Preferences.js +1 -5
- package/lib/redux/connectors/Preferences.js.map +1 -1
- package/lib/redux/connectors/Progress.js +1 -4
- package/lib/redux/connectors/Progress.js.map +1 -1
- package/lib/redux/connectors/ProgressIndicator.js +1 -3
- package/lib/redux/connectors/ProgressIndicator.js.map +1 -1
- package/lib/redux/connectors/QuickSearch.js +1 -7
- package/lib/redux/connectors/QuickSearch.js.map +1 -1
- package/lib/redux/connectors/SignIn.js +2 -8
- package/lib/redux/connectors/SignIn.js.map +1 -1
- package/lib/redux/connectors/SignOut.js +3 -8
- package/lib/redux/connectors/SignOut.js.map +1 -1
- package/lib/redux/connectors/Tab.js +0 -2
- package/lib/redux/connectors/Tab.js.map +1 -1
- package/lib/redux/connectors/index.js +0 -21
- package/lib/redux/connectors/index.js.map +1 -1
- package/lib/redux/index.js +0 -17
- package/lib/redux/index.js.map +1 -1
- package/lib/redux/reducers/AuthReducer.js +12 -14
- package/lib/redux/reducers/AuthReducer.js.map +1 -1
- package/lib/redux/reducers/ErrorReducer.js +2 -4
- package/lib/redux/reducers/ErrorReducer.js.map +1 -1
- package/lib/redux/reducers/ModalsReducer.js +11 -18
- package/lib/redux/reducers/ModalsReducer.js.map +1 -1
- package/lib/redux/reducers/NotificationReducer.js +6 -8
- package/lib/redux/reducers/NotificationReducer.js.map +1 -1
- package/lib/redux/reducers/PreferencesReducer.js +6 -7
- package/lib/redux/reducers/PreferencesReducer.js.map +1 -1
- package/lib/redux/reducers/ProgressIndicatorReducer.js +10 -15
- package/lib/redux/reducers/ProgressIndicatorReducer.js.map +1 -1
- package/lib/redux/reducers/createReducer.js +0 -11
- package/lib/redux/reducers/createReducer.js.map +1 -1
- package/lib/redux/reducers/index.js +0 -10
- package/lib/redux/reducers/index.js.map +1 -1
- package/lib/redux/selectors/i18n.js +3 -7
- package/lib/redux/selectors/i18n.js.map +1 -1
- package/lib/redux/selectors/index.js +0 -3
- package/lib/redux/selectors/index.js.map +1 -1
- package/lib/redux/store/beforeRenderHooks.js +0 -2
- package/lib/redux/store/beforeRenderHooks.js.map +1 -1
- package/lib/redux/store/configureStore.js +2 -13
- package/lib/redux/store/configureStore.js.map +1 -1
- package/lib/utils/browser/Cache.js +16 -49
- package/lib/utils/browser/Cache.js.map +1 -1
- package/lib/utils/browser/Cookies.js +3 -14
- package/lib/utils/browser/Cookies.js.map +1 -1
- package/lib/utils/datetime/DateTimeUtil.js +52 -115
- package/lib/utils/datetime/DateTimeUtil.js.map +1 -1
- package/lib/utils/fetch/serverFetch.js +2 -13
- package/lib/utils/fetch/serverFetch.js.map +1 -1
- package/lib/utils/fetch/universalFetch.js +6 -25
- package/lib/utils/fetch/universalFetch.js.map +1 -1
- package/lib/utils/fetch/xhr.js +42 -111
- package/lib/utils/fetch/xhr.js.map +1 -1
- package/lib/utils/helpers/checkResource.js +5 -11
- package/lib/utils/helpers/checkResource.js.map +1 -1
- package/lib/utils/helpers/createHash.js +1 -6
- package/lib/utils/helpers/createHash.js.map +1 -1
- package/lib/utils/helpers/createUUID.js +0 -2
- package/lib/utils/helpers/createUUID.js.map +1 -1
- package/lib/utils/helpers/objects.js +3 -15
- package/lib/utils/helpers/objects.js.map +1 -1
- package/lib/utils/helpers/sanitizeHtml.js +6 -13
- package/lib/utils/helpers/sanitizeHtml.js.map +1 -1
- package/lib/utils/helpers/text.js +0 -4
- package/lib/utils/helpers/text.js.map +1 -1
- package/lib/utils/index.js +0 -25
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/number/DecimalFormat.js +43 -121
- package/lib/utils/number/DecimalFormat.js.map +1 -1
- package/lib/utils/number/formatValue.js +3 -22
- package/lib/utils/number/formatValue.js.map +1 -1
- package/lib/utils/number/parseNumbers.js +3 -19
- package/lib/utils/number/parseNumbers.js.map +1 -1
- package/package.json +29 -29
- package/src/modularui/ModularUIRequest.js +14 -0
|
@@ -1,50 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
|
|
10
8
|
var _find = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/find"));
|
|
11
|
-
|
|
12
9
|
var _filter = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/filter"));
|
|
13
|
-
|
|
14
10
|
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
15
|
-
|
|
16
11
|
var _keys = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/keys"));
|
|
17
|
-
|
|
18
12
|
var _endsWith = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/ends-with"));
|
|
19
|
-
|
|
20
13
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/defineProperty"));
|
|
21
|
-
|
|
22
14
|
var _DateTimeUtil = require("../../utils/datetime/DateTimeUtil");
|
|
23
|
-
|
|
24
15
|
var _objects = require("../../utils/helpers/objects");
|
|
25
|
-
|
|
26
16
|
var _BaseModel = _interopRequireDefault(require("../base/BaseModel"));
|
|
27
|
-
|
|
28
17
|
var _ConstraintCollection = _interopRequireDefault(require("./input-constraints/ConstraintCollection"));
|
|
29
|
-
|
|
30
18
|
var _ErrorCollection = _interopRequireDefault(require("../error/ErrorCollection"));
|
|
31
|
-
|
|
32
19
|
var _LinkCollection = _interopRequireDefault(require("../links/LinkCollection"));
|
|
33
|
-
|
|
34
20
|
var _StringLengthConstraint = _interopRequireDefault(require("./input-constraints/StringLengthConstraint"));
|
|
35
|
-
|
|
36
21
|
var _MandatoryConstraint = _interopRequireDefault(require("./input-constraints/MandatoryConstraint"));
|
|
37
|
-
|
|
38
22
|
var _ConceptDetailModel = _interopRequireDefault(require("../concepts/ConceptDetailModel"));
|
|
39
|
-
|
|
40
23
|
var _LayoutHints = require("../../constants/LayoutHints");
|
|
41
|
-
|
|
42
24
|
var _Constants = require("../../constants/Constants");
|
|
43
|
-
|
|
44
25
|
var _Settings = require("../../constants/Settings");
|
|
45
|
-
|
|
46
26
|
var _exceptions = require("../../exceptions");
|
|
47
|
-
|
|
48
27
|
var _AttributeContent = _interopRequireDefault(require("./AttributeContent"));
|
|
49
28
|
|
|
50
29
|
/**
|
|
@@ -77,701 +56,594 @@ class AttributeModel extends _BaseModel.default {
|
|
|
77
56
|
(0, _defineProperty2.default)(this, "_parentKey", void 0);
|
|
78
57
|
(0, _defineProperty2.default)(this, "_hasContentConfiguration", void 0);
|
|
79
58
|
(0, _defineProperty2.default)(this, "_layoutHintRules", void 0);
|
|
80
|
-
|
|
81
59
|
if (this.hasContentFromData && this.content.label) {
|
|
82
60
|
this._label = this.content.label;
|
|
83
61
|
} else {
|
|
84
62
|
this._label = this.contributions.label;
|
|
85
63
|
}
|
|
86
|
-
|
|
87
64
|
this._initvalue = this.data.value;
|
|
88
65
|
this._inputvalue = this.getInitialInputValue(this.data.value);
|
|
89
66
|
this._value = this.data.value;
|
|
90
67
|
this._disabled = this.layouthint.has(_LayoutHints.DISABLED);
|
|
91
68
|
this._errorCollection = new _ErrorCollection.default("attribute");
|
|
92
|
-
|
|
93
69
|
if (attribute && attribute.message) {
|
|
94
70
|
this._errorCollection.addServerError(attribute.message.id, attribute.message.message, attribute.message.parameters, attribute.message.layouthint);
|
|
95
71
|
}
|
|
96
|
-
|
|
97
72
|
this._referenceDate = this.getData("referenceDate", _DateTimeUtil.DateUtil.now());
|
|
98
73
|
this._isResult = this.getData("isResult", false);
|
|
99
74
|
this._mandatory = this.layouthint.has(_LayoutHints.MANDATORY) || this.contributions.mandatory;
|
|
100
75
|
this._links = new _LinkCollection.default(this.data._links, this.contributions._links);
|
|
101
76
|
}
|
|
77
|
+
|
|
102
78
|
/**
|
|
103
79
|
*/
|
|
104
|
-
|
|
105
|
-
|
|
106
80
|
static isApplicableModel(contributions) {
|
|
107
81
|
if (!(0, _objects.isPlainObject)(contributions)) {
|
|
108
82
|
throw new _exceptions.IllegalArgumentException("Given argument for isApplicableModel is not a contributions object");
|
|
109
83
|
}
|
|
110
|
-
|
|
111
84
|
return false;
|
|
112
85
|
}
|
|
86
|
+
|
|
113
87
|
/**
|
|
114
88
|
* Retrieve initial input value
|
|
115
89
|
*/
|
|
116
|
-
|
|
117
|
-
|
|
118
90
|
getInitialInputValue(value) {
|
|
119
91
|
return value;
|
|
120
92
|
}
|
|
93
|
+
|
|
121
94
|
/**
|
|
122
95
|
*/
|
|
123
|
-
|
|
124
|
-
|
|
125
96
|
getInitialChildModelLinks() {
|
|
126
97
|
if (!this.hasContentFromData && this.hasContentConfiguration && this.conceptLink) {
|
|
127
98
|
return [this.conceptLink];
|
|
128
99
|
}
|
|
129
|
-
|
|
130
100
|
return [];
|
|
131
101
|
}
|
|
102
|
+
|
|
132
103
|
/**
|
|
133
104
|
*/
|
|
134
|
-
|
|
135
|
-
|
|
136
105
|
setChildModels(models) {
|
|
137
106
|
var _this$conceptLink;
|
|
138
|
-
|
|
139
107
|
const conceptHref = (_this$conceptLink = this.conceptLink) === null || _this$conceptLink === void 0 ? void 0 : _this$conceptLink.href;
|
|
140
|
-
|
|
141
108
|
if (conceptHref) {
|
|
142
109
|
this.concept = (0, _find.default)(models).call(models, model => model.selfhref.equalsWithParameters(conceptHref));
|
|
143
110
|
}
|
|
144
111
|
}
|
|
112
|
+
|
|
145
113
|
/**
|
|
146
114
|
* Getting the attribute key
|
|
147
115
|
*/
|
|
148
|
-
|
|
149
|
-
|
|
150
116
|
get key() {
|
|
151
117
|
return this.data.key;
|
|
152
118
|
}
|
|
119
|
+
|
|
153
120
|
/**
|
|
154
121
|
*/
|
|
155
|
-
|
|
156
|
-
|
|
157
122
|
get parentKey() {
|
|
158
123
|
return this._parentKey || "";
|
|
159
124
|
}
|
|
125
|
+
|
|
160
126
|
/**
|
|
161
127
|
*/
|
|
162
|
-
|
|
163
|
-
|
|
164
128
|
set parentKey(parentKey) {
|
|
165
129
|
this._parentKey = parentKey;
|
|
166
130
|
}
|
|
131
|
+
|
|
167
132
|
/**
|
|
168
133
|
* Getting the attribute name
|
|
169
134
|
*/
|
|
170
|
-
|
|
171
|
-
|
|
172
135
|
get name() {
|
|
173
136
|
return this.key;
|
|
174
137
|
}
|
|
138
|
+
|
|
175
139
|
/**
|
|
176
140
|
* Getting the type of the attribute
|
|
177
141
|
*/
|
|
178
|
-
|
|
179
|
-
|
|
180
142
|
get type() {
|
|
181
143
|
return this.contributions.type;
|
|
182
144
|
}
|
|
145
|
+
|
|
183
146
|
/**
|
|
184
147
|
* Getting the label of the attribute
|
|
185
148
|
*/
|
|
186
|
-
|
|
187
|
-
|
|
188
149
|
get label() {
|
|
189
150
|
return this._label || "";
|
|
190
151
|
}
|
|
152
|
+
|
|
191
153
|
/**
|
|
192
154
|
* Set the label of this attribute
|
|
193
155
|
*/
|
|
194
|
-
|
|
195
|
-
|
|
196
156
|
set label(label) {
|
|
197
157
|
this._label = label;
|
|
198
158
|
}
|
|
159
|
+
|
|
199
160
|
/**
|
|
200
161
|
*/
|
|
201
|
-
|
|
202
|
-
|
|
203
162
|
set hasContentConfiguration(hasContentConfiguration) {
|
|
204
163
|
this._hasContentConfiguration = hasContentConfiguration;
|
|
205
164
|
}
|
|
165
|
+
|
|
206
166
|
/**
|
|
207
167
|
*/
|
|
208
|
-
|
|
209
|
-
|
|
210
168
|
get hasContentConfiguration() {
|
|
211
169
|
return this._hasContentConfiguration || false;
|
|
212
170
|
}
|
|
171
|
+
|
|
213
172
|
/**
|
|
214
173
|
*/
|
|
215
|
-
|
|
216
|
-
|
|
217
174
|
indicateContentConfiguration(contentConfiguration) {
|
|
218
175
|
if (contentConfiguration) {
|
|
219
176
|
var _contentConfiguration;
|
|
220
|
-
|
|
221
177
|
const hasQuestionConfig = (_contentConfiguration = contentConfiguration.questions) === null || _contentConfiguration === void 0 ? void 0 : _contentConfiguration.hasConfig();
|
|
222
178
|
const hasEndResultConfig = contentConfiguration.isConfiguredEndResultAttribute(this.key);
|
|
223
179
|
const hasIntermediateResultConfig = contentConfiguration.isConfiguredIntermediateResultAttribute(this.key);
|
|
224
180
|
this.hasContentConfiguration = hasQuestionConfig || hasEndResultConfig || hasIntermediateResultConfig;
|
|
225
181
|
}
|
|
226
182
|
}
|
|
183
|
+
|
|
227
184
|
/**
|
|
228
185
|
* Retrieve the first permitted label to render when a concept and contentConfiguration is available
|
|
229
186
|
* Be aware that permission could be in place for labels from a concept.
|
|
230
187
|
*/
|
|
231
|
-
|
|
232
|
-
|
|
233
188
|
getContentConfiguredLabel(contentConfiguration) {
|
|
234
189
|
if (this.hasContentFromData) {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
return (_this$content$label = this.content.label) !== null && _this$content$label !== void 0 ? _this$content$label : this.label;
|
|
190
|
+
return this.content.label ?? this.label;
|
|
238
191
|
}
|
|
239
|
-
|
|
240
192
|
const configuredLabelProperties = contentConfiguration && contentConfiguration.labelConfig.length > 0 ? contentConfiguration.labelConfig[0].types : [];
|
|
241
|
-
|
|
242
193
|
if (this.concept && configuredLabelProperties.length > 0) {
|
|
243
194
|
var _context;
|
|
244
|
-
|
|
245
195
|
const configuredLabels = (0, _filter.default)(_context = this.concept.getLabelElementByIds(configuredLabelProperties)).call(_context, configuredLabel => configuredLabel.value && configuredLabel.value !== "");
|
|
246
|
-
|
|
247
196
|
if (configuredLabels.length > 0) {
|
|
248
197
|
var _context2;
|
|
249
|
-
|
|
250
198
|
const [firstConfiguredLabel] = (0, _map.default)(_context2 = (0, _filter.default)(configuredLabelProperties).call(configuredLabelProperties, configuredLabelProperty => configuredLabels.some(configuredLabel => configuredLabel._id === configuredLabelProperty))).call(_context2, configuredLabelProperty => (0, _find.default)(configuredLabels).call(configuredLabels, configuredLabel => configuredLabel._id === configuredLabelProperty));
|
|
251
|
-
|
|
252
199
|
if (firstConfiguredLabel) {
|
|
253
200
|
return firstConfiguredLabel.value;
|
|
254
201
|
}
|
|
255
202
|
}
|
|
256
203
|
}
|
|
257
|
-
|
|
258
204
|
return this.label;
|
|
259
205
|
}
|
|
206
|
+
|
|
260
207
|
/**
|
|
261
208
|
*/
|
|
262
|
-
|
|
263
|
-
|
|
264
209
|
get defaultAlignment() {
|
|
265
210
|
return "left";
|
|
266
211
|
}
|
|
212
|
+
|
|
267
213
|
/**
|
|
268
214
|
* Handles layout hint align-left, align-center and align-right
|
|
269
215
|
*/
|
|
270
|
-
|
|
271
|
-
|
|
272
216
|
get alignment() {
|
|
273
|
-
const alignmentHints = this.layouthint.getByLayoutHint("align-");
|
|
217
|
+
const alignmentHints = this.layouthint.getByLayoutHint("align-");
|
|
274
218
|
|
|
219
|
+
// return alignment based on layouthint or the default alignment for the attribute
|
|
275
220
|
const alignment = alignmentHints ? alignmentHints.substring("align-".length) : this.defaultAlignment;
|
|
276
|
-
|
|
277
221
|
if (alignment === "left" || alignment === "center" || alignment === "right") {
|
|
278
222
|
return alignment;
|
|
279
223
|
}
|
|
280
|
-
|
|
281
224
|
return this.defaultAlignment;
|
|
282
225
|
}
|
|
226
|
+
|
|
283
227
|
/**
|
|
284
228
|
* Retrieve links of attribute
|
|
285
229
|
*/
|
|
286
|
-
|
|
287
|
-
|
|
288
230
|
get links() {
|
|
289
231
|
if (!this._links) {
|
|
290
232
|
this._links = new _LinkCollection.default(this.data._links, this.contributions._links);
|
|
291
233
|
}
|
|
292
|
-
|
|
293
234
|
return this._links;
|
|
294
235
|
}
|
|
236
|
+
|
|
295
237
|
/**
|
|
296
238
|
* Retrieve link of attribute when available
|
|
297
239
|
*/
|
|
298
|
-
|
|
299
|
-
|
|
300
240
|
get downloadLink() {
|
|
301
241
|
const downloadLink = this.links.getLinksByGroup("download").first;
|
|
302
|
-
|
|
303
242
|
if (downloadLink && downloadLink.key === this.key) {
|
|
304
243
|
return downloadLink;
|
|
305
244
|
}
|
|
306
|
-
|
|
307
245
|
return null;
|
|
308
246
|
}
|
|
247
|
+
|
|
309
248
|
/**
|
|
310
249
|
* Retrieve concept link of attribute when available
|
|
311
250
|
*/
|
|
312
|
-
|
|
313
|
-
|
|
314
251
|
get conceptLink() {
|
|
315
252
|
const conceptLink = this.links.getLinkByKey("concept");
|
|
316
|
-
|
|
317
253
|
if (conceptLink !== null) {
|
|
318
254
|
conceptLink.href = conceptLink.href.addParameter(_Constants.TIMEVERSION_FILTER_NAME, this.referenceDate);
|
|
319
255
|
conceptLink.isCacheable = true;
|
|
320
256
|
}
|
|
321
|
-
|
|
322
257
|
return conceptLink;
|
|
323
258
|
}
|
|
259
|
+
|
|
324
260
|
/**
|
|
325
261
|
* Get concept information
|
|
326
262
|
*/
|
|
327
|
-
|
|
328
|
-
|
|
329
263
|
get concept() {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
return (_this$_concept = this._concept) !== null && _this$_concept !== void 0 ? _this$_concept : null;
|
|
264
|
+
return this._concept ?? null;
|
|
333
265
|
}
|
|
266
|
+
|
|
334
267
|
/**
|
|
335
268
|
* Set the concept
|
|
336
269
|
*/
|
|
337
|
-
|
|
338
|
-
|
|
339
270
|
set concept(concept) {
|
|
340
271
|
this._concept = concept instanceof _ConceptDetailModel.default ? concept : null;
|
|
341
272
|
}
|
|
273
|
+
|
|
342
274
|
/**
|
|
343
275
|
* Retrieve reference date of attribute which can be used as entryDate for content
|
|
344
276
|
* to get information in correct time version
|
|
345
277
|
*/
|
|
346
|
-
|
|
347
|
-
|
|
348
278
|
get referenceDate() {
|
|
349
279
|
return this._referenceDate;
|
|
350
280
|
}
|
|
281
|
+
|
|
351
282
|
/**
|
|
352
283
|
* Set reference date for concepts and content
|
|
353
284
|
*/
|
|
354
|
-
|
|
355
|
-
|
|
356
285
|
set referenceDate(date) {
|
|
357
286
|
this._referenceDate = date;
|
|
358
287
|
}
|
|
288
|
+
|
|
359
289
|
/**
|
|
360
290
|
* Initial value received from the modular ui service
|
|
361
291
|
*/
|
|
362
|
-
|
|
363
|
-
|
|
364
292
|
get initvalue() {
|
|
365
293
|
return this._initvalue;
|
|
366
294
|
}
|
|
295
|
+
|
|
367
296
|
/**
|
|
368
297
|
* Retrieve input value
|
|
369
298
|
*/
|
|
370
|
-
|
|
371
|
-
|
|
372
299
|
getInputValue() {
|
|
373
300
|
const inputvalue = this._inputvalue;
|
|
374
301
|
return inputvalue ? inputvalue.toString() : "";
|
|
375
302
|
}
|
|
303
|
+
|
|
376
304
|
/**
|
|
377
305
|
* Returns the value as entered by the user. This can differ from the internal iso value that is stored
|
|
378
306
|
*/
|
|
379
|
-
|
|
380
|
-
|
|
381
307
|
get inputvalue() {
|
|
382
308
|
return this.getInputValue();
|
|
383
309
|
}
|
|
310
|
+
|
|
384
311
|
/**
|
|
385
312
|
* Value that is used when retrieving an error collection of this attribute
|
|
386
313
|
* Mostly this is the input value, but sometimes a different value is needed,
|
|
387
314
|
* for example iban and postcode need to validate length without spaces
|
|
388
315
|
*/
|
|
389
|
-
|
|
390
|
-
|
|
391
316
|
get validateValue() {
|
|
392
317
|
return this.inputvalue;
|
|
393
318
|
}
|
|
319
|
+
|
|
394
320
|
/**
|
|
395
321
|
* Sets the input value to the value entered by the user
|
|
396
322
|
*/
|
|
397
|
-
|
|
398
|
-
|
|
399
323
|
set inputvalue(value) {
|
|
400
324
|
this._inputvalue = value;
|
|
401
325
|
this.value = value;
|
|
402
326
|
this.validate(value);
|
|
403
327
|
}
|
|
328
|
+
|
|
404
329
|
/**
|
|
405
330
|
*/
|
|
406
|
-
|
|
407
|
-
|
|
408
331
|
hasValue() {
|
|
409
332
|
return this._value != null && this._value !== "";
|
|
410
333
|
}
|
|
334
|
+
|
|
411
335
|
/**
|
|
412
336
|
* Getting the value of the attribute
|
|
413
337
|
*/
|
|
414
|
-
|
|
415
|
-
|
|
416
338
|
getValue() {
|
|
417
339
|
return this.hasValue() ? this._value : null;
|
|
418
340
|
}
|
|
341
|
+
|
|
419
342
|
/**
|
|
420
343
|
* Getting data ready to be send to the modular ui
|
|
421
344
|
* Returns null when the attribute should not be send to the server
|
|
422
345
|
*/
|
|
423
|
-
|
|
424
|
-
|
|
425
346
|
getFormData() {
|
|
426
347
|
if (this.inError()) {
|
|
427
348
|
return null;
|
|
428
349
|
}
|
|
429
|
-
|
|
430
350
|
return {
|
|
431
351
|
[this.name]: this.value
|
|
432
352
|
};
|
|
433
353
|
}
|
|
354
|
+
|
|
434
355
|
/**
|
|
435
356
|
*/
|
|
436
|
-
|
|
437
|
-
|
|
438
357
|
get formdata() {
|
|
439
358
|
return this.getFormData();
|
|
440
359
|
}
|
|
360
|
+
|
|
441
361
|
/**
|
|
442
362
|
*/
|
|
443
|
-
|
|
444
|
-
|
|
445
363
|
getEmptyFormData() {
|
|
446
364
|
return {
|
|
447
365
|
[this.name]: null
|
|
448
366
|
};
|
|
449
367
|
}
|
|
368
|
+
|
|
450
369
|
/**
|
|
451
370
|
* Getting the value of the attribute
|
|
452
371
|
*/
|
|
453
|
-
|
|
454
|
-
|
|
455
372
|
get value() {
|
|
456
373
|
return this.getValue();
|
|
457
374
|
}
|
|
375
|
+
|
|
458
376
|
/**
|
|
459
377
|
* Setting a value in the element
|
|
460
378
|
*/
|
|
461
|
-
|
|
462
|
-
|
|
463
379
|
set value(value) {
|
|
464
380
|
this.updateLastModification();
|
|
465
381
|
this._value = value;
|
|
466
382
|
}
|
|
383
|
+
|
|
467
384
|
/**
|
|
468
385
|
*/
|
|
469
|
-
|
|
470
|
-
|
|
471
386
|
formatValue(value) {
|
|
472
387
|
return value;
|
|
473
388
|
}
|
|
389
|
+
|
|
474
390
|
/**
|
|
475
391
|
* Getting the readonly value, iso value converted for human reading
|
|
476
392
|
*/
|
|
477
|
-
|
|
478
|
-
|
|
479
393
|
get readonlyvalue() {
|
|
480
394
|
return this.value ? this.value.toString() : "";
|
|
481
395
|
}
|
|
396
|
+
|
|
482
397
|
/**
|
|
483
398
|
* Getting mandatory status of attribute
|
|
484
399
|
*/
|
|
485
|
-
|
|
486
|
-
|
|
487
400
|
get mandatory() {
|
|
488
401
|
return this._mandatory || false;
|
|
489
402
|
}
|
|
403
|
+
|
|
490
404
|
/**
|
|
491
405
|
*/
|
|
492
|
-
|
|
493
|
-
|
|
494
406
|
get configuredMandatory() {
|
|
495
407
|
return this.layouthint.has(_LayoutHints.MANDATORY) || this.contributions.mandatory;
|
|
496
408
|
}
|
|
409
|
+
|
|
497
410
|
/**
|
|
498
411
|
* Set mandatory status of attribute
|
|
499
412
|
*/
|
|
500
|
-
|
|
501
|
-
|
|
502
413
|
set mandatory(mandatory) {
|
|
503
414
|
if (mandatory !== this._mandatory) {
|
|
504
415
|
this._validatedValue = null;
|
|
505
416
|
}
|
|
506
|
-
|
|
507
417
|
this._mandatory = mandatory;
|
|
508
418
|
}
|
|
419
|
+
|
|
509
420
|
/**
|
|
510
421
|
*/
|
|
511
|
-
|
|
512
|
-
|
|
513
422
|
get readonly() {
|
|
514
423
|
return this._readonly || this.contributions.readonly === true || this.data.static === true || this.isResult === true;
|
|
515
424
|
}
|
|
425
|
+
|
|
516
426
|
/**
|
|
517
427
|
*/
|
|
518
|
-
|
|
519
|
-
|
|
520
428
|
set readonly(readonly) {
|
|
521
429
|
this._readonly = readonly;
|
|
522
430
|
}
|
|
431
|
+
|
|
523
432
|
/**
|
|
524
433
|
*/
|
|
525
|
-
|
|
526
|
-
|
|
527
434
|
get disabled() {
|
|
528
435
|
return this._disabled;
|
|
529
436
|
}
|
|
437
|
+
|
|
530
438
|
/**
|
|
531
439
|
*/
|
|
532
|
-
|
|
533
|
-
|
|
534
440
|
set disabled(disabled) {
|
|
535
441
|
this._disabled = disabled;
|
|
536
442
|
}
|
|
443
|
+
|
|
537
444
|
/**
|
|
538
445
|
*/
|
|
539
|
-
|
|
540
|
-
|
|
541
446
|
get isResult() {
|
|
542
447
|
return this._isResult;
|
|
543
448
|
}
|
|
449
|
+
|
|
544
450
|
/**
|
|
545
451
|
*/
|
|
546
|
-
|
|
547
|
-
|
|
548
452
|
set isResult(isResult) {
|
|
549
453
|
this._isResult = isResult;
|
|
550
454
|
}
|
|
455
|
+
|
|
551
456
|
/**
|
|
552
457
|
* Getting the display and input format of a attribute
|
|
553
458
|
*/
|
|
554
|
-
|
|
555
|
-
|
|
556
459
|
get format() {
|
|
557
460
|
return this.getContribution("format");
|
|
558
461
|
}
|
|
462
|
+
|
|
559
463
|
/**
|
|
560
464
|
*/
|
|
561
|
-
|
|
562
|
-
|
|
563
465
|
get formatLabel() {
|
|
564
466
|
return this.format || "";
|
|
565
467
|
}
|
|
468
|
+
|
|
566
469
|
/**
|
|
567
470
|
* Get minimum string length
|
|
568
471
|
*/
|
|
569
|
-
|
|
570
|
-
|
|
571
472
|
get minLength() {
|
|
572
473
|
return this.getContribution("minLength");
|
|
573
474
|
}
|
|
475
|
+
|
|
574
476
|
/**
|
|
575
477
|
* Get maximum string length
|
|
576
478
|
*/
|
|
577
|
-
|
|
578
|
-
|
|
579
479
|
get maxLength() {
|
|
580
480
|
return this.getContribution("maxLength");
|
|
581
481
|
}
|
|
482
|
+
|
|
582
483
|
/**
|
|
583
484
|
*/
|
|
584
|
-
|
|
585
|
-
|
|
586
485
|
get operator() {
|
|
587
486
|
return "";
|
|
588
487
|
}
|
|
488
|
+
|
|
589
489
|
/**
|
|
590
490
|
* Get assistant message
|
|
591
491
|
*/
|
|
592
|
-
|
|
593
|
-
|
|
594
492
|
get assistantMessage() {
|
|
595
493
|
return this.getContribution("assistant");
|
|
596
494
|
}
|
|
495
|
+
|
|
597
496
|
/**
|
|
598
497
|
* Get valid status
|
|
599
498
|
*/
|
|
600
|
-
|
|
601
|
-
|
|
602
499
|
get isValid() {
|
|
603
500
|
return this.validate(this.validateValue);
|
|
604
501
|
}
|
|
502
|
+
|
|
605
503
|
/**
|
|
606
504
|
* Retrieve applicable constraint for this attribute
|
|
607
505
|
*/
|
|
608
|
-
|
|
609
|
-
|
|
610
506
|
get constraintCollection() {
|
|
611
507
|
const constraints = new _ConstraintCollection.default();
|
|
612
|
-
constraints.add(this._serverConstraints);
|
|
508
|
+
constraints.add(this._serverConstraints);
|
|
613
509
|
|
|
510
|
+
// Mandatory constraint
|
|
614
511
|
if (this.mandatory) {
|
|
615
512
|
constraints.add(new _MandatoryConstraint.default());
|
|
616
513
|
}
|
|
617
|
-
|
|
618
514
|
if (this.minLength || this.maxLength) {
|
|
619
515
|
constraints.add(new _StringLengthConstraint.default(this.minLength, this.maxLength));
|
|
620
516
|
}
|
|
621
|
-
|
|
622
517
|
constraints.add(this.addConstraints());
|
|
623
518
|
return constraints;
|
|
624
519
|
}
|
|
520
|
+
|
|
625
521
|
/**
|
|
626
522
|
* Template method for class extending this model to add extra constraints
|
|
627
523
|
* @abstract
|
|
628
524
|
*/
|
|
629
|
-
|
|
630
|
-
|
|
631
525
|
addConstraints() {
|
|
632
526
|
return new _ConstraintCollection.default();
|
|
633
527
|
}
|
|
528
|
+
|
|
634
529
|
/**
|
|
635
530
|
* Used to programmatically overwrite the setting USE_CLIENTSIDE_VALIDATION
|
|
636
531
|
*/
|
|
637
|
-
|
|
638
|
-
|
|
639
532
|
setUseClientsideValidation(enabled) {
|
|
640
533
|
this._useClientsideValidation = enabled;
|
|
641
534
|
}
|
|
535
|
+
|
|
642
536
|
/**
|
|
643
537
|
* Indicates if client side validation is enabled
|
|
644
538
|
* @returns {boolean}
|
|
645
539
|
*/
|
|
646
|
-
|
|
647
|
-
|
|
648
540
|
useClientsideValidation() {
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
return (_this$_useClientsideV = this._useClientsideValidation) !== null && _this$_useClientsideV !== void 0 ? _this$_useClientsideV : true;
|
|
541
|
+
return this._useClientsideValidation ?? true;
|
|
652
542
|
}
|
|
543
|
+
|
|
653
544
|
/**
|
|
654
545
|
* Validate input on client side constraint
|
|
655
546
|
*/
|
|
656
|
-
|
|
657
|
-
|
|
658
547
|
validate(value) {
|
|
659
548
|
// when client side validation is disabled, this attribute is always valid
|
|
660
549
|
if (!this.useClientsideValidation()) {
|
|
661
550
|
return true;
|
|
662
551
|
}
|
|
663
|
-
|
|
664
552
|
if (this.isOptionalAndEmpty(value)) {
|
|
665
553
|
this._isValid = true;
|
|
666
554
|
} else if (this._validatedValue !== value) {
|
|
667
555
|
this._isValid = this.constraintCollection.validate(value);
|
|
668
556
|
}
|
|
669
|
-
|
|
670
557
|
this._validatedValue = value;
|
|
671
558
|
return this._isValid;
|
|
672
559
|
}
|
|
560
|
+
|
|
673
561
|
/**
|
|
674
562
|
* Indicates if attribute is optional and empty
|
|
675
563
|
*/
|
|
676
|
-
|
|
677
|
-
|
|
678
564
|
isOptionalAndEmpty(value) {
|
|
679
565
|
if (value === undefined) {
|
|
680
566
|
throw new _exceptions.IllegalArgumentException("isOptionalAndEmpty method needs value argument");
|
|
681
567
|
}
|
|
682
|
-
|
|
683
568
|
return !this.mandatory && value === "";
|
|
684
569
|
}
|
|
570
|
+
|
|
685
571
|
/**
|
|
686
572
|
* Retrieve error messages of this attribute
|
|
687
573
|
*/
|
|
688
|
-
|
|
689
|
-
|
|
690
574
|
get errorCollection() {
|
|
691
575
|
const collection = new _ErrorCollection.default("attribute", this._errorCollection);
|
|
692
576
|
collection.addConstraints(this.constraintCollection.invalidConstraints(this.validateValue));
|
|
693
577
|
return collection;
|
|
694
578
|
}
|
|
579
|
+
|
|
695
580
|
/**
|
|
696
581
|
* Check if attribute is in error
|
|
697
582
|
*/
|
|
698
|
-
|
|
699
|
-
|
|
700
583
|
inError() {
|
|
701
584
|
return !this._isValid && this.isChangedSince(0);
|
|
702
585
|
}
|
|
586
|
+
|
|
703
587
|
/**
|
|
704
588
|
* Reset static error messages on attribute
|
|
705
589
|
*/
|
|
706
|
-
|
|
707
|
-
|
|
708
590
|
resetErrors() {
|
|
709
591
|
this._errorCollection = new _ErrorCollection.default("attribute");
|
|
710
592
|
}
|
|
593
|
+
|
|
711
594
|
/**
|
|
712
595
|
* Registers an error that was received from a server response
|
|
713
596
|
*/
|
|
714
|
-
|
|
715
|
-
|
|
716
597
|
addServerError(error) {
|
|
717
598
|
this._errorCollection.addServerError(error.id, error.message, error.properties, error.layouthint);
|
|
718
599
|
}
|
|
600
|
+
|
|
719
601
|
/**
|
|
720
602
|
*/
|
|
721
|
-
|
|
722
|
-
|
|
723
603
|
removeServerError(id) {
|
|
724
604
|
this._errorCollection.removeServerError(id);
|
|
725
605
|
}
|
|
606
|
+
|
|
726
607
|
/**
|
|
727
608
|
*/
|
|
728
|
-
|
|
729
|
-
|
|
730
609
|
hasServerErrors() {
|
|
731
610
|
return this.errorCollection.serverErrors.length > 0;
|
|
732
611
|
}
|
|
612
|
+
|
|
733
613
|
/**
|
|
734
614
|
*/
|
|
735
|
-
|
|
736
|
-
|
|
737
615
|
hasErrors() {
|
|
738
616
|
return this.errorCollection.hasItems;
|
|
739
617
|
}
|
|
618
|
+
|
|
740
619
|
/**
|
|
741
620
|
* Registers a missing error that was received from the server
|
|
742
621
|
*/
|
|
743
|
-
|
|
744
|
-
|
|
745
622
|
addMissingError() {
|
|
746
623
|
this._errorCollection.addServerError("Constraint.Missing");
|
|
747
624
|
}
|
|
625
|
+
|
|
748
626
|
/**
|
|
749
627
|
*/
|
|
750
|
-
|
|
751
|
-
|
|
752
628
|
removeMissingError() {
|
|
753
629
|
this.removeServerError("Constraint.Missing");
|
|
754
630
|
}
|
|
631
|
+
|
|
755
632
|
/**
|
|
756
633
|
*/
|
|
757
|
-
|
|
758
|
-
|
|
759
634
|
addServerConstraint(id, defaultMessage, parameters) {
|
|
760
635
|
this._serverConstraints.addConstraint(id, null, defaultMessage, parameters, this.useClientsideValidation());
|
|
761
636
|
}
|
|
637
|
+
|
|
762
638
|
/**
|
|
763
639
|
*/
|
|
764
|
-
|
|
765
|
-
|
|
766
640
|
formatParameters(parameters) {
|
|
767
641
|
if (parameters == null) {
|
|
768
642
|
return {};
|
|
769
643
|
}
|
|
770
|
-
|
|
771
644
|
const params = {};
|
|
772
645
|
(0, _keys.default)(parameters).forEach(paramKey => {
|
|
773
646
|
const paramValue = parameters[paramKey];
|
|
774
|
-
|
|
775
647
|
if ((0, _endsWith.default)(paramKey).call(paramKey, "-number") || (0, _endsWith.default)(paramKey).call(paramKey, "-date")) {
|
|
776
648
|
params[paramKey] = this.formatValue(paramValue);
|
|
777
649
|
} else {
|
|
@@ -780,24 +652,21 @@ class AttributeModel extends _BaseModel.default {
|
|
|
780
652
|
});
|
|
781
653
|
return params;
|
|
782
654
|
}
|
|
655
|
+
|
|
783
656
|
/**
|
|
784
657
|
*/
|
|
785
|
-
|
|
786
|
-
|
|
787
658
|
get hasDynamicValidationData() {
|
|
788
659
|
return true;
|
|
789
660
|
}
|
|
661
|
+
|
|
790
662
|
/**
|
|
791
663
|
*/
|
|
792
|
-
|
|
793
|
-
|
|
794
664
|
updateValidations(errors) {
|
|
795
665
|
if (errors.some(error => error.id === "Constraint.Mandatory") || this.layouthint.has(_LayoutHints.MANDATORY)) {
|
|
796
666
|
this.mandatory = true;
|
|
797
667
|
} else if (!this.hasValue()) {
|
|
798
668
|
this.mandatory = false;
|
|
799
669
|
}
|
|
800
|
-
|
|
801
670
|
this._serverConstraints = new _ConstraintCollection.default();
|
|
802
671
|
this.resetErrors();
|
|
803
672
|
(0, _filter.default)(errors).call(errors, error => error.id !== "Constraint.Mandatory" || !this.hasValue()).forEach(error => {
|
|
@@ -808,163 +677,141 @@ class AttributeModel extends _BaseModel.default {
|
|
|
808
677
|
}
|
|
809
678
|
});
|
|
810
679
|
}
|
|
680
|
+
|
|
811
681
|
/**
|
|
812
682
|
* Set last modification to current timestamp
|
|
813
683
|
*/
|
|
814
|
-
|
|
815
|
-
|
|
816
684
|
updateLastModification() {
|
|
817
685
|
this._lastModification = Date.now();
|
|
818
686
|
}
|
|
687
|
+
|
|
819
688
|
/**
|
|
820
689
|
* Inidicates if attribute is changed since a given timestamp (Date.now)
|
|
821
690
|
*/
|
|
822
|
-
|
|
823
|
-
|
|
824
691
|
isChangedSince(timestamp) {
|
|
825
692
|
return this._lastModification > timestamp;
|
|
826
693
|
}
|
|
694
|
+
|
|
827
695
|
/**
|
|
828
696
|
* Abstract reset method which should be implemented on each attribute that has this attribute as a base class.
|
|
829
697
|
*
|
|
830
698
|
* @abstract
|
|
831
699
|
*/
|
|
832
|
-
|
|
833
|
-
|
|
834
700
|
reset() {
|
|
835
|
-
throw new _exceptions.UnsupportedOperationException(
|
|
701
|
+
throw new _exceptions.UnsupportedOperationException(`Reset method not implemented for ${this.type}`);
|
|
836
702
|
}
|
|
703
|
+
|
|
837
704
|
/**
|
|
838
705
|
* Merge old attribute with the attribute from the server.
|
|
839
706
|
* Readonly attributes always need to show the value from the server
|
|
840
707
|
*/
|
|
841
|
-
|
|
842
|
-
|
|
843
708
|
mergeAttribute(oldAttribute) {
|
|
844
709
|
this.concept = oldAttribute.concept;
|
|
845
|
-
|
|
846
710
|
if (!oldAttribute.readonly && oldAttribute.isValid && oldAttribute.inputvalue !== null) {
|
|
847
711
|
this.update(oldAttribute.inputvalue);
|
|
848
712
|
}
|
|
849
713
|
}
|
|
714
|
+
|
|
850
715
|
/**
|
|
851
716
|
* Abstract update method which should be implemented on each attribute that has this attribute as a base class.
|
|
852
717
|
* @abstract
|
|
853
718
|
*/
|
|
854
719
|
// eslint-disable-next-line no-unused-vars
|
|
855
|
-
|
|
856
|
-
|
|
857
720
|
update(value, changedAttribute) {
|
|
858
|
-
throw new _exceptions.UnsupportedOperationException(
|
|
721
|
+
throw new _exceptions.UnsupportedOperationException(`Update method not implemented for ${this.type}`);
|
|
859
722
|
}
|
|
723
|
+
|
|
860
724
|
/**
|
|
861
725
|
* Indicate if attribute is editable
|
|
862
726
|
*/
|
|
863
|
-
|
|
864
|
-
|
|
865
727
|
set isEditable(isEditable) {
|
|
866
728
|
this._isEditable = isEditable;
|
|
867
729
|
}
|
|
730
|
+
|
|
868
731
|
/**
|
|
869
732
|
* Retrieve if attribute is editable
|
|
870
733
|
*/
|
|
871
|
-
|
|
872
|
-
|
|
873
734
|
get isEditable() {
|
|
874
735
|
return this._isEditable;
|
|
875
736
|
}
|
|
737
|
+
|
|
876
738
|
/**
|
|
877
739
|
* Indicates if the attribute is visible
|
|
878
740
|
*/
|
|
879
|
-
|
|
880
|
-
|
|
881
741
|
get isVisible() {
|
|
882
742
|
return !this._isHidden;
|
|
883
743
|
}
|
|
744
|
+
|
|
884
745
|
/**
|
|
885
746
|
*/
|
|
886
|
-
|
|
887
|
-
|
|
888
747
|
get isHidden() {
|
|
889
748
|
return this._isHidden;
|
|
890
749
|
}
|
|
750
|
+
|
|
891
751
|
/**
|
|
892
752
|
*/
|
|
893
|
-
|
|
894
|
-
|
|
895
753
|
set isHidden(isHidden) {
|
|
896
754
|
this._isHidden = isHidden;
|
|
897
755
|
}
|
|
756
|
+
|
|
898
757
|
/**
|
|
899
758
|
* Explicitly toggle visibility of this attribute
|
|
900
759
|
*/
|
|
901
|
-
|
|
902
|
-
|
|
903
760
|
show() {
|
|
904
761
|
this.isHidden = false;
|
|
905
762
|
}
|
|
763
|
+
|
|
906
764
|
/**
|
|
907
765
|
*/
|
|
908
|
-
|
|
909
|
-
|
|
910
766
|
hide() {
|
|
911
767
|
this.isHidden = true;
|
|
912
768
|
}
|
|
769
|
+
|
|
913
770
|
/**
|
|
914
771
|
*/
|
|
915
|
-
|
|
916
|
-
|
|
917
772
|
equals(otherAttribute) {
|
|
918
773
|
return this.key === otherAttribute.key && this.parentKey === otherAttribute.parentKey;
|
|
919
774
|
}
|
|
775
|
+
|
|
920
776
|
/**
|
|
921
777
|
* Readonly attribute width indicates the proposed width of this attribute
|
|
922
778
|
*/
|
|
923
|
-
|
|
924
|
-
|
|
925
779
|
get readonlyWidth() {
|
|
926
780
|
return _Constants.ATTRIBUTE_WIDTH.MEDIUM;
|
|
927
781
|
}
|
|
782
|
+
|
|
928
783
|
/**
|
|
929
784
|
*/
|
|
930
|
-
|
|
931
|
-
|
|
932
785
|
get layoutHintRules() {
|
|
933
786
|
return this._layoutHintRules;
|
|
934
787
|
}
|
|
788
|
+
|
|
935
789
|
/**
|
|
936
790
|
*/
|
|
937
|
-
|
|
938
|
-
|
|
939
791
|
set layoutHintRules(rules) {
|
|
940
792
|
this._layoutHintRules = rules;
|
|
941
793
|
}
|
|
794
|
+
|
|
942
795
|
/**
|
|
943
796
|
*/
|
|
944
|
-
|
|
945
|
-
|
|
946
797
|
processLayoutHintRules(attributes) {
|
|
947
798
|
if (this._layoutHintRules) {
|
|
948
799
|
this.layoutHintRules.process(this, attributes);
|
|
949
800
|
}
|
|
950
801
|
}
|
|
802
|
+
|
|
951
803
|
/**
|
|
952
804
|
* Indicates if content comes from the data service
|
|
953
805
|
*/
|
|
954
|
-
|
|
955
|
-
|
|
956
806
|
get hasContentFromData() {
|
|
957
807
|
return (0, _Settings.hasAllContentInData)();
|
|
958
808
|
}
|
|
809
|
+
|
|
959
810
|
/**
|
|
960
811
|
*/
|
|
961
|
-
|
|
962
|
-
|
|
963
812
|
get content() {
|
|
964
813
|
return new _AttributeContent.default(this.data.content);
|
|
965
814
|
}
|
|
966
|
-
|
|
967
815
|
}
|
|
968
|
-
|
|
969
816
|
exports.default = AttributeModel;
|
|
970
817
|
//# sourceMappingURL=AttributeModel.js.map
|