@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":"goBack.directive.d.ts","sourceRoot":"","sources":["goBack.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;;AAEzC;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"goBack.directive.d.ts","sourceRoot":"","sources":["goBack.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;;AAEzC;;GAEG;AACH,qBAIa,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngComponentOutletEx.directive.d.ts","sourceRoot":"","sources":["ngComponentOutletEx.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,QAAQ,EAAS,SAAS,EAAE,IAAI,EAAE,gBAAgB,EAAS,MAAM,eAAe,CAAC;;AAIhI;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"ngComponentOutletEx.directive.d.ts","sourceRoot":"","sources":["ngComponentOutletEx.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,QAAQ,EAAS,SAAS,EAAE,IAAI,EAAE,gBAAgB,EAAS,MAAM,eAAe,CAAC;;AAIhI;;GAEG;AACH,qBAKa,mBAAmB,CAAC,UAAU,CAAE,YAAW,SAAS;IAqDjD,OAAO,CAAC,iBAAiB;IAjDrC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAuC;IAI5D;;OAEG;IAEI,mBAAmB,EAAE,IAAI,CAAC,UAAU,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,2BAA2B,EAAE,QAAQ,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,0BAA0B,EAAE,IAAI,EAAE,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAI3D;;OAEG;IAEI,0BAA0B,EAAE,YAAY,CAAC,UAAU,GAAC,IAAI,CAAC,CAAuC;IAIvG;;OAEG;IACH,IAAW,SAAS,IAAI,UAAU,GAAC,IAAI,CAQtC;gBAGmB,iBAAiB,EAAE,gBAAgB;IAKhD,WAAW,IAAI,IAAI;yCA1DjB,mBAAmB;2CAAnB,mBAAmB;CA4E/B"}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
/**
|
|
6
6
|
* Sets position of attached element relative to provided element
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class PositionToDirective implements OnChanges, OnDestroy {
|
|
9
9
|
protected target: ElementRef<HTMLElement>;
|
|
10
10
|
protected position: Position<HTMLElement>;
|
|
11
11
|
/**
|
|
@@ -67,7 +67,7 @@ export declare class PositionToSADirective implements OnChanges, OnDestroy {
|
|
|
67
67
|
* Custom input type for `source` input
|
|
68
68
|
*/
|
|
69
69
|
static ngAcceptInputType_source: HTMLElement | ElementRef<HTMLElement>;
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
71
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PositionToDirective, never>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PositionToDirective, "[positionTo]", never, { "source": { "alias": "positionTo"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "autoUpdate": { "alias": "autoUpdate"; "required": false; }; }, { "flip": "flip"; "done": "done"; }, never, never, true, never>;
|
|
72
72
|
}
|
|
73
73
|
//# sourceMappingURL=positionTo.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"positionTo.directive.d.ts","sourceRoot":"","sources":["positionTo.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAE,aAAa,EAAkB,YAAY,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC9H,OAAO,EAA8B,KAAK,EAAE,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE9E,OAAO,EAAsB,QAAQ,EAAE,iBAAiB,EAAmB,oBAAoB,EAAE,eAAe,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;;AAGvL;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"positionTo.directive.d.ts","sourceRoot":"","sources":["positionTo.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAE,aAAa,EAAkB,YAAY,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC9H,OAAO,EAA8B,KAAK,EAAE,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE9E,OAAO,EAAsB,QAAQ,EAAE,iBAAiB,EAAmB,oBAAoB,EAAE,eAAe,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;;AAGvL;;GAEG;AACH,qBAIa,mBAAoB,YAAW,SAAS,EAAE,SAAS;IAwFhD,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ,CAAC,WAAW,CAAC;IArFvE;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAAC;IAEvD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,UAAU,GAAC,SAAS,GAAC,IAAI,CAAC;IAI7C;;OAEG;IACH,IACW,MAAM,IAAI,WAAW,GAAC,SAAS,GAAC,IAAI,CAG9C;IACD,IAAW,MAAM,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAUlD;IAED;;OAEG;IACH,IACW,SAAS,IAAI,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAGvD;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,EAU3D;IAED;;OAEG;IAEI,MAAM,EAAE,oBAAoB,GAAC,MAAM,GAAC,eAAe,GAAC,KAAK,CAAC,MAAM,GAAC,eAAe,EAAE,iBAAiB,CAAC,CAAU;IAErH;;OAEG;IAEI,UAAU,EAAE,OAAO,GAAC,iBAAiB,CAAQ;IAIpD;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAE3D;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAGrC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,EACb,QAAQ,EAAE,QAAQ,CAAC,WAAW,CAAC;IAMvE;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAyChC;;OAEG;IACH,OAAc,2BAA2B,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,GAAC,MAAM,OAAO,iBAAiB,CAAC;IAI3G;;OAEG;IACH,OAAc,wBAAwB,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,CAAC;yCA9KnE,mBAAmB;2CAAnB,mBAAmB;CA+K/B"}
|
|
@@ -8,7 +8,7 @@ import * as i4 from "../pipes/castType/castType.pipe";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class CastPipesModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CastPipesModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CastPipesModule, [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CastPipesModule, never, [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe], [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CastPipesModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=castPipes.module.d.ts.map
|
|
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class AsHtmlElementPipe extends CastTypePipe<EventTarget, HTMLElement> {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsHtmlElementPipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsHtmlElementPipe, "asHtmlElement",
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsHtmlElementPipe, "asHtmlElement", true>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=asHtmlElement.pipe.d.ts.map
|
|
@@ -10,6 +10,6 @@ export declare class AsNgClassRequiredPipe extends AsRequiredTypePipe<string | s
|
|
|
10
10
|
*/
|
|
11
11
|
transform(value: string | string[] | Set<string> | Dictionary<any> | null | undefined, valueHash?: any): string | string[] | Set<string> | Dictionary<any>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsNgClassRequiredPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsNgClassRequiredPipe, "asNgClassRequired",
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsNgClassRequiredPipe, "asNgClassRequired", true>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=asNgClassRequired.pipe.d.ts.map
|
|
@@ -12,6 +12,6 @@ export declare class AsRequiredTypePipe<TType> implements PipeTransform {
|
|
|
12
12
|
*/
|
|
13
13
|
transform(value: TType | null | undefined, defaultValue: TType, _valueHash?: any): TType;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsRequiredTypePipe<any>, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsRequiredTypePipe<any>, "asRequired",
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AsRequiredTypePipe<any>, "asRequired", true>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=asRequired.pipe.d.ts.map
|
|
@@ -23,6 +23,6 @@ export declare class CastTypePipe<TSource, TTarget extends TSource> implements P
|
|
|
23
23
|
*/
|
|
24
24
|
protected _isInstanceOf(value: TSource): value is TTarget;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CastTypePipe<any, any>, [{ optional: true; }]>;
|
|
26
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CastTypePipe<any, any>, "castType",
|
|
26
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CastTypePipe<any, any>, "castType", true>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=castType.pipe.d.ts.map
|
|
@@ -5,7 +5,7 @@ import * as i1 from "../pipes/localize/localize.pipe";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class CommonLocalizeModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommonLocalizeModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, never, [typeof i1.LocalizePipe], [typeof i1.LocalizePipe]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CommonLocalizeModule>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=commonLocalize.module.d.ts.map
|
|
@@ -10,7 +10,7 @@ import * as i6 from "../pipes/trimText/trimText.pipe";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class CommonUtilsModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe], [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=commonUtils.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugData.component.d.ts","sourceRoot":"","sources":["debugData.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAS,MAAM,eAAe,CAAC;AAErF,OAAO,EAAC,uBAAuB,EAAC,MAAM,0DAA0D,CAAC;;AAOjG;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"debugData.component.d.ts","sourceRoot":"","sources":["debugData.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAS,MAAM,eAAe,CAAC;AAErF,OAAO,EAAC,uBAAuB,EAAC,MAAM,0DAA0D,CAAC;;AAOjG;;GAEG;AACH,qBAOa,kBAAkB;IAGf,SAAS,CAAC,mBAAmB,EAAE,uBAAuB;IACtD,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;gBADhC,mBAAmB,EAAE,uBAAuB,EAC5C,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAOtD;;OAEG;IACH,SAAS,CAAC,kBAAkB,IAAI,IAAI;yCAd3B,kBAAkB;2CAAlB,kBAAkB;CAyB9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.component.d.ts","sourceRoot":"","sources":["file.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,MAAM,EAAE,WAAW,EAAuB,cAAc,EAAU,wBAAwB,EAA2B,WAAW,EAAE,gBAAgB,EAAiB,MAAM,eAAe,CAAC;AAGnP,OAAO,EAAC,kBAAkB,EAAE,mBAAmB,EAAwB,MAAM,iBAAiB,CAAC;AAE/F,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;;AAE5C;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"file.component.d.ts","sourceRoot":"","sources":["file.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,MAAM,EAAE,WAAW,EAAuB,cAAc,EAAU,wBAAwB,EAA2B,WAAW,EAAE,gBAAgB,EAAiB,MAAM,eAAe,CAAC;AAGnP,OAAO,EAAC,kBAAkB,EAAE,mBAAmB,EAAwB,MAAM,iBAAiB,CAAC;AAE/F,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;;AAE5C;;GAEG;AACH,qBAYa,aAAa;IAItB;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,MAAM,CAAC,mBAAmB,CAAC,CAAC;IAEvD;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,cAAc,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAEnE;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAEtE;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,cAAc,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAErE;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAIxE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAA0F;IAE1J;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC,kBAAkB,CAAC,CAA0C;IAEzF;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,MAAM,CAAC,UAAU,GAAC,SAAS,GAAC,IAAI,CAAC,CAA6B;IAIpF;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE1I;;OAEG;IACI,WAAW,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE7I;;OAEG;IACI,aAAa,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE/I;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,CAAC,CAAW;IAI7D;;OAEG;IACI,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAmC;IAEtG;;OAEG;IACI,wBAAwB,EAAE,gBAAgB,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,CAAwC;IAErH;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAiC;IAEzF;;OAEG;IACI,WAAW,EAAE,gBAAgB,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE9F;;OAEG;IACI,QAAQ,EAAE,gBAAgB,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE3F;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAqC;;yCAlGxF,aAAa;2CAAb,aAAa;CAyIzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileInput.component.d.ts","sourceRoot":"","sources":["fileInput.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAiB,WAAW,EAAE,MAAM,EAAW,MAAM,eAAe,CAAC;AAK7J,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"fileInput.component.d.ts","sourceRoot":"","sources":["fileInput.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAiB,WAAW,EAAE,MAAM,EAAW,MAAM,eAAe,CAAC;AAK7J,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,qBAoBa,kBAAmB,YAAW,UAAU;IAIjD;;OAEG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAC;IAI3D;;OAEG;IACI,mBAAmB,EAAE,cAAc,CAAC,mBAAmB,GAAC,SAAS,GAAC,IAAI,CAAC,CAAoD;IAIlI;;OAEG;IACI,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAmB;IAEzD;;OAEG;IACI,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAA4B;IAEnE;;OAEG;IACI,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,CAAyB;IAE9D;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAW;;yCApCzD,kBAAkB;2CAAlB,kBAAkB;CAqD9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadButton.component.d.ts","sourceRoot":"","sources":["uploadButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAU,WAAW,EAA0B,wBAAwB,EAAC,MAAM,eAAe,CAAC;AAKtL,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"uploadButton.component.d.ts","sourceRoot":"","sources":["uploadButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAU,WAAW,EAA0B,wBAAwB,EAAC,MAAM,eAAe,CAAC;AAKtL,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,qBAqBa,qBAAsB,YAAW,UAAU;IAIpD;;OAEG;IACI,mBAAmB,EAAE,cAAc,CAAC,mBAAmB,GAAC,SAAS,GAAC,IAAI,CAAC,CAAoD;IAIlI;;OAEG;IACI,eAAe,EAAE,WAAW,CAAC,MAAM,CAAC,CAA+B;IAE1E;;OAEG;IACI,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAa;IAEnD;;OAEG;IACI,eAAe,EAAE,WAAW,CAAC,MAAM,CAAC,CAAmC;IAE9E;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAA2C;IAE/E;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,MAAM,GAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAkG;yCAlCvL,qBAAqB;2CAArB,qBAAqB;CAmCjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileInput.directive.d.ts","sourceRoot":"","sources":["fileInput.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAS,WAAW,EAAE,wBAAwB,EAAE,SAAS,EAAU,gBAAgB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC5K,OAAO,EAAqB,UAAU,EAAC,MAAM,gBAAgB,CAAC;;AAE9D;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"fileInput.directive.d.ts","sourceRoot":"","sources":["fileInput.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAS,WAAW,EAAE,wBAAwB,EAAE,SAAS,EAAU,gBAAgB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC5K,OAAO,EAAqB,UAAU,EAAC,MAAM,gBAAgB,CAAC;;AAE9D;;GAEG;AACH,qBAKa,kBAAmB,YAAW,SAAS;IAgEpC,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAAC;IA5D3D;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,UAAU,CAAC;IAI7C;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE1I;;OAEG;IACI,WAAW,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE7I;;OAEG;IACI,aAAa,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE/I;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,CAAC,CAAW;IAI7D;;OAEG;IACI,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAmC;IAEtG;;OAEG;IACI,wBAAwB,EAAE,gBAAgB,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,CAAwC;IAErH;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAiC;IAEzF;;OAEG;IACI,WAAW,EAAE,gBAAgB,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE9F;;OAEG;IACI,QAAQ,EAAE,gBAAgB,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE3F;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAqC;gBAG3E,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAC/C,QAAQ,EAAE,SAAS;IAS/B;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IAEI,SAAS,IAAI,IAAI;IAaxB;;OAEG;IAEH,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAzG1C,kBAAkB;2CAAlB,kBAAkB;CAqL9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileTemplate.directive.d.ts","sourceRoot":"","sources":["fileTemplate.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;;AAE3D;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"fileTemplate.directive.d.ts","sourceRoot":"","sources":["fileTemplate.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;;AAE3D;;GAEG;AACH,qBAIa,qBAAqB;IAI9B;;OAEG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,mBAAmB;yCAP7F,qBAAqB;2CAArB,qBAAqB;CAWjC"}
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
/**
|
|
7
7
|
* Component used for displaying console logs
|
|
8
8
|
*/
|
|
9
|
-
export declare class
|
|
9
|
+
export declare class ConsoleComponent implements OnInit, OnDestroy {
|
|
10
10
|
protected consoleSvc: ConsoleComponentService;
|
|
11
11
|
protected changeDetector: ChangeDetectorRef;
|
|
12
12
|
/**
|
|
@@ -51,7 +51,7 @@ export declare class ConsoleSAComponent implements OnInit, OnDestroy {
|
|
|
51
51
|
* Sets messages using filter
|
|
52
52
|
*/
|
|
53
53
|
protected setMessages(): void;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConsoleComponent, "console", never, {}, {}, never, never, true, never>;
|
|
56
56
|
}
|
|
57
57
|
//# sourceMappingURL=console.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBAWa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA2B1C,SAAS,CAAC,UAAU,EAAE,uBAAuB;IAC7C,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAxBvD;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,YAAoC;IAErD;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,MAAM,CAAM;gBAGb,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,iBAAiB;IAMvD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAavB;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAUtB;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAU5C;;OAEG;IACH,SAAS,CAAC,KAAK,IAAI,IAAI;IAKvB;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAtGpB,gBAAgB;2CAAhB,gBAAgB;CAiH5B"}
|
|
@@ -57,6 +57,6 @@ export declare class MultiButtonComponent implements OnDestroy {
|
|
|
57
57
|
*/
|
|
58
58
|
protected _removeRegistration(): void;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonComponent, [null, { optional: true; }, null, null]>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiButtonComponent, "multi-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "cssClasses": { "alias": "cssClasses"; "required": false; }; }, { "click": "click"; }, ["subButtonsContent"], ["*"],
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiButtonComponent, "multi-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "cssClasses": { "alias": "cssClasses"; "required": false; }; }, { "click": "click"; }, ["subButtonsContent"], ["*"], true, never>;
|
|
61
61
|
}
|
|
62
62
|
//# sourceMappingURL=multiButton.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiButton.component.d.ts","sourceRoot":"","sources":["multiButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,YAAY,EAAwB,WAAW,EAAU,SAAS,EAAE,iBAAiB,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;AAIrL,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;;AAa9D;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"multiButton.component.d.ts","sourceRoot":"","sources":["multiButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,YAAY,EAAwB,WAAW,EAAU,SAAS,EAAE,iBAAiB,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;AAIrL,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;;AAa9D;;GAEG;AACH,qBAYa,oBAAqB,YAAW,SAAS;IA6DpB,SAAS,CAAC,SAAS,EAAE,QAAQ;IAE/C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC3C,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA5DxD;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,qBAAqB,CAAC;IAIjD;;;OAGG;IACI,iBAAiB,EAAE,OAAO,CAAS;IAE1C;;;OAGG;IACI,gBAAgB,EAAE,MAAM,CAAK;IAIpC;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAM;IAE7B;;OAEG;IACH,IACW,UAAU,IAAI,qBAAqB,CAG7C;IACD,IAAW,UAAU,CAAC,OAAO,EAAE,qBAAqB,EAGnD;IAID;;OAEG;IAEI,KAAK,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAIxE;;OAEG;IAEI,iBAAiB,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;gBAGJ,SAAS,EAAE,QAAQ,EACD,WAAW,EAAE,qBAAqB,EACtE,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACjC,eAAe,EAAE,iBAAiB;IAOxD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACI,cAAc,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAqB9C;;OAEG;IACH,SAAS,CAAC,mBAAmB,aAK5B;IAED;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;yCAtH5B,oBAAoB;2CAApB,oBAAoB;CA0HhC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "../components/multiButton/multiButton.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
/**
|
|
5
4
|
* Module containing components for displaying multi button
|
|
6
5
|
*/
|
|
7
6
|
export declare class MultiButtonModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1.MultiButtonComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, never, [typeof i1.MultiButtonComponent], [typeof i1.MultiButtonComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<MultiButtonModule>;
|
|
11
10
|
}
|
|
12
11
|
//# sourceMappingURL=multiButton.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiButton.module.d.ts","sourceRoot":"","sources":["multiButton.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"multiButton.module.d.ts","sourceRoot":"","sources":["multiButton.module.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
|
package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts
CHANGED
|
@@ -37,6 +37,6 @@ export declare class ProgressIndicatorComponent implements OnDestroy {
|
|
|
37
37
|
*/
|
|
38
38
|
ngOnDestroy(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressIndicatorComponent, "progress-indicator", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressIndicatorComponent, "progress-indicator", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=progressIndicator.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progressIndicator.component.d.ts","sourceRoot":"","sources":["progressIndicator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAA2B,iBAAiB,EAAC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"progressIndicator.component.d.ts","sourceRoot":"","sources":["progressIndicator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAA2B,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAItG,OAAO,EAAC,wBAAwB,EAAwB,MAAM,0CAA0C,CAAC;;AAGzG;;GAEG;AACH,qBAYa,0BAA2B,YAAW,SAAS;IA+C5C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IA5CnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAIzC;;;OAGG;IACI,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAgC;IAE7E;;;OAGG;IACI,QAAQ,EAAE,MAAM,EAAE,CAAC;IAI1B;;OAEG;IACH,IACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAKnC;IAID;;OAEG;IACH,OAAO,KAAK,OAAO,QAGlB;gBAGmB,QAAQ,EAAE,wBAAwB,EAClC,eAAe,EAAE,iBAAiB;IAmBtD;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtEjB,0BAA0B;2CAA1B,0BAA0B;CA8EtC"}
|
package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.html
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
<div class="spinner"></div>
|
|
3
3
|
|
|
4
4
|
<div class="messages">
|
|
5
|
-
|
|
5
|
+
@for(msg of messages; track msg)
|
|
6
|
+
{
|
|
7
|
+
<div [ngClass]="'message-' + ((messages.length - $index) > 3 ? 'out' : (messages.length - $index - 1))">{{msg | localize}}</div>
|
|
8
|
+
}
|
|
6
9
|
</div>
|
|
7
10
|
</div>
|
package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts
CHANGED
|
@@ -64,6 +64,6 @@ export declare class ProgressOverlayDirective implements OnInit, OnDestroy {
|
|
|
64
64
|
*/
|
|
65
65
|
private _renderProgressMessages;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressOverlayDirective, never>;
|
|
67
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressOverlayDirective, "[progressOverlay]", never, { "name": { "alias": "progressOverlay"; "required": false; }; }, {}, never, never,
|
|
67
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressOverlayDirective, "[progressOverlay]", never, { "name": { "alias": "progressOverlay"; "required": false; }; }, {}, never, never, true, never>;
|
|
68
68
|
}
|
|
69
69
|
//# sourceMappingURL=progressOverlay.directive.d.ts.map
|
package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progressOverlay.directive.d.ts","sourceRoot":"","sources":["progressOverlay.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAE,SAAS,EAAE,UAAU,EAAS,MAAM,eAAe,CAAC;AAItF,OAAO,EAAC,wBAAwB,EAAC,MAAM,0CAA0C,CAAC;AAElF,OAAO,EAAC,kBAAkB,EAAC,MAAM,yCAAyC,CAAC;;AAE3E;;GAEG;AACH,qBAIa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAqDlD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,SAAS;IACN,OAAO,CAAC,gBAAgB;IApDjE;;OAEG;IACH,OAAO,CAAC,sBAAsB,CAAS;IAEvC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAS;IAEpC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAEzC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAW;IAE5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAU;IAE1B;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,kBAAkB,CAAwB;IAIlD;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;gBAGA,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACR,gBAAgB,EAAE,kBAAkB;IAMrF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAqBvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAa1B;;OAEG;IACH,OAAO,CAAC,sBAAsB;
|
|
1
|
+
{"version":3,"file":"progressOverlay.directive.d.ts","sourceRoot":"","sources":["progressOverlay.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAE,SAAS,EAAE,UAAU,EAAS,MAAM,eAAe,CAAC;AAItF,OAAO,EAAC,wBAAwB,EAAC,MAAM,0CAA0C,CAAC;AAElF,OAAO,EAAC,kBAAkB,EAAC,MAAM,yCAAyC,CAAC;;AAE3E;;GAEG;AACH,qBAIa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAqDlD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,SAAS;IACN,OAAO,CAAC,gBAAgB;IApDjE;;OAEG;IACH,OAAO,CAAC,sBAAsB,CAAS;IAEvC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAS;IAEpC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAEzC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAW;IAE5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAU;IAE1B;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,kBAAkB,CAAwB;IAIlD;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;gBAGA,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACR,gBAAgB,EAAE,kBAAkB;IAMrF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAqBvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAa1B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAwC9B;;OAEG;IACH,OAAO,CAAC,uBAAuB;yCApJtB,wBAAwB;2CAAxB,wBAAwB;CAkLpC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "../components/progressIndicator/progressIndicator.component";
|
|
3
3
|
import * as i2 from "../directives/progressOverlay/progressOverlay.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "../../commonLocalize.module";
|
|
6
4
|
/**
|
|
7
5
|
* Module for progress indicator
|
|
8
6
|
*/
|
|
9
7
|
export declare class ProgressIndicatorModule {
|
|
10
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, never, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective]>;
|
|
12
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressIndicatorModule>;
|
|
13
11
|
}
|
|
14
12
|
//# sourceMappingURL=progressIndicator.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progressIndicator.module.d.ts","sourceRoot":"","sources":["progressIndicator.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"progressIndicator.module.d.ts","sourceRoot":"","sources":["progressIndicator.module.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,qBAaa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAEnC"}
|
|
@@ -55,6 +55,6 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
|
|
|
55
55
|
*/
|
|
56
56
|
protected mouseLeave(): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent<any>, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent<any>, "tooltip-popup", never, {}, {}, never, never,
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent<any>, "tooltip-popup", never, {}, {}, never, never, true, never>;
|
|
59
59
|
}
|
|
60
60
|
//# sourceMappingURL=tooltip.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAWa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IAqC3E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCtD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAE3C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAI3C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,cAAc,EAAE,iBAAiB,EACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;IAK5B;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;yCArFnB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@if(!template && !allowHtml)
|
|
2
|
+
{
|
|
3
|
+
<div>{{data}}</div>
|
|
4
|
+
}
|
|
3
5
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
@if(!template && allowHtml)
|
|
7
|
+
{
|
|
8
|
+
<div [innerHTML]="data"></div>
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@if(template)
|
|
12
|
+
{
|
|
13
|
+
<ng-container *ngTemplateOutlet="template; context: {$implicit: data}"/>
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,UAAU,EAAyC,QAAQ,EAAS,SAAS,EAAE,SAAS,EAAY,aAAa,EAAY,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAChO,OAAO,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAGvE,OAAO,EAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,UAAU,EAAyC,QAAQ,EAAS,SAAS,EAAE,SAAS,EAAY,aAAa,EAAY,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAChO,OAAO,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAGvE,OAAO,EAAC,gBAAgB,EAA2C,MAAM,gBAAgB,CAAC;AAK1F,OAAO,EAAC,cAAc,EAAE,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAsB,QAAQ,EAAoB,MAAM,+BAA+B,CAAC;AAC/F,OAAO,EAAC,wBAAwB,EAAC,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAC,sBAAsB,EAAC,MAAM,4CAA4C,CAAC;;AAuBlF;;GAEG;AACH,qBAIa,gBAAgB,CAAC,KAAK,GAAG,OAAO,CAAE,YAAW,SAAS,EAAE,SAAS;IA4G9D,SAAS,CAAC,iBAAiB,EAAE,gBAAgB;IAC7C,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC3C,SAAS,CAAC,iBAAiB,EAAE,gBAAgB;IAC3B,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC;IACpC,SAAS,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAC,IAAI;IA9G7E;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;IAEnE;;OAEG;IACH,SAAS,CAAC,eAAe,CAAC,EAAE,WAAW,CAAC;IAExC;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,gBAAgB,CAAC;IAE5C;;OAEG;IACH,SAAS,CAAC,cAAc,EAAE,gBAAgB,CAAC;IAE3C;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,cAAc,CAAC;IAEnC;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,OAAO,CAAS;IAExC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAErC;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAC,IAAI,CAAQ;IAIvC;;OAEG;IAEI,OAAO,CAAC,EAAE,KAAK,CAAC;IAEvB;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IAEI,QAAQ,CAAC,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,CAAC;IAE7D;;OAEG;IACH,IACW,cAAc,IAAI,gBAAgB,CAAC,cAAc,CAAC,CAG5D;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,gBAAgB,CAAC,cAAc,CAAC,EAWhE;IAED;;OAEG;IAEI,cAAc,CAAC,EAAE,OAAO,CAAC;IAEhC;;;;OAIG;IAEI,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAI/C;;OAEG;IAEI,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;gBAGjC,iBAAiB,EAAE,gBAAgB,EACnC,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACjC,iBAAiB,EAAE,gBAAgB,EACjB,SAAS,EAAE,QAAQ,EACnB,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,EAC1B,OAAO,CAAC,EAAE,gBAAgB,GAAC,IAAI,EAC5B,OAAO,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC;IAelF;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAiBhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAY1B;;;OAGG;IAEH,SAAS,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAoB7C;;;OAGG;IAEH,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAmC5C;;;OAGG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI;IA+BhD;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAK9B;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;IAsBjC;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAqBhC;;OAEG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAsC3B;;OAEG;IACH,OAAc,yBAAyB,EAAE,GAAG,CAAC;yCA9WpC,gBAAgB;2CAAhB,gBAAgB;CA+W5B"}
|
|
@@ -12,6 +12,6 @@ export declare class TooltipTemplateDirective<TData = any> {
|
|
|
12
12
|
*/
|
|
13
13
|
static ngTemplateContextGuard(_dir: TooltipTemplateDirective, _ctx: unknown): _ctx is TooltipTemplateContext;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTemplateDirective<any>, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=tooltipTemplate.directive.d.ts.map
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "../directives/
|
|
3
|
-
import * as i2 from "../
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../directives/tooltip/tooltip.directive";
|
|
2
|
+
import * as i1 from "../directives/tooltip/tooltip.directive";
|
|
3
|
+
import * as i2 from "../directives/tooltipTemplate/tooltipTemplate.directive";
|
|
4
|
+
import * as i3 from "../components/tooltip/tooltip.component";
|
|
6
5
|
/**
|
|
7
6
|
* Module for rendering tooltips
|
|
8
7
|
*/
|
|
9
8
|
export declare class TooltipModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.TooltipDirective, typeof i2.TooltipTemplateDirective, typeof i3.TooltipComponent], [typeof i1.TooltipDirective, typeof i2.TooltipTemplateDirective]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
13
12
|
}
|
|
14
13
|
//# sourceMappingURL=tooltip.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["tooltip.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["tooltip.module.ts"],"names":[],"mappings":";;;;AAKA;;GAEG;AACH,qBAca,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAEzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"displayProperties.pipe.d.ts","sourceRoot":"","sources":["displayProperties.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"displayProperties.pipe.d.ts","sourceRoot":"","sources":["displayProperties.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAIa,qBAAqB,CAAC,KAAK,CAAE,YAAW,aAAa;IAE9D;;;;;OAKG;IACI,SAAS,CAAC,KAAK,EAAE,KAAK,GAAC,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,UAAU,GAAE,MAAM,EAAU,EAAE,aAAa,GAAE,MAAa,GAAG,MAAM;yCAR7H,qBAAqB;uCAArB,qBAAqB;CAkCjC"}
|
|
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Converts first letter of text to uppercase
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class FirstUppercasePipe implements PipeTransform {
|
|
7
7
|
/**
|
|
8
8
|
* Converts first letter of text to uppercase
|
|
9
9
|
* @param value - Value to be converted
|
|
10
10
|
*/
|
|
11
11
|
transform<TValue extends string | undefined | null>(value: TValue): TValue;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercasePipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercasePipe, "firstUppercase", true>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=firstUppercase.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firstUppercase.pipe.d.ts","sourceRoot":"","sources":["firstUppercase.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"firstUppercase.pipe.d.ts","sourceRoot":"","sources":["firstUppercase.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAIa,kBAAmB,YAAW,aAAa;IAEpD;;;OAGG;IACA,SAAS,CAAC,MAAM,SAAS,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;yCANhE,kBAAkB;uCAAlB,kBAAkB;CAe9B"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { PipeTransform, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { StringLocalization } from '../../services/stringLocalization';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { LocalizePipe } from '../localize/localize.pipe';
|
|
5
|
+
import { FirstUppercasePipe } from '../firstUppercase/firstUppercase.pipe';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Localize strings using 'StringLocalization' and converts first letter of text to uppercase
|
|
9
9
|
*/
|
|
10
|
-
export declare class
|
|
10
|
+
export declare class FirstUppercaseLocalizePipe implements PipeTransform, OnDestroy {
|
|
11
11
|
protected localizationSvc: StringLocalization;
|
|
12
12
|
protected changeDetector: ChangeDetectorRef;
|
|
13
13
|
/**
|
|
14
14
|
* Localize pipe used for localizing string
|
|
15
15
|
*/
|
|
16
|
-
protected localizePipe:
|
|
16
|
+
protected localizePipe: LocalizePipe;
|
|
17
17
|
/**
|
|
18
18
|
* Pipe used for transforming first letter to uppercase
|
|
19
19
|
*/
|
|
20
|
-
protected firstUppercasePipe:
|
|
20
|
+
protected firstUppercasePipe: FirstUppercasePipe;
|
|
21
21
|
/**
|
|
22
22
|
* Subscription for changes of texts
|
|
23
23
|
*/
|
|
@@ -37,7 +37,7 @@ export declare class FirstUppercaseLocalizeSAPipe implements PipeTransform, OnDe
|
|
|
37
37
|
* Called when component is destroyed
|
|
38
38
|
*/
|
|
39
39
|
ngOnDestroy(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
41
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercaseLocalizePipe, never>;
|
|
41
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercaseLocalizePipe, "firstUppercaseLocalize", true>;
|
|
42
42
|
}
|
|
43
43
|
//# sourceMappingURL=firstUppercaseLocalize.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firstUppercaseLocalize.pipe.d.ts","sourceRoot":"","sources":["firstUppercaseLocalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"firstUppercaseLocalize.pipe.d.ts","sourceRoot":"","sources":["firstUppercaseLocalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,uCAAuC,CAAC;;AAEzE;;GAEG;AACH,qBAKa,0BAA2B,YAAW,aAAa,EAAE,SAAS;IAoB9B,SAAS,CAAC,eAAe,EAAE,kBAAkB;IAC1E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAjBvD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC;IAErC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAEjD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGD,eAAe,EAAE,kBAAkB,EAChE,cAAc,EAAE,iBAAiB;IAQvD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM;IAOlF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAOvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtDjB,0BAA0B;uCAA1B,0BAA0B;CA0DtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isNaN.pipe.d.ts","sourceRoot":"","sources":["isNaN.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"isNaN.pipe.d.ts","sourceRoot":"","sources":["isNaN.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAIa,SAAU,YAAW,aAAa;IAI3C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,SAAS;uCAAT,SAAS;CAYrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isPresent.pipe.d.ts","sourceRoot":"","sources":["isPresent.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"isPresent.pipe.d.ts","sourceRoot":"","sources":["isPresent.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBAIa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,aAAa;uCAAb,aAAa;CAYzB"}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
/**
|
|
5
5
|
* Localize strings using 'StringLocalization'
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class LocalizePipe implements PipeTransform, OnInit, OnDestroy {
|
|
8
8
|
private _localizationSvc;
|
|
9
9
|
private _changeDetector;
|
|
10
10
|
/**
|
|
@@ -26,7 +26,7 @@ export declare class LocalizeSAPipe implements PipeTransform, OnInit, OnDestroy
|
|
|
26
26
|
* Called when component is destroyed
|
|
27
27
|
*/
|
|
28
28
|
ngOnDestroy(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
30
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizePipe, never>;
|
|
30
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LocalizePipe, "localize", true>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=localize.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localize.pipe.d.ts","sourceRoot":"","sources":["localize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAKhG,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;;AAErE;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"localize.pipe.d.ts","sourceRoot":"","sources":["localize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAKhG,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;;AAErE;;GAEG;AACH,qBAKa,YAAa,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAUxB,OAAO,CAAC,gBAAgB;IACrD,OAAO,CAAC,eAAe;IAPnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAA8B;gBAGF,gBAAgB,EAAE,kBAAkB,EACjE,eAAe,EAAE,iBAAiB;IAMtD;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM;IAYhF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAlDjB,YAAY;uCAAZ,YAAY;CAuDxB"}
|
|
@@ -8,14 +8,14 @@ export type NgClassType = string | string[] | Dictionary<boolean>;
|
|
|
8
8
|
/**
|
|
9
9
|
* Merges css classes that will be passed to ngClass
|
|
10
10
|
*/
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class MergeCssClassesPipe implements PipeTransform {
|
|
12
12
|
/**
|
|
13
13
|
* Merges css classes that will be passed to ngClass
|
|
14
14
|
* @param value - Css class to be merged
|
|
15
15
|
* @param mergeClasses - Definition of css classes that will be merged
|
|
16
16
|
*/
|
|
17
17
|
transform(value: NgClassType | undefined | null, mergeClasses: (NgClassType | undefined | null)[]): Dictionary<boolean>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
19
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesPipe, never>;
|
|
19
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesPipe, "mergeCssClasses", true>;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=mergeCssClasses.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeCssClasses.pipe.d.ts","sourceRoot":"","sources":["mergeCssClasses.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAoB,MAAM,gBAAgB,CAAC;;AAE7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAElE;;GAEG;AACH,qBACa,
|
|
1
|
+
{"version":3,"file":"mergeCssClasses.pipe.d.ts","sourceRoot":"","sources":["mergeCssClasses.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAoB,MAAM,gBAAgB,CAAC;;AAE7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAElE;;GAEG;AACH,qBACa,mBAAoB,YAAW,aAAa;IAErD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAAE,YAAY,EAAE,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP7G,mBAAmB;uCAAnB,mBAAmB;CA+C/B"}
|
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
22.0.0-beta.20250123101532
|