@beinformed/ui 1.62.8 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/esm/models/attributes/__tests__/AttributeContent.spec.js.flow +1 -1
- package/esm/models/content/SectionModel.js +22 -11
- package/esm/models/content/SectionModel.js.flow +32 -19
- package/esm/models/content/SectionModel.js.map +1 -1
- package/esm/models/content/__tests__/ContentModel.spec.js.flow +35 -0
- package/esm/models/types.js.flow +2 -1
- package/esm/models/types.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/lib/models/content/SectionModel.js +22 -11
- package/lib/models/content/SectionModel.js.map +1 -1
- package/lib/models/types.js.map +1 -1
- package/lib/react-server/requestInformation.js +6 -3
- package/lib/react-server/requestInformation.js.map +1 -1
- package/package.json +3 -3
- package/src/models/attributes/__tests__/AttributeContent.spec.js +1 -1
- package/src/models/content/SectionModel.js +32 -19
- package/src/models/content/__tests__/ContentModel.spec.js +35 -0
- package/src/models/content/__tests__/content-with-sections.json +105 -0
- package/src/models/types.js +2 -1
- package/src/react-server/__tests__/requestInformation.spec.js +265 -0
- package/src/react-server/requestInformation.js +8 -3
- 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 -33
- 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 -33
- 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/redux/types.d.ts
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
type PreferenceValue = string | boolean | {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
} | PreferenceValue[] | null;
|
|
4
|
-
type UpdateFormOptions = {
|
|
5
|
-
autosubmit: boolean;
|
|
6
|
-
autosave: boolean;
|
|
7
|
-
autoupdate: boolean;
|
|
8
|
-
forceUpdate?: boolean | undefined;
|
|
9
|
-
/** Default true: Activate/deactivate the form object validate by an update */
|
|
10
|
-
validate?: boolean | undefined;
|
|
11
|
-
};
|
|
12
|
-
type NoAction = {
|
|
13
|
-
type: "NO_ACTION";
|
|
14
|
-
};
|
|
15
|
-
type SaveErrorAction = {
|
|
16
|
-
type: "SAVE_ERROR";
|
|
17
|
-
payload: ErrorResponse;
|
|
18
|
-
};
|
|
19
|
-
type ShowModalAction = {
|
|
20
|
-
type: "SHOW_MODAL";
|
|
21
|
-
payload: string;
|
|
22
|
-
};
|
|
23
|
-
type CloseModalAction = {
|
|
24
|
-
type: "CLOSE_MODAL";
|
|
25
|
-
payload: string;
|
|
26
|
-
};
|
|
27
|
-
type DismissNotificationAction = {
|
|
28
|
-
type: "DISMISS_NOTIFICATION";
|
|
29
|
-
};
|
|
30
|
-
type ShowNotificationAction = {
|
|
31
|
-
type: "SHOW_NOTIFICATION";
|
|
32
|
-
payload: {
|
|
33
|
-
type: $Keys<NOTIFICATION_TYPES>;
|
|
34
|
-
message: MessageObject;
|
|
35
|
-
error: ErrorResponse | null;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type SetPreferenceAction = {
|
|
39
|
-
type: "SET_PREFERENCE";
|
|
40
|
-
payload: {
|
|
41
|
-
[name: string]: PreferenceValue;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type SetPreferencesAction = {
|
|
45
|
-
type: "SET_PREFERENCES";
|
|
46
|
-
payload: {
|
|
47
|
-
[name: string]: PreferenceValue;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
type StartProgressAction = {
|
|
51
|
-
type: "START_PROGRESS";
|
|
52
|
-
};
|
|
53
|
-
type FinishProgressAction = {
|
|
54
|
-
type: "FINISH_PROGRESS";
|
|
55
|
-
};
|
|
56
|
-
type ResetProgressAction = {
|
|
57
|
-
type: "RESET_PROGRESS";
|
|
58
|
-
};
|
|
59
|
-
type UpdateProgressAction = {
|
|
60
|
-
type: "UPDATE_PROGRESS";
|
|
61
|
-
payload: {
|
|
62
|
-
percentComplete: number;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
type SendAuthenticationErrorAction = {
|
|
66
|
-
type: "AUTHENTICATION_ERROR";
|
|
67
|
-
payload: string;
|
|
68
|
-
};
|
|
69
|
-
type ResetAuthErrorsAction = {
|
|
70
|
-
type: "AUTHENTICATION_RESET_ERRORS";
|
|
71
|
-
};
|
|
72
|
-
type LoginSuccessAction = {
|
|
73
|
-
type: "AUTHENTICATION_SUCCESS";
|
|
74
|
-
};
|
|
75
|
-
type ChangePasswordAction = {
|
|
76
|
-
type: "CHANGE_PASSWORD";
|
|
77
|
-
};
|
|
78
|
-
type LogoutSuccessAction = {
|
|
79
|
-
type: "AUTHENTICATION_LOGOUT";
|
|
80
|
-
};
|
|
81
|
-
type UpdateAutosaveAction = {
|
|
82
|
-
type: "UPDATE_AUTOSAVE_STATUS";
|
|
83
|
-
payload: {
|
|
84
|
-
status: $Keys<AUTOSAVE_STATUS>;
|
|
85
|
-
model: FormModel;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
type UpdateEntryDateAction = {
|
|
89
|
-
type: "UPDATE_ENTRYDATE";
|
|
90
|
-
payload: ISO_DATE;
|
|
91
|
-
};
|
|
92
|
-
type ReduxAction = UpdateLocaleAction | SetLocalesAction | SetModelAction | InitModelAction | UpdateModelAction | UpdateFormAction | UpdateStatusAction | RemoveModelByKeyAction | NoAction | ModularUIAction | ResetModularUIAction | LocationChangeAction | PushAction | ReplaceAction | GoAction | GoBackAction | GoForwardAction | SaveErrorAction | ShowModalAction | CloseModalAction | DismissNotificationAction | ShowNotificationAction | SetPreferenceAction | SetPreferencesAction | StartProgressAction | FinishProgressAction | ResetProgressAction | UpdateProgressAction | SendAuthenticationErrorAction | ResetAuthErrorsAction | LoginSuccessAction | ChangePasswordAction | LogoutSuccessAction | UpdateAutosaveAction | UpdateEntryDateAction;
|
|
93
|
-
type AuthState = {};
|
|
94
|
-
type ErrorState = ErrorResponse | null;
|
|
95
|
-
type ModalState = {};
|
|
96
|
-
type ModalsState = {};
|
|
97
|
-
type NotificationState = {};
|
|
98
|
-
type PreferencesState = {};
|
|
99
|
-
type ProgressIndicatorState = {};
|
|
100
|
-
type ModelCatalogState = {
|
|
101
|
-
entryDate: any;
|
|
102
|
-
};
|
|
103
|
-
type ReduxState = {};
|
|
104
|
-
type GetState = () => ReduxState;
|
|
105
|
-
type ThunkAction = (dispatch: DispatchAPI<PossibleAction>, getState: GetState) => any;
|
|
106
|
-
type PromiseAction = Promise<PossibleAction>;
|
|
107
|
-
type Dispatch = DispatchAPI<PossibleAction>;
|
|
108
|
-
type ReduxStore = Store<ReduxState, ReduxAction>;
|
|
109
|
-
type PossibleAction = ReduxAction | ThunkAction | PromiseAction;
|
|
110
|
-
type CustomReducers = {
|
|
111
|
-
[reducerKey: string]: any;
|
|
112
|
-
};
|
|
113
|
-
export {};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: Cache;
|
|
2
|
-
export default _default;
|
|
3
|
-
/**
|
|
4
|
-
* Manage the browser cache
|
|
5
|
-
*/
|
|
6
|
-
declare class Cache {
|
|
7
|
-
_cache: Storage;
|
|
8
|
-
/**
|
|
9
|
-
* Create a key that can be used to cache resources, needs the request arguments and uses url, params and header of the request args
|
|
10
|
-
* to create a key that is unique for time versions and locale
|
|
11
|
-
*/
|
|
12
|
-
createResourceKey(requestArgs: RequestOptions): string;
|
|
13
|
-
/**
|
|
14
|
-
* Get a cached item by it's key
|
|
15
|
-
*/
|
|
16
|
-
getItem(key: string): any;
|
|
17
|
-
/**
|
|
18
|
-
* Check if the item with key exists in the browser cache
|
|
19
|
-
*/
|
|
20
|
-
hasItem(key: string): boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Add an item to the cache
|
|
23
|
-
*/
|
|
24
|
-
addItem(key: string, value: string | Object): void;
|
|
25
|
-
/**
|
|
26
|
-
*/
|
|
27
|
-
setItem(key: string, value: string | Object): void;
|
|
28
|
-
/**
|
|
29
|
-
*/
|
|
30
|
-
removeItem(key: string): void;
|
|
31
|
-
/**
|
|
32
|
-
* Clear complete cache storage
|
|
33
|
-
*/
|
|
34
|
-
clear(pattern: string | null): void;
|
|
35
|
-
/**
|
|
36
|
-
*/
|
|
37
|
-
loadOtherBrowserTabs(callback: Function): void;
|
|
38
|
-
/**
|
|
39
|
-
*/
|
|
40
|
-
sendSessionStorage(e: StorageEvent): void;
|
|
41
|
-
/**
|
|
42
|
-
*/
|
|
43
|
-
receiveSessionStorage(e: StorageEvent, callback: Function): any;
|
|
44
|
-
}
|
|
45
|
-
import { RequestOptions } from "../fetch/types";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export function getCookie(name: string): null | string;
|
|
2
|
-
export function setCookie(name: string, value: any, options?: CookieOptions): void;
|
|
3
|
-
export function clearCookie(name: string): void;
|
|
4
|
-
type CookieOptions = {
|
|
5
|
-
days?: number | undefined;
|
|
6
|
-
sameSite?: "None" | "Lax" | "Strict" | undefined;
|
|
7
|
-
secure?: boolean | undefined;
|
|
8
|
-
};
|
|
9
|
-
export {};
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
type OffsetInfo = {
|
|
2
|
-
abbr: string;
|
|
3
|
-
label: string;
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* DateUtil
|
|
8
|
-
*/
|
|
9
|
-
export const DateUtil: BaseDateTimeUtil;
|
|
10
|
-
/**
|
|
11
|
-
* DateTimeUtil
|
|
12
|
-
*/
|
|
13
|
-
export const DateTimeUtil: BaseDateTimeUtil;
|
|
14
|
-
/**
|
|
15
|
-
* TimeUtil
|
|
16
|
-
*/
|
|
17
|
-
export const TimeUtil: BaseDateTimeUtil;
|
|
18
|
-
/**
|
|
19
|
-
* TimestampUtil
|
|
20
|
-
*/
|
|
21
|
-
export const TimestampUtil: BaseDateTimeUtil;
|
|
22
|
-
/**
|
|
23
|
-
* @hideconstructor
|
|
24
|
-
*/
|
|
25
|
-
declare class BaseDateTimeUtil {
|
|
26
|
-
constructor(isoFormat: string, doOffsets?: boolean);
|
|
27
|
-
_isoFormat: string;
|
|
28
|
-
_doOffsets: boolean;
|
|
29
|
-
_timeZone: string;
|
|
30
|
-
/**
|
|
31
|
-
* Indicates if offsets and timezones are relevant
|
|
32
|
-
*/
|
|
33
|
-
get doOffsets(): boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Returns the options defined in settings
|
|
36
|
-
*/
|
|
37
|
-
getOptions(): {
|
|
38
|
-
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
39
|
-
firstWeekContainsDate: 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
*/
|
|
43
|
-
getIsoFormat(): string;
|
|
44
|
-
/**
|
|
45
|
-
*/
|
|
46
|
-
convertFormat(javaFormat: string): string;
|
|
47
|
-
/**
|
|
48
|
-
*/
|
|
49
|
-
getLocale(): typeof nl | typeof enGB;
|
|
50
|
-
/**
|
|
51
|
-
*/
|
|
52
|
-
toDate(date: string | Date, inputFormat?: string): Date;
|
|
53
|
-
/**
|
|
54
|
-
*/
|
|
55
|
-
toFormat(date: string | Date, targetFormat: string, inputFormat?: string): string;
|
|
56
|
-
/**
|
|
57
|
-
*/
|
|
58
|
-
toISO(date: string | Date, sourceFormat?: string): string;
|
|
59
|
-
/**
|
|
60
|
-
*/
|
|
61
|
-
now(): string;
|
|
62
|
-
/**
|
|
63
|
-
*/
|
|
64
|
-
hasFormat(date: string, sourceFormat: string): boolean;
|
|
65
|
-
/**
|
|
66
|
-
*/
|
|
67
|
-
isValid(date: string | Date | null | void, inputFormat?: string): boolean;
|
|
68
|
-
/**
|
|
69
|
-
*/
|
|
70
|
-
isAfter(inputDate: string | Date, afterISODate: (string | Date) | null, inputFormat?: string): boolean;
|
|
71
|
-
/**
|
|
72
|
-
*/
|
|
73
|
-
isSameOrAfter(inputDate: string | Date, afterISODate: (string | Date) | null, inputFormat?: string): boolean;
|
|
74
|
-
/**
|
|
75
|
-
*/
|
|
76
|
-
isBefore(inputDate: string | Date, beforeISODate: (string | Date) | null, inputFormat?: string): boolean;
|
|
77
|
-
/**
|
|
78
|
-
*/
|
|
79
|
-
isSameOrBefore(inputDate: string | Date, beforeISODate: (string | Date) | null, inputFormat?: string): boolean;
|
|
80
|
-
/**
|
|
81
|
-
*/
|
|
82
|
-
isSame(inputDate: string | Date, compareDate: (string | Date) | null, inputFormat?: string): boolean;
|
|
83
|
-
/**
|
|
84
|
-
*/
|
|
85
|
-
isSameDay(inputDate: string | Date, compareDate: string | Date, inputFormat?: string): boolean;
|
|
86
|
-
/**
|
|
87
|
-
*/
|
|
88
|
-
isOther(inputDate: string | Date, compareDate: (string | Date) | null, inputFormat?: string): boolean;
|
|
89
|
-
/**
|
|
90
|
-
*/
|
|
91
|
-
isWeekend(inputDate: string | Date): boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Checks if a given local date and time is ambiguous in the specified timezone.
|
|
94
|
-
* Ambiguity happens during the end of daylight saving time (DST) transitions.
|
|
95
|
-
*/
|
|
96
|
-
isAmbiguous(inputDate: string | Date, inputFormat?: string): boolean;
|
|
97
|
-
/**
|
|
98
|
-
* @private
|
|
99
|
-
*/
|
|
100
|
-
private _calculate;
|
|
101
|
-
/**
|
|
102
|
-
*/
|
|
103
|
-
addSeconds(date: string, amount: number, inputFormat?: string): string;
|
|
104
|
-
/**
|
|
105
|
-
*/
|
|
106
|
-
addMinutes(date: string, amount: number, inputFormat?: string): string;
|
|
107
|
-
/**
|
|
108
|
-
*/
|
|
109
|
-
addHours(date: string, amount: number, inputFormat?: string): string;
|
|
110
|
-
/**
|
|
111
|
-
*/
|
|
112
|
-
addDays(date: string, amount: number, inputFormat?: string): string;
|
|
113
|
-
/**
|
|
114
|
-
*/
|
|
115
|
-
addWeeks(date: string, amount: number, inputFormat?: string): string;
|
|
116
|
-
/**
|
|
117
|
-
*/
|
|
118
|
-
addMonths(date: string, amount: number, inputFormat?: string): string;
|
|
119
|
-
/**
|
|
120
|
-
*/
|
|
121
|
-
addYears(date: string, amount: number, inputFormat?: string): string;
|
|
122
|
-
/**
|
|
123
|
-
*/
|
|
124
|
-
subtractSeconds(date: string, amount: number, inputFormat?: string): string;
|
|
125
|
-
/**
|
|
126
|
-
*/
|
|
127
|
-
subtractMinutes(date: string, amount: number, inputFormat?: string): string;
|
|
128
|
-
/**
|
|
129
|
-
*/
|
|
130
|
-
subtractHours(date: string, amount: number, inputFormat?: string): string;
|
|
131
|
-
/**
|
|
132
|
-
*/
|
|
133
|
-
subtractDays(date: string, amount: number, inputFormat?: string): string;
|
|
134
|
-
/**
|
|
135
|
-
*/
|
|
136
|
-
subtractWeeks(date: string, amount: number, inputFormat?: string): string;
|
|
137
|
-
/**
|
|
138
|
-
*/
|
|
139
|
-
subtractMonths(date: string, amount: number, inputFormat?: string): string;
|
|
140
|
-
/**
|
|
141
|
-
*/
|
|
142
|
-
subtractYears(date: string, amount: number, inputFormat?: string): string;
|
|
143
|
-
/**
|
|
144
|
-
* @private
|
|
145
|
-
*/
|
|
146
|
-
private _get;
|
|
147
|
-
/**
|
|
148
|
-
*/
|
|
149
|
-
startOfMonth(date: string | Date, inputFormat?: string): string;
|
|
150
|
-
/**
|
|
151
|
-
*/
|
|
152
|
-
endOfMonth(date: string | Date, inputFormat?: string): string;
|
|
153
|
-
/**
|
|
154
|
-
*/
|
|
155
|
-
startOfWeek(date: string | Date, inputFormat?: string): string;
|
|
156
|
-
/**
|
|
157
|
-
*/
|
|
158
|
-
getHours(date: string | Date, inputFormat?: string): number;
|
|
159
|
-
/**
|
|
160
|
-
*/
|
|
161
|
-
getMinutes(date: string | Date, inputFormat?: string): number;
|
|
162
|
-
/**
|
|
163
|
-
*/
|
|
164
|
-
getWeek(date: string | Date, inputFormat?: string): number;
|
|
165
|
-
/**
|
|
166
|
-
* @private
|
|
167
|
-
*/
|
|
168
|
-
private _set;
|
|
169
|
-
/**
|
|
170
|
-
*/
|
|
171
|
-
setYear(date: string | Date, year: number, inputFormat?: string): string;
|
|
172
|
-
/**
|
|
173
|
-
*/
|
|
174
|
-
setMonth(date: string | Date, month: number, inputFormat?: string): string;
|
|
175
|
-
/**
|
|
176
|
-
*/
|
|
177
|
-
setDay(date: string | Date, day: number, inputFormat?: string): string;
|
|
178
|
-
/**
|
|
179
|
-
*/
|
|
180
|
-
setHour(date: string | Date, hour: number, inputFormat?: string): string;
|
|
181
|
-
/**
|
|
182
|
-
*/
|
|
183
|
-
setMinute(date: string | Date, minute: number, inputFormat?: string): string;
|
|
184
|
-
/**
|
|
185
|
-
*/
|
|
186
|
-
setSecond(date: string | Date, second: number, inputFormat?: string): string;
|
|
187
|
-
/**
|
|
188
|
-
*/
|
|
189
|
-
setMilliseconds(date: string | Date, millisecond: number, inputFormat?: string): string;
|
|
190
|
-
/**
|
|
191
|
-
*/
|
|
192
|
-
setTime(date: string, hours: number, minutes: number, seconds: number, milliseconds: number, inputFormat?: string): string;
|
|
193
|
-
/**
|
|
194
|
-
*/
|
|
195
|
-
getTimeZone(): string;
|
|
196
|
-
/**
|
|
197
|
-
*/
|
|
198
|
-
setTimeZone(timeZone: string): void;
|
|
199
|
-
/**
|
|
200
|
-
*/
|
|
201
|
-
getDateFnsContext(): null | Function;
|
|
202
|
-
/**
|
|
203
|
-
*/
|
|
204
|
-
getOffset(date: string | Date, inputFormat?: string): OffsetInfo | null;
|
|
205
|
-
/**
|
|
206
|
-
*/
|
|
207
|
-
getTimezoneOffsets(): {
|
|
208
|
-
standard?: OffsetInfo;
|
|
209
|
-
daylight?: OffsetInfo;
|
|
210
|
-
};
|
|
211
|
-
}
|
|
212
|
-
import { nl } from "date-fns/locale";
|
|
213
|
-
import { enGB } from "date-fns/locale";
|
|
214
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
type RequestURLOptions = {
|
|
2
|
-
url: string;
|
|
3
|
-
};
|
|
4
|
-
type RequestBaseOptions = {
|
|
5
|
-
origin?: string | undefined;
|
|
6
|
-
contextPath?: string | undefined;
|
|
7
|
-
method?: any;
|
|
8
|
-
params?: string | undefined;
|
|
9
|
-
data?: any;
|
|
10
|
-
timeout?: number | undefined;
|
|
11
|
-
responseType?: string | undefined;
|
|
12
|
-
headers?: {
|
|
13
|
-
[headerName: string]: string;
|
|
14
|
-
Accept?: string | undefined;
|
|
15
|
-
"Accept-Language"?: string | undefined;
|
|
16
|
-
"Content-Type"?: string | undefined;
|
|
17
|
-
"x-filename"?: string | undefined;
|
|
18
|
-
"x-filesize"?: string | undefined;
|
|
19
|
-
} | undefined;
|
|
20
|
-
events?: {
|
|
21
|
-
[eventName: string]: () => void;
|
|
22
|
-
} | undefined;
|
|
23
|
-
onProgress?: any;
|
|
24
|
-
includeContext?: boolean | undefined;
|
|
25
|
-
locale?: string | undefined;
|
|
26
|
-
cache?: boolean | undefined;
|
|
27
|
-
isReload?: boolean | undefined;
|
|
28
|
-
withCredentials?: boolean | undefined;
|
|
29
|
-
};
|
|
30
|
-
type RequestOptions = {
|
|
31
|
-
RequestURLOptions: any;
|
|
32
|
-
RequestBaseOptions: any;
|
|
33
|
-
};
|
|
34
|
-
type UpdateHandler = (newModel: ModularUIModel) => ModularUIModel;
|
|
35
|
-
type RequestModularUIOptions = {
|
|
36
|
-
RequestBaseOptions: any;
|
|
37
|
-
targetModel?: any;
|
|
38
|
-
forceTargetModel?: boolean | undefined;
|
|
39
|
-
updateHandler?: void | UpdateHandler | undefined;
|
|
40
|
-
childmodels?: boolean | undefined;
|
|
41
|
-
isValidationRequest?: boolean | undefined;
|
|
42
|
-
removeOnUnmount?: boolean | undefined;
|
|
43
|
-
};
|
|
44
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export default universalFetch;
|
|
2
|
-
/**
|
|
3
|
-
* Request data from server, uses server datafetcher or xhr in browser.
|
|
4
|
-
*/
|
|
5
|
-
declare function universalFetch(args: RequestOptions): Promise<CachedResponse> | Promise<any>;
|
|
6
|
-
import { RequestOptions } from "./types";
|
|
7
|
-
type CachedResponse = any;
|
package/esm/utils/fetch/xhr.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* https://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/
|
|
3
|
-
*/
|
|
4
|
-
export function createHash(str: string): number;
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
export function createHashFromHref(href: Href, fragment?: SectionFragment): number;
|
|
8
|
-
import Href from "../../models/href/Href";
|
|
9
|
-
import { SectionFragment } from "../../models";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export function parseUrl(href: string | Href): {
|
|
2
|
-
path: string;
|
|
3
|
-
querystring: null | string;
|
|
4
|
-
hash: null | string;
|
|
5
|
-
};
|
|
6
|
-
export function filterParameters(href: string | Href, allowedParameters?: Array<string>): Href;
|
|
7
|
-
export function createHref(context: string, dynamicPart: string | Href, entryDate?: ISO_DATE | null, location?: Location | null, allowedParameters?: Array<string>): Href;
|
|
8
|
-
import Href from "../../models/href/Href";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./createHash";
|
|
2
|
-
export * from "./sanitizeHtml";
|
|
3
|
-
export * from "./objects";
|
|
4
|
-
export * from "./text";
|
|
5
|
-
export * from "./checkResource";
|
|
6
|
-
export * from "./repositoryResource";
|
|
7
|
-
export * from "./createHref";
|
|
8
|
-
export { default as createUUID } from "./createUUID";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Retrieve property of an object
|
|
3
|
-
* When path is only one deep better use optional chaining
|
|
4
|
-
*/
|
|
5
|
-
export function get(obj: Object, path: string, defaultValue?: any): any;
|
|
6
|
-
/**
|
|
7
|
-
*/
|
|
8
|
-
export function has(obj: any, propName: string): boolean;
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
export function isPlainObject(value: any): boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function getRepositoryResourceUrl(resourceUrl: string, contextPath?: string, origin?: string): string;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* removes unwanted html, this might result in incorrect html, as it removes all html that we don't except,
|
|
3
|
-
* like <b style="font-weight: 400">bold</b> will result in bold</b>
|
|
4
|
-
*/
|
|
5
|
-
export function removeUnwantedHtml(html: string, options?: removeUnwantedHtmlOptions): string;
|
|
6
|
-
type removeUnwantedHtmlOptions = {
|
|
7
|
-
allowedTags?: string[] | undefined;
|
|
8
|
-
};
|
|
9
|
-
export {};
|
package/esm/utils/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { default as Cache } from "./browser/Cache";
|
|
2
|
-
export * from "./browser/Cookies";
|
|
3
|
-
export * from "./datetime/DateTimeUtil";
|
|
4
|
-
export type * from "./fetch/types";
|
|
5
|
-
export * from "./helpers";
|
|
6
|
-
export * from "./number/parseNumbers";
|
|
7
|
-
export { default as serverFetch } from "./fetch/serverFetch";
|
|
8
|
-
export { default as universalFetch } from "./fetch/universalFetch";
|
|
9
|
-
export { default as xhr } from "./fetch/xhr";
|
|
10
|
-
export { default as DecimalFormat } from "./number/DecimalFormat";
|
|
11
|
-
export { default as formatValue } from "./number/formatValue";
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
export default DecimalFormat;
|
|
2
|
-
/**
|
|
3
|
-
*/
|
|
4
|
-
declare class DecimalFormat {
|
|
5
|
-
/**
|
|
6
|
-
* Solves problem where big numbers loose the precision:
|
|
7
|
-
* e.g. Number(23423423423342234.34) => 23423423423342236
|
|
8
|
-
*/
|
|
9
|
-
static getNumericString(stringNumber: string): string;
|
|
10
|
-
/**
|
|
11
|
-
*/
|
|
12
|
-
static scientificNumber(stringNumber: string): string;
|
|
13
|
-
/**
|
|
14
|
-
*/
|
|
15
|
-
static getFraction(number: string): string;
|
|
16
|
-
/**
|
|
17
|
-
*/
|
|
18
|
-
constructor(format: string);
|
|
19
|
-
_prefix: string;
|
|
20
|
-
_suffix: string;
|
|
21
|
-
_comma: number;
|
|
22
|
-
_minInt: number;
|
|
23
|
-
_minFrac: number;
|
|
24
|
-
_maxFrac: number;
|
|
25
|
-
_isPercentage: boolean;
|
|
26
|
-
/**
|
|
27
|
-
*/
|
|
28
|
-
get prefix(): string;
|
|
29
|
-
/**
|
|
30
|
-
*/
|
|
31
|
-
get suffix(): string;
|
|
32
|
-
/**
|
|
33
|
-
*/
|
|
34
|
-
get comma(): number;
|
|
35
|
-
/**
|
|
36
|
-
*/
|
|
37
|
-
get minInt(): number;
|
|
38
|
-
/**
|
|
39
|
-
*/
|
|
40
|
-
get minFrac(): number;
|
|
41
|
-
/**
|
|
42
|
-
*/
|
|
43
|
-
get maxFrac(): number;
|
|
44
|
-
/**
|
|
45
|
-
*/
|
|
46
|
-
get isPercentage(): boolean;
|
|
47
|
-
/**
|
|
48
|
-
*/
|
|
49
|
-
setAffix(format: string): void;
|
|
50
|
-
/**
|
|
51
|
-
*/
|
|
52
|
-
setFractionLengths(format: string): void;
|
|
53
|
-
/**
|
|
54
|
-
*/
|
|
55
|
-
setGroupLength(format: string): void;
|
|
56
|
-
/**
|
|
57
|
-
*/
|
|
58
|
-
setMinLength(format: string): void;
|
|
59
|
-
/**
|
|
60
|
-
*/
|
|
61
|
-
setPercentage(): void;
|
|
62
|
-
/**
|
|
63
|
-
* Converts formatted value back to non-formatted value
|
|
64
|
-
* e.g. $1,223.06 --> 1223.06
|
|
65
|
-
*/
|
|
66
|
-
formatBack(formattedNumber: string): string;
|
|
67
|
-
/**
|
|
68
|
-
*/
|
|
69
|
-
getFracAsNumber(fracStr: string): string;
|
|
70
|
-
/**
|
|
71
|
-
*/
|
|
72
|
-
getRoundedFrac(fracStr: string): string;
|
|
73
|
-
/**
|
|
74
|
-
*/
|
|
75
|
-
getFracCorrectLength(frac: string): string;
|
|
76
|
-
/**
|
|
77
|
-
*/
|
|
78
|
-
getInteger(number: string): string;
|
|
79
|
-
/**
|
|
80
|
-
*/
|
|
81
|
-
addGrouping(intStr: string): string;
|
|
82
|
-
/**
|
|
83
|
-
*/
|
|
84
|
-
getFormattedValue(intStr: string, fracStr: string, isNegative: boolean): string;
|
|
85
|
-
/**
|
|
86
|
-
* Formats given value, using the pattern
|
|
87
|
-
* e.g. $#,###.00: 1223.06 --> $1,223.06
|
|
88
|
-
*/
|
|
89
|
-
format(stringNumber?: string): string;
|
|
90
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Parses input into a number, removes the grouping separator from the input and
|
|
3
|
-
* replaces the decimal separator with a dot to make it a JavaScript parseable number
|
|
4
|
-
*/
|
|
5
|
-
export function parseToNumber(input: (string | (number | null)) | null, groupingSeparator?: string | null, decimalSeparator?: string | null): number;
|
|
6
|
-
/**
|
|
7
|
-
* parses Numbers To String
|
|
8
|
-
*/
|
|
9
|
-
export function parseNumberToString(input: (string | (number | null)) | null, groupingSeparator?: string | null, decimalSeparator?: string | null): string;
|
package/lib/builder/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./mergeLayoutHintConfigurations";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function mergeLayoutHintConfigurations(srcFolder: string, outputFolder: string): Promise<void>;
|