@anglr/common 21.3.0 → 22.0.0-beta.20250123101532
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 +20 -0
- package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js +5 -4
- package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
- package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +4 -4
- package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
- package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +4 -4
- package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js.map +1 -1
- package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +4 -4
- package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js.map +1 -1
- package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +4 -5
- package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js.map +1 -1
- package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -4
- package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js.map +1 -1
- package/es2022/forms/src/directives/hasError/hasError.directive.js +3 -4
- package/es2022/forms/src/directives/hasError/hasError.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +5 -5
- package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +5 -5
- package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +4 -4
- package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +5 -5
- package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +3 -4
- package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js.map +1 -1
- package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -4
- package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js.map +1 -1
- package/es2022/forms/src/misc/utils.js +2 -1
- package/es2022/forms/src/misc/utils.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +14 -9
- package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +4 -4
- package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +4 -4
- package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js +5 -13
- package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js +5 -5
- package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js.map +1 -1
- package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
- package/es2022/forms/src/modules/hasError.module.js +4 -4
- package/es2022/forms/src/modules/numberInput.module.js +7 -7
- package/es2022/forms/src/modules/numberInput.module.js.map +1 -1
- package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +5 -4
- package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js.map +1 -1
- package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
- package/es2022/forms/src/services/submitted/submitted.service.js +3 -3
- package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +4 -4
- package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js.map +1 -1
- package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +4 -4
- package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js.map +1 -1
- package/es2022/hotkeys/src/services/appHotkeys.service.js +3 -3
- package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +10 -7
- package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
- package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +12 -7
- package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -1
- package/es2022/material/src/components/titledDialog/titledDialog.component.js +9 -6
- package/es2022/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -4
- package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
- package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -4
- package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js.map +1 -1
- package/es2022/material/src/modules/confirmationDialog.module.js +6 -15
- package/es2022/material/src/modules/confirmationDialog.module.js.map +1 -1
- package/es2022/material/src/modules/debugDataCopyClick.module.js +4 -4
- package/es2022/material/src/modules/movableTitledDialog.module.js +7 -8
- package/es2022/material/src/modules/movableTitledDialog.module.js.map +1 -1
- package/es2022/material/src/modules/titledDialog.module.js +5 -16
- package/es2022/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -3
- package/es2022/router/src/services/routing/dataRouter.js +3 -3
- package/es2022/router/src/services/routing/dataRouterData.js +3 -3
- package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +6 -6
- package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js.map +1 -1
- package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +4 -4
- package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js.map +1 -1
- package/es2022/src/decorators/asSignal/asSignal.decorator.js.map +1 -1
- package/es2022/src/decorators/componentDisplay/componentDisplay.decorator.js.map +1 -1
- package/es2022/src/decorators/componentDisplayBlock/componentDisplayBlock.decorator.js.map +1 -1
- package/es2022/src/decorators/componentDisplayFlex/componentDisplayFlex.decorator.js.map +1 -1
- package/es2022/src/decorators/componentHostStyle/componentHostStyle.decorator.js.map +1 -1
- package/es2022/src/decorators/scrollableContent/scrollableContent.decorator.js.map +1 -1
- package/es2022/src/decorators/typeProvider/typeProvider.decorator.js +0 -1
- package/es2022/src/decorators/typeProvider/typeProvider.decorator.js.map +1 -1
- package/es2022/src/decorators/withFullscreenContentCssClass/withFullscreenContentCssClass.decorator.js.map +1 -1
- package/es2022/src/directives/bodyRender/bodyRender.directive.js +3 -4
- package/es2022/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
- package/es2022/src/directives/clickOutside/clickOutside.directive.js +4 -5
- package/es2022/src/directives/clickOutside/clickOutside.directive.js.map +1 -1
- package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +3 -4
- package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js.map +1 -1
- package/es2022/src/directives/goBack/goBack.directive.js +3 -4
- package/es2022/src/directives/goBack/goBack.directive.js.map +1 -1
- package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -4
- package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
- package/es2022/src/directives/positionTo/positionTo.directive.js +4 -5
- package/es2022/src/directives/positionTo/positionTo.directive.js.map +1 -1
- package/es2022/src/modules/castPipes/modules/castPipes.module.js +5 -5
- package/es2022/src/modules/castPipes/modules/castPipes.module.js.map +1 -1
- package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
- package/es2022/src/modules/commonDynamic.module.js +4 -4
- package/es2022/src/modules/commonLocalize.module.js +7 -7
- package/es2022/src/modules/commonLocalize.module.js.map +1 -1
- package/es2022/src/modules/commonUtils.module.js +9 -9
- package/es2022/src/modules/commonUtils.module.js.map +1 -1
- package/es2022/src/modules/debugData/components/debugData/debugData.component.js +4 -4
- package/es2022/src/modules/debugData/components/debugData/debugData.component.js.map +1 -1
- package/es2022/src/modules/debugData/modules/debugData.module.js +4 -4
- package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
- package/es2022/src/modules/file/components/file/file.component.js +4 -4
- package/es2022/src/modules/file/components/file/file.component.js.map +1 -1
- package/es2022/src/modules/file/components/fileInput/fileInput.component.js +7 -7
- package/es2022/src/modules/file/components/fileInput/fileInput.component.js.map +1 -1
- package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js +7 -7
- package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js.map +1 -1
- package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js +3 -4
- package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js.map +1 -1
- package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js +3 -4
- package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js.map +1 -1
- package/es2022/src/modules/file/modules/file.module.js +4 -4
- package/es2022/src/modules/logger/components/console/console.component.js +5 -5
- package/es2022/src/modules/logger/components/console/console.component.js.map +1 -1
- package/es2022/src/modules/logger/services/console/consoleComponent.service.js +3 -3
- package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +3 -3
- package/es2022/src/modules/logger/services/logger/logger.service.js +3 -3
- package/es2022/src/modules/logger/services/rest/restSink.options.js +3 -3
- package/es2022/src/modules/logger/types/loggerOptions.js +3 -3
- package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +9 -7
- package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
- package/es2022/src/modules/multiButton/modules/multiButton.module.js +5 -9
- package/es2022/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
- package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +9 -6
- package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js.map +1 -1
- package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +4 -4
- package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +4 -4
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
- package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +7 -15
- package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
- package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
- package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js.map +1 -1
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +7 -5
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +5 -5
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
- package/es2022/src/modules/tooltip/modules/tooltip.module.js +6 -10
- package/es2022/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
- package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +3 -4
- package/es2022/src/pipes/displayProperties/displayProperties.pipe.js.map +1 -1
- package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +4 -5
- package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js.map +1 -1
- package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +8 -9
- package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js.map +1 -1
- package/es2022/src/pipes/isNaN/isNaN.pipe.js +3 -4
- package/es2022/src/pipes/isNaN/isNaN.pipe.js.map +1 -1
- package/es2022/src/pipes/isPresent/isPresent.pipe.js +3 -4
- package/es2022/src/pipes/isPresent/isPresent.pipe.js.map +1 -1
- package/es2022/src/pipes/keys/keys.pipe.js +4 -4
- package/es2022/src/pipes/keys/keys.pipe.js.map +1 -1
- package/es2022/src/pipes/localize/localize.pipe.js +4 -5
- package/es2022/src/pipes/localize/localize.pipe.js.map +1 -1
- package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +5 -5
- package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -1
- package/es2022/src/pipes/numeral/numeral.pipe.js +4 -4
- package/es2022/src/pipes/numeral/numeral.pipe.js.map +1 -1
- package/es2022/src/pipes/trimText/trimText.pipe.js +4 -4
- package/es2022/src/pipes/trimText/trimText.pipe.js.map +1 -1
- package/es2022/src/pipes/urlEncode/urlEncode.pipe.js +4 -4
- package/es2022/src/pipes/urlEncode/urlEncode.pipe.js.map +1 -1
- package/es2022/src/services/cookies/cookies.service.js +3 -3
- package/es2022/src/services/notifications/defaultNotifications.service.js +3 -3
- package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
- package/es2022/src/services/statusCode/statusCode.service.js +3 -3
- package/es2022/src/services/stringLocalization/noStringLocalization.service.js +3 -3
- package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
- package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
- package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
- package/eslint.config.js +6 -0
- package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
- package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
- package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts.map +1 -1
- package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts.map +1 -1
- package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.html +1 -1
- package/forms/src/directives/groupHasError/groupHasError.directive.d.ts.map +1 -1
- package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map +1 -1
- package/forms/src/directives/hasError/hasError.directive.d.ts.map +1 -1
- package/forms/src/directives/numberInput/maxValueNumberValidator.directive.d.ts +1 -1
- package/forms/src/directives/numberInput/minValueNumberValidator.directive.d.ts +1 -1
- package/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.d.ts +1 -1
- package/forms/src/directives/numberInput/numberInputValidator.directive.d.ts +1 -1
- package/forms/src/directives/requiredClass/requiredClass.directive.d.ts.map +1 -1
- package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map +1 -1
- package/forms/src/misc/utils.d.ts.map +1 -1
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +1 -1
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -1
- package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +4 -3
- package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +1 -1
- package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +1 -1
- package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts +1 -3
- package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts.map +1 -1
- package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +1 -1
- package/forms/src/modules/formPipes/modules/formPipes.module.d.ts +1 -1
- package/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.d.ts +1 -1
- package/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.d.ts +1 -1
- package/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.d.ts +1 -1
- package/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.d.ts +1 -1
- package/forms/src/modules/numberInput.module.d.ts +1 -1
- package/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.d.ts.map +1 -1
- package/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.d.ts.map +1 -1
- package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts.map +1 -1
- package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts +1 -1
- package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts.map +1 -1
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +1 -1
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -1
- package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +1 -1
- package/material/src/components/titledDialog/titledDialog.component.d.ts +1 -1
- package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
- package/material/src/components/titledDialog/titledDialog.component.html +2 -2
- package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts.map +1 -1
- package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts.map +1 -1
- package/material/src/modules/confirmationDialog.module.d.ts +4 -6
- package/material/src/modules/confirmationDialog.module.d.ts.map +1 -1
- package/material/src/modules/movableTitledDialog.module.d.ts +5 -5
- package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -1
- package/material/src/modules/titledDialog.module.d.ts +2 -4
- package/material/src/modules/titledDialog.module.d.ts.map +1 -1
- package/package.json +44 -44
- package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
- package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts.map +1 -1
- package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts.map +1 -1
- package/src/decorators/typeProvider/typeProvider.decorator.d.ts.map +1 -1
- package/src/directives/bodyRender/bodyRender.directive.d.ts.map +1 -1
- package/src/directives/clickOutside/clickOutside.directive.d.ts +3 -3
- package/src/directives/clickOutside/clickOutside.directive.d.ts.map +1 -1
- package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
- package/src/directives/goBack/goBack.directive.d.ts.map +1 -1
- package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts.map +1 -1
- package/src/directives/positionTo/positionTo.directive.d.ts +3 -3
- package/src/directives/positionTo/positionTo.directive.d.ts.map +1 -1
- package/src/modules/castPipes/modules/castPipes.module.d.ts +1 -1
- package/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.d.ts +1 -1
- package/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.d.ts +1 -1
- package/src/modules/castPipes/pipes/asRequired/asRequired.pipe.d.ts +1 -1
- package/src/modules/castPipes/pipes/castType/castType.pipe.d.ts +1 -1
- package/src/modules/commonLocalize.module.d.ts +1 -1
- package/src/modules/commonUtils.module.d.ts +1 -1
- package/src/modules/debugData/components/debugData/debugData.component.d.ts.map +1 -1
- package/src/modules/file/components/file/file.component.d.ts.map +1 -1
- package/src/modules/file/components/fileInput/fileInput.component.d.ts.map +1 -1
- package/src/modules/file/components/uploadButton/uploadButton.component.d.ts.map +1 -1
- package/src/modules/file/directive/fileInput/fileInput.directive.d.ts.map +1 -1
- package/src/modules/file/directive/fileTemplate/fileTemplate.directive.d.ts.map +1 -1
- package/src/modules/logger/components/console/console.component.d.ts +3 -3
- package/src/modules/logger/components/console/console.component.d.ts.map +1 -1
- package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts +1 -1
- package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts.map +1 -1
- package/src/modules/multiButton/components/multiButton/multiButton.component.html +1 -1
- package/src/modules/multiButton/modules/multiButton.module.d.ts +1 -2
- package/src/modules/multiButton/modules/multiButton.module.d.ts.map +1 -1
- package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts +1 -1
- package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts.map +1 -1
- package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.html +4 -1
- package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts +1 -1
- package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts.map +1 -1
- package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts +1 -3
- package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts.map +1 -1
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
- package/src/modules/tooltip/components/tooltip/tooltip.component.html +13 -5
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
- package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +1 -1
- package/src/modules/tooltip/modules/tooltip.module.d.ts +4 -5
- package/src/modules/tooltip/modules/tooltip.module.d.ts.map +1 -1
- package/src/pipes/displayProperties/displayProperties.pipe.d.ts.map +1 -1
- package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts +3 -3
- package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts.map +1 -1
- package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts +7 -7
- package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts.map +1 -1
- package/src/pipes/isNaN/isNaN.pipe.d.ts.map +1 -1
- package/src/pipes/isPresent/isPresent.pipe.d.ts.map +1 -1
- package/src/pipes/localize/localize.pipe.d.ts +3 -3
- package/src/pipes/localize/localize.pipe.d.ts.map +1 -1
- package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +3 -3
- package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts.map +1 -1
- package/version.bak +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,SAAS,EAAiB,QAAQ,EAAE,gBAAgB,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAC5J,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAsB,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAuB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,YAAY,EAAS,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,8BAA8B,EAAC,MAAM,wEAAwE,CAAC;AACtH,OAAO,EAAC,uBAAuB,EAAE,yBAAyB,EAAmC,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;AAC9M,OAAO,EAAC,gBAAgB,EAAC,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAIvF;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,SAAS,EAAiB,QAAQ,EAAE,gBAAgB,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAC5J,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAsB,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAuB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,YAAY,EAAS,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,8BAA8B,EAAC,MAAM,wEAAwE,CAAC;AACtH,OAAO,EAAC,uBAAuB,EAAE,yBAAyB,EAAmC,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;AAC9M,OAAO,EAAC,gBAAgB,EAAC,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAIvF;;GAEG;AACH,qBAIa,iBAAkB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IA8D1D,SAAS,CAAC,eAAe,EAAE,8BAA8B;IACzD,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACjB,SAAS,CAAC,aAAa,EAAE,sBAAsB;IAC3D,SAAS,CAAC,WAAW,EAAE,oBAAoB;IAC3C,SAAS,CAAC,eAAe,EAAE,eAAe;IAC1C,SAAS,CAAC,OAAO,EAAE,OAAO;IAC1B,SAAS,CAAC,YAAY,EAAE,gBAAgB;IACxC,SAAS,CAAC,aAAa,EAAE,6BAA6B;IACrC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAC7E,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAnExC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,YAAY,CAAsB;IAE3D;;OAEG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,CAAkB;IAEtC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,OAAO,CAAS;IAEzC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAIrC;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IACI,QAAQ,EAAE,uBAAuB,CAAC;IAIzC;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAEvC;;OAEG;IAEI,eAAe,CAAC,EAAE,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAEzD;;OAEG;IAEI,cAAc,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,CAAC;gBAG/C,eAAe,EAAE,8BAA8B,EAC/C,aAAa,EAAE,gBAAgB,EACP,aAAa,EAAE,sBAAsB,EACjD,WAAW,EAAE,oBAAoB,EACjC,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,gBAAgB,EAC9B,aAAa,EAAE,6BAA6B,EAC3B,kBAAkB,EAAE,kBAAkB,EACnE,QAAQ,EAAE,QAAQ;IAMxC;;OAEG;IACI,QAAQ,IAAI,IAAI;IA6BvB;;OAEG;IACI,eAAe,IAAI,IAAI;IAY9B;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAuB9B;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAUrC;;;;;OAKG;IAEH,SAAS,CAAC,kBAAkB,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,WAAW,GAAE,MAAM,IAAe,EAAE,mBAAmB,GAAE,OAAc,GAAG,IAAI;yCAvLtH,iBAAiB;2CAAjB,iBAAiB;CAqM7B"}
|
|
@@ -30,6 +30,6 @@ export declare class MaxValueNumberValidatorDirective implements Validator, OnCh
|
|
|
30
30
|
*/
|
|
31
31
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaxValueNumberValidatorDirective, [{ attribute: "maxValue"; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValueNumberValidatorDirective, "input[number][maxValue][formControlName],input[number][maxValue][formControl],input[number][maxValue][ngModel]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; }, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValueNumberValidatorDirective, "input[number][maxValue][formControlName],input[number][maxValue][formControl],input[number][maxValue][ngModel]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=maxValueNumberValidator.directive.d.ts.map
|
|
@@ -30,6 +30,6 @@ export declare class MinValueNumberValidatorDirective implements Validator, OnCh
|
|
|
30
30
|
*/
|
|
31
31
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MinValueNumberValidatorDirective, [{ attribute: "minValue"; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MinValueNumberValidatorDirective, "input[number][minValue][formControlName],input[number][minValue][formControl],input[number][minValue][ngModel]", never, { "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MinValueNumberValidatorDirective, "input[number][minValue][formControlName],input[number][minValue][formControl],input[number][minValue][ngModel]", never, { "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=minValueNumberValidator.directive.d.ts.map
|
|
@@ -34,6 +34,6 @@ export declare class NumberInputControlValueAccessor implements ControlValueAcce
|
|
|
34
34
|
*/
|
|
35
35
|
setDisabledState?(isDisabled: boolean): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputControlValueAccessor, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputControlValueAccessor, "input[number][formControlName],input[number][formControl],input[number][ngModel]", never, {}, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputControlValueAccessor, "input[number][formControlName],input[number][formControl],input[number][ngModel]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=numberInputControlValueAccessor.directive.d.ts.map
|
|
@@ -11,6 +11,6 @@ export declare class NumberInputValidatorDirective implements Validator {
|
|
|
11
11
|
*/
|
|
12
12
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputValidatorDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputValidatorDirective, "input[number][formControlName],input[number][formControl],input[number][ngModel]", never, {}, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputValidatorDirective, "input[number][formControlName],input[number][formControl],input[number][ngModel]", never, {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=numberInputValidator.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,SAAS,EAAS,UAAU,EAAC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAa,MAAM,gBAAgB,CAAC;;AAU9F;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,SAAS,EAAS,UAAU,EAAC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAa,MAAM,gBAAgB,CAAC;;AAU9F;;GAEG;AACH,qBAIa,sBAAuB,YAAW,aAAa;IAqBhC,SAAS,CAAC,YAAY,EAAE,oBAAoB;IAC5C,SAAS,CAAC,gBAAgB,EAAE,eAAe;IACvD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IApBvD;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAc;gBAGR,YAAY,EAAE,oBAAoB,EAClC,gBAAgB,EAAE,eAAe,EAC7C,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;OAEG;IACI,eAAe,IAAI,IAAI;yCAjCrB,sBAAsB;2CAAtB,sBAAsB;4CAZI,MAAM;CA0D5C"}
|
package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,qBAIa,kCAAkC;gBAGnB,aAAa,EAAE,6BAA6B,EACxD,aAAa,EAAE,gBAAgB;yCAJlC,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAA0B,UAAU,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAA0B,UAAU,EAAa,MAAM,gBAAgB,CAAC;AAG/E;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAC,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,SAAS,GAAE,OAAe,GAAG,OAAO,CAiB9G;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAC,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAE,MAAM,EAAO,EAAE,SAAS,GAAE,OAAe,GAAG,OAAO,CAerI;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAiBlE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAE,MAAM,EAAO,GAAG,OAAO,CAezF;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,UAAU,CAoBxE;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,GAAG,GAAG,OAAO,CAYrJ"}
|
|
@@ -45,6 +45,6 @@ export declare class GroupErrorsComponent implements OnInit, OnDestroy {
|
|
|
45
45
|
*/
|
|
46
46
|
ngOnDestroy(): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupErrorsComponent, [{ optional: true; }, { optional: true; }, null]>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupErrorsComponent, "form-group-errors", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, ["template"], never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupErrorsComponent, "form-group-errors", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, ["template"], never, true, never>;
|
|
49
49
|
}
|
|
50
50
|
//# sourceMappingURL=groupErrors.component.d.ts.map
|
package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map
CHANGED
|
@@ -1 +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;
|
|
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;AAEtI,OAAO,EAAC,iBAAiB,EAAE,SAAS,EAAE,kBAAkB,EAAE,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAG/F,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAwB,4BAA4B,EAAC,MAAM,kBAAkB,CAAC;;AAGrF;;GAEG;AACH,qBAea,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"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
<div [ngClass]="cssClass" [errorMessage]="errorName" [errors]="formGroup.errors" @slideInOut></div>
|
|
3
3
|
</ng-template>
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
@for(errorName of formGroup.errors | keys | withErrorMessage; track errorName)
|
|
6
|
+
{
|
|
7
|
+
<ng-container *ngTemplateOutlet="template?.template ?? defaultTemplate; context: {$implicit: errorName, $first, $last, $index, errors: formGroup.errors}"/>
|
|
8
|
+
}
|
|
@@ -36,6 +36,6 @@ export declare class ErrorMessageDirective implements OnChanges, OnDestroy {
|
|
|
36
36
|
*/
|
|
37
37
|
protected _showMessage(): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ErrorMessageDirective, "[errorMessage]", ["errorMessage"], { "errorName": { "alias": "errorMessage"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, never,
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ErrorMessageDirective, "[errorMessage]", ["errorMessage"], { "errorName": { "alias": "errorMessage"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
41
41
|
//# sourceMappingURL=errorMessage.directive.d.ts.map
|
|
@@ -12,6 +12,6 @@ export declare class GroupErrorsTemplateDirective {
|
|
|
12
12
|
*/
|
|
13
13
|
static ngTemplateContextGuard(_dir: GroupErrorsTemplateDirective, _ctx: unknown): _ctx is GroupErrorsTemplateContext;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupErrorsTemplateDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupErrorsTemplateDirective, "[formGroupError]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupErrorsTemplateDirective, "[formGroupError]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=groupErrorsTemplate.directive.d.ts.map
|
|
@@ -3,14 +3,12 @@ import * as i1 from "../pipes/withErrorMessage/withErrorMessage.pipe";
|
|
|
3
3
|
import * as i2 from "../directives/errorMessage/errorMessage.directive";
|
|
4
4
|
import * as i3 from "../directives/groupErrorsTemplate/groupErrorsTemplate.directive";
|
|
5
5
|
import * as i4 from "../components/groupErrors/groupErrors.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@anglr/common";
|
|
8
6
|
/**
|
|
9
7
|
* Module for error message directives, pipes and components
|
|
10
8
|
*/
|
|
11
9
|
export declare class ErrorMessageModule {
|
|
12
10
|
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
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorMessageModule, never, [typeof i1.WithErrorMessagePipe, typeof i2.ErrorMessageDirective, typeof i3.GroupErrorsTemplateDirective, typeof i4.GroupErrorsComponent], [typeof i1.WithErrorMessagePipe, typeof i2.ErrorMessageDirective, typeof i3.GroupErrorsTemplateDirective, typeof i4.GroupErrorsComponent]>;
|
|
14
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorMessageModule>;
|
|
15
13
|
}
|
|
16
14
|
//# sourceMappingURL=errorMessage.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorMessage.module.d.ts","sourceRoot":"","sources":["errorMessage.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"errorMessage.module.d.ts","sourceRoot":"","sources":["errorMessage.module.ts"],"names":[],"mappings":";;;;;AAMA;;GAEG;AACH,qBAiBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAE9B"}
|
|
@@ -13,6 +13,6 @@ export declare class WithErrorMessagePipe implements PipeTransform {
|
|
|
13
13
|
*/
|
|
14
14
|
transform(value: string[]): string[];
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<WithErrorMessagePipe, never>;
|
|
16
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<WithErrorMessagePipe, "withErrorMessage",
|
|
16
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<WithErrorMessagePipe, "withErrorMessage", true>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=withErrorMessage.pipe.d.ts.map
|
|
@@ -8,7 +8,7 @@ import * as i4 from "../pipes/getControl/getControl.pipe";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class FormPipesModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormPipesModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormPipesModule, [typeof i1.AsFormArrayPipe, typeof i2.AsFormControlPipe, typeof i3.AsFormGroupPipe, typeof i4.GetControlPipe],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormPipesModule, never, [typeof i1.AsFormArrayPipe, typeof i2.AsFormControlPipe, typeof i3.AsFormGroupPipe, typeof i4.GetControlPipe], [typeof i1.AsFormArrayPipe, typeof i2.AsFormControlPipe, typeof i3.AsFormGroupPipe, typeof i4.GetControlPipe]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormPipesModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=formPipes.module.d.ts.map
|
|
@@ -14,6 +14,6 @@ export declare class AsFormArrayPipe {
|
|
|
14
14
|
*/
|
|
15
15
|
transform<TModel>(value: AbstractControl<TModel> | null | undefined, _valueHash?: any): FormArray<AbstractControl<TModel>> | null;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsFormArrayPipe, [{ optional: true; }]>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormArrayPipe, "asFormArray",
|
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormArrayPipe, "asFormArray", true>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=asFormArray.pipe.d.ts.map
|
|
@@ -14,6 +14,6 @@ export declare class AsFormControlPipe {
|
|
|
14
14
|
*/
|
|
15
15
|
transform<TModel>(value: AbstractControl<TModel> | null | undefined, _valueHash?: any): FormControl<TModel> | null;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsFormControlPipe, [{ optional: true; }]>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormControlPipe, "asFormControl",
|
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormControlPipe, "asFormControl", true>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=asFormControl.pipe.d.ts.map
|
|
@@ -15,6 +15,6 @@ export declare class AsFormGroupPipe {
|
|
|
15
15
|
*/
|
|
16
16
|
transform<TModel>(value: AbstractControl<TModel> | null | undefined, _valueHash?: any): FormGroup<FormModelGroup<TModel>> | null;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsFormGroupPipe, [{ optional: true; }]>;
|
|
18
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormGroupPipe, "asFormGroup",
|
|
18
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsFormGroupPipe, "asFormGroup", true>;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=asFormGroup.pipe.d.ts.map
|
|
@@ -13,6 +13,6 @@ export declare class GetControlPipe implements PipeTransform {
|
|
|
13
13
|
*/
|
|
14
14
|
transform<TModel, TKey extends keyof TModel>(value: AbstractControl<TModel>, control: TKey, _valueHash?: unknown): AbstractControl<TModel[TKey]> | null;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetControlPipe, never>;
|
|
16
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GetControlPipe, "getControl",
|
|
16
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetControlPipe, "getControl", true>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=getControl.pipe.d.ts.map
|
|
@@ -8,7 +8,7 @@ import * as i4 from "../directives/numberInput/numberInputValidator.directive";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class NumberInputModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumberInputModule, [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumberInputModule, never, [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective], [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<NumberInputModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=numberInput.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorMessagesExtractor.service.d.ts","sourceRoot":"","sources":["errorMessagesExtractor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"errorMessagesExtractor.service.d.ts","sourceRoot":"","sources":["errorMessagesExtractor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,gBAAgB,EAAW,MAAM,gBAAgB,CAAC;AAI1D,OAAO,EAAC,sBAAsB,EAAC,MAAM,oCAAoC,CAAC;;AAgB1E;;GAEG;AACH,qBACa,sBAAsB;IAUU,SAAS,CAAC,mBAAmB,EAAE,kBAAkB;IAC3C,SAAS,CAAC,wBAAwB,EAAE,MAAM,EAAE;IAP3F;;OAEG;IACH,SAAS,CAAC,cAAc,EAAE,gBAAgB,CAAC;gBAGQ,mBAAmB,EAAE,kBAAkB,EACjC,wBAAwB,EAAE,MAAM,EAAE,EAChC,mBAAmB,CAAC,EAAE,gBAAgB;IAOjG;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,gBAAgB,GAAG,sBAAsB;yCAxBlF,sBAAsB;6CAAtB,sBAAsB;CAqElC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationErrorRenderer.service.d.ts","sourceRoot":"","sources":["validationErrorRenderer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAE,YAAY,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"validationErrorRenderer.service.d.ts","sourceRoot":"","sources":["validationErrorRenderer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAE,YAAY,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAC,sBAAsB,EAAC,MAAM,0DAA0D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,qCAAqC,EAAE,kCAAkC,EAAC,MAAM,qCAAqC,CAAC;AAChN,OAAO,EAAC,sBAAsB,EAAC,MAAM,4DAA4D,CAAC;AAElG,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAGvF;;GAEG;AACH,qBACa,8BAA8B;IAU3B,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IANrE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,qCAAqC,CAAC;gBAGpC,uBAAuB,EAAE,sBAAsB,EACM,OAAO,EAAE,qCAAqC;IAOzH;;;;;;OAMG;IACI,MAAM,CAAC,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,6BAA6B,EAC5C,QAAQ,EAAE,QAAQ,EAClB,kBAAkB,EAAE,sBAAsB,GAAG,uBAAuB;yCA5BzE,8BAA8B;6CAA9B,8BAA8B;CAqC1C;AAED;;GAEG;AACH,qBAAa,8BAA+B,YAAW,uBAAuB;IAe9D,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IACzD,SAAS,CAAC,QAAQ,EAAE,WAAW;IAC/B,SAAS,CAAC,cAAc,EAAE,6BAA6B;IACvD,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,mBAAmB,EAAE,sBAAsB;IACrD,SAAS,CAAC,QAAQ,EAAE,+BAA+B;IAhB/D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,sBAAsB,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,kCAAkC,CAAC,CAAC;gBAGjD,uBAAuB,EAAE,sBAAsB,EAC/C,QAAQ,EAAE,WAAW,EACrB,cAAc,EAAE,6BAA6B,EAC7C,SAAS,EAAE,QAAQ,EACnB,mBAAmB,EAAE,sBAAsB,EAC3C,QAAQ,EAAE,+BAA+B;IAO/D;;OAEG;IACI,OAAO,IAAI,IAAI;IAMtB;;OAEG;IACI,MAAM,CAAC,OAAO,EAAE,+BAA+B,EAAE,aAAa,CAAC,EAAE,gBAAgB,GAAG,OAAO;IA+BlG;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;CAKhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAWa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAwBpD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
|
|
@@ -13,6 +13,6 @@ export declare class ConfirmationDialogComponent {
|
|
|
13
13
|
options: ConfirmationDialogOptions;
|
|
14
14
|
constructor(data: ConfirmationDialogOptions, dialog: MatDialogRef<ConfirmationDialogOptions, boolean>, options: ConfirmationDialogOptions);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, [null, null, { optional: true; }]>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "confirmation-dialog", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "confirmation-dialog", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=confirmationDialog.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirmationDialog.component.d.ts","sourceRoot":"","sources":["confirmationDialog.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"confirmationDialog.component.d.ts","sourceRoot":"","sources":["confirmationDialog.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAMtD,OAAO,EAAC,yBAAyB,EAAC,MAAM,oDAAoD,CAAC;;AAqB7F;;GAEG;AACH,qBAWa,2BAA2B;IAYjB,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC;IAR3E;;;OAGG;IACI,OAAO,EAAE,yBAAyB,CAAC;gBAGF,IAAI,EAAE,yBAAyB,EACpD,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC,EACd,OAAO,EAAE,yBAAyB;yCAbtF,2BAA2B;2CAA3B,2BAA2B;CAiBvC"}
|
|
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class MovableTitledDialogComponent extends TitledDialogComponent {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=movableTitledDialog.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"movableTitledDialog.component.d.ts","sourceRoot":"","sources":["movableTitledDialog.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"movableTitledDialog.component.d.ts","sourceRoot":"","sources":["movableTitledDialog.component.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;;AAE7E;;GAEG;AACH,qBAca,4BAA6B,SAAQ,qBAAqB;yCAA1D,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
|
@@ -19,6 +19,6 @@ export declare class TitledDialogComponent {
|
|
|
19
19
|
get component(): ComponentType<any>;
|
|
20
20
|
constructor(data: ɵTitledDialogOptions, dialogRef: MatDialogRef<ɵTitledDialogOptions>, injector: Injector);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TitledDialogComponent, "titled-dialog", never, {}, {}, never, never,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TitledDialogComponent, "titled-dialog", never, {}, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=titledDialog.component.d.ts.map
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"titledDialog.component.d.ts","sourceRoot":"","sources":["titledDialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,QAAQ,EAA6B,MAAM,eAAe,CAAC;AAE/G,OAAO,EAAkB,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAIlD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF;;GAEG;AACH,qBAYa,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirmationDialog.directive.d.ts","sourceRoot":"","sources":["confirmationDialog.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAuB,MAAM,eAAe,CAAC;AAGnF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAErF,OAAO,EAA4B,4BAA4B,EAAC,MAAM,oDAAoD,CAAC;;AAE3H;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"confirmationDialog.directive.d.ts","sourceRoot":"","sources":["confirmationDialog.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAuB,MAAM,eAAe,CAAC;AAGnF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAErF,OAAO,EAA4B,4BAA4B,EAAC,MAAM,oDAAoD,CAAC;;AAE3H;;GAEG;AACH,qBAIa,2BAA2B;IAuDxB,OAAO,CAAC,OAAO;IAnD3B;;OAEG;IAEI,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE3D;;OAEG;IAEI,iBAAiB,EAAE,MAAM,CAAkB;IAElD;;OAEG;IAEI,mBAAmB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE9D;;OAEG;IAEI,kBAAkB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE7D;;OAEG;IAEI,sBAAsB,EAAE,4BAA4B,GAAC,SAAS,GAAC,IAAI,CAAa;IAEvF;;OAEG;IAEI,gBAAgB,EAAE,OAAO,CAAS;IAEzC;;OAEG;IAEI,6BAA6B,EAAE,OAAO,CAAQ;IAIrD;;OAEG;IAEI,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAG1C,OAAO,EAAE,mBAAmB;IAMhD;;OAEG;IAEU,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;yCAjE3C,2BAA2B;2CAA3B,2BAA2B;CAkGvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,qBAIa,2BAA2B;IAqBxB,SAAS,CAAC,UAAU,EAAE,SAAS;IAjB3C;;OAEG;IAEI,IAAI,EAAE,OAAO,CAAC;IAIrB;;;;OAIG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,UAAU,EAAE,SAAS;IAM3C;;;;OAIG;IAEI,QAAQ,IAAI,IAAI;yCAjCd,2BAA2B;2CAA3B,2BAA2B;CAqCvC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "./titledDialog.module";
|
|
6
|
-
import * as i5 from "../directives/confirmationDialog/confirmationDialog.directive";
|
|
2
|
+
import * as i1 from "./titledDialog.module";
|
|
3
|
+
import * as i2 from "../directives/confirmationDialog/confirmationDialog.directive";
|
|
4
|
+
import * as i3 from "../components/confirmationDialog/confirmationDialog.component";
|
|
7
5
|
/**
|
|
8
6
|
* Module containing confirmation dialog component and directive
|
|
9
7
|
*/
|
|
10
8
|
export declare class ConfirmationDialogModule {
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, never, [typeof i1.TitledDialogModule, typeof i2.ConfirmationDialogDirective, typeof i3.ConfirmationDialogComponent], [typeof i2.ConfirmationDialogDirective]>;
|
|
13
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
|
|
14
12
|
}
|
|
15
13
|
//# sourceMappingURL=confirmationDialog.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirmationDialog.module.d.ts","sourceRoot":"","sources":["confirmationDialog.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"confirmationDialog.module.d.ts","sourceRoot":"","sources":["confirmationDialog.module.ts"],"names":[],"mappings":";;;;AAMA;;GAEG;AACH,qBAaa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAEpC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "
|
|
2
|
+
import * as i1 from "@anglr/common";
|
|
3
|
+
import * as i2 from "@angular/material/dialog";
|
|
4
|
+
import * as i3 from "@angular/cdk/drag-drop";
|
|
5
|
+
import * as i4 from "../components/movableTitledDialog/movableTitledDialog.component";
|
|
6
6
|
/**
|
|
7
7
|
* Module for components for displaying movable titled dialog
|
|
8
8
|
*/
|
|
9
9
|
export declare class MovableTitledDialogModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MovableTitledDialogModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MovableTitledDialogModule, never, [typeof i1.CommonDynamicModule, typeof i1.CommonLocalizeModule, typeof i2.MatDialogModule, typeof i3.DragDropModule, typeof i4.MovableTitledDialogComponent], never>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<MovableTitledDialogModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=movableTitledDialog.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"movableTitledDialog.module.d.ts","sourceRoot":"","sources":["movableTitledDialog.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"movableTitledDialog.module.d.ts","sourceRoot":"","sources":["movableTitledDialog.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,qBAWa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAErC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@anglr/common";
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
2
|
+
import * as i1 from "@angular/material/dialog";
|
|
5
3
|
/**
|
|
6
4
|
* Module for components and service for displaying titled dialog
|
|
7
5
|
*/
|
|
8
6
|
export declare class TitledDialogModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule,
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, never, [typeof i1.MatDialogModule], never>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<TitledDialogModule>;
|
|
12
10
|
}
|
|
13
11
|
//# sourceMappingURL=titledDialog.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"titledDialog.module.d.ts","sourceRoot":"","sources":["titledDialog.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"titledDialog.module.d.ts","sourceRoot":"","sources":["titledDialog.module.ts"],"names":[],"mappings":";;AAKA;;GAEG;AACH,qBAWa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAE9B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-beta.20250123101532",
|
|
4
4
|
"description": "Angular module for common angular stuff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -85,59 +85,59 @@
|
|
|
85
85
|
"homepage": "https://github.com/ressurectit/ng-common",
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@anglr/animations": ">=10.0.0",
|
|
88
|
-
"@angular/animations": ">=
|
|
89
|
-
"@angular/common": ">=
|
|
90
|
-
"@angular/core": ">=
|
|
91
|
-
"@angular/platform-browser": ">=
|
|
92
|
-
"@jscrpt/common": ">=
|
|
88
|
+
"@angular/animations": ">=19.1.0",
|
|
89
|
+
"@angular/common": ">=19.1.0",
|
|
90
|
+
"@angular/core": ">=19.1.0",
|
|
91
|
+
"@angular/platform-browser": ">=19.1.0",
|
|
92
|
+
"@jscrpt/common": ">=7.0.0",
|
|
93
93
|
"rxjs": ">=7.5.7",
|
|
94
|
-
"tslib": "^2.
|
|
94
|
+
"tslib": "^2.8.1"
|
|
95
95
|
},
|
|
96
96
|
"optionalDependencies": {
|
|
97
|
-
"@angular/cdk": ">=
|
|
98
|
-
"@angular/forms": ">=
|
|
99
|
-
"@angular/material": ">=
|
|
100
|
-
"@angular/router": ">=
|
|
101
|
-
"@floating-ui/dom": "
|
|
97
|
+
"@angular/cdk": ">=19.1.0",
|
|
98
|
+
"@angular/forms": ">=19.1.0",
|
|
99
|
+
"@angular/material": ">=19.1.0",
|
|
100
|
+
"@angular/router": ">=19.1.0",
|
|
101
|
+
"@floating-ui/dom": ">=1.6.13",
|
|
102
102
|
"angular2-hotkeys": ">=16.0.1",
|
|
103
|
-
"date-fns": "
|
|
104
|
-
"store": "
|
|
103
|
+
"date-fns": ">=4.1.0",
|
|
104
|
+
"store": ">=2.0.12"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@anglr/animations": "
|
|
108
|
-
"@angular/animations": "
|
|
109
|
-
"@angular/cdk": "
|
|
110
|
-
"@angular/common": "
|
|
111
|
-
"@angular/compiler": "
|
|
112
|
-
"@angular/compiler-cli": "
|
|
113
|
-
"@angular/core": "
|
|
114
|
-
"@angular/forms": "
|
|
115
|
-
"@angular/language-service": "
|
|
116
|
-
"@angular/material": "
|
|
117
|
-
"@angular/platform-browser": "
|
|
118
|
-
"@angular/router": "
|
|
119
|
-
"@floating-ui/dom": "
|
|
120
|
-
"@jscrpt/common": "
|
|
121
|
-
"@microsoft/api-documenter": "7.
|
|
122
|
-
"@microsoft/api-extractor": "7.
|
|
123
|
-
"@
|
|
124
|
-
"@types/
|
|
125
|
-
"@
|
|
126
|
-
"
|
|
127
|
-
"angular2-hotkeys": "^16.0.1",
|
|
107
|
+
"@anglr/animations": "10.0.0",
|
|
108
|
+
"@angular/animations": "19.1.0",
|
|
109
|
+
"@angular/cdk": "19.1.0",
|
|
110
|
+
"@angular/common": "19.1.0",
|
|
111
|
+
"@angular/compiler": "19.1.0",
|
|
112
|
+
"@angular/compiler-cli": "19.1.0",
|
|
113
|
+
"@angular/core": "19.1.0",
|
|
114
|
+
"@angular/forms": "19.1.0",
|
|
115
|
+
"@angular/language-service": "19.1.0",
|
|
116
|
+
"@angular/material": "19.1.0",
|
|
117
|
+
"@angular/platform-browser": "19.1.0",
|
|
118
|
+
"@angular/router": "19.1.0",
|
|
119
|
+
"@floating-ui/dom": "1.6.13",
|
|
120
|
+
"@jscrpt/common": "7.0.0",
|
|
121
|
+
"@microsoft/api-documenter": "7.26.5",
|
|
122
|
+
"@microsoft/api-extractor": "7.49.1",
|
|
123
|
+
"@stylistic/eslint-plugin": "2.13.0",
|
|
124
|
+
"@types/node": "20.12.12",
|
|
125
|
+
"@types/store": "2.0.5",
|
|
126
|
+
"angular2-hotkeys": "16.0.1",
|
|
128
127
|
"copyfiles": "2.4.1",
|
|
129
|
-
"date-fns": "
|
|
130
|
-
"eslint": "
|
|
131
|
-
"eslint-plugin-ressurectit": "0.1
|
|
132
|
-
"lerna": "8.1.
|
|
128
|
+
"date-fns": "4.1.0",
|
|
129
|
+
"eslint": "9.18.0",
|
|
130
|
+
"eslint-plugin-ressurectit": "0.2.1",
|
|
131
|
+
"lerna": "8.1.9",
|
|
133
132
|
"npm-git-version": "2.0.0",
|
|
134
133
|
"path-exists-cli": "2.0.0",
|
|
135
|
-
"replace-in-file": "8.
|
|
134
|
+
"replace-in-file": "8.3.0",
|
|
136
135
|
"rimraf": "6.0.1",
|
|
137
|
-
"rxjs": "
|
|
138
|
-
"store": "
|
|
139
|
-
"tslib": "2.
|
|
140
|
-
"typescript": "5.
|
|
136
|
+
"rxjs": "7.5.7",
|
|
137
|
+
"store": "2.0.12",
|
|
138
|
+
"tslib": "2.8.1",
|
|
139
|
+
"typescript": "5.7.3",
|
|
140
|
+
"typescript-eslint": "8.20.0"
|
|
141
141
|
},
|
|
142
142
|
"module": "./es2022/src/index.js",
|
|
143
143
|
"typings": "./src/index.d.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,
|
|
1
|
+
{"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,IAEzI,SAAS,SAAS,QAAQ,UAAW,SAAS,KAAG,SAAS,CAwB7E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAaa,wBAAwB;IAIjC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAsB;IAE9C;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCA5BjE,wBAAwB;2CAAxB,wBAAwB;CA6BpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAYa,yBAAyB;IAIlC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCAtBjE,yBAAyB;2CAAzB,yBAAyB;CAuBrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeProvider.decorator.d.ts","sourceRoot":"","sources":["typeProvider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAc7C;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,CAUhE;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,QAAQ,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"typeProvider.decorator.d.ts","sourceRoot":"","sources":["typeProvider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAc7C;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,CAUhE;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,QAAQ,GAAG,cAAc,CAmB/D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bodyRender.directive.d.ts","sourceRoot":"","sources":["bodyRender.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,eAAe,EAAiB,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;;AAI1H;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"bodyRender.directive.d.ts","sourceRoot":"","sources":["bodyRender.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,eAAe,EAAiB,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;;AAI1H;;GAEG;AACH,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAyB7C,SAAS,CAAC,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC;IACrC,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAvB1D;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9C;;;;OAIG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGtB,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC,EAC3B,aAAa,EAAE,gBAAgB,EACb,QAAQ,EAAE,QAAQ;IAM1D;;OAEG;IACI,QAAQ,IAAI,IAAI;IAYvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAnDjB,mBAAmB;2CAAnB,mBAAmB;CA0D/B"}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Directive that handles click outside of element
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class ClickOutsideDirective implements OnInit, OnDestroy {
|
|
7
7
|
protected element: ElementRef<HTMLElement>;
|
|
8
8
|
protected document: Document;
|
|
9
9
|
protected ngZone: NgZone;
|
|
@@ -42,7 +42,7 @@ export declare class ClickOutsideSADirective implements OnInit, OnDestroy {
|
|
|
42
42
|
* Custom input type for `clickOutsideCondition` input
|
|
43
43
|
*/
|
|
44
44
|
static ngAcceptInputType_clickOutsideCondition: boolean | '';
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideCondition": { "alias": "clickOutside"; "required": false; }; "clickOutsideElement": { "alias": "clickOutsideElement"; "required": false; }; }, { "clickOutsideConditionChange": "clickOutsideChange"; }, never, never, true, never>;
|
|
47
47
|
}
|
|
48
48
|
//# sourceMappingURL=clickOutside.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IA8C/C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IACxB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC9C,SAAS,CAAC,MAAM,EAAE,MAAM;IA5CpC;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,OAAO,CAAS;IAIlD;;OAEG;IACH,IACW,qBAAqB,IAAI,OAAO,CAG1C;IACD,IAAW,qBAAqB,CAAC,KAAK,EAAE,OAAO,EAU9C;IAED;;OAEG;IAEI,mBAAmB,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvD;;OAEG;IAEI,2BAA2B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;gBAGlE,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EACd,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM;IAMpC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,SAAS,CAAC,kBAAkB,UAAW,UAAU,UAUhD;IAID;;OAEG;IACH,OAAc,uCAAuC,EAAE,OAAO,GAAC,EAAE,CAAC;yCArGzD,qBAAqB;2CAArB,qBAAqB;CAsGjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,qBAQa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAIjE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,wBAAwB;2CAAxB,wBAAwB;wCAwJo6sC,OAAQ;CAAh9sC"}
|