@anglr/common 19.2.0-beta.20240125053304 → 20.0.0-beta.20240530103148
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 +81 -6
- package/es2022/date-fns/src/misc/utils.js.map +1 -1
- 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 +14 -24
- package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
- package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +4 -24
- package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js.map +1 -1
- package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +4 -28
- package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js.map +1 -1
- package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +14 -14
- package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js.map +1 -1
- package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +5 -4
- package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js.map +1 -1
- package/es2022/forms/src/directives/hasError/hasError.directive.js +72 -111
- package/es2022/forms/src/directives/hasError/hasError.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +7 -21
- package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +7 -21
- package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +13 -15
- package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js.map +1 -1
- package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
- package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js.map +1 -1
- package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +32 -27
- package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js.map +1 -1
- package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +5 -4
- package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js.map +1 -1
- package/es2022/forms/src/index.js +0 -1
- package/es2022/forms/src/index.js.map +1 -1
- package/es2022/forms/src/misc/formModel/decorators/formGroupAsyncValidator.decorator.js.map +1 -1
- package/es2022/forms/src/misc/formModel/decorators/formGroupValidator.decorator.js.map +1 -1
- package/es2022/forms/src/misc/formModel/decorators/invalidateOnChange.decorator.js.map +1 -1
- package/es2022/forms/src/misc/formModel/decorators/modelPropertyMetadata.decorator.js.map +1 -1
- package/es2022/forms/src/misc/formModel/decorators/requiredIf.decorator.js.map +1 -1
- package/es2022/forms/src/misc/formModel/misc/currentValue.js +0 -1
- package/es2022/forms/src/misc/formModel/misc/currentValue.js.map +1 -1
- package/es2022/forms/src/misc/formModel/misc/utils.js.map +1 -1
- package/es2022/forms/src/misc/formModel/misc/validatorFactories.js +0 -4
- package/es2022/forms/src/misc/formModel/misc/validatorFactories.js.map +1 -1
- package/es2022/forms/src/misc/utils.js.map +1 -1
- package/es2022/forms/src/misc/validationErrorsContainerView.js +7 -9
- package/es2022/forms/src/misc/validationErrorsContainerView.js.map +1 -1
- package/es2022/forms/src/misc/validators.js.map +1 -1
- package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +7 -29
- 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 +8 -20
- 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 +3 -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 +6 -6
- 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 -4
- package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -1
- 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 -4
- package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js.map +1 -1
- package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -4
- package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js.map +1 -1
- package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -4
- package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js.map +1 -1
- package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js.map +1 -1
- package/es2022/forms/src/modules/hasError.module.js +6 -17
- package/es2022/forms/src/modules/hasError.module.js.map +1 -1
- package/es2022/forms/src/modules/numberInput.module.js +5 -5
- package/es2022/forms/src/modules/numberInput.module.js.map +1 -1
- package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -10
- package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js.map +1 -1
- package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -4
- package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js.map +1 -1
- package/es2022/forms/src/services/submitted/submitted.service.js +14 -12
- package/es2022/forms/src/services/submitted/submitted.service.js.map +1 -1
- package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -24
- package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js.map +1 -1
- package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +18 -21
- package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js.map +1 -1
- package/es2022/hotkeys/src/services/appHotkeys.service.js +20 -26
- package/es2022/hotkeys/src/services/appHotkeys.service.js.map +1 -1
- package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -10
- package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
- package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
- package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -1
- package/es2022/material/src/components/titledDialog/titledDialog.component.js +3 -10
- package/es2022/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +37 -38
- package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
- package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +12 -17
- package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js.map +1 -1
- package/es2022/material/src/modules/confirmationDialog.module.js +6 -6
- package/es2022/material/src/modules/confirmationDialog.module.js.map +1 -1
- package/es2022/material/src/modules/debugDataCopyClick.module.js +11 -10
- package/es2022/material/src/modules/debugDataCopyClick.module.js.map +1 -1
- package/es2022/material/src/modules/movableTitledDialog.module.js +6 -6
- package/es2022/material/src/modules/movableTitledDialog.module.js.map +1 -1
- package/es2022/material/src/modules/titledDialog.module.js +6 -6
- package/es2022/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -5
- package/es2022/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
- package/es2022/material/src/services/titledDialog/titledDialogService.options.js +5 -5
- package/es2022/material/src/services/titledDialog/titledDialogService.options.js.map +1 -1
- package/es2022/moment/src/misc/utils.js.map +1 -1
- package/es2022/moment/src/modules/moment.module.js +5 -5
- package/es2022/moment/src/modules/moment.module.js.map +1 -1
- package/es2022/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
- package/es2022/moment/src/pipes/momentConvert/momentConvert.pipe.js.map +1 -1
- package/es2022/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
- package/es2022/moment/src/pipes/momentFormat/momentFormat.pipe.js.map +1 -1
- package/es2022/router/src/decorators/componentRedirectRoute.decorator.js.map +1 -1
- package/es2022/router/src/decorators/componentRoute.decorator.js.map +1 -1
- package/es2022/router/src/decorators/moduleRoutes.decorator.js.map +1 -1
- package/es2022/router/src/misc/utils.js.map +1 -1
- package/es2022/router/src/services/routing/dataRouter.js +16 -17
- package/es2022/router/src/services/routing/dataRouter.js.map +1 -1
- package/es2022/router/src/services/routing/dataRouterData.js +3 -8
- package/es2022/router/src/services/routing/dataRouterData.js.map +1 -1
- package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +20 -22
- package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js.map +1 -1
- package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +18 -20
- 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/componentHostStyle/componentHostStyle.decorator.js.map +1 -1
- package/es2022/src/decorators/typeProvider/typeProvider.decorator.js.map +1 -1
- package/es2022/src/directives/bodyRender/bodyRender.directive.js +4 -23
- package/es2022/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
- package/es2022/src/directives/clickOutside/clickOutside.directive.js +27 -39
- package/es2022/src/directives/clickOutside/clickOutside.directive.js.map +1 -1
- package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +38 -49
- package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js.map +1 -1
- package/es2022/src/directives/goBack/goBack.directive.js +4 -5
- package/es2022/src/directives/goBack/goBack.directive.js.map +1 -1
- package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +13 -27
- package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
- package/es2022/src/directives/positionTo/positionTo.directive.js +20 -45
- 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/asHtmlElement/asHtmlElement.pipe.js.map +1 -1
- package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js.map +1 -1
- package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js.map +1 -1
- package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +8 -9
- package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js.map +1 -1
- package/es2022/src/modules/commonDynamic.module.js +4 -4
- package/es2022/src/modules/commonDynamic.module.js.map +1 -1
- package/es2022/src/modules/commonLocalize.module.js +4 -4
- package/es2022/src/modules/commonLocalize.module.js.map +1 -1
- package/es2022/src/modules/commonUtils.module.js +23 -19
- package/es2022/src/modules/commonUtils.module.js.map +1 -1
- package/es2022/src/modules/debugData/components/debugData/debugData.component.js +9 -46
- package/es2022/src/modules/debugData/components/debugData/debugData.component.js.map +1 -1
- package/es2022/src/modules/debugData/modules/debugData.module.js +6 -10
- package/es2022/src/modules/debugData/modules/debugData.module.js.map +1 -1
- package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +13 -26
- package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js.map +1 -1
- package/es2022/src/modules/logger/components/console/console.component.js +16 -23
- package/es2022/src/modules/logger/components/console/console.component.js.map +1 -1
- package/es2022/src/modules/logger/decorators/loggerSink.decorator.js.map +1 -1
- package/es2022/src/modules/logger/misc/utils.js.map +1 -1
- package/es2022/src/modules/logger/services/console/consoleComponent.service.js +18 -16
- package/es2022/src/modules/logger/services/console/consoleComponent.service.js.map +1 -1
- package/es2022/src/modules/logger/services/console/consoleComponent.sink.js +7 -5
- package/es2022/src/modules/logger/services/console/consoleComponent.sink.js.map +1 -1
- package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +8 -8
- package/es2022/src/modules/logger/services/console/consoleComponentService.options.js.map +1 -1
- package/es2022/src/modules/logger/services/developmentConsoleSink/developmentConsole.sink.js.map +1 -1
- package/es2022/src/modules/logger/services/logLevelEnricher/logLevelEnricher.enricher.js.map +1 -1
- package/es2022/src/modules/logger/services/logger/logger.service.js +3 -4
- package/es2022/src/modules/logger/services/logger/logger.service.js.map +1 -1
- package/es2022/src/modules/logger/services/rest/rest.sink.js +17 -21
- package/es2022/src/modules/logger/services/rest/rest.sink.js.map +1 -1
- package/es2022/src/modules/logger/services/rest/restSink.options.js +16 -16
- package/es2022/src/modules/logger/services/rest/restSink.options.js.map +1 -1
- package/es2022/src/modules/logger/services/subLoggerSink/subLogger.sink.js +0 -1
- package/es2022/src/modules/logger/services/subLoggerSink/subLogger.sink.js.map +1 -1
- package/es2022/src/modules/logger/types/loggerConfiguration.js +8 -17
- package/es2022/src/modules/logger/types/loggerConfiguration.js.map +1 -1
- package/es2022/src/modules/logger/types/loggerOptions.js +30 -28
- package/es2022/src/modules/logger/types/loggerOptions.js.map +1 -1
- package/es2022/src/modules/logger/types/messageLog.js +5 -18
- package/es2022/src/modules/logger/types/messageLog.js.map +1 -1
- package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +33 -46
- package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
- package/es2022/src/modules/multiButton/modules/multiButton.module.js +4 -4
- package/es2022/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
- package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +9 -21
- package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js.map +1 -1
- package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +7 -45
- package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -4
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
- package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +6 -6
- package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
- package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +29 -30
- package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js.map +1 -1
- package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js +9 -9
- package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js.map +1 -1
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +16 -31
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +29 -81
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -4
- package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -1
- package/es2022/src/modules/tooltip/modules/tooltip.module.js +5 -5
- package/es2022/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
- package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +4 -4
- package/es2022/src/pipes/displayProperties/displayProperties.pipe.js.map +1 -1
- package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +3 -3
- package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js.map +1 -1
- package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +3 -18
- package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js.map +1 -1
- package/es2022/src/pipes/index.js +2 -0
- package/es2022/src/pipes/index.js.map +1 -1
- package/es2022/src/pipes/isNaN/isNaN.pipe.js +4 -4
- package/es2022/src/pipes/isNaN/isNaN.pipe.js.map +1 -1
- package/es2022/src/pipes/isPresent/isPresent.pipe.js +4 -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 +3 -10
- package/es2022/src/pipes/localize/localize.pipe.js.map +1 -1
- package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
- package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -1
- package/es2022/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.js +8 -15
- package/es2022/src/pipes/numeral/numeral.pipe.js.map +1 -0
- package/es2022/src/pipes/trimText/trimText.pipe.js +29 -0
- package/es2022/src/pipes/trimText/trimText.pipe.js.map +1 -0
- 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 +8 -9
- package/es2022/src/services/cookies/cookies.service.js.map +1 -1
- package/es2022/src/services/notifications/defaultNotifications.service.js +24 -25
- package/es2022/src/services/notifications/defaultNotifications.service.js.map +1 -1
- package/es2022/src/services/notifications/notifications.interface.js +0 -3
- package/es2022/src/services/notifications/notifications.interface.js.map +1 -1
- package/es2022/src/services/notifications/notificationsOptions.js +5 -5
- package/es2022/src/services/notifications/notificationsOptions.js.map +1 -1
- package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -4
- package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js.map +1 -1
- package/es2022/src/services/position/position.interface.js.map +1 -1
- package/es2022/src/services/statusCode/statusCode.service.js +3 -8
- package/es2022/src/services/statusCode/statusCode.service.js.map +1 -1
- package/es2022/src/services/stringLocalization/noStringLocalization.service.js +10 -8
- package/es2022/src/services/stringLocalization/noStringLocalization.service.js.map +1 -1
- package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +10 -8
- package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js.map +1 -1
- package/es2022/src/utils/index.js.map +1 -1
- package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
- package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js.map +1 -1
- package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
- package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js.map +1 -1
- package/floating-ui/src/services/floatingUiDomPosition.service.d.ts +5 -5
- package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
- package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts +1 -1
- package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
- package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.html +9 -3
- package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts +1 -1
- package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts.map +1 -1
- package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts +1 -1
- package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts.map +1 -1
- package/forms/src/directives/groupHasError/groupHasError.directive.d.ts +1 -1
- package/forms/src/directives/groupHasError/groupHasError.directive.d.ts.map +1 -1
- package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts +1 -1
- package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map +1 -1
- package/forms/src/directives/hasError/hasError.directive.d.ts +24 -32
- package/forms/src/directives/hasError/hasError.directive.d.ts.map +1 -1
- package/forms/src/directives/requiredClass/requiredClass.directive.d.ts +14 -12
- package/forms/src/directives/requiredClass/requiredClass.directive.d.ts.map +1 -1
- package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts +1 -1
- package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map +1 -1
- package/forms/src/index.d.ts +0 -1
- package/forms/src/index.d.ts.map +1 -1
- package/forms/src/modules/hasError.module.d.ts +1 -5
- package/forms/src/modules/hasError.module.d.ts.map +1 -1
- package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts +3 -3
- package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts.map +1 -1
- package/hotkeys/src/components/cheatSheet/cheatSheet.component.html +13 -7
- package/lerna.json +4 -0
- package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts +2 -2
- package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts.map +1 -1
- package/material/src/modules/debugDataCopyClick.module.d.ts +3 -3
- package/material/src/modules/debugDataCopyClick.module.d.ts.map +1 -1
- package/package.json +54 -57
- package/readme.md +0 -1
- package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
- package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts +3 -3
- package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts.map +1 -1
- package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts +3 -3
- package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts.map +1 -1
- package/src/directives/bodyRender/bodyRender.directive.d.ts +3 -3
- package/src/directives/bodyRender/bodyRender.directive.d.ts.map +1 -1
- package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts +3 -3
- package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
- package/src/directives/goBack/goBack.directive.d.ts +3 -3
- package/src/directives/goBack/goBack.directive.d.ts.map +1 -1
- package/src/directives/positionTo/positionTo.directive.d.ts +2 -2
- package/src/directives/positionTo/positionTo.directive.d.ts.map +1 -1
- package/src/modules/commonUtils.module.d.ts +2 -1
- package/src/modules/commonUtils.module.d.ts.map +1 -1
- package/src/modules/debugData/components/debugData/debugData.component.css +1 -0
- package/src/modules/debugData/components/debugData/debugData.component.d.ts +4 -24
- package/src/modules/debugData/components/debugData/debugData.component.d.ts.map +1 -1
- package/src/modules/debugData/components/debugData/debugData.component.html +4 -3
- package/src/modules/debugData/modules/debugData.module.d.ts +1 -2
- package/src/modules/debugData/modules/debugData.module.d.ts.map +1 -1
- package/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.d.ts +2 -10
- package/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.d.ts.map +1 -1
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +7 -8
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
- package/src/pipes/displayProperties/displayProperties.pipe.d.ts +3 -3
- package/src/pipes/displayProperties/displayProperties.pipe.d.ts.map +1 -1
- package/src/pipes/index.d.ts +2 -0
- package/src/pipes/index.d.ts.map +1 -1
- package/src/pipes/isNaN/isNaN.pipe.d.ts +3 -3
- package/src/pipes/isNaN/isNaN.pipe.d.ts.map +1 -1
- package/src/pipes/isPresent/isPresent.pipe.d.ts +3 -3
- package/src/pipes/isPresent/isPresent.pipe.d.ts.map +1 -1
- package/src/pipes/keys/keys.pipe.d.ts +3 -3
- package/src/pipes/keys/keys.pipe.d.ts.map +1 -1
- package/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.d.ts +4 -4
- package/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.d.ts.map +1 -1
- package/src/pipes/trimText/trimText.pipe.d.ts +17 -0
- package/src/pipes/trimText/trimText.pipe.d.ts.map +1 -0
- package/src/pipes/urlEncode/urlEncode.pipe.d.ts +3 -3
- package/src/pipes/urlEncode/urlEncode.pipe.d.ts.map +1 -1
- package/src/services/position/position.interface.d.ts +10 -10
- package/src/services/position/position.interface.d.ts.map +1 -1
- package/styles/core/_mixins.scss +14 -0
- package/styles/core/_theme.scss +4 -0
- package/version.bak +1 -1
- package/es2022/forms/src/modules/requiredClass.module.js +0 -19
- package/es2022/forms/src/modules/requiredClass.module.js.map +0 -1
- package/es2022/numeral/src/index.js +0 -2
- package/es2022/numeral/src/index.js.map +0 -1
- package/es2022/numeral/src/pipes/numeral.pipe.js.map +0 -1
- package/forms/src/modules/requiredClass.module.d.ts +0 -11
- package/forms/src/modules/requiredClass.module.d.ts.map +0 -1
- package/numeral/package.json +0 -8
- package/numeral/src/index.d.ts +0 -2
- package/numeral/src/index.d.ts.map +0 -1
- package/src/style.scss +0 -87
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Renders element into body directly at the end
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class BodyRenderDirective implements OnInit, OnDestroy {
|
|
7
7
|
protected template: TemplateRef<void>;
|
|
8
8
|
protected viewContainer: ViewContainerRef;
|
|
9
9
|
protected document: Document;
|
|
@@ -30,7 +30,7 @@ export declare class BodyRenderSADirective implements OnInit, OnDestroy {
|
|
|
30
30
|
* Called when component is destroyed
|
|
31
31
|
*/
|
|
32
32
|
ngOnDestroy(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BodyRenderDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BodyRenderDirective, "[bodyRender]", never, { "targetElement": { "alias": "bodyRender"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
36
36
|
//# sourceMappingURL=bodyRender.directive.d.ts.map
|
|
@@ -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,qBAKa,
|
|
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,qBAKa,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"}
|
|
@@ -5,7 +5,7 @@ import * as i1 from "../../modules/tooltip/directives/tooltip/tooltip.directive"
|
|
|
5
5
|
/**
|
|
6
6
|
* Directive that is used for displaying text from attached element in tooltip
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class EllipsisTooltipDirective implements OnChanges, OnDestroy {
|
|
9
9
|
/**
|
|
10
10
|
* Instance of renderer
|
|
11
11
|
*/
|
|
@@ -63,8 +63,8 @@ export declare class EllipsisTooltipSADirective implements OnChanges, OnDestroy
|
|
|
63
63
|
* Custom input type for `element` input
|
|
64
64
|
*/
|
|
65
65
|
static ngAcceptInputType_element: HTMLElement | ElementRef | '';
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
67
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisTooltipDirective, never>;
|
|
67
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisTooltipDirective, "[ellipsisTooltip]", never, { "ellipsisClass": { "alias": "ellipsisClass"; "required": false; }; "tooltipPrefix": { "alias": "tooltipPrefix"; "required": false; }; "tooltipSuffix": { "alias": "tooltipSuffix"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "element": { "alias": "ellipsisTooltip"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TooltipDirective; inputs: {}; outputs: {}; }]>;
|
|
68
68
|
static ngAcceptInputType_allowHtml: unknown;
|
|
69
69
|
}
|
|
70
70
|
//# sourceMappingURL=ellipsisTooltip.directive.d.ts.map
|
|
@@ -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,qBASa,
|
|
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,qBASa,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;wCAwJ8/uB,OAAQ;CAA1ivB"}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Directive that performs browser back button action on click
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class GoBackDirective {
|
|
7
7
|
private _location;
|
|
8
8
|
constructor(_location: Location);
|
|
9
9
|
/**
|
|
@@ -11,7 +11,7 @@ export declare class GoBackSADirective {
|
|
|
11
11
|
* @param event - Mouse event that occured
|
|
12
12
|
*/
|
|
13
13
|
goBack(event: MouseEvent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoBackDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackDirective, "[goBack]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=goBack.directive.d.ts.map
|
|
@@ -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,qBAKa,
|
|
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,qBAKa,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class PositionToSADirective implements OnChanges, OnDestroy {
|
|
9
9
|
protected target: ElementRef<HTMLElement>;
|
|
10
|
-
protected position: Position
|
|
10
|
+
protected position: Position<HTMLElement>;
|
|
11
11
|
/**
|
|
12
12
|
* Position placement value
|
|
13
13
|
*/
|
|
@@ -46,7 +46,7 @@ export declare class PositionToSADirective implements OnChanges, OnDestroy {
|
|
|
46
46
|
* Occurs when element was positioned
|
|
47
47
|
*/
|
|
48
48
|
done: EventEmitter<void>;
|
|
49
|
-
constructor(target: ElementRef<HTMLElement>, position: Position);
|
|
49
|
+
constructor(target: ElementRef<HTMLElement>, position: Position<HTMLElement>);
|
|
50
50
|
/**
|
|
51
51
|
* Called when input value changes
|
|
52
52
|
*/
|
|
@@ -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,qBAKa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IAwFlD,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ;
|
|
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,qBAKa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IAwFlD,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,qBAAqB;2CAArB,qBAAqB;CA+KjC"}
|
|
@@ -4,12 +4,13 @@ import * as i2 from "../pipes/isPresent/isPresent.pipe";
|
|
|
4
4
|
import * as i3 from "../pipes/urlEncode/urlEncode.pipe";
|
|
5
5
|
import * as i4 from "../pipes/mergeCssClasses/mergeCssClasses.pipe";
|
|
6
6
|
import * as i5 from "../pipes/keys/keys.pipe";
|
|
7
|
+
import * as i6 from "../pipes/trimText/trimText.pipe";
|
|
7
8
|
/**
|
|
8
9
|
* Module for common utility stuff
|
|
9
10
|
*/
|
|
10
11
|
export declare class CommonUtilsModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe], [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
|
|
14
15
|
}
|
|
15
16
|
//# sourceMappingURL=commonUtils.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonUtils.module.d.ts","sourceRoot":"","sources":["commonUtils.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"commonUtils.module.d.ts","sourceRoot":"","sources":["commonUtils.module.ts"],"names":[],"mappings":";;;;;;;AAIA;;GAEG;AACH,qBAqBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
|
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
3
2
|
import { DebugDataEnabledService } from '../../services/debugDataEnabled/debugDataEnabled.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* Component used for displaying debug data
|
|
7
6
|
*/
|
|
8
|
-
export declare class DebugDataComponent
|
|
7
|
+
export declare class DebugDataComponent {
|
|
9
8
|
protected debugDataEnabledSvc: DebugDataEnabledService;
|
|
10
|
-
protected changeDetector: ChangeDetectorRef;
|
|
11
9
|
protected element: ElementRef<HTMLElement>;
|
|
12
|
-
|
|
13
|
-
* Subscription for changes of debug data enabled
|
|
14
|
-
*/
|
|
15
|
-
protected debugDataEnabledChangeSubscription: Subscription | undefined | null;
|
|
16
|
-
/**
|
|
17
|
-
* Indication whether is debug data enabled
|
|
18
|
-
*
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
protected enabled: WritableSignal<boolean>;
|
|
22
|
-
constructor(debugDataEnabledSvc: DebugDataEnabledService, changeDetector: ChangeDetectorRef, element: ElementRef<HTMLElement>);
|
|
23
|
-
/**
|
|
24
|
-
* Initialize component
|
|
25
|
-
*/
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
/**
|
|
28
|
-
* Called when component is destroyed
|
|
29
|
-
*/
|
|
30
|
-
ngOnDestroy(): void;
|
|
10
|
+
constructor(debugDataEnabledSvc: DebugDataEnabledService, element: ElementRef<HTMLElement>);
|
|
31
11
|
/**
|
|
32
12
|
* Sets enabled css class according enabled state
|
|
33
13
|
*/
|
|
34
14
|
protected setEnabledCssClass(): void;
|
|
35
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DebugDataComponent, "debug-data", never, {}, {}, never, ["*"],
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DebugDataComponent, "debug-data", never, {}, {}, never, ["*"], true, never>;
|
|
37
17
|
}
|
|
38
18
|
//# sourceMappingURL=debugData.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugData.component.d.ts","sourceRoot":"","sources":["debugData.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,
|
|
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,qBAQa,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,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
@if(debugDataEnabledSvc.enabled())
|
|
2
|
+
{
|
|
3
|
+
<ng-content/>
|
|
4
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "../components/debugData/debugData.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
/**
|
|
5
4
|
* Module that contains debug data component
|
|
6
5
|
*/
|
|
7
6
|
export declare class DebugDataModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, [typeof i1.DebugDataComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataModule, never, [typeof i1.DebugDataComponent], [typeof i1.DebugDataComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<DebugDataModule>;
|
|
11
10
|
}
|
|
12
11
|
//# sourceMappingURL=debugData.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugData.module.d.ts","sourceRoot":"","sources":["debugData.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"debugData.module.d.ts","sourceRoot":"","sources":["debugData.module.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAE3B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Signal } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* Service used for handling enabled state for debug data component
|
|
@@ -8,18 +8,10 @@ export declare class DebugDataEnabledService {
|
|
|
8
8
|
* Indication whether debug data copmonent is enabled
|
|
9
9
|
*/
|
|
10
10
|
private _enabled;
|
|
11
|
-
/**
|
|
12
|
-
* Subject used for emitting changes of enabled state
|
|
13
|
-
*/
|
|
14
|
-
private _enabledChangeSubject;
|
|
15
11
|
/**
|
|
16
12
|
* Indication whether debug data copmonent is enabled
|
|
17
13
|
*/
|
|
18
|
-
get enabled(): boolean
|
|
19
|
-
/**
|
|
20
|
-
* Occurs when enabled state changed
|
|
21
|
-
*/
|
|
22
|
-
get enabledChange(): Observable<void>;
|
|
14
|
+
get enabled(): Signal<boolean>;
|
|
23
15
|
/**
|
|
24
16
|
* Sets enabled state
|
|
25
17
|
* @param enabled - Indication whether will be enabled state set to true, or false, defaults to true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugDataEnabled.service.d.ts","sourceRoot":"","sources":["debugDataEnabled.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"debugDataEnabled.service.d.ts","sourceRoot":"","sources":["debugDataEnabled.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAyB,MAAM,eAAe,CAAC;;AAEzE;;GAEG;AACH,qBACa,uBAAuB;IAIhC;;OAEG;IACH,OAAO,CAAC,QAAQ,CAA0C;IAI1D;;OAEG;IACH,IAAW,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,CAGpC;IAID;;;OAGG;IACI,UAAU,CAAC,OAAO,GAAE,OAAc,GAAG,IAAI;yCAzBvC,uBAAuB;6CAAvB,uBAAuB;CA6BnC"}
|
|
@@ -9,13 +9,14 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Directive used for rendering tooltip
|
|
11
11
|
*/
|
|
12
|
-
export declare class TooltipDirective<TData =
|
|
12
|
+
export declare class TooltipDirective<TData = unknown> implements OnChanges, OnDestroy {
|
|
13
13
|
protected _viewContainerRef: ViewContainerRef;
|
|
14
14
|
protected _injector: Injector;
|
|
15
15
|
protected _element: ElementRef<HTMLElement>;
|
|
16
16
|
protected _animationsPlayer: AnimationBuilder;
|
|
17
17
|
protected _document: Document;
|
|
18
|
-
protected _position: Position
|
|
18
|
+
protected _position: Position<HTMLElement>;
|
|
19
|
+
protected _parent?: TooltipDirective | null;
|
|
19
20
|
/**
|
|
20
21
|
* Instance of component used for rendering tooltip
|
|
21
22
|
*/
|
|
@@ -79,7 +80,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
|
|
|
79
80
|
* Instance of template from element content, used for rendering
|
|
80
81
|
*/
|
|
81
82
|
tooltipTemplateChild?: TooltipTemplateDirective;
|
|
82
|
-
constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _document: Document, _position: Position, options?: Partial<TooltipOptions>);
|
|
83
|
+
constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _document: Document, _position: Position<HTMLElement>, _parent?: TooltipDirective | null, options?: Partial<TooltipOptions>);
|
|
83
84
|
/**
|
|
84
85
|
* Called when input value changes
|
|
85
86
|
*/
|
|
@@ -91,15 +92,13 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
|
|
|
91
92
|
/**
|
|
92
93
|
* Handles mouse leave event, hover ends
|
|
93
94
|
* @param event - Mouse event that occured
|
|
94
|
-
* @internal
|
|
95
95
|
*/
|
|
96
|
-
mouseLeave(event: MouseEvent): void;
|
|
96
|
+
protected mouseLeave(event: MouseEvent): void;
|
|
97
97
|
/**
|
|
98
98
|
* Handles mouse move event, displaying tooltip
|
|
99
99
|
* @param event - Mouse event that occured
|
|
100
|
-
* @internal
|
|
101
100
|
*/
|
|
102
|
-
mouseMove(event: MouseEvent): void;
|
|
101
|
+
protected mouseMove(event: MouseEvent): void;
|
|
103
102
|
/**
|
|
104
103
|
* Shows tooltip
|
|
105
104
|
* @param event - Mouse event
|
|
@@ -125,7 +124,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
|
|
|
125
124
|
* Custom input type for `tooltip` input
|
|
126
125
|
*/
|
|
127
126
|
static ngAcceptInputType_tooltip: any;
|
|
128
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, null, { optional: true; }]>;
|
|
127
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
129
128
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective<any>, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "template": { "alias": "template"; "required": false; }; "tooltipOptions": { "alias": "tooltipOptions"; "required": false; }; "tooltipVisible": { "alias": "tooltipVisible"; "required": false; }; "containerElement": { "alias": "containerElement"; "required": false; }; }, {}, ["tooltipTemplateChild"], never, true, never>;
|
|
130
129
|
}
|
|
131
130
|
//# sourceMappingURL=tooltip.directive.d.ts.map
|
|
@@ -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,
|
|
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,EAAmD,MAAM,gBAAgB,CAAC;AAIlG,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,qBAKa,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"}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Transforms array of objects or object properties into string
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class DisplayPropertiesPipe<TItem> implements PipeTransform {
|
|
7
7
|
/**
|
|
8
8
|
* Transforms array of objects or object properties into string
|
|
9
9
|
* @param value - Array of objects or object to be converted
|
|
@@ -11,7 +11,7 @@ export declare class DisplayPropertiesSAPipe<TItem> implements PipeTransform {
|
|
|
11
11
|
* @param itemSeparator - Separator used for separating items
|
|
12
12
|
*/
|
|
13
13
|
transform(value: TItem | TItem[], values: Array<keyof TItem>, separators?: string[], itemSeparator?: string): string;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayPropertiesPipe<any>, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayPropertiesPipe<any>, "displayProperties", true>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=displayProperties.pipe.d.ts.map
|
|
@@ -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,qBAKa,
|
|
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,qBAKa,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"}
|
package/src/pipes/index.d.ts
CHANGED
|
@@ -6,5 +6,7 @@ export * from './isPresent/isPresent.pipe';
|
|
|
6
6
|
export * from './keys/keys.pipe';
|
|
7
7
|
export * from './localize/localize.pipe';
|
|
8
8
|
export * from './mergeCssClasses/mergeCssClasses.pipe';
|
|
9
|
+
export * from './numeral/numeral.pipe';
|
|
10
|
+
export * from './trimText/trimText.pipe';
|
|
9
11
|
export * from './urlEncode/urlEncode.pipe';
|
|
10
12
|
//# sourceMappingURL=index.d.ts.map
|
package/src/pipes/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sDAAsD,CAAC;AACrE,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sDAAsD,CAAC;AACrE,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC"}
|
|
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Returns true if object is NaN
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class IsNaNPipe implements PipeTransform {
|
|
7
7
|
/**
|
|
8
8
|
* Checks whether is value NaN
|
|
9
9
|
* @param value - Value to be checked
|
|
10
10
|
*/
|
|
11
11
|
transform(value: any): boolean;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsNaNPipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsNaNPipe, "isNaN", true>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=isNaN.pipe.d.ts.map
|
|
@@ -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,qBAKa,
|
|
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,qBAKa,SAAU,YAAW,aAAa;IAI3C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,SAAS;uCAAT,SAAS;CAYrB"}
|
|
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Returns true if object is different from null or undefined
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class IsPresentPipe implements PipeTransform {
|
|
7
7
|
/**
|
|
8
8
|
* Checks whether is value different from null or undefined
|
|
9
9
|
* @param value - Value to be checked
|
|
10
10
|
*/
|
|
11
11
|
transform(value: unknown): boolean;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsPresentPipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsPresentPipe, "isPresent", true>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=isPresent.pipe.d.ts.map
|
|
@@ -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,qBAKa,
|
|
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,qBAKa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,aAAa;uCAAb,aAAa;CAYzB"}
|
|
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
/**
|
|
5
5
|
* Gets object keys/property names
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class KeysPipe implements PipeTransform {
|
|
8
8
|
/**
|
|
9
9
|
* Gets object keys/property names
|
|
10
10
|
* @param value - Object containing keys which will be obtained
|
|
11
11
|
*/
|
|
12
12
|
transform(value: Dictionary<any>): string[];
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", true>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=keys.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keys.pipe.d.ts","sourceRoot":"","sources":["keys.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAU,MAAM,gBAAgB,CAAC;;AAEnD;;GAEG;AACH,qBACa,
|
|
1
|
+
{"version":3,"file":"keys.pipe.d.ts","sourceRoot":"","sources":["keys.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAU,MAAM,gBAAgB,CAAC;;AAEnD;;GAEG;AACH,qBACa,QAAS,YAAW,aAAa;IAE1C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE;yCANzC,QAAQ;uCAAR,QAAQ;CAepB"}
|
|
@@ -2,9 +2,9 @@ import { PipeTransform, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { GlobalizationService } from '@anglr/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
|
-
* Pipe to transform numbers to regional formatting using numeraljs.
|
|
5
|
+
* Pipe to transform numbers to regional formatting using numeraljs logic from @jscrpt/common/numeral.
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class NumeralPipe implements PipeTransform, OnDestroy {
|
|
8
8
|
/**
|
|
9
9
|
* Subscription for globalization changes
|
|
10
10
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class NumeralSAPipe implements PipeTransform, OnDestroy {
|
|
|
20
20
|
* Called when component is destroyed
|
|
21
21
|
*/
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
24
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumeralPipe, never>;
|
|
24
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NumeralPipe, "numeral", true>;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=numeral.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"numeral.pipe.d.ts","sourceRoot":"","sources":["numeral.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;;AAKnD;;GAEG;AACH,qBACa,
|
|
1
|
+
{"version":3,"file":"numeral.pipe.d.ts","sourceRoot":"","sources":["numeral.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;;AAKnD;;GAEG;AACH,qBACa,WAAY,YAAW,aAAa,EAAE,SAAS;IAIxD;;OAEG;IACH,OAAO,CAAC,gCAAgC,CAAoB;gBAGhD,gBAAgB,EAAE,oBAAoB;IAWlD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAiBvD;;OAEG;IACI,WAAW,IAAI,IAAI;yCA9CjB,WAAW;uCAAX,WAAW;CAmDvB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Trims long text and adds 'suffix' indication of longer text
|
|
5
|
+
*/
|
|
6
|
+
export declare class TrimTextPipe implements PipeTransform {
|
|
7
|
+
/**
|
|
8
|
+
* Trims long text and adds 'suffix' indication of longer text
|
|
9
|
+
* @param text - Text to be trimmed
|
|
10
|
+
* @param length - Maximal allowed length of text, that wont be trimmed
|
|
11
|
+
* @param suffix - Suffix to be added when text is trimmed
|
|
12
|
+
*/
|
|
13
|
+
transform(text: string | undefined | null, length: number, suffix?: string): string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrimTextPipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TrimTextPipe, "trimText", true>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=trimText.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trimText.pipe.d.ts","sourceRoot":"","sources":["trimText.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBACa,YAAa,YAAW,aAAa;IAE9C;;;;;OAKG;IACI,SAAS,CAAC,IAAI,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAE,MAAc,GAAG,MAAM;yCARpF,YAAY;uCAAZ,YAAY;CAsBxB"}
|
|
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Pipe that encodes data for url
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class UrlEncodePipe implements PipeTransform {
|
|
7
7
|
/**
|
|
8
8
|
* Encodes data for URL
|
|
9
9
|
* @param value - Value to be encoded
|
|
10
10
|
*/
|
|
11
11
|
transform(value: object): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UrlEncodePipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<UrlEncodePipe, "urlEncode", true>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=urlEncode.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlEncode.pipe.d.ts","sourceRoot":"","sources":["urlEncode.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBACa,
|
|
1
|
+
{"version":3,"file":"urlEncode.pipe.d.ts","sourceRoot":"","sources":["urlEncode.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBACa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAR9B,aAAa;uCAAb,aAAa;CAiBzB"}
|
|
@@ -38,20 +38,20 @@ export interface PositionOffsets {
|
|
|
38
38
|
/**
|
|
39
39
|
* Stores positioned element and reference element
|
|
40
40
|
*/
|
|
41
|
-
export interface PositionElements<
|
|
41
|
+
export interface PositionElements<TVirtualElement = unknown> {
|
|
42
42
|
/**
|
|
43
43
|
* Reference element against which is object positioned
|
|
44
44
|
*/
|
|
45
|
-
reference:
|
|
45
|
+
reference: Element | TVirtualElement;
|
|
46
46
|
/**
|
|
47
47
|
* Element that is positioned
|
|
48
48
|
*/
|
|
49
|
-
floating:
|
|
49
|
+
floating: HTMLElement;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* Arguments that are passed during positioning
|
|
53
53
|
*/
|
|
54
|
-
export interface PositionArguments<
|
|
54
|
+
export interface PositionArguments<TVirtualElement = unknown> {
|
|
55
55
|
/**
|
|
56
56
|
* X coordinate of positioned element
|
|
57
57
|
*/
|
|
@@ -63,12 +63,12 @@ export interface PositionArguments<TElement extends Element = Element> {
|
|
|
63
63
|
/**
|
|
64
64
|
* Elements that are being used during positioning
|
|
65
65
|
*/
|
|
66
|
-
elements: PositionElements<
|
|
66
|
+
elements: PositionElements<TVirtualElement>;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Options that are passed to position service
|
|
70
70
|
*/
|
|
71
|
-
export interface PositionOptions {
|
|
71
|
+
export interface PositionOptions<TVirtualElement = unknown> {
|
|
72
72
|
/**
|
|
73
73
|
* Placement of target element against source element
|
|
74
74
|
*/
|
|
@@ -76,7 +76,7 @@ export interface PositionOptions {
|
|
|
76
76
|
/**
|
|
77
77
|
* Offset which allows moving target element along the cross axis of placement, or any chosed direction
|
|
78
78
|
*/
|
|
79
|
-
offset: PositionOffsetString | number | PositionOffsets | Func1<number | PositionOffsets, PositionArguments
|
|
79
|
+
offset: PositionOffsetString | number | PositionOffsets | Func1<number | PositionOffsets, PositionArguments<TVirtualElement>>;
|
|
80
80
|
/**
|
|
81
81
|
* Indication whether perform flip in case of collision (with view boundaries)
|
|
82
82
|
*/
|
|
@@ -93,7 +93,7 @@ export interface PositionOptions {
|
|
|
93
93
|
/**
|
|
94
94
|
* Result of positioning process, storing new coordinates
|
|
95
95
|
*/
|
|
96
|
-
export interface PositionResult<TElement extends Element =
|
|
96
|
+
export interface PositionResult<TElement extends Element = Element> {
|
|
97
97
|
/**
|
|
98
98
|
* Target element to be positioned
|
|
99
99
|
*/
|
|
@@ -118,13 +118,13 @@ export interface PositionResult<TElement extends Element = any> {
|
|
|
118
118
|
/**
|
|
119
119
|
* Service that is used for positioning two elements against each other
|
|
120
120
|
*/
|
|
121
|
-
export interface Position {
|
|
121
|
+
export interface Position<TElement extends Element = Element> {
|
|
122
122
|
/**
|
|
123
123
|
* Places target element relatively to source element according options and returns result storing information about new position
|
|
124
124
|
* @param target - Target element to be placed
|
|
125
125
|
* @param source - Source element to be placed against
|
|
126
126
|
* @param options - Optional options with informations about new position
|
|
127
127
|
*/
|
|
128
|
-
placeElement(target: Element, source: Element, options?: Partial<PositionOptions>): Observable<PositionResult
|
|
128
|
+
placeElement(target: Element, source: Element, options?: Partial<PositionOptions>): Observable<PositionResult<TElement>>;
|
|
129
129
|
}
|
|
130
130
|
//# sourceMappingURL=position.interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"position.interface.d.ts","sourceRoot":"","sources":["position.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,kBAAkB,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAE9B;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAC,IAAI,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"position.interface.d.ts","sourceRoot":"","sources":["position.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,kBAAkB,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAE9B;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAC,IAAI,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB,CAAC,eAAe,GAAG,OAAO;IAEvD;;OAEG;IACH,SAAS,EAAE,OAAO,GAAC,eAAe,CAAC;IAEnC;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB,CAAC,eAAe,GAAG,OAAO;IAExD;;OAEG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;OAEG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;OAEG;IACH,QAAQ,EAAE,gBAAgB,CAAC,eAAe,CAAC,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,eAAe,GAAG,OAAO;IAItD;;OAEG;IACH,SAAS,EAAE,iBAAiB,CAAC;IAE7B;;OAEG;IACH,MAAM,EAAE,oBAAoB,GAAC,MAAM,GAAC,eAAe,GAAC,KAAK,CAAC,MAAM,GAAC,eAAe,EAAE,iBAAiB,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtH;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,UAAU,EAAE,OAAO,GAAC,iBAAiB,CAAC;IAEtC;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc,CAAC,QAAQ,SAAS,OAAO,GAAG,OAAO;IAE9D;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAC;IAEjB;;OAEG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;OAEG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,OAAO,IAAI,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,QAAQ,SAAS,OAAO,GAAG,OAAO;IAIxD;;;;;OAKG;IACH,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;CAC5H"}
|