@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
package/esm/i18n/languages.d.ts
DELETED
|
@@ -1,215 +0,0 @@
|
|
|
1
|
-
export default languages;
|
|
2
|
-
declare namespace languages {
|
|
3
|
-
namespace attribute {
|
|
4
|
-
let name: number;
|
|
5
|
-
let nativeName: number;
|
|
6
|
-
}
|
|
7
|
-
namespace rtl {
|
|
8
|
-
let ar: number;
|
|
9
|
-
let dv: number;
|
|
10
|
-
let fa: number;
|
|
11
|
-
let ha: number;
|
|
12
|
-
let he: number;
|
|
13
|
-
let ks: number;
|
|
14
|
-
let ku: number;
|
|
15
|
-
let ps: number;
|
|
16
|
-
let ur: number;
|
|
17
|
-
let yi: number;
|
|
18
|
-
}
|
|
19
|
-
namespace lang {
|
|
20
|
-
export let aa: string[];
|
|
21
|
-
export let ab: string[];
|
|
22
|
-
export let af: string[];
|
|
23
|
-
export let ak: string[];
|
|
24
|
-
export let am: string[];
|
|
25
|
-
export let an: string[];
|
|
26
|
-
let ar_1: string[];
|
|
27
|
-
export { ar_1 as ar };
|
|
28
|
-
export let as: string[];
|
|
29
|
-
export let av: string[];
|
|
30
|
-
export let ay: string[];
|
|
31
|
-
export let az: string[];
|
|
32
|
-
export let ba: string[];
|
|
33
|
-
export let be: string[];
|
|
34
|
-
export let bg: string[];
|
|
35
|
-
export let bh: string[];
|
|
36
|
-
export let bi: string[];
|
|
37
|
-
export let bm: string[];
|
|
38
|
-
export let bn: string[];
|
|
39
|
-
export let bo: string[];
|
|
40
|
-
export let br: string[];
|
|
41
|
-
export let bs: string[];
|
|
42
|
-
export let ca: string[];
|
|
43
|
-
export let ce: string[];
|
|
44
|
-
export let ch: string[];
|
|
45
|
-
export let co: string[];
|
|
46
|
-
export let cr: string[];
|
|
47
|
-
export let cs: string[];
|
|
48
|
-
export let cu: string[];
|
|
49
|
-
export let cv: string[];
|
|
50
|
-
export let cy: string[];
|
|
51
|
-
export let da: string[];
|
|
52
|
-
export let de: string[];
|
|
53
|
-
let dv_1: string[];
|
|
54
|
-
export { dv_1 as dv };
|
|
55
|
-
export let dz: string[];
|
|
56
|
-
export let ee: string[];
|
|
57
|
-
export let el: string[];
|
|
58
|
-
export let en: string[];
|
|
59
|
-
export let eo: string[];
|
|
60
|
-
export let es: string[];
|
|
61
|
-
export let et: string[];
|
|
62
|
-
export let eu: string[];
|
|
63
|
-
let fa_1: string[];
|
|
64
|
-
export { fa_1 as fa };
|
|
65
|
-
export let ff: string[];
|
|
66
|
-
export let fi: string[];
|
|
67
|
-
export let fj: string[];
|
|
68
|
-
export let fo: string[];
|
|
69
|
-
export let fr: string[];
|
|
70
|
-
export let fy: string[];
|
|
71
|
-
export let ga: string[];
|
|
72
|
-
export let gd: string[];
|
|
73
|
-
export let gl: string[];
|
|
74
|
-
export let gn: string[];
|
|
75
|
-
export let gu: string[];
|
|
76
|
-
export let gv: string[];
|
|
77
|
-
let ha_1: string[];
|
|
78
|
-
export { ha_1 as ha };
|
|
79
|
-
let he_1: string[];
|
|
80
|
-
export { he_1 as he };
|
|
81
|
-
export let hi: string[];
|
|
82
|
-
export let ho: string[];
|
|
83
|
-
export let hr: string[];
|
|
84
|
-
export let ht: string[];
|
|
85
|
-
export let hu: string[];
|
|
86
|
-
export let hy: string[];
|
|
87
|
-
export let hz: string[];
|
|
88
|
-
export let ia: string[];
|
|
89
|
-
export let id: string[];
|
|
90
|
-
export let ie: string[];
|
|
91
|
-
export let ig: string[];
|
|
92
|
-
export let ii: string[];
|
|
93
|
-
export let ik: string[];
|
|
94
|
-
export let io: string[];
|
|
95
|
-
export let is: string[];
|
|
96
|
-
export let it: string[];
|
|
97
|
-
export let iu: string[];
|
|
98
|
-
export let ja: string[];
|
|
99
|
-
export let jv: string[];
|
|
100
|
-
export let ka: string[];
|
|
101
|
-
export let kg: string[];
|
|
102
|
-
export let ki: string[];
|
|
103
|
-
export let kj: string[];
|
|
104
|
-
export let kk: string[];
|
|
105
|
-
export let kl: string[];
|
|
106
|
-
export let km: string[];
|
|
107
|
-
export let kn: string[];
|
|
108
|
-
export let ko: string[];
|
|
109
|
-
export let kr: string[];
|
|
110
|
-
let ks_1: string[];
|
|
111
|
-
export { ks_1 as ks };
|
|
112
|
-
let ku_1: string[];
|
|
113
|
-
export { ku_1 as ku };
|
|
114
|
-
export let kv: string[];
|
|
115
|
-
export let kw: string[];
|
|
116
|
-
export let ky: string[];
|
|
117
|
-
export let la: string[];
|
|
118
|
-
export let lb: string[];
|
|
119
|
-
export let lg: string[];
|
|
120
|
-
export let li: string[];
|
|
121
|
-
export let ln: string[];
|
|
122
|
-
export let lo: string[];
|
|
123
|
-
export let lt: string[];
|
|
124
|
-
export let lv: string[];
|
|
125
|
-
export let mg: string[];
|
|
126
|
-
export let mh: string[];
|
|
127
|
-
export let mi: string[];
|
|
128
|
-
export let mk: string[];
|
|
129
|
-
export let ml: string[];
|
|
130
|
-
export let mn: string[];
|
|
131
|
-
export let mo: string[];
|
|
132
|
-
export let mr: string[];
|
|
133
|
-
export let ms: string[];
|
|
134
|
-
export let mt: string[];
|
|
135
|
-
export let my: string[];
|
|
136
|
-
export let na: string[];
|
|
137
|
-
export let nd: string[];
|
|
138
|
-
export let ne: string[];
|
|
139
|
-
export let ng: string[];
|
|
140
|
-
export let nl: string[];
|
|
141
|
-
export let nn: string[];
|
|
142
|
-
export let no: string[];
|
|
143
|
-
export let nr: string[];
|
|
144
|
-
export let nv: string[];
|
|
145
|
-
export let ny: string[];
|
|
146
|
-
export let oc: string[];
|
|
147
|
-
export let oj: string[];
|
|
148
|
-
export let om: string[];
|
|
149
|
-
export let or: string[];
|
|
150
|
-
export let os: string[];
|
|
151
|
-
export let pa: string[];
|
|
152
|
-
export let pi: string[];
|
|
153
|
-
export let pl: string[];
|
|
154
|
-
let ps_1: string[];
|
|
155
|
-
export { ps_1 as ps };
|
|
156
|
-
export let pt: string[];
|
|
157
|
-
export let qu: string[];
|
|
158
|
-
export let rm: string[];
|
|
159
|
-
export let rn: string[];
|
|
160
|
-
export let ro: string[];
|
|
161
|
-
export let ru: string[];
|
|
162
|
-
export let rw: string[];
|
|
163
|
-
export let sa: string[];
|
|
164
|
-
export let sc: string[];
|
|
165
|
-
export let sd: string[];
|
|
166
|
-
export let se: string[];
|
|
167
|
-
export let sg: string[];
|
|
168
|
-
export let sh: string[];
|
|
169
|
-
export let si: string[];
|
|
170
|
-
export let sk: string[];
|
|
171
|
-
export let sl: string[];
|
|
172
|
-
export let sm: string[];
|
|
173
|
-
export let sn: string[];
|
|
174
|
-
export let so: string[];
|
|
175
|
-
export let sq: string[];
|
|
176
|
-
export let sr: string[];
|
|
177
|
-
export let ss: string[];
|
|
178
|
-
export let st: string[];
|
|
179
|
-
export let su: string[];
|
|
180
|
-
export let sv: string[];
|
|
181
|
-
export let sw: string[];
|
|
182
|
-
export let ta: string[];
|
|
183
|
-
export let te: string[];
|
|
184
|
-
export let tg: string[];
|
|
185
|
-
export let th: string[];
|
|
186
|
-
export let ti: string[];
|
|
187
|
-
export let tk: string[];
|
|
188
|
-
export let tl: string[];
|
|
189
|
-
export let tn: string[];
|
|
190
|
-
export let to: string[];
|
|
191
|
-
export let tr: string[];
|
|
192
|
-
export let ts: string[];
|
|
193
|
-
export let tt: string[];
|
|
194
|
-
export let tw: string[];
|
|
195
|
-
export let ty: string[];
|
|
196
|
-
export let ug: string[];
|
|
197
|
-
export let uk: string[];
|
|
198
|
-
let ur_1: string[];
|
|
199
|
-
export { ur_1 as ur };
|
|
200
|
-
export let uz: string[];
|
|
201
|
-
export let ve: string[];
|
|
202
|
-
export let vi: string[];
|
|
203
|
-
export let vo: string[];
|
|
204
|
-
export let wa: string[];
|
|
205
|
-
export let wo: string[];
|
|
206
|
-
export let xh: string[];
|
|
207
|
-
let yi_1: string[];
|
|
208
|
-
export { yi_1 as yi };
|
|
209
|
-
export let yo: string[];
|
|
210
|
-
export let za: string[];
|
|
211
|
-
export let zh: string[];
|
|
212
|
-
export let zu: string[];
|
|
213
|
-
export let pap: string[];
|
|
214
|
-
}
|
|
215
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"Constraint.Attribute.IncorrectValue": string;
|
|
3
|
-
"Constraint.Boolean.InvalidValue": string;
|
|
4
|
-
"Constraint.BSN.InvalidFormat": string;
|
|
5
|
-
"Constraint.Captcha.InvalidToken": string;
|
|
6
|
-
"Constraint.Choice.ConflictingAnswer": string;
|
|
7
|
-
"Constraint.Choice.ConflictingOptions": string;
|
|
8
|
-
"Constraint.Choice.InvalidOption": string;
|
|
9
|
-
"Constraint.Choice.InvalidOption.General": string;
|
|
10
|
-
"Constraint.Choice.MultipleNotAllowed": string;
|
|
11
|
-
"Constraint.ConfirmCurrentPassword.Invalid": string;
|
|
12
|
-
"Constraint.Date.AboveMaximum": string;
|
|
13
|
-
"Constraint.Date.BelowMinimum": string;
|
|
14
|
-
"Constraint.Date.InvalidFormat": string;
|
|
15
|
-
"Constraint.Date.NotOnDate": string;
|
|
16
|
-
"Constraint.Date.OutOfRange": string;
|
|
17
|
-
"Constraint.DateRange.InvalidRange": string;
|
|
18
|
-
"Constraint.DateRange.Mandatory": string;
|
|
19
|
-
"Constraint.DateTime.AboveMaximum": string;
|
|
20
|
-
"Constraint.DateTime.BelowMinimum": string;
|
|
21
|
-
"Constraint.DateTime.InvalidFormat": string;
|
|
22
|
-
"Constraint.DateTime.OutOfRange": string;
|
|
23
|
-
"Constraint.DateTimeRange.InvalidRange": string;
|
|
24
|
-
"Constraint.DateTimeRange.Mandatory": string;
|
|
25
|
-
"Constraint.Document.MimeTypeNotAllowed": string;
|
|
26
|
-
"Constraint.Email.InvalidFormat": string;
|
|
27
|
-
"Constraint.File.DataEmpty": string;
|
|
28
|
-
"Constraint.File.InvalidExtension": string;
|
|
29
|
-
"Constraint.File.InvalidFormat": string;
|
|
30
|
-
"Constraint.File.InvalidMimeType": string;
|
|
31
|
-
"Constraint.File.MaxFileSizeExceeded": string;
|
|
32
|
-
"Constraint.File.OnlyAllowsOneFile": string;
|
|
33
|
-
"Constraint.IBAN.InvalidFormat": string;
|
|
34
|
-
"Constraint.InvalidLengthBetween": string;
|
|
35
|
-
"Constraint.InvalidLengthExact": string;
|
|
36
|
-
"Constraint.InvalidLengthTooLong": string;
|
|
37
|
-
"Constraint.InvalidLengthTooShort": string;
|
|
38
|
-
"Constraint.InvalidRegularExpression": string;
|
|
39
|
-
"Constraint.Mandatory": string;
|
|
40
|
-
"Constraint.Missing": string;
|
|
41
|
-
"Constraint.Number.AboveMaximum": string;
|
|
42
|
-
"Constraint.Number.BelowMinimum": string;
|
|
43
|
-
"Constraint.Number.InvalidDecimal": string;
|
|
44
|
-
"Constraint.Number.InvalidInteger": string;
|
|
45
|
-
"Constraint.Number.InvalidLong": string;
|
|
46
|
-
"Constraint.Number.OutOfRange": string;
|
|
47
|
-
"Constraint.NumberRange.BothFieldsMandatory": string;
|
|
48
|
-
"Constraint.NumberRange.InvalidRange": string;
|
|
49
|
-
"Constraint.NumberRange.Mandatory": string;
|
|
50
|
-
"Constraint.Password.AlreadyUsed": string;
|
|
51
|
-
"Constraint.Password.LowerAndUpperCaseMandatory": string;
|
|
52
|
-
"Constraint.Password.MinNumericCharactersMandatory": string;
|
|
53
|
-
"Constraint.Password.MinSpecialCharactersMandatory": string;
|
|
54
|
-
"Constraint.Password.ThreeConsecutiveCharactersNotAllowed": string;
|
|
55
|
-
"Constraint.Password.Unchanged": string;
|
|
56
|
-
"Constraint.Password.UserNameSubstringNotAllowed": string;
|
|
57
|
-
"Constraint.SortParameter.InvalidValue": string;
|
|
58
|
-
"Constraint.Time.InvalidFormat": string;
|
|
59
|
-
"Constraint.TimeRange.InvalidRange": string;
|
|
60
|
-
"Constraint.TimeRange.Mandatory": string;
|
|
61
|
-
"Constraint.TimeStamp.AboveMaximum": string;
|
|
62
|
-
"Constraint.TimeStamp.BelowMinimum": string;
|
|
63
|
-
"Constraint.Timestamp.InvalidFormat": string;
|
|
64
|
-
"Constraint.TimeStampRange.InvalidRange": string;
|
|
65
|
-
"Constraint.TimeStampRange.Mandatory": string;
|
|
66
|
-
"Constraint.XML.InvalidFormat": string;
|
|
67
|
-
"Constraint.ZipCode.InvalidFormat": string;
|
|
68
|
-
"Error.AcceptHeaderRequired": string;
|
|
69
|
-
"Error.Authentication.BlockedUser": string;
|
|
70
|
-
"Error.Authentication.ConcurrentUser": string;
|
|
71
|
-
"Error.Authentication.InvalidCredentials": string;
|
|
72
|
-
"Error.Authentication.InvalidUsername": string;
|
|
73
|
-
"Error.Authentication.Required": string;
|
|
74
|
-
"Error.Case.ConcurrentModification": string;
|
|
75
|
-
"Error.ChangePasswordRequired": string;
|
|
76
|
-
"Error.CodemapLookup.InvalidToken": string;
|
|
77
|
-
"Error.DataStore.ConcurrentModification": string;
|
|
78
|
-
"Error.DataStore.RecordAlreadyExists": string;
|
|
79
|
-
"Error.DataStore.RowCannotBeLocked": string;
|
|
80
|
-
"Error.Form.DataNotAvailableForId": string;
|
|
81
|
-
"Error.Form.ObjectNotAllowed": string;
|
|
82
|
-
"Error.Form.ReadOnlyElementId": string;
|
|
83
|
-
"Error.Form.TooManyObjects": string;
|
|
84
|
-
"Error.Form.UndefinedElementId": string;
|
|
85
|
-
"Error.Form.UndefinedObject": string;
|
|
86
|
-
"Error.GeneralError": string;
|
|
87
|
-
"Error.MethodNotAllowed": string;
|
|
88
|
-
"Error.Parameter.InvalidValue": string;
|
|
89
|
-
"Error.Parameter.Mandatory": string;
|
|
90
|
-
"Error.Parameter.NotAllowed": string;
|
|
91
|
-
"Error.ResourceNotFound": string;
|
|
92
|
-
"Validation.StandardCreateAndUpdateUserTask.PasswordsDoNotMatch": string;
|
|
93
|
-
"Validation.StandardCreateAndUpdateUserTask.UserEmailAlreadyExists": string;
|
|
94
|
-
"Validation.StandardCreateAndUpdateUserTask.UserNameAlreadyExists": string;
|
|
95
|
-
"Validation.StandardCreateOrganizationTask.OrganizationAlreadyExists": string;
|
|
96
|
-
};
|
|
97
|
-
export default _default;
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"Constraint.Attribute.IncorrectValue": string;
|
|
3
|
-
"Constraint.Boolean.InvalidValue": string;
|
|
4
|
-
"Constraint.BSN.InvalidFormat": string;
|
|
5
|
-
"Constraint.Captcha.InvalidToken": string;
|
|
6
|
-
"Constraint.Choice.ConflictingAnswer": string;
|
|
7
|
-
"Constraint.Choice.ConflictingOptions": string;
|
|
8
|
-
"Constraint.Choice.InvalidOption": string;
|
|
9
|
-
"Constraint.Choice.InvalidOption.General": string;
|
|
10
|
-
"Constraint.Choice.MultipleNotAllowed": string;
|
|
11
|
-
"Constraint.ConfirmCurrentPassword.Invalid": string;
|
|
12
|
-
"Constraint.Date.AboveMaximum": string;
|
|
13
|
-
"Constraint.Date.BelowMinimum": string;
|
|
14
|
-
"Constraint.Date.InvalidFormat": string;
|
|
15
|
-
"Constraint.Date.NotOnDate": string;
|
|
16
|
-
"Constraint.Date.OutOfRange": string;
|
|
17
|
-
"Constraint.DateRange.InvalidRange": string;
|
|
18
|
-
"Constraint.DateRange.Mandatory": string;
|
|
19
|
-
"Constraint.DateTime.AboveMaximum": string;
|
|
20
|
-
"Constraint.DateTime.BelowMinimum": string;
|
|
21
|
-
"Constraint.DateTime.InvalidFormat": string;
|
|
22
|
-
"Constraint.DateTime.OutOfRange": string;
|
|
23
|
-
"Constraint.DateTimeRange.InvalidRange": string;
|
|
24
|
-
"Constraint.DateTimeRange.Mandatory": string;
|
|
25
|
-
"Constraint.Document.MimeTypeNotAllowed": string;
|
|
26
|
-
"Constraint.Email.InvalidFormat": string;
|
|
27
|
-
"Constraint.File.DataEmpty": string;
|
|
28
|
-
"Constraint.File.InvalidExtension": string;
|
|
29
|
-
"Constraint.File.InvalidFormat": string;
|
|
30
|
-
"Constraint.File.InvalidMimeType": string;
|
|
31
|
-
"Constraint.File.MaxFileSizeExceeded": string;
|
|
32
|
-
"Constraint.File.OnlyAllowsOneFile": string;
|
|
33
|
-
"Constraint.IBAN.InvalidFormat": string;
|
|
34
|
-
"Constraint.InvalidLengthBetween": string;
|
|
35
|
-
"Constraint.InvalidLengthExact": string;
|
|
36
|
-
"Constraint.InvalidLengthTooLong": string;
|
|
37
|
-
"Constraint.InvalidLengthTooShort": string;
|
|
38
|
-
"Constraint.InvalidRegularExpression": string;
|
|
39
|
-
"Constraint.Mandatory": string;
|
|
40
|
-
"Constraint.Missing": string;
|
|
41
|
-
"Constraint.Number.AboveMaximum": string;
|
|
42
|
-
"Constraint.Number.BelowMinimum": string;
|
|
43
|
-
"Constraint.Number.InvalidDecimal": string;
|
|
44
|
-
"Constraint.Number.InvalidInteger": string;
|
|
45
|
-
"Constraint.Number.InvalidLong": string;
|
|
46
|
-
"Constraint.Number.OutOfRange": string;
|
|
47
|
-
"Constraint.NumberRange.BothFieldsMandatory": string;
|
|
48
|
-
"Constraint.NumberRange.InvalidRange": string;
|
|
49
|
-
"Constraint.NumberRange.Mandatory": string;
|
|
50
|
-
"Constraint.Password.AlreadyUsed": string;
|
|
51
|
-
"Constraint.Password.LowerAndUpperCaseMandatory": string;
|
|
52
|
-
"Constraint.Password.MinNumericCharactersMandatory": string;
|
|
53
|
-
"Constraint.Password.MinSpecialCharactersMandatory": string;
|
|
54
|
-
"Constraint.Password.ThreeConsecutiveCharactersNotAllowed": string;
|
|
55
|
-
"Constraint.Password.Unchanged": string;
|
|
56
|
-
"Constraint.Password.UserNameSubstringNotAllowed": string;
|
|
57
|
-
"Constraint.SortParameter.InvalidValue": string;
|
|
58
|
-
"Constraint.Time.InvalidFormat": string;
|
|
59
|
-
"Constraint.TimeRange.InvalidRange": string;
|
|
60
|
-
"Constraint.TimeRange.Mandatory": string;
|
|
61
|
-
"Constraint.TimeStamp.AboveMaximum": string;
|
|
62
|
-
"Constraint.TimeStamp.BelowMinimum": string;
|
|
63
|
-
"Constraint.Timestamp.InvalidFormat": string;
|
|
64
|
-
"Constraint.TimeStampRange.InvalidRange": string;
|
|
65
|
-
"Constraint.TimeStampRange.Mandatory": string;
|
|
66
|
-
"Constraint.XML.InvalidFormat": string;
|
|
67
|
-
"Constraint.ZipCode.InvalidFormat": string;
|
|
68
|
-
"Error.AcceptHeaderRequired": string;
|
|
69
|
-
"Error.Authentication.BlockedUser": string;
|
|
70
|
-
"Error.Authentication.ConcurrentUser": string;
|
|
71
|
-
"Error.Authentication.InvalidCredentials": string;
|
|
72
|
-
"Error.Authentication.InvalidUsername": string;
|
|
73
|
-
"Error.Authentication.Required": string;
|
|
74
|
-
"Error.Case.ConcurrentModification": string;
|
|
75
|
-
"Error.ChangePasswordRequired": string;
|
|
76
|
-
"Error.CodemapLookup.InvalidToken": string;
|
|
77
|
-
"Error.DataStore.ConcurrentModification": string;
|
|
78
|
-
"Error.DataStore.RecordAlreadyExists": string;
|
|
79
|
-
"Error.DataStore.RowCannotBeLocked": string;
|
|
80
|
-
"Error.Form.DataNotAvailableForId": string;
|
|
81
|
-
"Error.Form.ObjectNotAllowed": string;
|
|
82
|
-
"Error.Form.ReadOnlyElementId": string;
|
|
83
|
-
"Error.Form.TooManyObjects": string;
|
|
84
|
-
"Error.Form.UndefinedElementId": string;
|
|
85
|
-
"Error.Form.UndefinedObject": string;
|
|
86
|
-
"Error.GeneralError": string;
|
|
87
|
-
"Error.MethodNotAllowed": string;
|
|
88
|
-
"Error.Parameter.InvalidValue": string;
|
|
89
|
-
"Error.Parameter.Mandatory": string;
|
|
90
|
-
"Error.Parameter.NotAllowed": string;
|
|
91
|
-
"Error.ResourceNotFound": string;
|
|
92
|
-
"Validation.StandardCreateAndUpdateUserTask.PasswordsDoNotMatch": string;
|
|
93
|
-
"Validation.StandardCreateAndUpdateUserTask.UserEmailAlreadyExists": string;
|
|
94
|
-
"Validation.StandardCreateAndUpdateUserTask.UserNameAlreadyExists": string;
|
|
95
|
-
"Validation.StandardCreateOrganizationTask.OrganizationAlreadyExists": string;
|
|
96
|
-
};
|
|
97
|
-
export default _default;
|
package/esm/i18n/types.d.ts
DELETED
package/esm/index.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Collection of actions
|
|
3
|
-
*/
|
|
4
|
-
export default class ActionCollection extends BaseCollection<ActionModel> {
|
|
5
|
-
constructor(actions?: Object, actionsContributions?: Object, modelOptions?: ModelOptions);
|
|
6
|
-
collection: any[];
|
|
7
|
-
/**
|
|
8
|
-
* Retrieve action by key
|
|
9
|
-
*/
|
|
10
|
-
getActionByKey(key: string): ActionModel | null;
|
|
11
|
-
/**
|
|
12
|
-
* Retrieve actions by type
|
|
13
|
-
*/
|
|
14
|
-
getActionsByType(type: string | Array<string>): ActionCollection;
|
|
15
|
-
/**
|
|
16
|
-
* Retrieve actions including a layout hint
|
|
17
|
-
*/
|
|
18
|
-
getActionsByLayoutHint(...hints: Array<string>): ActionCollection;
|
|
19
|
-
/**
|
|
20
|
-
* Indicates if an action with layout hint exists
|
|
21
|
-
*/
|
|
22
|
-
hasActionsByLayoutHint(...hints: Array<string>): boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Use as path regex for react router routes
|
|
25
|
-
*/
|
|
26
|
-
get routePath(): string;
|
|
27
|
-
}
|
|
28
|
-
import ActionModel from "./ActionModel";
|
|
29
|
-
import BaseCollection from "../base/BaseCollection";
|
|
30
|
-
import { ModelOptions } from "../types";
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Defines an Action. For instance an action on the tab 'books', which leads to a form
|
|
3
|
-
*/
|
|
4
|
-
export default class ActionModel extends BaseModel {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
static createFromHref(name: string, href: string, label: string, type?: string, origin?: string, contextPath?: string): ActionModel;
|
|
8
|
-
_fieldCollection: AttributeCollection;
|
|
9
|
-
_href: Href;
|
|
10
|
-
_icon: string;
|
|
11
|
-
/**
|
|
12
|
-
*/
|
|
13
|
-
get isDisabled(): boolean;
|
|
14
|
-
/**
|
|
15
|
-
*/
|
|
16
|
-
set selfhref(href: Href);
|
|
17
|
-
/**
|
|
18
|
-
* retrieve href of action
|
|
19
|
-
*/
|
|
20
|
-
get selfhref(): Href;
|
|
21
|
-
/**
|
|
22
|
-
* retrieve request method
|
|
23
|
-
*/
|
|
24
|
-
get method(): $Keys<typeof HTTP_METHODS>;
|
|
25
|
-
/**
|
|
26
|
-
* Retrieve type of method
|
|
27
|
-
*/
|
|
28
|
-
get type(): string;
|
|
29
|
-
/**
|
|
30
|
-
* Retrieve name of action
|
|
31
|
-
*/
|
|
32
|
-
get name(): string;
|
|
33
|
-
/**
|
|
34
|
-
* retrieve the collection of field attributes as an array
|
|
35
|
-
*/
|
|
36
|
-
get fields(): Array<AttributeType>;
|
|
37
|
-
/**
|
|
38
|
-
*/
|
|
39
|
-
set fieldCollection(fieldCollection: AttributeCollection);
|
|
40
|
-
/**
|
|
41
|
-
* Retrieve the field collection
|
|
42
|
-
*/
|
|
43
|
-
get fieldCollection(): AttributeCollection;
|
|
44
|
-
/**
|
|
45
|
-
* Retrieve querystring of action
|
|
46
|
-
*/
|
|
47
|
-
get querystring(): string;
|
|
48
|
-
/**
|
|
49
|
-
* Retrieve a field by it's key
|
|
50
|
-
*/
|
|
51
|
-
getFieldByKey(key: string): AttributeType | null;
|
|
52
|
-
/**
|
|
53
|
-
* Indicates if field exists by the given key
|
|
54
|
-
*/
|
|
55
|
-
hasFieldByKey(key: string): boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Getting the key/name of this action
|
|
58
|
-
*/
|
|
59
|
-
get key(): string;
|
|
60
|
-
/**
|
|
61
|
-
* Getting the label of the action
|
|
62
|
-
*/
|
|
63
|
-
get label(): string;
|
|
64
|
-
/**
|
|
65
|
-
*/
|
|
66
|
-
get isProcessTask(): boolean;
|
|
67
|
-
/**
|
|
68
|
-
*/
|
|
69
|
-
get processStatus(): ProcessStatusSettingsModel | null;
|
|
70
|
-
/**
|
|
71
|
-
*/
|
|
72
|
-
set icon(icon: string);
|
|
73
|
-
/**
|
|
74
|
-
*/
|
|
75
|
-
get icon(): string;
|
|
76
|
-
}
|
|
77
|
-
import BaseModel from "../base/BaseModel";
|
|
78
|
-
import AttributeCollection from "../attributes/AttributeCollection";
|
|
79
|
-
import Href from "../href/Href";
|
|
80
|
-
import { HTTP_METHODS } from "../../constants";
|
|
81
|
-
import { AttributeType } from "../types";
|
|
82
|
-
import ProcessStatusSettingsModel from "../process/ProcessStatusSettingsModel";
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Application model
|
|
3
|
-
*/
|
|
4
|
-
export default class ApplicationModel extends ResourceModel {
|
|
5
|
-
_userServices: UserServicesModel | null;
|
|
6
|
-
/**
|
|
7
|
-
*/
|
|
8
|
-
setChildModels(models: Array<ModularUIModel>): void;
|
|
9
|
-
/**
|
|
10
|
-
* Set the userservices for this application
|
|
11
|
-
*/
|
|
12
|
-
set userServices(model: ModularUIModel | null);
|
|
13
|
-
/**
|
|
14
|
-
* returns the userservices configured for this application
|
|
15
|
-
*/
|
|
16
|
-
get userServices(): UserServicesModel | null;
|
|
17
|
-
/**
|
|
18
|
-
* Getting the authentication types of the application
|
|
19
|
-
*/
|
|
20
|
-
get authenticationTypes(): Array<AuthenticationType>;
|
|
21
|
-
/**
|
|
22
|
-
* Getting the tab links
|
|
23
|
-
*/
|
|
24
|
-
get tabs(): LinkCollection;
|
|
25
|
-
/**
|
|
26
|
-
* Get modelcatalog link
|
|
27
|
-
*/
|
|
28
|
-
get modelcatalog(): LinkModel;
|
|
29
|
-
/**
|
|
30
|
-
* Indicates if the user is logged in
|
|
31
|
-
*/
|
|
32
|
-
get isLoggedIn(): boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieve link to the user information,
|
|
35
|
-
* only available when the user services are available
|
|
36
|
-
*/
|
|
37
|
-
get userHref(): Href | null;
|
|
38
|
-
/**
|
|
39
|
-
*/
|
|
40
|
-
get userMustChangePassword(): boolean;
|
|
41
|
-
}
|
|
42
|
-
import ResourceModel from "../base/ResourceModel";
|
|
43
|
-
import UserServicesModel from "../user/UserServicesModel";
|
|
44
|
-
import { ModularUIModel } from "../types";
|
|
45
|
-
import { AuthenticationType } from "../types";
|
|
46
|
-
import LinkCollection from "../links/LinkCollection";
|
|
47
|
-
import LinkModel from "../links/LinkModel";
|
|
48
|
-
import Href from "../href/Href";
|