@anglr/common 11.3.0-beta.20220302043135 → 11.3.0-beta.20220412124216
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 +71 -0
- package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
- package/es2015/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
- package/es2015/forms/src/directives/hasError/hasError.directive.js +3 -3
- package/es2015/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
- package/es2015/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
- package/es2015/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
- package/es2015/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
- package/es2015/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
- package/es2015/forms/src/index.js +1 -0
- package/es2015/forms/src/index.js.map +1 -1
- package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +74 -0
- package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/components/index.js +2 -0
- package/es2015/forms/src/modules/errorMessage/components/index.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +75 -0
- package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.js +2 -0
- package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +27 -0
- package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/directives/index.js +4 -0
- package/es2015/forms/src/modules/errorMessage/directives/index.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/index.js +5 -0
- package/es2015/forms/src/modules/errorMessage/index.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js +47 -0
- package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/modules/index.js +2 -0
- package/es2015/forms/src/modules/errorMessage/modules/index.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/pipes/index.js +2 -0
- package/es2015/forms/src/modules/errorMessage/pipes/index.js.map +1 -0
- package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +33 -0
- package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -0
- package/es2015/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
- package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
- package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
- package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
- package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
- package/es2015/forms/src/modules/hasError.module.js +4 -4
- package/es2015/forms/src/modules/numberInput.module.js +4 -4
- package/es2015/forms/src/modules/requiredClass.module.js +4 -4
- package/es2015/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
- package/es2015/forms/src/services/submitted/submitted.service.js +3 -3
- package/es2015/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
- package/es2015/hotkeys/src/services/appHotkeys.service.js +3 -3
- package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
- package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
- package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
- package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
- package/es2015/material/src/components/titledDialog/titledDialog.component.js +7 -4
- package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
- package/es2015/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
- package/es2015/material/src/index.js +5 -2
- package/es2015/material/src/index.js.map +1 -1
- package/es2015/material/src/misc/interfaces/titledDialog.interface.js +1 -5
- package/es2015/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
- package/es2015/material/src/misc/tokens.js +4 -0
- package/es2015/material/src/misc/tokens.js.map +1 -1
- package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
- package/es2015/material/src/modules/debugDataCopyClick.module.js +4 -4
- package/es2015/material/src/modules/movableTitledDialog.module.js +37 -0
- package/es2015/material/src/modules/movableTitledDialog.module.js.map +1 -0
- package/es2015/material/src/modules/titledDialog.module.js +4 -4
- package/es2015/material/src/services/titledDialog/titledDialog.service.js +15 -8
- package/es2015/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
- package/es2015/material/src/services/titledDialog/titledDialogService.options.js +19 -0
- package/es2015/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
- package/es2015/moment/src/modules/moment.module.js +4 -4
- package/es2015/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
- package/es2015/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
- package/es2015/numeral/src/modules/numeral.module.js +4 -4
- package/es2015/numeral/src/pipes/numeral.pipe.js +3 -3
- package/es2015/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
- package/es2015/positions/src/modules/positions/modules/positions.module.js +4 -4
- package/es2015/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
- package/es2015/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
- package/es2015/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
- package/es2015/router/src/services/routing/dataRouter.js +3 -3
- package/es2015/router/src/services/routing/dataRouterData.js +3 -3
- package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
- package/es2015/src/index.js +1 -0
- package/es2015/src/index.js.map +1 -1
- package/es2015/src/modules/castPipes/modules/castPipes.module.js +4 -4
- package/es2015/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
- package/es2015/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
- package/es2015/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
- package/es2015/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
- package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
- package/es2015/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
- package/es2015/src/modules/commonDynamic.module.js +4 -4
- package/es2015/src/modules/commonLocalize.module.js +4 -4
- package/es2015/src/modules/commonUtils.module.js +11 -7
- package/es2015/src/modules/commonUtils.module.js.map +1 -1
- package/es2015/src/modules/debugData/components/debugData/debugData.component.js +3 -3
- package/es2015/src/modules/debugData/modules/debugData.module.js +4 -4
- package/es2015/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
- package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
- package/es2015/src/modules/goBack/modules/goBack.module.js +4 -4
- package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
- package/es2015/src/modules/multiButton/modules/multiButton.module.js +4 -4
- package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
- package/es2015/src/modules/position/modules/position.module.js +4 -4
- package/es2015/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
- package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
- package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
- package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
- package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
- package/es2015/src/modules/tooltip/components/index.js +2 -0
- package/es2015/src/modules/tooltip/components/index.js.map +1 -0
- package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +102 -0
- package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -0
- package/es2015/src/modules/tooltip/directives/index.js +3 -0
- package/es2015/src/modules/tooltip/directives/index.js.map +1 -0
- package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +248 -0
- package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -0
- package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +20 -0
- package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -0
- package/es2015/src/modules/tooltip/index.js +6 -0
- package/es2015/src/modules/tooltip/index.js.map +1 -0
- package/es2015/src/modules/tooltip/misc/tokens.js +6 -0
- package/es2015/src/modules/tooltip/misc/tokens.js.map +1 -0
- package/es2015/src/modules/tooltip/misc/tooltip.interface.js +2 -0
- package/es2015/src/modules/tooltip/misc/tooltip.interface.js.map +1 -0
- package/es2015/src/modules/tooltip/modules/index.js +2 -0
- package/es2015/src/modules/tooltip/modules/index.js.map +1 -0
- package/es2015/src/modules/tooltip/modules/tooltip.module.js +36 -0
- package/es2015/src/modules/tooltip/modules/tooltip.module.js.map +1 -0
- package/es2015/src/pipes/index.js +1 -0
- package/es2015/src/pipes/index.js.map +1 -1
- package/es2015/src/pipes/isNaN/isNaN.pipe.js +3 -3
- package/es2015/src/pipes/isPresent/isPresent.pipe.js +3 -3
- package/es2015/src/pipes/keys/keys.pipe.js +25 -0
- package/es2015/src/pipes/keys/keys.pipe.js.map +1 -0
- package/es2015/src/pipes/localize/localize.pipe.js +3 -3
- package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
- package/es2015/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
- package/es2015/src/services/cookies/cookies.service.js +3 -3
- package/es2015/src/services/notifications/defaultNotifications.service.js +3 -3
- package/es2015/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
- package/es2015/src/services/statusCode/statusCode.service.js +3 -3
- package/es2015/src/services/stringLocalization/noStringLocalization.service.js +3 -3
- package/es2015/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
- package/es2015/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
- package/es2015/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
- package/es2015/structured-log/src/components/console/console.component.js +3 -3
- package/es2015/structured-log/src/modules/consoleLog.module.js +4 -4
- package/es2015/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
- package/es2015/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
- package/es2015/structured-log/src/services/logger.service.js +3 -3
- package/es2015/structured-log/src/services/rest/restSink.service.js +3 -3
- package/es2015/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
- package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
- package/es2020/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
- package/es2020/forms/src/directives/hasError/hasError.directive.js +3 -3
- package/es2020/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
- package/es2020/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
- package/es2020/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
- package/es2020/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
- package/es2020/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
- package/es2020/forms/src/index.js +1 -0
- package/es2020/forms/src/index.js.map +1 -1
- package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +72 -0
- package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/components/index.js +2 -0
- package/es2020/forms/src/modules/errorMessage/components/index.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +74 -0
- package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.js +2 -0
- package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +27 -0
- package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/directives/index.js +4 -0
- package/es2020/forms/src/modules/errorMessage/directives/index.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/index.js +5 -0
- package/es2020/forms/src/modules/errorMessage/index.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js +47 -0
- package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/modules/index.js +2 -0
- package/es2020/forms/src/modules/errorMessage/modules/index.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/pipes/index.js +2 -0
- package/es2020/forms/src/modules/errorMessage/pipes/index.js.map +1 -0
- package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +33 -0
- package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -0
- package/es2020/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
- package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
- package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
- package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
- package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
- package/es2020/forms/src/modules/hasError.module.js +4 -4
- package/es2020/forms/src/modules/numberInput.module.js +4 -4
- package/es2020/forms/src/modules/requiredClass.module.js +4 -4
- package/es2020/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
- package/es2020/forms/src/services/submitted/submitted.service.js +3 -3
- package/es2020/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
- package/es2020/hotkeys/src/services/appHotkeys.service.js +3 -3
- package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
- package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
- package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
- package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
- package/es2020/material/src/components/titledDialog/titledDialog.component.js +7 -4
- package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
- package/es2020/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
- package/es2020/material/src/index.js +5 -2
- package/es2020/material/src/index.js.map +1 -1
- package/es2020/material/src/misc/interfaces/titledDialog.interface.js +1 -5
- package/es2020/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
- package/es2020/material/src/misc/tokens.js +4 -0
- package/es2020/material/src/misc/tokens.js.map +1 -1
- package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
- package/es2020/material/src/modules/debugDataCopyClick.module.js +4 -4
- package/es2020/material/src/modules/movableTitledDialog.module.js +37 -0
- package/es2020/material/src/modules/movableTitledDialog.module.js.map +1 -0
- package/es2020/material/src/modules/titledDialog.module.js +4 -4
- package/es2020/material/src/services/titledDialog/titledDialog.service.js +15 -8
- package/es2020/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
- package/es2020/material/src/services/titledDialog/titledDialogService.options.js +19 -0
- package/es2020/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
- package/es2020/moment/src/modules/moment.module.js +4 -4
- package/es2020/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
- package/es2020/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
- package/es2020/numeral/src/modules/numeral.module.js +4 -4
- package/es2020/numeral/src/pipes/numeral.pipe.js +3 -3
- package/es2020/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
- package/es2020/positions/src/modules/positions/modules/positions.module.js +4 -4
- package/es2020/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
- package/es2020/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
- package/es2020/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
- package/es2020/router/src/services/routing/dataRouter.js +3 -3
- package/es2020/router/src/services/routing/dataRouterData.js +3 -3
- package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
- package/es2020/src/index.js +1 -0
- package/es2020/src/index.js.map +1 -1
- package/es2020/src/modules/castPipes/modules/castPipes.module.js +4 -4
- package/es2020/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
- package/es2020/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
- package/es2020/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
- package/es2020/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
- package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
- package/es2020/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
- package/es2020/src/modules/commonDynamic.module.js +4 -4
- package/es2020/src/modules/commonLocalize.module.js +4 -4
- package/es2020/src/modules/commonUtils.module.js +11 -7
- package/es2020/src/modules/commonUtils.module.js.map +1 -1
- package/es2020/src/modules/debugData/components/debugData/debugData.component.js +3 -3
- package/es2020/src/modules/debugData/modules/debugData.module.js +4 -4
- package/es2020/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
- package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
- package/es2020/src/modules/goBack/modules/goBack.module.js +4 -4
- package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
- package/es2020/src/modules/multiButton/modules/multiButton.module.js +4 -4
- package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
- package/es2020/src/modules/position/modules/position.module.js +4 -4
- package/es2020/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
- package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
- package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
- package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
- package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
- package/es2020/src/modules/tooltip/components/index.js +2 -0
- package/es2020/src/modules/tooltip/components/index.js.map +1 -0
- package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +102 -0
- package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -0
- package/es2020/src/modules/tooltip/directives/index.js +3 -0
- package/es2020/src/modules/tooltip/directives/index.js.map +1 -0
- package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +247 -0
- package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -0
- package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +20 -0
- package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -0
- package/es2020/src/modules/tooltip/index.js +6 -0
- package/es2020/src/modules/tooltip/index.js.map +1 -0
- package/es2020/src/modules/tooltip/misc/tokens.js +6 -0
- package/es2020/src/modules/tooltip/misc/tokens.js.map +1 -0
- package/es2020/src/modules/tooltip/misc/tooltip.interface.js +2 -0
- package/es2020/src/modules/tooltip/misc/tooltip.interface.js.map +1 -0
- package/es2020/src/modules/tooltip/modules/index.js +2 -0
- package/es2020/src/modules/tooltip/modules/index.js.map +1 -0
- package/es2020/src/modules/tooltip/modules/tooltip.module.js +36 -0
- package/es2020/src/modules/tooltip/modules/tooltip.module.js.map +1 -0
- package/es2020/src/pipes/index.js +1 -0
- package/es2020/src/pipes/index.js.map +1 -1
- package/es2020/src/pipes/isNaN/isNaN.pipe.js +3 -3
- package/es2020/src/pipes/isPresent/isPresent.pipe.js +3 -3
- package/es2020/src/pipes/keys/keys.pipe.js +25 -0
- package/es2020/src/pipes/keys/keys.pipe.js.map +1 -0
- package/es2020/src/pipes/localize/localize.pipe.js +3 -3
- package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
- package/es2020/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
- package/es2020/src/services/cookies/cookies.service.js +3 -3
- package/es2020/src/services/notifications/defaultNotifications.service.js +3 -3
- package/es2020/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
- package/es2020/src/services/statusCode/statusCode.service.js +3 -3
- package/es2020/src/services/stringLocalization/noStringLocalization.service.js +3 -3
- package/es2020/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
- package/es2020/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
- package/es2020/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
- package/es2020/structured-log/src/components/console/console.component.js +3 -3
- package/es2020/structured-log/src/modules/consoleLog.module.js +4 -4
- package/es2020/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
- package/es2020/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
- package/es2020/structured-log/src/services/logger.service.js +3 -3
- package/es2020/structured-log/src/services/rest/restSink.service.js +3 -3
- package/es2020/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
- package/forms/src/index.d.ts +1 -0
- package/forms/src/index.d.ts.map +1 -1
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +50 -0
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +7 -0
- package/forms/src/modules/errorMessage/components/index.d.ts +2 -0
- package/forms/src/modules/errorMessage/components/index.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +41 -0
- package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.d.ts +27 -0
- package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorTemplate.context.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +17 -0
- package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/directives/index.d.ts +4 -0
- package/forms/src/modules/errorMessage/directives/index.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/index.d.ts +5 -0
- package/forms/src/modules/errorMessage/index.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts +16 -0
- package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/modules/index.d.ts +2 -0
- package/forms/src/modules/errorMessage/modules/index.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/pipes/index.d.ts +2 -0
- package/forms/src/modules/errorMessage/pipes/index.d.ts.map +1 -0
- package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +18 -0
- package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts.map +1 -0
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +10 -0
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -0
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +14 -0
- package/material/src/components/titledDialog/titledDialog.component.d.ts +3 -0
- package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
- package/material/src/index.d.ts +6 -2
- package/material/src/index.d.ts.map +1 -1
- package/material/src/misc/interfaces/titledDialog.interface.d.ts +1 -5
- package/material/src/misc/interfaces/titledDialog.interface.d.ts.map +1 -1
- package/material/src/misc/tokens.d.ts +4 -0
- package/material/src/misc/tokens.d.ts.map +1 -1
- package/material/src/modules/movableTitledDialog.module.d.ts +14 -0
- package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -0
- package/material/src/services/titledDialog/titledDialog.service.d.ts +5 -3
- package/material/src/services/titledDialog/titledDialog.service.d.ts.map +1 -1
- package/material/src/services/titledDialog/titledDialogService.options.d.ts +12 -0
- package/material/src/services/titledDialog/titledDialogService.options.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/modules/commonUtils.module.d.ts +2 -1
- package/src/modules/commonUtils.module.d.ts.map +1 -1
- package/src/modules/tooltip/components/index.d.ts +2 -0
- package/src/modules/tooltip/components/index.d.ts.map +1 -0
- package/src/modules/tooltip/components/tooltip/tooltip.component.css +10 -0
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +63 -0
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -0
- package/src/modules/tooltip/components/tooltip/tooltip.component.html +6 -0
- package/src/modules/tooltip/directives/index.d.ts +3 -0
- package/src/modules/tooltip/directives/index.d.ts.map +1 -0
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +113 -0
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -0
- package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +12 -0
- package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts.map +1 -0
- package/src/modules/tooltip/index.d.ts +6 -0
- package/src/modules/tooltip/index.d.ts.map +1 -0
- package/src/modules/tooltip/misc/tokens.d.ts +7 -0
- package/src/modules/tooltip/misc/tokens.d.ts.map +1 -0
- package/src/modules/tooltip/misc/tooltip.interface.d.ts +63 -0
- package/src/modules/tooltip/misc/tooltip.interface.d.ts.map +1 -0
- package/src/modules/tooltip/modules/index.d.ts +2 -0
- package/src/modules/tooltip/modules/index.d.ts.map +1 -0
- package/src/modules/tooltip/modules/tooltip.module.d.ts +14 -0
- package/src/modules/tooltip/modules/tooltip.module.d.ts.map +1 -0
- package/src/pipes/index.d.ts +1 -0
- package/src/pipes/index.d.ts.map +1 -1
- package/src/pipes/keys/keys.pipe.d.ts +16 -0
- package/src/pipes/keys/keys.pipe.d.ts.map +1 -0
- package/version.bak +1 -1
|
@@ -29,9 +29,9 @@ export class SessionTemporaryStorageService {
|
|
|
29
29
|
store.remove(name);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
SessionTemporaryStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
33
|
-
SessionTemporaryStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
32
|
+
SessionTemporaryStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SessionTemporaryStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
33
|
+
SessionTemporaryStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SessionTemporaryStorageService });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SessionTemporaryStorageService, decorators: [{
|
|
35
35
|
type: Injectable
|
|
36
36
|
}] });
|
|
37
37
|
//# sourceMappingURL=sessionTemporaryStorage.service.js.map
|
|
@@ -83,9 +83,9 @@ export class ConsoleComponent {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
-
ConsoleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
87
|
-
ConsoleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
86
|
+
ConsoleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponent, deps: [{ token: CONSOLE_COMPONENT_SINK_SERVICE }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
+
ConsoleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: ConsoleComponent, selector: "console", ngImport: i0, template: "<div class=\"console-data thin-scrollbar\">\n <div class=\"console-log\" [ngClass]=\"log?.logLevel\" *ngFor=\"let log of currentLogs\">\n <div class=\"console-log-icon fa\" [class.fa-angle-right]=\"!log?.expanded\" [class.fa-angle-down]=\"log?.expanded\" (click)=\"log.expanded = !log.expanded\"></div>\n <div class=\"console-log-text\" [class.expanded]=\"log?.expanded\" (click)=\"copyMessage(log?.text)\">{{log?.text}}</div>\n </div>\n\n <div class=\"clear-icon\" (click)=\"clear()\" title=\"clear log\">\n <div class=\"fa fa-times\"></div>\n </div>\n\n <div class=\"copy-icon\" (click)=\"copy()\" title=\"copy to clipboard\" *ngIf=\"canCopy\">\n <div class=\"fa fa-copy\"></div>\n </div>\n</div>\n\n<div class=\"console-filter\">\n <input type=\"text\" placeholder=\"Filter messages\" (input)=\"filterValue = $any($event.target).value; setMessages()\">\n</div>", styles: [":host\n{\n display: flex;\n flex-direction: column;\n position: absolute;\n width: 100%;\n height: 50%;\n}\n\n.console-data\n{\n background-color: #000000c7;\n border: none;\n border-bottom: 1px solid #AAA;\n border-radius: 0;\n color: #EEE;\n flex: 1;\n min-height: 0;\n min-width: 0;\n overflow-y: auto;\n overflow-x: hidden;\n cursor: pointer;\n}\n\n.console-filter\n{\n align-self: stretch;\n}\n\n.console-filter input\n{\n width: 100%;\n background-color: #000000c7;\n color: #FFF;\n border: none;\n border-bottom: 1px solid #AAA;\n padding: 0 4px;\n}\n\n.copy-icon,\n.clear-icon\n{\n position: absolute;\n top: 0;\n right: 0;\n padding: 4px 14px;\n}\n\n.copy-icon\n{\n margin-right: 20px;\n}\n\n.clear-icon div:hover,\n.copy-icon div:hover\n{\n color: #31A1FF;\n cursor: pointer;\n}\n\n.console-log\n{\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 12px;\n display: flex;\n flex-direction: row;\n}\n\n.console-log.error,\n.console-log.fatal\n{\n color: #FF3131;\n}\n\n.console-log.warning\n{\n color: #FFC531;\n}\n\n.console-log.debug,\n.console-log.verbose\n{\n color: #31A1FF;\n}\n\n.console-log-icon\n{\n color: #FFF;\n font-weight: bold;\n margin: 2px 4px 0;\n}\n\n.console-log-icon.fa-angle-down\n{\n margin: 3px 3px 0 2px;\n}\n\n.console-log-text\n{\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.console-log-text.expanded\n{\n white-space: pre;\n text-overflow: initial;\n}"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
90
|
args: [{ selector: 'console', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"console-data thin-scrollbar\">\n <div class=\"console-log\" [ngClass]=\"log?.logLevel\" *ngFor=\"let log of currentLogs\">\n <div class=\"console-log-icon fa\" [class.fa-angle-right]=\"!log?.expanded\" [class.fa-angle-down]=\"log?.expanded\" (click)=\"log.expanded = !log.expanded\"></div>\n <div class=\"console-log-text\" [class.expanded]=\"log?.expanded\" (click)=\"copyMessage(log?.text)\">{{log?.text}}</div>\n </div>\n\n <div class=\"clear-icon\" (click)=\"clear()\" title=\"clear log\">\n <div class=\"fa fa-times\"></div>\n </div>\n\n <div class=\"copy-icon\" (click)=\"copy()\" title=\"copy to clipboard\" *ngIf=\"canCopy\">\n <div class=\"fa fa-copy\"></div>\n </div>\n</div>\n\n<div class=\"console-filter\">\n <input type=\"text\" placeholder=\"Filter messages\" (input)=\"filterValue = $any($event.target).value; setMessages()\">\n</div>", styles: [":host\n{\n display: flex;\n flex-direction: column;\n position: absolute;\n width: 100%;\n height: 50%;\n}\n\n.console-data\n{\n background-color: #000000c7;\n border: none;\n border-bottom: 1px solid #AAA;\n border-radius: 0;\n color: #EEE;\n flex: 1;\n min-height: 0;\n min-width: 0;\n overflow-y: auto;\n overflow-x: hidden;\n cursor: pointer;\n}\n\n.console-filter\n{\n align-self: stretch;\n}\n\n.console-filter input\n{\n width: 100%;\n background-color: #000000c7;\n color: #FFF;\n border: none;\n border-bottom: 1px solid #AAA;\n padding: 0 4px;\n}\n\n.copy-icon,\n.clear-icon\n{\n position: absolute;\n top: 0;\n right: 0;\n padding: 4px 14px;\n}\n\n.copy-icon\n{\n margin-right: 20px;\n}\n\n.clear-icon div:hover,\n.copy-icon div:hover\n{\n color: #31A1FF;\n cursor: pointer;\n}\n\n.console-log\n{\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 12px;\n display: flex;\n flex-direction: row;\n}\n\n.console-log.error,\n.console-log.fatal\n{\n color: #FF3131;\n}\n\n.console-log.warning\n{\n color: #FFC531;\n}\n\n.console-log.debug,\n.console-log.verbose\n{\n color: #31A1FF;\n}\n\n.console-log-icon\n{\n color: #FFF;\n font-weight: bold;\n margin: 2px 4px 0;\n}\n\n.console-log-icon.fa-angle-down\n{\n margin: 3px 3px 0 2px;\n}\n\n.console-log-text\n{\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.console-log-text.expanded\n{\n white-space: pre;\n text-overflow: initial;\n}"] }]
|
|
91
91
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -22,12 +22,12 @@ export class ConsoleLogModule {
|
|
|
22
22
|
};
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
ConsoleLogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
26
|
-
ConsoleLogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
27
|
-
ConsoleLogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
25
|
+
ConsoleLogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
26
|
+
ConsoleLogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, declarations: [ConsoleComponent], imports: [CommonModule], exports: [ConsoleComponent] });
|
|
27
|
+
ConsoleLogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, imports: [[
|
|
28
28
|
CommonModule
|
|
29
29
|
]] });
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [
|
|
@@ -88,9 +88,9 @@ export class ConsoleComponentSinkService {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
ConsoleComponentSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
92
|
-
ConsoleComponentSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
91
|
+
ConsoleComponentSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService, deps: [{ token: i1.ConsoleSinkConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
92
|
+
ConsoleComponentSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService });
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService, decorators: [{
|
|
94
94
|
type: Injectable
|
|
95
95
|
}], ctorParameters: function () { return [{ type: i1.ConsoleSinkConfigService }]; } });
|
|
96
96
|
//# sourceMappingURL=consoleComponentSink.service.js.map
|
|
@@ -29,9 +29,9 @@ export class ConsoleSinkConfigService {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
ConsoleSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
33
|
-
ConsoleSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
32
|
+
ConsoleSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, deps: [{ token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
33
|
+
ConsoleSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, providedIn: 'root', useFactory: () => new ConsoleSinkConfigService() });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, decorators: [{
|
|
35
35
|
type: Injectable,
|
|
36
36
|
args: [{ providedIn: 'root', useFactory: () => new ConsoleSinkConfigService() }]
|
|
37
37
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -33,9 +33,9 @@ export class LoggerService {
|
|
|
33
33
|
this._logger.verbose(errorOrMessageTemplate, properties);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
37
|
-
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
36
|
+
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService, deps: [{ token: LOGGER_SINKS }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
37
|
+
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService, decorators: [{
|
|
39
39
|
type: Injectable
|
|
40
40
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
41
41
|
type: Inject,
|
|
@@ -104,9 +104,9 @@ export class RestSinkService {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
RestSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
108
|
-
RestSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
107
|
+
RestSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService, deps: [{ token: i1.RestSinkConfigService }, { token: APP_STABLE }, { token: LOGGER_REST_CLIENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
108
|
+
RestSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService });
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService, decorators: [{
|
|
110
110
|
type: Injectable
|
|
111
111
|
}], ctorParameters: function () { return [{ type: i1.RestSinkConfigService }, { type: Promise, decorators: [{
|
|
112
112
|
type: Inject,
|
|
@@ -34,9 +34,9 @@ export class RestSinkConfigService {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
RestSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
38
|
-
RestSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
37
|
+
RestSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, deps: [{ token: Injector }, { token: Injector }, { token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
38
|
+
RestSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, providedIn: 'root', useFactory: () => new RestSinkConfigService() });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, decorators: [{
|
|
40
40
|
type: Injectable,
|
|
41
41
|
args: [{ providedIn: 'root', useFactory: () => new RestSinkConfigService() }]
|
|
42
42
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
package/forms/src/index.d.ts
CHANGED
|
@@ -17,5 +17,6 @@ export * from './modules/numberInput.module';
|
|
|
17
17
|
export * from './modules/hasError.module';
|
|
18
18
|
export * from './modules/requiredClass.module';
|
|
19
19
|
export * from './modules/formPipes';
|
|
20
|
+
export * from './modules/errorMessage';
|
|
20
21
|
export * from './misc/formModel';
|
|
21
22
|
//# sourceMappingURL=index.d.ts.map
|
package/forms/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,wCAAwC,CAAC;AACvD,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,wCAAwC,CAAC;AACvD,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FormControlStatus, FormGroup, FormGroupDirective, FormGroupName } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { GroupErrorsTemplateDirective } from '../../directives';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Component used for rendering from group errors
|
|
8
|
+
*/
|
|
9
|
+
export declare class GroupErrorsComponent implements OnInit, OnDestroy {
|
|
10
|
+
protected formGroupDirective: FormGroupDirective;
|
|
11
|
+
protected formGroupName: FormGroupName;
|
|
12
|
+
protected _changeDetector: ChangeDetectorRef;
|
|
13
|
+
/**
|
|
14
|
+
* Instance of currently used form group
|
|
15
|
+
*/
|
|
16
|
+
protected _formGroup?: FormGroup;
|
|
17
|
+
/**
|
|
18
|
+
* Subscriptions created during initialization
|
|
19
|
+
*/
|
|
20
|
+
protected _initSubscriptions: Subscription;
|
|
21
|
+
/**
|
|
22
|
+
* Last state of form control
|
|
23
|
+
*/
|
|
24
|
+
protected _lastState?: FormControlStatus;
|
|
25
|
+
/**
|
|
26
|
+
* Gets instance of currently used form group
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
get formGroup(): FormGroup;
|
|
30
|
+
/**
|
|
31
|
+
* Css classes that are applied to default rendered divs
|
|
32
|
+
*/
|
|
33
|
+
cssClass: string;
|
|
34
|
+
/**
|
|
35
|
+
* Custom template for rendering form group error
|
|
36
|
+
*/
|
|
37
|
+
template?: GroupErrorsTemplateDirective;
|
|
38
|
+
constructor(formGroupDirective: FormGroupDirective, formGroupName: FormGroupName, _changeDetector: ChangeDetectorRef);
|
|
39
|
+
/**
|
|
40
|
+
* Initialize component
|
|
41
|
+
*/
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
/**
|
|
44
|
+
* Called when component is destroyed
|
|
45
|
+
*/
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupErrorsComponent, [{ optional: true; }, { optional: true; }, null]>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupErrorsComponent, "form-group-errors", never, { "cssClass": "cssClass"; }, {}, ["template"], never>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=groupErrors.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupErrors.component.d.ts","sourceRoot":"","sources":["groupErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAsB,MAAM,eAAe,CAAC;AACtI,OAAO,EAAC,iBAAiB,EAAE,SAAS,EAAE,kBAAkB,EAAE,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC/F,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,4BAA4B,EAAC,MAAM,kBAAkB,CAAC;;AAE9D;;GAEG;AACH,qBAMa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IA+ClC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAChD,SAAS,CAAC,aAAa,EAAE,aAAa;IAClD,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA7CxD;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,SAAS,CAAC;IAEjC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,YAAY,CAAsB;IAEhE;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAIzC;;;OAGG;IACH,IAAW,SAAS,IAAI,SAAS,CAGhC;IAID;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAC;IAIxB;;OAEG;IAEI,QAAQ,CAAC,EAAE,4BAA4B,CAAC;gBAGb,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EACxC,eAAe,EAAE,iBAAiB;IAUxD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAcvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCA/EjB,oBAAoB;2CAApB,oBAAoB;CAoFhC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<ng-template #defaultTemplate let-errorName>
|
|
2
|
+
<div [ngClass]="cssClass" [errorMessage]="errorName" [errors]="formGroup.errors"></div>
|
|
3
|
+
</ng-template>
|
|
4
|
+
|
|
5
|
+
<ng-container *ngFor="let errorName of formGroup.errors | keys | withErrorMessage; let first=first; let last=last; let index=index">
|
|
6
|
+
<ng-container *ngTemplateOutlet="template?.template ?? defaultTemplate; context: {$implicit: errorName, first, last, index, errors: formGroup.errors}"></ng-container>
|
|
7
|
+
</ng-container>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { StringLocalization } from '@anglr/common';
|
|
3
|
+
import { Dictionary, StringDictionary } from '@jscrpt/common';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Directive used for displaying form error message
|
|
8
|
+
*/
|
|
9
|
+
export declare class ErrorMessageDirective implements OnChanges, OnDestroy {
|
|
10
|
+
protected _element: ElementRef<HTMLElement>;
|
|
11
|
+
protected _localization: StringLocalization;
|
|
12
|
+
protected _errorMessages: StringDictionary;
|
|
13
|
+
/**
|
|
14
|
+
* Subscriptions created during initialization
|
|
15
|
+
*/
|
|
16
|
+
protected _initSubscriptions: Subscription;
|
|
17
|
+
/**
|
|
18
|
+
* Name/code of error message to be displayed
|
|
19
|
+
*/
|
|
20
|
+
errorName: string;
|
|
21
|
+
/**
|
|
22
|
+
* Object storing all errors
|
|
23
|
+
*/
|
|
24
|
+
errors: Dictionary;
|
|
25
|
+
constructor(_element: ElementRef<HTMLElement>, _localization: StringLocalization, _errorMessages: StringDictionary);
|
|
26
|
+
/**
|
|
27
|
+
* Called when input value changes
|
|
28
|
+
*/
|
|
29
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
30
|
+
/**
|
|
31
|
+
* Called when component is destroyed
|
|
32
|
+
*/
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
/**
|
|
35
|
+
* Shows message inside of element
|
|
36
|
+
*/
|
|
37
|
+
protected _showMessage(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageDirective, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ErrorMessageDirective, "[errorMessage]", ["errorMessage"], { "errorName": "errorMessage"; "errors": "errors"; }, {}, never>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=errorMessage.directive.d.ts.map
|
package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorMessage.directive.d.ts","sourceRoot":"","sources":["errorMessage.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAiB,SAAS,EAAE,SAAS,EAAE,aAAa,EAAC,MAAM,eAAe,CAAC;AACxG,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,UAAU,EAAmB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;;AAIlC;;GAEG;AACH,qBAKa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IAwBlD,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IACd,SAAS,CAAC,aAAa,EAAE,kBAAkB;IACrC,SAAS,CAAC,cAAc,EAAE,gBAAgB;IAtBzF;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,YAAY,CAAsB;IAIhE;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAC;IAEzB;;OAEG;IAEI,MAAM,EAAE,UAAU,CAAC;gBAGJ,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACJ,aAAa,EAAE,kBAAkB,EAC3B,cAAc,EAAE,gBAAgB;IAOzF;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAUhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;yCA5DrB,qBAAqB;2CAArB,qBAAqB;CA0EjC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Dictionary } from '@jscrpt/common';
|
|
2
|
+
/**
|
|
3
|
+
* Context passed to template of group error
|
|
4
|
+
*/
|
|
5
|
+
export interface GroupErrorsTemplateContext {
|
|
6
|
+
/**
|
|
7
|
+
* Name/code of error
|
|
8
|
+
*/
|
|
9
|
+
$implicit: string;
|
|
10
|
+
/**
|
|
11
|
+
* Indication whether rendered error is last
|
|
12
|
+
*/
|
|
13
|
+
last: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Indication whether rendered error is first
|
|
16
|
+
*/
|
|
17
|
+
first: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Index of currently rendered item
|
|
20
|
+
*/
|
|
21
|
+
index: number;
|
|
22
|
+
/**
|
|
23
|
+
* Object storing all errors for form group
|
|
24
|
+
*/
|
|
25
|
+
errors: Dictionary;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=groupErrorTemplate.context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupErrorTemplate.context.d.ts","sourceRoot":"","sources":["groupErrorTemplate.context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE1C;;GAEG;AACH,MAAM,WAAW,0BAA0B;IAEvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;CACtB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { GroupErrorsTemplateContext } from './groupErrorTemplate.context';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Obtains template for displaying form group error
|
|
6
|
+
*/
|
|
7
|
+
export declare class GroupErrorsTemplateDirective {
|
|
8
|
+
template: TemplateRef<GroupErrorsTemplateContext>;
|
|
9
|
+
constructor(template: TemplateRef<GroupErrorsTemplateContext>);
|
|
10
|
+
/**
|
|
11
|
+
* Allows typechecking for template
|
|
12
|
+
*/
|
|
13
|
+
static ngTemplateContextGuard(_dir: GroupErrorsTemplateDirective, _ctx: unknown): _ctx is GroupErrorsTemplateContext;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupErrorsTemplateDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupErrorsTemplateDirective, "[formGroupError]", never, {}, {}, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=groupErrorsTemplate.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupErrorsTemplate.directive.d.ts","sourceRoot":"","sources":["groupErrorsTemplate.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAC,MAAM,eAAe,CAAC;AAErD,OAAO,EAAC,0BAA0B,EAAC,MAAM,8BAA8B,CAAC;;AAExE;;GAEG;AACH,qBAIa,4BAA4B;IAGlB,QAAQ,EAAE,WAAW,CAAC,0BAA0B,CAAC;gBAAjD,QAAQ,EAAE,WAAW,CAAC,0BAA0B,CAAC;IAMpE;;OAEG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,0BAA0B;yCAZ3G,4BAA4B;2CAA5B,4BAA4B;CAgBxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,qDAAqD,CAAC;AACpE,cAAc,kDAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../pipes/withErrorMessage/withErrorMessage.pipe";
|
|
3
|
+
import * as i2 from "../directives/errorMessage/errorMessage.directive";
|
|
4
|
+
import * as i3 from "../directives/groupErrorsTemplate/groupErrorsTemplate.directive";
|
|
5
|
+
import * as i4 from "../components/groupErrors/groupErrors.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@anglr/common";
|
|
8
|
+
/**
|
|
9
|
+
* Module for error message directives, pipes and components
|
|
10
|
+
*/
|
|
11
|
+
export declare class ErrorMessageModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorMessageModule, [typeof i1.WithErrorMessagePipe, typeof i2.ErrorMessageDirective, typeof i3.GroupErrorsTemplateDirective, typeof i4.GroupErrorsComponent], [typeof i5.CommonModule, typeof i6.CommonUtilsModule], [typeof i1.WithErrorMessagePipe, typeof i2.ErrorMessageDirective, typeof i3.GroupErrorsTemplateDirective, typeof i4.GroupErrorsComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorMessageModule>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=errorMessage.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorMessage.module.d.ts","sourceRoot":"","sources":["errorMessage.module.ts"],"names":[],"mappings":";;;;;;;AAQA;;GAEG;AACH,qBAsBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAE9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { StringDictionary } from '@jscrpt/common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Filters array of errors with messages
|
|
6
|
+
*/
|
|
7
|
+
export declare class WithErrorMessagePipe implements PipeTransform {
|
|
8
|
+
protected _errorMessages: StringDictionary;
|
|
9
|
+
constructor(_errorMessages: StringDictionary);
|
|
10
|
+
/**
|
|
11
|
+
* Filters array of errors with messages
|
|
12
|
+
* @param value - Array of error names
|
|
13
|
+
*/
|
|
14
|
+
transform(value: string[]): string[];
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WithErrorMessagePipe, never>;
|
|
16
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<WithErrorMessagePipe, "withErrorMessage">;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=withErrorMessage.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withErrorMessage.pipe.d.ts","sourceRoot":"","sources":["withErrorMessage.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAC,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;;AAIhD;;GAEG;AACH,qBACa,oBAAqB,YAAW,aAAa;IAGP,SAAS,CAAC,cAAc,EAAE,gBAAgB;gBAAhC,cAAc,EAAE,gBAAgB;IAMzF;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE;yCAblC,oBAAoB;uCAApB,oBAAoB;CAsBhC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TitledDialogComponent } from '../titledDialog/titledDialog.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component used as wrapper for material dialog enhanced with title, which is movable
|
|
5
|
+
*/
|
|
6
|
+
export declare class MovableTitledDialogComponent extends TitledDialogComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=movableTitledDialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"movableTitledDialog.component.d.ts","sourceRoot":"","sources":["movableTitledDialog.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;;AAE7E;;GAEG;AACH,qBAOa,4BAA6B,SAAQ,qBAAqB;yCAA1D,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<div class="flex-row titled-dialog-title"
|
|
2
|
+
cdkDrag
|
|
3
|
+
cdkDragRootElement=".cdk-overlay-pane"
|
|
4
|
+
cdkDragHandle>
|
|
5
|
+
<div class="flex-1">{{data.title | localize}}</div>
|
|
6
|
+
|
|
7
|
+
<div class="pointer-cursor align-self-center close-dialog" (click)="dialogRef.close()">
|
|
8
|
+
<div class="fa fa-times"></div>
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
<div class="titled-dialog-content">
|
|
13
|
+
<ng-template [ngComponentOutletEx]="component" [ngComponentOutletExInjector]="injector"></ng-template>
|
|
14
|
+
</div>
|
|
@@ -13,6 +13,9 @@ export declare class TitledDialogComponent {
|
|
|
13
13
|
* Injector used for creating component or template
|
|
14
14
|
*/
|
|
15
15
|
injector: Injector;
|
|
16
|
+
/**
|
|
17
|
+
* Instance of component that will be rendered in dialog
|
|
18
|
+
*/
|
|
16
19
|
get component(): ComponentType<any>;
|
|
17
20
|
constructor(data: ɵTitledDialogOptions, dialogRef: MatDialogRef<ɵTitledDialogOptions>, injector: Injector);
|
|
18
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"titledDialog.component.d.ts","sourceRoot":"","sources":["titledDialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,QAAQ,EAA6B,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAkB,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"titledDialog.component.d.ts","sourceRoot":"","sources":["titledDialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,QAAQ,EAA6B,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAkB,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAGlD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF;;GAEG;AACH,qBAOa,qBAAqB;IAuBc,IAAI,EAAE,oBAAoB;IACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC;IApBhE;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B;;OAEG;IACH,IAAW,SAAS,IAAI,aAAa,CAAC,GAAG,CAAC,CAQzC;gBAG2C,IAAI,EAAE,oBAAoB,EACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC,EACpD,QAAQ,EAAE,QAAQ;yCAzBrB,qBAAqB;2CAArB,qBAAqB;CAwCjC"}
|
package/material/src/index.d.ts
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
export { TitledDialogModule } from './modules/titledDialog.module';
|
|
2
2
|
export { DebugDataCopyClickModule } from './modules/debugDataCopyClick.module';
|
|
3
|
+
export { MovableTitledDialogModule } from './modules/movableTitledDialog.module';
|
|
3
4
|
export { TitledDialogService } from './services/titledDialog/titledDialog.service';
|
|
4
|
-
export {
|
|
5
|
+
export { TitledDialogServiceOptions } from './services/titledDialog/titledDialogService.options';
|
|
6
|
+
export { TitledDialogConfig } from './misc/interfaces/titledDialog.interface';
|
|
5
7
|
export { ConfirmationDialogModule } from './modules/confirmationDialog.module';
|
|
8
|
+
export { TitledDialogComponent } from './components/titledDialog/titledDialog.component';
|
|
9
|
+
export { MovableTitledDialogComponent } from './components/movableTitledDialog/movableTitledDialog.component';
|
|
6
10
|
export { ConfirmationDialogComponent } from './components/confirmationDialog/confirmationDialog.component';
|
|
7
11
|
export { ConfirmationDialogDirective } from './directives/confirmationDialog/confirmationDialog.directive';
|
|
8
12
|
export { DebugDataCopyClickDirective } from './directives/debugDataCopyClick/debugDataCopyClick.directive';
|
|
9
13
|
export { ConfirmationDialogOptions, ConfirmationDialogCssClasses } from './misc/interfaces/confirmationDialog.interface';
|
|
10
|
-
export { CONFIRMATION_DIALOG_OPTIONS } from './misc/tokens';
|
|
14
|
+
export { CONFIRMATION_DIALOG_OPTIONS, TITLED_DIALOG_DATA } from './misc/tokens';
|
|
11
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,mBAAmB,EAAC,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,yBAAyB,EAAC,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAC,mBAAmB,EAAC,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAC,0BAA0B,EAAC,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAC,kBAAkB,EAAC,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,qBAAqB,EAAC,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAC,4BAA4B,EAAC,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,yBAAyB,EAAE,4BAA4B,EAAC,MAAM,gDAAgD,CAAC;AACvH,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,eAAe,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TemplateRef
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { MatDialogConfig } from '@angular/material/dialog';
|
|
3
3
|
import { ComponentType } from '@angular/cdk/portal';
|
|
4
4
|
/**
|
|
@@ -27,8 +27,4 @@ export interface ɵTitledDialogOptions {
|
|
|
27
27
|
*/
|
|
28
28
|
componentOrTemplateRef?: ComponentType<any> | TemplateRef<any>;
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
31
|
-
* Injection token that can be used to access the data that was passed in to a titled dialog.
|
|
32
|
-
*/
|
|
33
|
-
export declare const TITLED_DIALOG_DATA: InjectionToken<any>;
|
|
34
30
|
//# sourceMappingURL=titledDialog.interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"titledDialog.interface.d.ts","sourceRoot":"","sources":["titledDialog.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"titledDialog.interface.d.ts","sourceRoot":"","sources":["titledDialog.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,CAAE,SAAQ,eAAe,CAAC,KAAK,CAAC;IAErE;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,sBAAsB,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC;CAClE"}
|
|
@@ -4,4 +4,8 @@ import { ConfirmationDialogOptions } from './interfaces/confirmationDialog.inter
|
|
|
4
4
|
* Injection token used for setting global default options for confirmation dialog
|
|
5
5
|
*/
|
|
6
6
|
export declare const CONFIRMATION_DIALOG_OPTIONS: InjectionToken<ConfirmationDialogOptions>;
|
|
7
|
+
/**
|
|
8
|
+
* Injection token that can be used to access the data that was passed in to a titled dialog.
|
|
9
|
+
*/
|
|
10
|
+
export declare const TITLED_DIALOG_DATA: InjectionToken<any>;
|
|
7
11
|
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,yBAAyB,EAAC,MAAM,2CAA2C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,yBAAyB,CAAgF,CAAC"}
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,yBAAyB,EAAC,MAAM,2CAA2C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,yBAAyB,CAAgF,CAAC;AAEnK;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,GAAG,CAAiD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../components/movableTitledDialog/movableTitledDialog.component";
|
|
3
|
+
import * as i2 from "@anglr/common";
|
|
4
|
+
import * as i3 from "@angular/material/dialog";
|
|
5
|
+
import * as i4 from "@angular/cdk/drag-drop";
|
|
6
|
+
/**
|
|
7
|
+
* Module for components for displaying movable titled dialog
|
|
8
|
+
*/
|
|
9
|
+
export declare class MovableTitledDialogModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MovableTitledDialogModule, [typeof i1.MovableTitledDialogComponent], [typeof i2.CommonDynamicModule, typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule, typeof i4.DragDropModule], never>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MovableTitledDialogModule>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=movableTitledDialog.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"movableTitledDialog.module.d.ts","sourceRoot":"","sources":["movableTitledDialog.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,qBAca,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAErC"}
|
|
@@ -2,13 +2,15 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { ComponentType } from '@angular/cdk/portal';
|
|
4
4
|
import { TitledDialogConfig } from '../../misc/interfaces/titledDialog.interface';
|
|
5
|
+
import { TitledDialogServiceOptions } from './titledDialogService.options';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Titled dialog service used for displaying components in dialog
|
|
8
9
|
*/
|
|
9
10
|
export declare class TitledDialogService {
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
protected _dialog: MatDialog;
|
|
12
|
+
protected _options: TitledDialogServiceOptions;
|
|
13
|
+
constructor(_dialog: MatDialog, _options: TitledDialogServiceOptions);
|
|
12
14
|
/**
|
|
13
15
|
* Opens a modal dialog containing the given component.
|
|
14
16
|
* @param componentOrTemplateRef - Type of the component to load into the dialog, or a TemplateRef to instantiate as the dialog content.
|
|
@@ -16,7 +18,7 @@ export declare class TitledDialogService {
|
|
|
16
18
|
* @returns Reference to the newly-opened dialog.
|
|
17
19
|
*/
|
|
18
20
|
open<T, D = any, R = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: TitledDialogConfig<D>): MatDialogRef<T, R>;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogService,
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogService, [null, { optional: true; }]>;
|
|
20
22
|
static ɵprov: i0.ɵɵInjectableDeclaration<TitledDialogService>;
|
|
21
23
|
}
|
|
22
24
|
//# sourceMappingURL=titledDialog.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"titledDialog.service.d.ts","sourceRoot":"","sources":["titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"titledDialog.service.d.ts","sourceRoot":"","sources":["titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAC,MAAM,eAAe,CAAC;AAChE,OAAO,EAAC,SAAS,EAAE,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAC,kBAAkB,EAAuB,MAAM,8CAA8C,CAAC;AACtG,OAAO,EAAC,0BAA0B,EAAC,MAAM,+BAA+B,CAAC;;AAEzE;;GAEG;AACH,qBACa,mBAAmB;IAGhB,SAAS,CAAC,OAAO,EAAE,SAAS;IAChB,SAAS,CAAC,QAAQ,EAAE,0BAA0B;gBADhD,OAAO,EAAE,SAAS,EACN,QAAQ,EAAE,0BAA0B;IAUtE;;;;;OAKG;IACI,IAAI,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,sBAAsB,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;yCApBtI,mBAAmB;6CAAnB,mBAAmB;CAqC/B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Type } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Options for `TitledDialogService`
|
|
4
|
+
*/
|
|
5
|
+
export declare class TitledDialogServiceOptions {
|
|
6
|
+
/**
|
|
7
|
+
* Type of component used for rendering titled dialog
|
|
8
|
+
*/
|
|
9
|
+
titledDialogComponent: Type<any>;
|
|
10
|
+
constructor(titledDialogComponent?: Type<any>);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=titledDialogService.options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"titledDialogService.options.d.ts","sourceRoot":"","sources":["titledDialogService.options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AAKnC;;GAEG;AACH,qBAAa,0BAA0B;IAInC;;OAEG;IACI,qBAAqB,EAAE,IAAI,CAAC,GAAG,CAAC,CAAyB;gBAGpD,qBAAqB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC;CAOhD"}
|