@beinformed/ui 1.62.7 → 1.62.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/esm/constants/Settings.js +4 -0
- package/esm/constants/Settings.js.flow +5 -1
- package/esm/constants/Settings.js.map +1 -1
- package/esm/react-client/client.js +19 -0
- package/esm/react-client/client.js.flow +23 -1
- package/esm/react-client/client.js.map +1 -1
- package/esm/react-server/__tests__/requestInformation.spec.js.flow +265 -0
- package/esm/react-server/requestInformation.js +6 -3
- package/esm/react-server/requestInformation.js.flow +8 -3
- package/esm/react-server/requestInformation.js.map +1 -1
- package/esm/react-server/serverUtil.js +2 -2
- package/esm/react-server/serverUtil.js.flow +2 -2
- package/esm/react-server/serverUtil.js.map +1 -1
- package/esm/redux/_i18n/I18nActions.js.flow +0 -1
- package/esm/redux/_i18n/I18nActions.js.map +1 -1
- package/esm/redux/_i18n/I18nReducer.js +11 -3
- package/esm/redux/_i18n/I18nReducer.js.flow +11 -3
- package/esm/redux/_i18n/I18nReducer.js.map +1 -1
- package/esm/redux/reducers/createReducer.js +2 -2
- package/esm/redux/reducers/createReducer.js.flow +1 -1
- package/esm/redux/reducers/createReducer.js.map +1 -1
- package/esm/redux/store/configureStore.js +0 -5
- package/esm/redux/store/configureStore.js.flow +0 -7
- package/esm/redux/store/configureStore.js.map +1 -1
- package/esm/utils/datetime/DateTimeUtil.js +3 -2
- package/esm/utils/datetime/DateTimeUtil.js.flow +3 -1
- package/esm/utils/datetime/DateTimeUtil.js.map +1 -1
- package/lib/constants/Settings.js +7 -2
- package/lib/constants/Settings.js.map +1 -1
- package/lib/react-client/client.js +20 -1
- package/lib/react-client/client.js.map +1 -1
- package/lib/react-server/requestInformation.js +6 -3
- package/lib/react-server/requestInformation.js.map +1 -1
- package/lib/react-server/serverUtil.js +1 -1
- package/lib/react-server/serverUtil.js.map +1 -1
- package/lib/redux/_i18n/I18nActions.js.map +1 -1
- package/lib/redux/_i18n/I18nReducer.js +10 -2
- package/lib/redux/_i18n/I18nReducer.js.map +1 -1
- package/lib/redux/reducers/createReducer.js +2 -2
- package/lib/redux/reducers/createReducer.js.map +1 -1
- package/lib/redux/store/configureStore.js +0 -5
- package/lib/redux/store/configureStore.js.map +1 -1
- package/lib/utils/datetime/DateTimeUtil.js +2 -1
- package/lib/utils/datetime/DateTimeUtil.js.map +1 -1
- package/package.json +10 -10
- package/src/constants/Settings.js +5 -1
- package/src/react-client/client.js +23 -1
- package/src/react-server/__tests__/requestInformation.spec.js +265 -0
- package/src/react-server/requestInformation.js +8 -3
- package/src/react-server/serverUtil.js +2 -2
- package/src/redux/_i18n/I18nActions.js +0 -1
- package/src/redux/_i18n/I18nReducer.js +11 -3
- package/src/redux/reducers/createReducer.js +1 -1
- package/src/redux/store/configureStore.js +0 -7
- package/src/utils/datetime/DateTimeUtil.js +3 -1
- package/esm/builder/index.d.ts +0 -1
- package/esm/builder/mergeLayoutHintConfigurations.d.ts +0 -1
- package/esm/constants/Constants.d.ts +0 -158
- package/esm/constants/LayoutHintConfig.d.ts +0 -267
- package/esm/constants/LayoutHints.d.ts +0 -83
- package/esm/constants/Settings.d.ts +0 -32
- package/esm/constants/index.d.ts +0 -3
- package/esm/exceptions/ConfigurationException.d.ts +0 -7
- package/esm/exceptions/FetchException.d.ts +0 -31
- package/esm/exceptions/IllegalArgumentException.d.ts +0 -7
- package/esm/exceptions/IllegalReturnException.d.ts +0 -6
- package/esm/exceptions/IllegalStateException.d.ts +0 -7
- package/esm/exceptions/JsonParseException.d.ts +0 -7
- package/esm/exceptions/MissingPropertyException.d.ts +0 -7
- package/esm/exceptions/NetworkException.d.ts +0 -9
- package/esm/exceptions/NotAllowedUriException.d.ts +0 -7
- package/esm/exceptions/NotFoundException.d.ts +0 -10
- package/esm/exceptions/ServerRequestException.d.ts +0 -7
- package/esm/exceptions/ThemePropertyException.d.ts +0 -7
- package/esm/exceptions/TimeoutException.d.ts +0 -7
- package/esm/exceptions/UnauthorizedException.d.ts +0 -11
- package/esm/exceptions/UnsupportedOperationException.d.ts +0 -7
- package/esm/exceptions/index.d.ts +0 -15
- package/esm/hooks/index.d.ts +0 -16
- package/esm/hooks/useAllFormsOnModel.d.ts +0 -7
- package/esm/hooks/useAuthentication.d.ts +0 -16
- package/esm/hooks/useContent.d.ts +0 -3
- package/esm/hooks/useDeepCompareEffect.d.ts +0 -6
- package/esm/hooks/useForm.d.ts +0 -21
- package/esm/hooks/useI18n.d.ts +0 -13
- package/esm/hooks/useModal.d.ts +0 -12
- package/esm/hooks/useModelCatalog.d.ts +0 -34
- package/esm/hooks/useModels.d.ts +0 -10
- package/esm/hooks/useModularUI.d.ts +0 -3
- package/esm/hooks/useModularUIBasic.d.ts +0 -9
- package/esm/hooks/useModularUIModel.d.ts +0 -27
- package/esm/hooks/useModularUIRequest.d.ts +0 -4
- package/esm/hooks/useNotification.d.ts +0 -8
- package/esm/hooks/usePreference.d.ts +0 -2
- package/esm/hooks/useProgressIndicator.d.ts +0 -9
- package/esm/hooks/useRouter.d.ts +0 -23
- package/esm/i18n/Locale.d.ts +0 -53
- package/esm/i18n/Locales.d.ts +0 -59
- package/esm/i18n/Message.d.ts +0 -6
- package/esm/i18n/index.d.ts +0 -5
- package/esm/i18n/languages.d.ts +0 -215
- package/esm/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
- package/esm/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
- package/esm/i18n/types.d.ts +0 -11
- package/esm/i18n/withMessage.d.ts +0 -3
- package/esm/index.d.ts +0 -6
- package/esm/models/actions/ActionCollection.d.ts +0 -30
- package/esm/models/actions/ActionModel.d.ts +0 -82
- package/esm/models/application/ApplicationModel.d.ts +0 -48
- package/esm/models/attributes/AttributeCollection.d.ts +0 -102
- package/esm/models/attributes/AttributeContent.d.ts +0 -64
- package/esm/models/attributes/AttributeDataHelper.d.ts +0 -67
- package/esm/models/attributes/AttributeModel.d.ts +0 -398
- package/esm/models/attributes/AttributeSetModel.d.ts +0 -36
- package/esm/models/attributes/BooleanAttributeModel.d.ts +0 -69
- package/esm/models/attributes/CaptchaAttributeModel.d.ts +0 -19
- package/esm/models/attributes/ChoiceAttributeModel.d.ts +0 -85
- package/esm/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
- package/esm/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
- package/esm/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
- package/esm/models/attributes/CompositeAttributeModel.d.ts +0 -42
- package/esm/models/attributes/DatetimeAttributeModel.d.ts +0 -85
- package/esm/models/attributes/HelptextAttributeModel.d.ts +0 -16
- package/esm/models/attributes/LabelAttributeModel.d.ts +0 -12
- package/esm/models/attributes/MemoAttributeModel.d.ts +0 -14
- package/esm/models/attributes/MoneyAttributeModel.d.ts +0 -14
- package/esm/models/attributes/NumberAttributeModel.d.ts +0 -49
- package/esm/models/attributes/PasswordAttributeModel.d.ts +0 -62
- package/esm/models/attributes/StringAttributeModel.d.ts +0 -65
- package/esm/models/attributes/UploadAttributeModel.d.ts +0 -60
- package/esm/models/attributes/XMLAttributeModel.d.ts +0 -10
- package/esm/models/attributes/_createAttribute.d.ts +0 -7
- package/esm/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
- package/esm/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
- package/esm/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
- package/esm/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
- package/esm/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
- package/esm/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
- package/esm/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
- package/esm/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
- package/esm/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
- package/esm/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
- package/esm/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
- package/esm/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
- package/esm/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
- package/esm/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
- package/esm/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
- package/esm/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
- package/esm/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
- package/esm/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
- package/esm/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
- package/esm/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
- package/esm/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
- package/esm/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
- package/esm/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
- package/esm/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
- package/esm/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
- package/esm/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
- package/esm/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
- package/esm/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
- package/esm/models/base/BaseCollection.d.ts +0 -89
- package/esm/models/base/BaseModel.d.ts +0 -78
- package/esm/models/base/ResourceCollection.d.ts +0 -20
- package/esm/models/base/ResourceModel.d.ts +0 -102
- package/esm/models/caseview/CaseViewModel.d.ts +0 -46
- package/esm/models/concepts/BusinessScenarioModel.d.ts +0 -20
- package/esm/models/concepts/ConceptDetailModel.d.ts +0 -86
- package/esm/models/concepts/ConceptIndexModel.d.ts +0 -44
- package/esm/models/concepts/ConceptLinkModel.d.ts +0 -82
- package/esm/models/concepts/ConceptRelationCollection.d.ts +0 -36
- package/esm/models/concepts/ConceptRelationModel.d.ts +0 -61
- package/esm/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
- package/esm/models/concepts/SourceReferenceCollection.d.ts +0 -14
- package/esm/models/concepts/SourceReferenceModel.d.ts +0 -48
- package/esm/models/content/ContentIndexModel.d.ts +0 -41
- package/esm/models/content/ContentLinkModel.d.ts +0 -102
- package/esm/models/content/ContentModel.d.ts +0 -80
- package/esm/models/content/ContentTOCModel.d.ts +0 -56
- package/esm/models/content/ContentTypeModel.d.ts +0 -26
- package/esm/models/content/SectionModel.d.ts +0 -79
- package/esm/models/content/SubSectionModel.d.ts +0 -69
- package/esm/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
- package/esm/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
- package/esm/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
- package/esm/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
- package/esm/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
- package/esm/models/detail/DetailModel.d.ts +0 -80
- package/esm/models/error/ErrorCollection.d.ts +0 -51
- package/esm/models/error/ErrorModel.d.ts +0 -41
- package/esm/models/error/ErrorResponse.d.ts +0 -156
- package/esm/models/filters/AssignmentFilterModel.d.ts +0 -35
- package/esm/models/filters/BaseFilterModel.d.ts +0 -101
- package/esm/models/filters/ConceptIndexFilterModel.d.ts +0 -6
- package/esm/models/filters/FilterCollection.d.ts +0 -49
- package/esm/models/filters/FilterModel.d.ts +0 -5
- package/esm/models/filters/RangeFilterModel.d.ts +0 -6
- package/esm/models/filters/StringFilterModel.d.ts +0 -30
- package/esm/models/form/FormModel.d.ts +0 -350
- package/esm/models/form/FormObjectModel.d.ts +0 -210
- package/esm/models/grouping/GroupingModel.d.ts +0 -86
- package/esm/models/href/Href.d.ts +0 -218
- package/esm/models/href/ListHref.d.ts +0 -64
- package/esm/models/index.d.ts +0 -96
- package/esm/models/layouthint/LayoutHintCollection.d.ts +0 -43
- package/esm/models/links/LinkCollection.d.ts +0 -71
- package/esm/models/links/LinkModel.d.ts +0 -93
- package/esm/models/links/normalizeLinkJSON.d.ts +0 -9
- package/esm/models/list/ListDetailModel.d.ts +0 -69
- package/esm/models/list/ListHeaderModel.d.ts +0 -53
- package/esm/models/list/ListItemCollection.d.ts +0 -21
- package/esm/models/list/ListItemModel.d.ts +0 -35
- package/esm/models/list/ListModel.d.ts +0 -143
- package/esm/models/lookup/LookupOptionCollection.d.ts +0 -15
- package/esm/models/lookup/LookupOptionsModel.d.ts +0 -23
- package/esm/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
- package/esm/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
- package/esm/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
- package/esm/models/paging/PagesizeModel.d.ts +0 -25
- package/esm/models/paging/PagingModel.d.ts +0 -49
- package/esm/models/panels/GroupingPanelModel.d.ts +0 -49
- package/esm/models/parameter/Parameter.d.ts +0 -40
- package/esm/models/process/ProcessStatusSettingsModel.d.ts +0 -38
- package/esm/models/resolveModel.d.ts +0 -7
- package/esm/models/search/CaseSearchModel.d.ts +0 -14
- package/esm/models/sorting/SortOptionModel.d.ts +0 -48
- package/esm/models/sorting/SortingModel.d.ts +0 -42
- package/esm/models/tab/TabModel.d.ts +0 -53
- package/esm/models/taskgroup/TaskGroupCollection.d.ts +0 -12
- package/esm/models/taskgroup/TaskGroupModel.d.ts +0 -25
- package/esm/models/types.d.ts +0 -171
- package/esm/models/user/UserModel.d.ts +0 -18
- package/esm/models/user/UserProfileModel.d.ts +0 -17
- package/esm/models/user/UserServicesModel.d.ts +0 -39
- package/esm/modularui/Authenticate.d.ts +0 -46
- package/esm/modularui/CaptchaRequest.d.ts +0 -54
- package/esm/modularui/ModularUIError.d.ts +0 -10
- package/esm/modularui/ModularUIRequest.d.ts +0 -207
- package/esm/modularui/ModularUIResponse.d.ts +0 -78
- package/esm/modularui/UploadRequest.d.ts +0 -41
- package/esm/modularui/index.d.ts +0 -5
- package/esm/modularui/types.d.ts +0 -2
- package/esm/react/ErrorBoundary.d.ts +0 -31
- package/esm/react/ErrorBoundaryFallback.d.ts +0 -8
- package/esm/react/index.d.ts +0 -2
- package/esm/react/utils.d.ts +0 -5
- package/esm/react-client/Init.d.ts +0 -6
- package/esm/react-client/client.d.ts +0 -25
- package/esm/react-client/contextPath.d.ts +0 -1
- package/esm/react-client/index.d.ts +0 -3
- package/esm/react-client/rehydrate.d.ts +0 -5
- package/esm/react-server/contextPath.d.ts +0 -1
- package/esm/react-server/createSSRComplete.d.ts +0 -5
- package/esm/react-server/htmlpage.d.ts +0 -11
- package/esm/react-server/index.d.ts +0 -8
- package/esm/react-server/renderSSRComplete.d.ts +0 -13
- package/esm/react-server/renderSSRMinimal.d.ts +0 -11
- package/esm/react-server/requestInformation.d.ts +0 -6
- package/esm/react-server/serverNoSSR.d.ts +0 -15
- package/esm/react-server/serverSSR.d.ts +0 -15
- package/esm/react-server/serverUtil.d.ts +0 -46
- package/esm/react-theme/ThemeProvider.d.ts +0 -8
- package/esm/react-theme/createTheme.d.ts +0 -53
- package/esm/react-theme/index.d.ts +0 -10
- package/esm/react-theme/types.d.ts +0 -13
- package/esm/react-theme/useTheme.d.ts +0 -4
- package/esm/react-theme/utils/background.d.ts +0 -4
- package/esm/react-theme/utils/colors.d.ts +0 -9
- package/esm/react-theme/utils/contrast.d.ts +0 -18
- package/esm/react-theme/utils/corners.d.ts +0 -3
- package/esm/react-theme/utils/spacers.d.ts +0 -9
- package/esm/react-theme/utils/themeProps.d.ts +0 -7
- package/esm/redux/_i18n/I18nActions.d.ts +0 -7
- package/esm/redux/_i18n/I18nReducer.d.ts +0 -7
- package/esm/redux/_i18n/index.d.ts +0 -3
- package/esm/redux/_i18n/types.d.ts +0 -13
- package/esm/redux/_modularui/ModularUIActions.d.ts +0 -26
- package/esm/redux/_modularui/ModularUIConnector.d.ts +0 -7
- package/esm/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
- package/esm/redux/_modularui/ModularUIReducer.d.ts +0 -7
- package/esm/redux/_modularui/ModularUISelectors.d.ts +0 -3
- package/esm/redux/_modularui/ModularUIUtils.d.ts +0 -5
- package/esm/redux/_modularui/index.d.ts +0 -8
- package/esm/redux/_modularui/types.d.ts +0 -84
- package/esm/redux/_modularui/withModularUI.d.ts +0 -3
- package/esm/redux/_router/RouterActions.d.ts +0 -10
- package/esm/redux/_router/RouterConnectors.d.ts +0 -6
- package/esm/redux/_router/RouterMiddleware.d.ts +0 -5
- package/esm/redux/_router/RouterReducer.d.ts +0 -7
- package/esm/redux/_router/index.d.ts +0 -5
- package/esm/redux/_router/types.d.ts +0 -35
- package/esm/redux/actions/Application.d.ts +0 -4
- package/esm/redux/actions/Authorization.d.ts +0 -3
- package/esm/redux/actions/Error.d.ts +0 -7
- package/esm/redux/actions/Form.d.ts +0 -5
- package/esm/redux/actions/FormAttributeSet.d.ts +0 -6
- package/esm/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
- package/esm/redux/actions/FormAutosave.d.ts +0 -3
- package/esm/redux/actions/FormAutosubmit.d.ts +0 -4
- package/esm/redux/actions/FormAutoupdate.d.ts +0 -4
- package/esm/redux/actions/FormValidations.d.ts +0 -3
- package/esm/redux/actions/Modals.d.ts +0 -4
- package/esm/redux/actions/ModelCatalog.d.ts +0 -2
- package/esm/redux/actions/Notification.d.ts +0 -10
- package/esm/redux/actions/Preferences.d.ts +0 -11
- package/esm/redux/actions/ProgressIndicator.d.ts +0 -8
- package/esm/redux/actions/SignIn.d.ts +0 -10
- package/esm/redux/actions/SignOut.d.ts +0 -4
- package/esm/redux/actions/index.d.ts +0 -16
- package/esm/redux/connectors/Application.d.ts +0 -4
- package/esm/redux/connectors/Breadcrumb.d.ts +0 -3
- package/esm/redux/connectors/CaseView.d.ts +0 -4
- package/esm/redux/connectors/ConceptDetail.d.ts +0 -4
- package/esm/redux/connectors/ContentBrowser.d.ts +0 -4
- package/esm/redux/connectors/ContentDetail.d.ts +0 -4
- package/esm/redux/connectors/ContentDetailSection.d.ts +0 -4
- package/esm/redux/connectors/Form.d.ts +0 -16
- package/esm/redux/connectors/FormAttributeSet.d.ts +0 -5
- package/esm/redux/connectors/ListDetail.d.ts +0 -4
- package/esm/redux/connectors/Modal.d.ts +0 -4
- package/esm/redux/connectors/ModelCatalog.d.ts +0 -4
- package/esm/redux/connectors/Notification.d.ts +0 -4
- package/esm/redux/connectors/PanelRenderer.d.ts +0 -4
- package/esm/redux/connectors/Preferences.d.ts +0 -2
- package/esm/redux/connectors/Progress.d.ts +0 -3
- package/esm/redux/connectors/ProgressIndicator.d.ts +0 -3
- package/esm/redux/connectors/QuickSearch.d.ts +0 -11
- package/esm/redux/connectors/SignIn.d.ts +0 -4
- package/esm/redux/connectors/SignOut.d.ts +0 -4
- package/esm/redux/connectors/Tab.d.ts +0 -4
- package/esm/redux/connectors/index.d.ts +0 -21
- package/esm/redux/index.d.ts +0 -9
- package/esm/redux/reducers/AuthReducer.d.ts +0 -8
- package/esm/redux/reducers/ErrorReducer.d.ts +0 -8
- package/esm/redux/reducers/ModalsReducer.d.ts +0 -8
- package/esm/redux/reducers/ModelCatalogReducer.d.ts +0 -8
- package/esm/redux/reducers/NotificationReducer.d.ts +0 -8
- package/esm/redux/reducers/PreferencesReducer.d.ts +0 -8
- package/esm/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
- package/esm/redux/reducers/createReducer.d.ts +0 -14
- package/esm/redux/reducers/index.d.ts +0 -8
- package/esm/redux/selectors/i18n.d.ts +0 -4
- package/esm/redux/selectors/index.d.ts +0 -2
- package/esm/redux/selectors/modelcatalog.d.ts +0 -2
- package/esm/redux/store/beforeRenderHooks.d.ts +0 -7
- package/esm/redux/store/configureStore.d.ts +0 -9
- package/esm/redux/types.d.ts +0 -113
- package/esm/utils/browser/Cache.d.ts +0 -45
- package/esm/utils/browser/Cookies.d.ts +0 -9
- package/esm/utils/datetime/DateTimeUtil.d.ts +0 -214
- package/esm/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
- package/esm/utils/fetch/serverFetch.d.ts +0 -5
- package/esm/utils/fetch/types.d.ts +0 -44
- package/esm/utils/fetch/universalFetch.d.ts +0 -7
- package/esm/utils/fetch/xhr.d.ts +0 -5
- package/esm/utils/helpers/checkResource.d.ts +0 -3
- package/esm/utils/helpers/createHash.d.ts +0 -9
- package/esm/utils/helpers/createHref.d.ts +0 -8
- package/esm/utils/helpers/createUUID.d.ts +0 -4
- package/esm/utils/helpers/index.d.ts +0 -8
- package/esm/utils/helpers/objects.d.ts +0 -11
- package/esm/utils/helpers/repositoryResource.d.ts +0 -1
- package/esm/utils/helpers/sanitizeHtml.d.ts +0 -9
- package/esm/utils/helpers/text.d.ts +0 -7
- package/esm/utils/index.d.ts +0 -11
- package/esm/utils/number/DecimalFormat.d.ts +0 -90
- package/esm/utils/number/formatValue.d.ts +0 -4
- package/esm/utils/number/parseNumbers.d.ts +0 -9
- package/lib/builder/index.d.ts +0 -1
- package/lib/builder/mergeLayoutHintConfigurations.d.ts +0 -1
- package/lib/constants/Constants.d.ts +0 -158
- package/lib/constants/LayoutHintConfig.d.ts +0 -267
- package/lib/constants/LayoutHints.d.ts +0 -83
- package/lib/constants/Settings.d.ts +0 -32
- package/lib/constants/index.d.ts +0 -3
- package/lib/exceptions/ConfigurationException.d.ts +0 -7
- package/lib/exceptions/FetchException.d.ts +0 -31
- package/lib/exceptions/IllegalArgumentException.d.ts +0 -7
- package/lib/exceptions/IllegalReturnException.d.ts +0 -6
- package/lib/exceptions/IllegalStateException.d.ts +0 -7
- package/lib/exceptions/JsonParseException.d.ts +0 -7
- package/lib/exceptions/MissingPropertyException.d.ts +0 -7
- package/lib/exceptions/NetworkException.d.ts +0 -9
- package/lib/exceptions/NotAllowedUriException.d.ts +0 -7
- package/lib/exceptions/NotFoundException.d.ts +0 -10
- package/lib/exceptions/ServerRequestException.d.ts +0 -7
- package/lib/exceptions/ThemePropertyException.d.ts +0 -7
- package/lib/exceptions/TimeoutException.d.ts +0 -7
- package/lib/exceptions/UnauthorizedException.d.ts +0 -11
- package/lib/exceptions/UnsupportedOperationException.d.ts +0 -7
- package/lib/exceptions/index.d.ts +0 -15
- package/lib/hooks/index.d.ts +0 -16
- package/lib/hooks/useAllFormsOnModel.d.ts +0 -7
- package/lib/hooks/useAuthentication.d.ts +0 -16
- package/lib/hooks/useContent.d.ts +0 -3
- package/lib/hooks/useDeepCompareEffect.d.ts +0 -6
- package/lib/hooks/useForm.d.ts +0 -21
- package/lib/hooks/useI18n.d.ts +0 -13
- package/lib/hooks/useModal.d.ts +0 -12
- package/lib/hooks/useModelCatalog.d.ts +0 -34
- package/lib/hooks/useModels.d.ts +0 -10
- package/lib/hooks/useModularUI.d.ts +0 -3
- package/lib/hooks/useModularUIBasic.d.ts +0 -9
- package/lib/hooks/useModularUIModel.d.ts +0 -27
- package/lib/hooks/useModularUIRequest.d.ts +0 -4
- package/lib/hooks/useNotification.d.ts +0 -8
- package/lib/hooks/usePreference.d.ts +0 -2
- package/lib/hooks/useProgressIndicator.d.ts +0 -9
- package/lib/hooks/useRouter.d.ts +0 -23
- package/lib/i18n/Locale.d.ts +0 -53
- package/lib/i18n/Locales.d.ts +0 -59
- package/lib/i18n/Message.d.ts +0 -6
- package/lib/i18n/index.d.ts +0 -5
- package/lib/i18n/languages.d.ts +0 -215
- package/lib/i18n/translations/beinformed_error_messages_en.nl.d.ts +0 -97
- package/lib/i18n/translations/beinformed_error_messages_nl.nl.d.ts +0 -97
- package/lib/i18n/types.d.ts +0 -11
- package/lib/i18n/withMessage.d.ts +0 -3
- package/lib/index.d.ts +0 -6
- package/lib/models/actions/ActionCollection.d.ts +0 -30
- package/lib/models/actions/ActionModel.d.ts +0 -82
- package/lib/models/application/ApplicationModel.d.ts +0 -48
- package/lib/models/attributes/AttributeCollection.d.ts +0 -102
- package/lib/models/attributes/AttributeContent.d.ts +0 -64
- package/lib/models/attributes/AttributeDataHelper.d.ts +0 -67
- package/lib/models/attributes/AttributeModel.d.ts +0 -398
- package/lib/models/attributes/AttributeSetModel.d.ts +0 -36
- package/lib/models/attributes/BooleanAttributeModel.d.ts +0 -69
- package/lib/models/attributes/CaptchaAttributeModel.d.ts +0 -19
- package/lib/models/attributes/ChoiceAttributeModel.d.ts +0 -85
- package/lib/models/attributes/ChoiceAttributeOptionCollection.d.ts +0 -87
- package/lib/models/attributes/ChoiceAttributeOptionModel.d.ts +0 -151
- package/lib/models/attributes/CompositeAttributeChildCollection.d.ts +0 -57
- package/lib/models/attributes/CompositeAttributeModel.d.ts +0 -42
- package/lib/models/attributes/DatetimeAttributeModel.d.ts +0 -85
- package/lib/models/attributes/HelptextAttributeModel.d.ts +0 -16
- package/lib/models/attributes/LabelAttributeModel.d.ts +0 -12
- package/lib/models/attributes/MemoAttributeModel.d.ts +0 -14
- package/lib/models/attributes/MoneyAttributeModel.d.ts +0 -14
- package/lib/models/attributes/NumberAttributeModel.d.ts +0 -49
- package/lib/models/attributes/PasswordAttributeModel.d.ts +0 -62
- package/lib/models/attributes/StringAttributeModel.d.ts +0 -65
- package/lib/models/attributes/UploadAttributeModel.d.ts +0 -60
- package/lib/models/attributes/XMLAttributeModel.d.ts +0 -10
- package/lib/models/attributes/_createAttribute.d.ts +0 -7
- package/lib/models/attributes/input-constraints/BSNConstraint.d.ts +0 -26
- package/lib/models/attributes/input-constraints/ConstraintCollection.d.ts +0 -24
- package/lib/models/attributes/input-constraints/ConstraintModel.d.ts +0 -34
- package/lib/models/attributes/input-constraints/DateBoundaryConstraint.d.ts +0 -65
- package/lib/models/attributes/input-constraints/DateTimeDateFormatConstraint.d.ts +0 -36
- package/lib/models/attributes/input-constraints/DateTimeTimeFormatConstraint.d.ts +0 -36
- package/lib/models/attributes/input-constraints/DatetimeFormatConstraint.d.ts +0 -50
- package/lib/models/attributes/input-constraints/FileExtensionConstraint.d.ts +0 -33
- package/lib/models/attributes/input-constraints/FileSizeConstraint.d.ts +0 -42
- package/lib/models/attributes/input-constraints/IBANConstraint.d.ts +0 -23
- package/lib/models/attributes/input-constraints/MandatoryConstraint.d.ts +0 -23
- package/lib/models/attributes/input-constraints/MandatoryRangeConstraint.d.ts +0 -36
- package/lib/models/attributes/input-constraints/NumberBoundaryConstraint.d.ts +0 -61
- package/lib/models/attributes/input-constraints/NumberFormatConstraint.d.ts +0 -52
- package/lib/models/attributes/input-constraints/NumberGroupingConstraint.d.ts +0 -46
- package/lib/models/attributes/input-constraints/PasswordConfirmConstraint.d.ts +0 -36
- package/lib/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.d.ts +0 -23
- package/lib/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.d.ts +0 -32
- package/lib/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.d.ts +0 -32
- package/lib/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.d.ts +0 -35
- package/lib/models/attributes/input-constraints/RangeConstraint.d.ts +0 -51
- package/lib/models/attributes/input-constraints/RegexConstraint.d.ts +0 -37
- package/lib/models/attributes/input-constraints/StringLengthConstraint.d.ts +0 -46
- package/lib/models/attributes/input-constraints/XMLConstraint.d.ts +0 -26
- package/lib/models/attributes/layouthint-rules/BaseLayoutHintRule.d.ts +0 -45
- package/lib/models/attributes/layouthint-rules/DependentAttribute.d.ts +0 -57
- package/lib/models/attributes/layouthint-rules/LayoutHintRuleCollection.d.ts +0 -27
- package/lib/models/attributes/layouthint-rules/RemainingTotalUploadSize.d.ts +0 -17
- package/lib/models/base/BaseCollection.d.ts +0 -89
- package/lib/models/base/BaseModel.d.ts +0 -78
- package/lib/models/base/ResourceCollection.d.ts +0 -20
- package/lib/models/base/ResourceModel.d.ts +0 -102
- package/lib/models/caseview/CaseViewModel.d.ts +0 -46
- package/lib/models/concepts/BusinessScenarioModel.d.ts +0 -20
- package/lib/models/concepts/ConceptDetailModel.d.ts +0 -86
- package/lib/models/concepts/ConceptIndexModel.d.ts +0 -44
- package/lib/models/concepts/ConceptLinkModel.d.ts +0 -82
- package/lib/models/concepts/ConceptRelationCollection.d.ts +0 -36
- package/lib/models/concepts/ConceptRelationModel.d.ts +0 -61
- package/lib/models/concepts/ConceptTypeDetailModel.d.ts +0 -54
- package/lib/models/concepts/SourceReferenceCollection.d.ts +0 -14
- package/lib/models/concepts/SourceReferenceModel.d.ts +0 -48
- package/lib/models/content/ContentIndexModel.d.ts +0 -41
- package/lib/models/content/ContentLinkModel.d.ts +0 -102
- package/lib/models/content/ContentModel.d.ts +0 -80
- package/lib/models/content/ContentTOCModel.d.ts +0 -56
- package/lib/models/content/ContentTypeModel.d.ts +0 -26
- package/lib/models/content/SectionModel.d.ts +0 -79
- package/lib/models/content/SubSectionModel.d.ts +0 -69
- package/lib/models/contentconfiguration/ContentConfiguration.d.ts +0 -28
- package/lib/models/contentconfiguration/ContentConfigurationElements.d.ts +0 -47
- package/lib/models/contentconfiguration/ContentConfigurationEndResults.d.ts +0 -16
- package/lib/models/contentconfiguration/ContentConfigurationQuestions.d.ts +0 -22
- package/lib/models/contentconfiguration/ContentConfigurationResults.d.ts +0 -39
- package/lib/models/detail/DetailModel.d.ts +0 -80
- package/lib/models/error/ErrorCollection.d.ts +0 -51
- package/lib/models/error/ErrorModel.d.ts +0 -41
- package/lib/models/error/ErrorResponse.d.ts +0 -156
- package/lib/models/filters/AssignmentFilterModel.d.ts +0 -35
- package/lib/models/filters/BaseFilterModel.d.ts +0 -101
- package/lib/models/filters/ConceptIndexFilterModel.d.ts +0 -6
- package/lib/models/filters/FilterCollection.d.ts +0 -49
- package/lib/models/filters/FilterModel.d.ts +0 -5
- package/lib/models/filters/RangeFilterModel.d.ts +0 -6
- package/lib/models/filters/StringFilterModel.d.ts +0 -30
- package/lib/models/form/FormModel.d.ts +0 -350
- package/lib/models/form/FormObjectModel.d.ts +0 -210
- package/lib/models/grouping/GroupingModel.d.ts +0 -86
- package/lib/models/href/Href.d.ts +0 -218
- package/lib/models/href/ListHref.d.ts +0 -64
- package/lib/models/index.d.ts +0 -96
- package/lib/models/layouthint/LayoutHintCollection.d.ts +0 -43
- package/lib/models/links/LinkCollection.d.ts +0 -71
- package/lib/models/links/LinkModel.d.ts +0 -93
- package/lib/models/links/normalizeLinkJSON.d.ts +0 -9
- package/lib/models/list/ListDetailModel.d.ts +0 -69
- package/lib/models/list/ListHeaderModel.d.ts +0 -53
- package/lib/models/list/ListItemCollection.d.ts +0 -21
- package/lib/models/list/ListItemModel.d.ts +0 -35
- package/lib/models/list/ListModel.d.ts +0 -143
- package/lib/models/lookup/LookupOptionCollection.d.ts +0 -15
- package/lib/models/lookup/LookupOptionsModel.d.ts +0 -23
- package/lib/models/modelcatalog/ModelCatalogModel.d.ts +0 -23
- package/lib/models/modelcatalog/ModelCategoryCollection.d.ts +0 -11
- package/lib/models/modelcatalog/ModelCategoryModel.d.ts +0 -39
- package/lib/models/paging/PagesizeModel.d.ts +0 -25
- package/lib/models/paging/PagingModel.d.ts +0 -49
- package/lib/models/panels/GroupingPanelModel.d.ts +0 -49
- package/lib/models/parameter/Parameter.d.ts +0 -40
- package/lib/models/process/ProcessStatusSettingsModel.d.ts +0 -38
- package/lib/models/resolveModel.d.ts +0 -7
- package/lib/models/search/CaseSearchModel.d.ts +0 -14
- package/lib/models/sorting/SortOptionModel.d.ts +0 -48
- package/lib/models/sorting/SortingModel.d.ts +0 -42
- package/lib/models/tab/TabModel.d.ts +0 -53
- package/lib/models/taskgroup/TaskGroupCollection.d.ts +0 -12
- package/lib/models/taskgroup/TaskGroupModel.d.ts +0 -25
- package/lib/models/types.d.ts +0 -171
- package/lib/models/user/UserModel.d.ts +0 -18
- package/lib/models/user/UserProfileModel.d.ts +0 -17
- package/lib/models/user/UserServicesModel.d.ts +0 -39
- package/lib/modularui/Authenticate.d.ts +0 -46
- package/lib/modularui/CaptchaRequest.d.ts +0 -54
- package/lib/modularui/ModularUIError.d.ts +0 -10
- package/lib/modularui/ModularUIRequest.d.ts +0 -207
- package/lib/modularui/ModularUIResponse.d.ts +0 -78
- package/lib/modularui/UploadRequest.d.ts +0 -41
- package/lib/modularui/index.d.ts +0 -5
- package/lib/modularui/types.d.ts +0 -2
- package/lib/react/ErrorBoundary.d.ts +0 -31
- package/lib/react/ErrorBoundaryFallback.d.ts +0 -8
- package/lib/react/index.d.ts +0 -2
- package/lib/react/utils.d.ts +0 -5
- package/lib/react-client/Init.d.ts +0 -6
- package/lib/react-client/client.d.ts +0 -25
- package/lib/react-client/contextPath.d.ts +0 -1
- package/lib/react-client/index.d.ts +0 -3
- package/lib/react-client/rehydrate.d.ts +0 -5
- package/lib/react-server/contextPath.d.ts +0 -1
- package/lib/react-server/createSSRComplete.d.ts +0 -5
- package/lib/react-server/htmlpage.d.ts +0 -11
- package/lib/react-server/index.d.ts +0 -8
- package/lib/react-server/renderSSRComplete.d.ts +0 -13
- package/lib/react-server/renderSSRMinimal.d.ts +0 -11
- package/lib/react-server/requestInformation.d.ts +0 -6
- package/lib/react-server/serverNoSSR.d.ts +0 -15
- package/lib/react-server/serverSSR.d.ts +0 -15
- package/lib/react-server/serverUtil.d.ts +0 -46
- package/lib/react-theme/ThemeProvider.d.ts +0 -8
- package/lib/react-theme/createTheme.d.ts +0 -53
- package/lib/react-theme/index.d.ts +0 -10
- package/lib/react-theme/types.d.ts +0 -13
- package/lib/react-theme/useTheme.d.ts +0 -4
- package/lib/react-theme/utils/background.d.ts +0 -4
- package/lib/react-theme/utils/colors.d.ts +0 -9
- package/lib/react-theme/utils/contrast.d.ts +0 -18
- package/lib/react-theme/utils/corners.d.ts +0 -3
- package/lib/react-theme/utils/spacers.d.ts +0 -9
- package/lib/react-theme/utils/themeProps.d.ts +0 -7
- package/lib/redux/_i18n/I18nActions.d.ts +0 -7
- package/lib/redux/_i18n/I18nReducer.d.ts +0 -7
- package/lib/redux/_i18n/index.d.ts +0 -3
- package/lib/redux/_i18n/types.d.ts +0 -13
- package/lib/redux/_modularui/ModularUIActions.d.ts +0 -26
- package/lib/redux/_modularui/ModularUIConnector.d.ts +0 -7
- package/lib/redux/_modularui/ModularUIMiddleware.d.ts +0 -7
- package/lib/redux/_modularui/ModularUIReducer.d.ts +0 -7
- package/lib/redux/_modularui/ModularUISelectors.d.ts +0 -3
- package/lib/redux/_modularui/ModularUIUtils.d.ts +0 -5
- package/lib/redux/_modularui/index.d.ts +0 -8
- package/lib/redux/_modularui/types.d.ts +0 -84
- package/lib/redux/_modularui/withModularUI.d.ts +0 -3
- package/lib/redux/_router/RouterActions.d.ts +0 -10
- package/lib/redux/_router/RouterConnectors.d.ts +0 -6
- package/lib/redux/_router/RouterMiddleware.d.ts +0 -5
- package/lib/redux/_router/RouterReducer.d.ts +0 -7
- package/lib/redux/_router/index.d.ts +0 -5
- package/lib/redux/_router/types.d.ts +0 -35
- package/lib/redux/actions/Application.d.ts +0 -4
- package/lib/redux/actions/Authorization.d.ts +0 -3
- package/lib/redux/actions/Error.d.ts +0 -7
- package/lib/redux/actions/Form.d.ts +0 -5
- package/lib/redux/actions/FormAttributeSet.d.ts +0 -6
- package/lib/redux/actions/FormAttributeSetRepeatable.d.ts +0 -6
- package/lib/redux/actions/FormAutosave.d.ts +0 -3
- package/lib/redux/actions/FormAutosubmit.d.ts +0 -4
- package/lib/redux/actions/FormAutoupdate.d.ts +0 -4
- package/lib/redux/actions/FormValidations.d.ts +0 -3
- package/lib/redux/actions/Modals.d.ts +0 -4
- package/lib/redux/actions/ModelCatalog.d.ts +0 -2
- package/lib/redux/actions/Notification.d.ts +0 -10
- package/lib/redux/actions/Preferences.d.ts +0 -11
- package/lib/redux/actions/ProgressIndicator.d.ts +0 -8
- package/lib/redux/actions/SignIn.d.ts +0 -10
- package/lib/redux/actions/SignOut.d.ts +0 -4
- package/lib/redux/actions/index.d.ts +0 -16
- package/lib/redux/connectors/Application.d.ts +0 -4
- package/lib/redux/connectors/Breadcrumb.d.ts +0 -3
- package/lib/redux/connectors/CaseView.d.ts +0 -4
- package/lib/redux/connectors/ConceptDetail.d.ts +0 -4
- package/lib/redux/connectors/ContentBrowser.d.ts +0 -4
- package/lib/redux/connectors/ContentDetail.d.ts +0 -4
- package/lib/redux/connectors/ContentDetailSection.d.ts +0 -4
- package/lib/redux/connectors/Form.d.ts +0 -16
- package/lib/redux/connectors/FormAttributeSet.d.ts +0 -5
- package/lib/redux/connectors/ListDetail.d.ts +0 -4
- package/lib/redux/connectors/Modal.d.ts +0 -4
- package/lib/redux/connectors/ModelCatalog.d.ts +0 -4
- package/lib/redux/connectors/Notification.d.ts +0 -4
- package/lib/redux/connectors/PanelRenderer.d.ts +0 -4
- package/lib/redux/connectors/Preferences.d.ts +0 -2
- package/lib/redux/connectors/Progress.d.ts +0 -3
- package/lib/redux/connectors/ProgressIndicator.d.ts +0 -3
- package/lib/redux/connectors/QuickSearch.d.ts +0 -11
- package/lib/redux/connectors/SignIn.d.ts +0 -4
- package/lib/redux/connectors/SignOut.d.ts +0 -4
- package/lib/redux/connectors/Tab.d.ts +0 -4
- package/lib/redux/connectors/index.d.ts +0 -21
- package/lib/redux/index.d.ts +0 -9
- package/lib/redux/reducers/AuthReducer.d.ts +0 -8
- package/lib/redux/reducers/ErrorReducer.d.ts +0 -8
- package/lib/redux/reducers/ModalsReducer.d.ts +0 -8
- package/lib/redux/reducers/ModelCatalogReducer.d.ts +0 -8
- package/lib/redux/reducers/NotificationReducer.d.ts +0 -8
- package/lib/redux/reducers/PreferencesReducer.d.ts +0 -8
- package/lib/redux/reducers/ProgressIndicatorReducer.d.ts +0 -8
- package/lib/redux/reducers/createReducer.d.ts +0 -14
- package/lib/redux/reducers/index.d.ts +0 -8
- package/lib/redux/selectors/i18n.d.ts +0 -4
- package/lib/redux/selectors/index.d.ts +0 -2
- package/lib/redux/selectors/modelcatalog.d.ts +0 -2
- package/lib/redux/store/beforeRenderHooks.d.ts +0 -7
- package/lib/redux/store/configureStore.d.ts +0 -9
- package/lib/redux/types.d.ts +0 -113
- package/lib/utils/browser/Cache.d.ts +0 -45
- package/lib/utils/browser/Cookies.d.ts +0 -9
- package/lib/utils/datetime/DateTimeUtil.d.ts +0 -214
- package/lib/utils/fetch/__mocks__/universalFetch.d.ts +0 -3
- package/lib/utils/fetch/serverFetch.d.ts +0 -5
- package/lib/utils/fetch/types.d.ts +0 -44
- package/lib/utils/fetch/universalFetch.d.ts +0 -7
- package/lib/utils/fetch/xhr.d.ts +0 -5
- package/lib/utils/helpers/checkResource.d.ts +0 -3
- package/lib/utils/helpers/createHash.d.ts +0 -9
- package/lib/utils/helpers/createHref.d.ts +0 -8
- package/lib/utils/helpers/createUUID.d.ts +0 -4
- package/lib/utils/helpers/index.d.ts +0 -8
- package/lib/utils/helpers/objects.d.ts +0 -11
- package/lib/utils/helpers/repositoryResource.d.ts +0 -1
- package/lib/utils/helpers/sanitizeHtml.d.ts +0 -9
- package/lib/utils/helpers/text.d.ts +0 -7
- package/lib/utils/index.d.ts +0 -11
- package/lib/utils/number/DecimalFormat.d.ts +0 -90
- package/lib/utils/number/formatValue.d.ts +0 -4
- package/lib/utils/number/parseNumbers.d.ts +0 -9
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export default ConceptTypeDetailModel;
|
|
2
|
-
/**
|
|
3
|
-
* Model for concept details, available through modelcatalog
|
|
4
|
-
*/
|
|
5
|
-
declare class ConceptTypeDetailModel extends ResourceModel {
|
|
6
|
-
/**
|
|
7
|
-
* The name of the concept type consists of the functional id of the kmt and the functional id of the concept type separated by a #.<br>
|
|
8
|
-
* For example BEI_CaseManagement#Case
|
|
9
|
-
*/
|
|
10
|
-
get kmtId(): string;
|
|
11
|
-
/**
|
|
12
|
-
* Get model category of the concept type
|
|
13
|
-
*/
|
|
14
|
-
get modelCategory(): string;
|
|
15
|
-
/**
|
|
16
|
-
*/
|
|
17
|
-
get isCoreTaxonomy(): boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Get concept type icon
|
|
20
|
-
*/
|
|
21
|
-
get icon(): string;
|
|
22
|
-
/**
|
|
23
|
-
* Get concept type text color
|
|
24
|
-
*/
|
|
25
|
-
get textColor(): string;
|
|
26
|
-
/**
|
|
27
|
-
* Get concept type background color
|
|
28
|
-
*/
|
|
29
|
-
get backgroundColor(): string;
|
|
30
|
-
/**
|
|
31
|
-
* Get concept line color
|
|
32
|
-
*/
|
|
33
|
-
get borderColor(): string;
|
|
34
|
-
/**
|
|
35
|
-
* Get label types
|
|
36
|
-
*/
|
|
37
|
-
get labelTypes(): Array<Object> | null;
|
|
38
|
-
/**
|
|
39
|
-
* Get propertyTypes
|
|
40
|
-
*/
|
|
41
|
-
get propertyTypes(): Array<Object>;
|
|
42
|
-
/**
|
|
43
|
-
* Get textFragmentTypes
|
|
44
|
-
*/
|
|
45
|
-
get textFragmentTypes(): Array<Object>;
|
|
46
|
-
/**
|
|
47
|
-
* Get sectionReferenceTypes
|
|
48
|
-
*/
|
|
49
|
-
get sectionReferenceTypes(): Array<Object>;
|
|
50
|
-
/**
|
|
51
|
-
*/
|
|
52
|
-
isOfConceptType(conceptTypeId: string): boolean;
|
|
53
|
-
}
|
|
54
|
-
import ResourceModel from "../base/ResourceModel";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Source reference collection
|
|
3
|
-
*/
|
|
4
|
-
export default class SourceReferenceCollection extends BaseCollection<SourceReferenceModel> {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(sourceReferences?: Array<Object>, entryDate?: ISO_DATE | null, modelOptions?: ModelOptions);
|
|
8
|
-
/**
|
|
9
|
-
*/
|
|
10
|
-
byTypes(types: string): Array<SourceReferenceModel>;
|
|
11
|
-
}
|
|
12
|
-
import SourceReferenceModel from "./SourceReferenceModel";
|
|
13
|
-
import BaseCollection from "../base/BaseCollection";
|
|
14
|
-
import { ModelOptions } from "../types";
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export default SourceReferenceModel;
|
|
2
|
-
/**
|
|
3
|
-
*/
|
|
4
|
-
declare class SourceReferenceModel {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(sourceReference: Object, entryDate?: ISO_DATE | null, modelOptions?: ModelOptions);
|
|
8
|
-
_sourceReference: Object;
|
|
9
|
-
_entryDate: ISO_DATE | null;
|
|
10
|
-
_modelOptions: ModelOptions;
|
|
11
|
-
/**
|
|
12
|
-
*/
|
|
13
|
-
get links(): LinkCollection;
|
|
14
|
-
/**
|
|
15
|
-
*/
|
|
16
|
-
get link(): ContentLinkModel;
|
|
17
|
-
/**
|
|
18
|
-
*/
|
|
19
|
-
get selfhref(): Href;
|
|
20
|
-
/**
|
|
21
|
-
*/
|
|
22
|
-
get type(): string;
|
|
23
|
-
/**
|
|
24
|
-
*/
|
|
25
|
-
get label(): string;
|
|
26
|
-
/**
|
|
27
|
-
*/
|
|
28
|
-
get sourceLabel(): string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get sourceAbbreviation(): string;
|
|
33
|
-
/**
|
|
34
|
-
*/
|
|
35
|
-
get referenceHash(): number;
|
|
36
|
-
/**
|
|
37
|
-
*/
|
|
38
|
-
get sectionId(): string;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
get fragment(): SectionFragment | void;
|
|
43
|
-
}
|
|
44
|
-
import { ModelOptions } from "../types";
|
|
45
|
-
import LinkCollection from "../links/LinkCollection";
|
|
46
|
-
import ContentLinkModel from "../content/ContentLinkModel";
|
|
47
|
-
import Href from "../href/Href";
|
|
48
|
-
import { SectionFragment } from "../types";
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Get Index of concepts, to filter model catalog
|
|
3
|
-
*/
|
|
4
|
-
export default class ContentIndexModel extends ResourceModel {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(modularuiResponse: ModularUIResponse);
|
|
8
|
-
_filterCollection: FilterCollection;
|
|
9
|
-
_content: ResourceCollection<ContentLinkModel, any>;
|
|
10
|
-
/**
|
|
11
|
-
* Retrieve filters of conceptindex model
|
|
12
|
-
*/
|
|
13
|
-
get filterCollection(): FilterCollection;
|
|
14
|
-
/**
|
|
15
|
-
* Get index filter
|
|
16
|
-
*/
|
|
17
|
-
get indexfilter(): FilterType | null;
|
|
18
|
-
/**
|
|
19
|
-
* Retrieve content collection
|
|
20
|
-
*/
|
|
21
|
-
get items(): ResourceCollection<ContentLinkModel, any>;
|
|
22
|
-
/**
|
|
23
|
-
*/
|
|
24
|
-
hasIndexFilter(): boolean;
|
|
25
|
-
/**
|
|
26
|
-
*/
|
|
27
|
-
hasFiltersSet(): boolean;
|
|
28
|
-
/**
|
|
29
|
-
*/
|
|
30
|
-
hasNoFiltersSet(): boolean;
|
|
31
|
-
/**
|
|
32
|
-
*/
|
|
33
|
-
getFirstCharHref(): Href;
|
|
34
|
-
}
|
|
35
|
-
import ResourceModel from "../base/ResourceModel";
|
|
36
|
-
import FilterCollection from "../filters/FilterCollection";
|
|
37
|
-
import ContentLinkModel from "./ContentLinkModel";
|
|
38
|
-
import ResourceCollection from "../base/ResourceCollection";
|
|
39
|
-
import { FilterType } from "../types";
|
|
40
|
-
import Href from "../href/Href";
|
|
41
|
-
import { ModularUIResponse } from "../../modularui";
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Link to a concept
|
|
3
|
-
*/
|
|
4
|
-
export default class ContentLinkModel extends BaseModel {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(data: Object, entryDate?: ISO_DATE | null, modelOptions?: ModelOptions);
|
|
8
|
-
_links: LinkCollection | null;
|
|
9
|
-
_entryDate: ISO_DATE | null;
|
|
10
|
-
_contentType: ContentTypeModel | null;
|
|
11
|
-
_items: Array<ContentLinkModel>;
|
|
12
|
-
/**
|
|
13
|
-
*/
|
|
14
|
-
getInitialChildModelLinks(): Array<LinkModel>;
|
|
15
|
-
/**
|
|
16
|
-
*/
|
|
17
|
-
setChildModels(models: Array<ModularUIModel>): void;
|
|
18
|
-
/**
|
|
19
|
-
* Set concept type
|
|
20
|
-
*/
|
|
21
|
-
set contentType(contentType: ModularUIModel | null);
|
|
22
|
-
/**
|
|
23
|
-
* Retrieve content type
|
|
24
|
-
*/
|
|
25
|
-
get contentType(): (ContentTypeModel | null) | null;
|
|
26
|
-
/**
|
|
27
|
-
*/
|
|
28
|
-
set entryDate(entryDate: ISO_DATE);
|
|
29
|
-
/**
|
|
30
|
-
* Retrieve key
|
|
31
|
-
*/
|
|
32
|
-
get key(): string;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieve label
|
|
35
|
-
*/
|
|
36
|
-
get label(): string;
|
|
37
|
-
/**
|
|
38
|
-
* Retrieve the label of the source a link to a section belongs to
|
|
39
|
-
*/
|
|
40
|
-
get sourceLabel(): string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
get abbreviation(): string | null;
|
|
45
|
-
/**
|
|
46
|
-
*/
|
|
47
|
-
get section(): string | null;
|
|
48
|
-
/**
|
|
49
|
-
*/
|
|
50
|
-
createEncodedHref(): Href;
|
|
51
|
-
/**
|
|
52
|
-
* Encode the content-identifier of the path to the content resource.
|
|
53
|
-
* This makes it a single uri part, which can be used on routes to make nested routes
|
|
54
|
-
*/
|
|
55
|
-
get encodedHref(): Href;
|
|
56
|
-
/**
|
|
57
|
-
* Getting the links of the resource
|
|
58
|
-
*/
|
|
59
|
-
get links(): LinkCollection;
|
|
60
|
-
/**
|
|
61
|
-
* Get self link of model
|
|
62
|
-
*/
|
|
63
|
-
get selflink(): LinkModel;
|
|
64
|
-
/**
|
|
65
|
-
*/
|
|
66
|
-
get contentHref(): Href;
|
|
67
|
-
/**
|
|
68
|
-
*/
|
|
69
|
-
get sectionHref(): Href | null;
|
|
70
|
-
/**
|
|
71
|
-
* Self href of concept
|
|
72
|
-
*/
|
|
73
|
-
get selfhref(): Href;
|
|
74
|
-
/**
|
|
75
|
-
*/
|
|
76
|
-
get subSectionID(): string;
|
|
77
|
-
/**
|
|
78
|
-
*/
|
|
79
|
-
get contentTypeLink(): LinkModel | null;
|
|
80
|
-
/**
|
|
81
|
-
* Concept type href of concept
|
|
82
|
-
*/
|
|
83
|
-
get contentTypeHref(): Href | null;
|
|
84
|
-
/**
|
|
85
|
-
*/
|
|
86
|
-
get fragment(): SectionFragment | void;
|
|
87
|
-
/**
|
|
88
|
-
* Children of link model in TOC
|
|
89
|
-
*/
|
|
90
|
-
set items(items: Array<ContentLinkModel>);
|
|
91
|
-
/**
|
|
92
|
-
*/
|
|
93
|
-
get items(): Array<ContentLinkModel>;
|
|
94
|
-
}
|
|
95
|
-
import BaseModel from "../base/BaseModel";
|
|
96
|
-
import LinkCollection from "../links/LinkCollection";
|
|
97
|
-
import ContentTypeModel from "./ContentTypeModel";
|
|
98
|
-
import LinkModel from "../links/LinkModel";
|
|
99
|
-
import { ModularUIModel } from "../types";
|
|
100
|
-
import Href from "../href/Href";
|
|
101
|
-
import { SectionFragment } from "../types";
|
|
102
|
-
import { ModelOptions } from "../types";
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Content detail model
|
|
3
|
-
*/
|
|
4
|
-
export default class ContentModel extends ResourceModel {
|
|
5
|
-
constructor(response: ModularUIResponse);
|
|
6
|
-
_section: SectionModel;
|
|
7
|
-
_contentType: ContentTypeModel | null;
|
|
8
|
-
_filterCollection: FilterCollection;
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
setChildModels(models: Array<ModularUIModel>): void;
|
|
12
|
-
/**
|
|
13
|
-
* Set concept type
|
|
14
|
-
*/
|
|
15
|
-
set contentType(contentType: ModularUIModel | null);
|
|
16
|
-
/**
|
|
17
|
-
* Get conceptType of concept
|
|
18
|
-
*/
|
|
19
|
-
get contentType(): ContentTypeModel | null;
|
|
20
|
-
/**
|
|
21
|
-
*/
|
|
22
|
-
get section(): SectionModel;
|
|
23
|
-
/**
|
|
24
|
-
*/
|
|
25
|
-
get id(): string;
|
|
26
|
-
/**
|
|
27
|
-
* Retrieve available filters on concept toc
|
|
28
|
-
*/
|
|
29
|
-
get filterCollection(): FilterCollection;
|
|
30
|
-
/**
|
|
31
|
-
* Retrieve modelcatalog.js of content toc
|
|
32
|
-
*/
|
|
33
|
-
get entryDate(): ISO_DATE | null;
|
|
34
|
-
/**
|
|
35
|
-
* Retrieve number of section
|
|
36
|
-
*/
|
|
37
|
-
get number(): string | null;
|
|
38
|
-
/**
|
|
39
|
-
* Get content body
|
|
40
|
-
*/
|
|
41
|
-
get body(): string | null;
|
|
42
|
-
/**
|
|
43
|
-
* Retrieve child section links
|
|
44
|
-
*/
|
|
45
|
-
get childSectionLinks(): Array<ContentLinkModel>;
|
|
46
|
-
/**
|
|
47
|
-
*/
|
|
48
|
-
get selfContentLink(): ContentLinkModel;
|
|
49
|
-
/**
|
|
50
|
-
* set resolved child sections
|
|
51
|
-
*/
|
|
52
|
-
set childSections(sections: Array<SectionModel>);
|
|
53
|
-
/**
|
|
54
|
-
* Get tree of child sections
|
|
55
|
-
*/
|
|
56
|
-
get childSections(): Array<SectionModel>;
|
|
57
|
-
/**
|
|
58
|
-
* Get sub sections
|
|
59
|
-
*/
|
|
60
|
-
get subSections(): Array<SubSectionModel>;
|
|
61
|
-
/**
|
|
62
|
-
*/
|
|
63
|
-
get relatedConceptsHrefs(): Array<Href>;
|
|
64
|
-
/**
|
|
65
|
-
* Get related concepts link
|
|
66
|
-
*/
|
|
67
|
-
get relatedConceptsHref(): Href | null;
|
|
68
|
-
/**
|
|
69
|
-
*/
|
|
70
|
-
get referenceHash(): number;
|
|
71
|
-
}
|
|
72
|
-
import ResourceModel from "../base/ResourceModel";
|
|
73
|
-
import SectionModel from "./SectionModel";
|
|
74
|
-
import ContentTypeModel from "./ContentTypeModel";
|
|
75
|
-
import FilterCollection from "../filters/FilterCollection";
|
|
76
|
-
import { ModularUIModel } from "../types";
|
|
77
|
-
import ContentLinkModel from "./ContentLinkModel";
|
|
78
|
-
import SubSectionModel from "./SubSectionModel";
|
|
79
|
-
import Href from "../href/Href";
|
|
80
|
-
import ModularUIResponse from "../../modularui/ModularUIResponse";
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Content detail model
|
|
3
|
-
*/
|
|
4
|
-
export default class ContentTOCModel extends ResourceModel {
|
|
5
|
-
_contentType: ContentTypeModel | null;
|
|
6
|
-
_filterCollection: FilterCollection;
|
|
7
|
-
/**
|
|
8
|
-
*/
|
|
9
|
-
setChildModels(models: Array<ModularUIModel>): void;
|
|
10
|
-
/**
|
|
11
|
-
*/
|
|
12
|
-
set contentType(contentType: ModularUIModel | null);
|
|
13
|
-
/**
|
|
14
|
-
* Retrieve content type model
|
|
15
|
-
*/
|
|
16
|
-
get contentType(): ContentTypeModel | null;
|
|
17
|
-
/**
|
|
18
|
-
*/
|
|
19
|
-
get abbreviation(): string | null;
|
|
20
|
-
/**
|
|
21
|
-
* Get related concepts link
|
|
22
|
-
*/
|
|
23
|
-
get relatedConceptsHref(): Href | null;
|
|
24
|
-
/**
|
|
25
|
-
*/
|
|
26
|
-
get selfContentLink(): ContentLinkModel;
|
|
27
|
-
/**
|
|
28
|
-
* Get sub items of toc
|
|
29
|
-
*/
|
|
30
|
-
get items(): Array<ContentLinkModel>;
|
|
31
|
-
/**
|
|
32
|
-
*/
|
|
33
|
-
get sections(): Array<SectionModel>;
|
|
34
|
-
/**
|
|
35
|
-
* get categories of content
|
|
36
|
-
*/
|
|
37
|
-
get categories(): Array<ContentLinkModel>;
|
|
38
|
-
/**
|
|
39
|
-
* Retrieve available filters on concept toc
|
|
40
|
-
*/
|
|
41
|
-
get filterCollection(): FilterCollection;
|
|
42
|
-
/**
|
|
43
|
-
* Retrieve modelcatalog.js of content toc
|
|
44
|
-
*/
|
|
45
|
-
get entryDate(): ISO_DATE | null;
|
|
46
|
-
/**
|
|
47
|
-
*/
|
|
48
|
-
get isCompleteSource(): boolean;
|
|
49
|
-
}
|
|
50
|
-
import ResourceModel from "../base/ResourceModel";
|
|
51
|
-
import ContentTypeModel from "./ContentTypeModel";
|
|
52
|
-
import FilterCollection from "../filters/FilterCollection";
|
|
53
|
-
import { ModularUIModel } from "../types";
|
|
54
|
-
import Href from "../href/Href";
|
|
55
|
-
import ContentLinkModel from "./ContentLinkModel";
|
|
56
|
-
import SectionModel from "./SectionModel";
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Model for concept details, available through modelcatalog
|
|
3
|
-
*/
|
|
4
|
-
export default class ContentTypeModel extends ResourceModel {
|
|
5
|
-
/**
|
|
6
|
-
* Get content type icon
|
|
7
|
-
*/
|
|
8
|
-
get icon(): string | null;
|
|
9
|
-
/**
|
|
10
|
-
* Get content type small icon
|
|
11
|
-
*/
|
|
12
|
-
get iconSmall(): string | null;
|
|
13
|
-
/**
|
|
14
|
-
* Get content type medium icon
|
|
15
|
-
*/
|
|
16
|
-
get iconMedium(): string | null;
|
|
17
|
-
/**
|
|
18
|
-
* Get content type large icon
|
|
19
|
-
*/
|
|
20
|
-
get iconLarge(): string | null;
|
|
21
|
-
/**
|
|
22
|
-
* Get concept type text color
|
|
23
|
-
*/
|
|
24
|
-
get description(): string | null;
|
|
25
|
-
}
|
|
26
|
-
import ResourceModel from "../base/ResourceModel";
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
export default SectionModel;
|
|
2
|
-
/**
|
|
3
|
-
*/
|
|
4
|
-
declare class SectionModel extends BaseModel {
|
|
5
|
-
constructor(data: Object, entryDate: ISO_DATE | null, modelOptions?: ModelOptions);
|
|
6
|
-
_entryDate: ISO_DATE | null;
|
|
7
|
-
_selflink: LinkModel | null;
|
|
8
|
-
_childSections: Array<SectionModel>;
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
get referred(): boolean;
|
|
12
|
-
/**
|
|
13
|
-
*/
|
|
14
|
-
get selflink(): LinkModel;
|
|
15
|
-
/**
|
|
16
|
-
*/
|
|
17
|
-
get selfhref(): Href;
|
|
18
|
-
/**
|
|
19
|
-
*/
|
|
20
|
-
get entryDate(): ISO_DATE | null;
|
|
21
|
-
/**
|
|
22
|
-
*/
|
|
23
|
-
get type(): string;
|
|
24
|
-
/**
|
|
25
|
-
*/
|
|
26
|
-
get sourceLabel(): string;
|
|
27
|
-
/**
|
|
28
|
-
*/
|
|
29
|
-
get id(): string;
|
|
30
|
-
/**
|
|
31
|
-
*/
|
|
32
|
-
get key(): string;
|
|
33
|
-
/**
|
|
34
|
-
* Get content label
|
|
35
|
-
*/
|
|
36
|
-
get label(): string;
|
|
37
|
-
/**
|
|
38
|
-
* Retrieve number of section
|
|
39
|
-
*/
|
|
40
|
-
get number(): string | null;
|
|
41
|
-
/**
|
|
42
|
-
* Get content body
|
|
43
|
-
*/
|
|
44
|
-
get body(): string | null;
|
|
45
|
-
/**
|
|
46
|
-
* Retrieve child section links
|
|
47
|
-
*/
|
|
48
|
-
get childSectionLinks(): Array<ContentLinkModel>;
|
|
49
|
-
/**
|
|
50
|
-
*/
|
|
51
|
-
get selfContentLink(): ContentLinkModel;
|
|
52
|
-
/**
|
|
53
|
-
* set resolved child sections
|
|
54
|
-
*/
|
|
55
|
-
set childSections(sections: Array<SectionModel>);
|
|
56
|
-
/**
|
|
57
|
-
* Get tree of child sections
|
|
58
|
-
*/
|
|
59
|
-
get childSections(): Array<SectionModel>;
|
|
60
|
-
/**
|
|
61
|
-
*/
|
|
62
|
-
get sections(): Array<SectionModel>;
|
|
63
|
-
/**
|
|
64
|
-
* Get sub sections
|
|
65
|
-
*/
|
|
66
|
-
get subSections(): Array<SubSectionModel>;
|
|
67
|
-
/**
|
|
68
|
-
*/
|
|
69
|
-
get referenceHash(): number;
|
|
70
|
-
/**
|
|
71
|
-
*/
|
|
72
|
-
getReferredSections(): Array<SubSectionModel | SectionModel>;
|
|
73
|
-
}
|
|
74
|
-
import BaseModel from "../base/BaseModel";
|
|
75
|
-
import LinkModel from "../links/LinkModel";
|
|
76
|
-
import Href from "../href/Href";
|
|
77
|
-
import ContentLinkModel from "./ContentLinkModel";
|
|
78
|
-
import SubSectionModel from "./SubSectionModel";
|
|
79
|
-
import { ModelOptions } from "../types";
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Link to a concept
|
|
3
|
-
*/
|
|
4
|
-
export default class SubSectionModel extends BaseModel {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(data: Object, entryDate: ISO_DATE | null, modelOptions?: ModelOptions);
|
|
8
|
-
_entryDate: ISO_DATE | null;
|
|
9
|
-
_links: LinkCollection;
|
|
10
|
-
/**
|
|
11
|
-
*/
|
|
12
|
-
get referred(): boolean;
|
|
13
|
-
/**
|
|
14
|
-
*/
|
|
15
|
-
get id(): string;
|
|
16
|
-
/**
|
|
17
|
-
* Retrieve key of subsection
|
|
18
|
-
*/
|
|
19
|
-
get key(): string | null;
|
|
20
|
-
/**
|
|
21
|
-
* Retrieve html body
|
|
22
|
-
*/
|
|
23
|
-
get body(): string | null;
|
|
24
|
-
/**
|
|
25
|
-
* Retrieve number of section
|
|
26
|
-
*/
|
|
27
|
-
get number(): string | null;
|
|
28
|
-
/**
|
|
29
|
-
* Retrieve label of section
|
|
30
|
-
*/
|
|
31
|
-
get label(): string | null;
|
|
32
|
-
/**
|
|
33
|
-
* Get sub sections
|
|
34
|
-
*/
|
|
35
|
-
get subSections(): Array<SubSectionModel>;
|
|
36
|
-
/**
|
|
37
|
-
* Retrieve links of section
|
|
38
|
-
*/
|
|
39
|
-
get links(): LinkCollection;
|
|
40
|
-
/**
|
|
41
|
-
* Get self link of model
|
|
42
|
-
*/
|
|
43
|
-
get selflink(): LinkModel | null;
|
|
44
|
-
/**
|
|
45
|
-
* Return default self link of resource
|
|
46
|
-
*/
|
|
47
|
-
get selfhref(): Href | null;
|
|
48
|
-
/**
|
|
49
|
-
*/
|
|
50
|
-
get entryDate(): ISO_DATE | null;
|
|
51
|
-
/**
|
|
52
|
-
*/
|
|
53
|
-
get relatedConceptsHrefs(): Array<Href>;
|
|
54
|
-
/**
|
|
55
|
-
* Get related concepts link
|
|
56
|
-
*/
|
|
57
|
-
get relatedConceptsHref(): Href | null;
|
|
58
|
-
/**
|
|
59
|
-
*/
|
|
60
|
-
get referenceHash(): number;
|
|
61
|
-
/**
|
|
62
|
-
*/
|
|
63
|
-
getReferredSections(): Array<SubSectionModel>;
|
|
64
|
-
}
|
|
65
|
-
import BaseModel from "../base/BaseModel";
|
|
66
|
-
import LinkCollection from "../links/LinkCollection";
|
|
67
|
-
import LinkModel from "../links/LinkModel";
|
|
68
|
-
import Href from "../href/Href";
|
|
69
|
-
import { ModelOptions } from "../types";
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Content definition for questions, results, given answers etc.
|
|
3
|
-
* Mostly maps to the Instrument questions configuration of Be Informed
|
|
4
|
-
*/
|
|
5
|
-
export default class ContentConfiguration {
|
|
6
|
-
/**
|
|
7
|
-
*/
|
|
8
|
-
constructor(contentConfiguration: Object);
|
|
9
|
-
_config: Object;
|
|
10
|
-
/**
|
|
11
|
-
*/
|
|
12
|
-
get questions(): null | ContentConfigurationQuestions;
|
|
13
|
-
/**
|
|
14
|
-
*/
|
|
15
|
-
isConfiguredIntermediateResultAttribute(attributeKey: string): boolean;
|
|
16
|
-
/**
|
|
17
|
-
*/
|
|
18
|
-
get intermediateResults(): null | ContentConfigurationResults;
|
|
19
|
-
/**
|
|
20
|
-
*/
|
|
21
|
-
isConfiguredEndResultAttribute(attributeKey: string): boolean;
|
|
22
|
-
/**
|
|
23
|
-
*/
|
|
24
|
-
get endResults(): null | ContentConfigurationEndResults;
|
|
25
|
-
}
|
|
26
|
-
import ContentConfigurationQuestions from "./ContentConfigurationQuestions";
|
|
27
|
-
import ContentConfigurationResults from "./ContentConfigurationResults";
|
|
28
|
-
import ContentConfigurationEndResults from "./ContentConfigurationEndResults";
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export default ContentConfigurationElements;
|
|
2
|
-
/**
|
|
3
|
-
* Get element configuration of instrument questions
|
|
4
|
-
*/
|
|
5
|
-
declare class ContentConfigurationElements {
|
|
6
|
-
/**
|
|
7
|
-
*/
|
|
8
|
-
constructor(elementConfiguration: Array<Object> | null);
|
|
9
|
-
_hasConfiguration: boolean;
|
|
10
|
-
_elementConfiguration: Array<Object>;
|
|
11
|
-
/**
|
|
12
|
-
*/
|
|
13
|
-
includeLayoutHints(hints: Array<string>): ContentConfigurationElements;
|
|
14
|
-
/**
|
|
15
|
-
*/
|
|
16
|
-
excludeLayoutHints(hints: Array<string>): ContentConfigurationElements;
|
|
17
|
-
/**
|
|
18
|
-
*/
|
|
19
|
-
get config(): Array<Object>;
|
|
20
|
-
/**
|
|
21
|
-
*/
|
|
22
|
-
hasConfig(): boolean;
|
|
23
|
-
/**
|
|
24
|
-
*/
|
|
25
|
-
hasContent(): boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Retrieve if the configuration has an element that has a specific layouthint,
|
|
28
|
-
* makes it easy to indicate that the content needs to be presented in a certain way.
|
|
29
|
-
*/
|
|
30
|
-
hasLayoutHint(hint: string): boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Returns config elements by given types
|
|
33
|
-
*/
|
|
34
|
-
byTypes(types?: Array<string>): Array<Object>;
|
|
35
|
-
/**
|
|
36
|
-
* Get label config elements
|
|
37
|
-
*/
|
|
38
|
-
get labelConfig(): Array<Object>;
|
|
39
|
-
/**
|
|
40
|
-
* Get all section reference types
|
|
41
|
-
*/
|
|
42
|
-
getAllSectionReferenceTypes(): Array<any>;
|
|
43
|
-
/**
|
|
44
|
-
* Retrieve all content element configuration by content type
|
|
45
|
-
*/
|
|
46
|
-
getContentElementConfigBySectionReferenceType(type: string): Array<Object>;
|
|
47
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export default ContentConfigurationEndResults;
|
|
2
|
-
/**
|
|
3
|
-
*/
|
|
4
|
-
declare class ContentConfigurationEndResults {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(configuration: Array<Object>);
|
|
8
|
-
_configuration: Array<Object>;
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
get config(): Array<ContentConfigurationResults>;
|
|
12
|
-
/**
|
|
13
|
-
*/
|
|
14
|
-
getContentConfigurationElementsForAttribute(attributeKey: string): ContentConfigurationResults | null;
|
|
15
|
-
}
|
|
16
|
-
import ContentConfigurationResults from "./ContentConfigurationResults";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export default ContentConfigurationQuestions;
|
|
2
|
-
/**
|
|
3
|
-
*/
|
|
4
|
-
declare class ContentConfigurationQuestions {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
constructor(configuration: Object);
|
|
8
|
-
_configuration: Object;
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
hasConfig(): boolean;
|
|
12
|
-
/**
|
|
13
|
-
*/
|
|
14
|
-
get question(): ContentConfigurationElements;
|
|
15
|
-
/**
|
|
16
|
-
*/
|
|
17
|
-
get options(): ContentConfigurationElements;
|
|
18
|
-
/**
|
|
19
|
-
*/
|
|
20
|
-
get answers(): ContentConfigurationElements;
|
|
21
|
-
}
|
|
22
|
-
import ContentConfigurationElements from "./ContentConfigurationElements";
|