@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupHasError.directive.d.ts","sourceRoot":"","sources":["groupHasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;;AAWpD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"groupHasError.directive.d.ts","sourceRoot":"","sources":["groupHasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;;AAWpD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,qBAKa,sBAAsB;IAenB,OAAO,CAAC,QAAQ;IAX5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAA8B;IAE9C;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAgB;gBAGpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAOrD;;;OAGG;IACI,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAWxC;;;OAGG;IACI,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAa1C;;OAEG;IACH,OAAO,CAAC,aAAa;yCAzDZ,sBAAsB;2CAAtB,sBAAsB;CAoElC"}
|
|
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class GroupHasErrorContainerDirective extends GroupHasErrorDirective {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupHasErrorContainerDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorContainerDirective, "[groupHasErrorContainer]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorContainerDirective, "[groupHasErrorContainer]", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=groupHasErrorContainer.directive.d.ts.map
|
package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupHasErrorContainer.directive.d.ts","sourceRoot":"","sources":["groupHasErrorContainer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;;AAEhF;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"groupHasErrorContainer.directive.d.ts","sourceRoot":"","sources":["groupHasErrorContainer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;;AAEhF;;GAEG;AACH,qBAca,+BAAgC,SAAQ,sBAAsB;yCAA9D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FormControlDirective, FormControlName, NgModel } from '@angular/forms';
|
|
1
|
+
import { OnInit, OnDestroy, Injector, ViewContainerRef, AfterViewInit, Type, TemplateRef } from '@angular/core';
|
|
2
|
+
import { FormControlDirective, FormControlName, FormControl, NgModel } from '@angular/forms';
|
|
3
3
|
import { StringLocalization } from '@anglr/common';
|
|
4
4
|
import { StringDictionary } from '@jscrpt/common';
|
|
5
|
+
import { Subscription } from 'rxjs';
|
|
5
6
|
import { ValidationErrorRendererFactory } from '../../services/validationErrorRenderer/validationErrorRenderer.service';
|
|
6
7
|
import { ValidationErrorRenderer, ValidationErrorsComponent, ValidationErrorsTemplateContext } from '../../services/validationErrorRenderer/validationErrorRenderer.interface';
|
|
7
8
|
import { SubmittedService } from '../../services/submitted/submitted.service';
|
|
@@ -12,41 +13,36 @@ import * as i0 from "@angular/core";
|
|
|
12
13
|
* Directive that is attached to control element and handles css classes that are added to this element
|
|
13
14
|
*/
|
|
14
15
|
export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestroy {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected _injector: Injector;
|
|
16
|
+
protected rendererFactory: ValidationErrorRendererFactory;
|
|
17
|
+
protected viewContainer: ViewContainerRef;
|
|
18
|
+
protected groupHasError: GroupHasErrorDirective;
|
|
19
|
+
protected formControl: FormControlDirective;
|
|
20
|
+
protected formControlName: FormControlName;
|
|
21
|
+
protected ngModel: NgModel;
|
|
22
|
+
protected submittedSvc: SubmittedService;
|
|
23
|
+
protected containerView: ValidationErrorsContainerView;
|
|
24
|
+
protected stringLocalization: StringLocalization;
|
|
25
|
+
protected injector: Injector;
|
|
26
26
|
/**
|
|
27
27
|
* Subscriptions that are destroyed with destruction of this directive
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
protected subscriptions: Subscription;
|
|
30
30
|
/**
|
|
31
31
|
* Unique generated id of control
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
protected id: string;
|
|
34
34
|
/**
|
|
35
35
|
* Last value of control pristine attribute
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
protected previousDirty: boolean;
|
|
38
38
|
/**
|
|
39
39
|
* Indication whether currently are any errors rendered
|
|
40
40
|
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Mutation observer used for observing changes on class of element
|
|
44
|
-
*/
|
|
45
|
-
private _observer;
|
|
41
|
+
protected hasErrors: boolean;
|
|
46
42
|
/**
|
|
47
43
|
* Gets control which was assigned to this element
|
|
48
44
|
*/
|
|
49
|
-
|
|
45
|
+
protected get control(): FormControl;
|
|
50
46
|
/**
|
|
51
47
|
* Instance of validation error renderer
|
|
52
48
|
*/
|
|
@@ -63,7 +59,7 @@ export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestr
|
|
|
63
59
|
* Custom template used for rendering validation errors
|
|
64
60
|
*/
|
|
65
61
|
errorsTemplate?: TemplateRef<ValidationErrorsTemplateContext>;
|
|
66
|
-
constructor(
|
|
62
|
+
constructor(rendererFactory: ValidationErrorRendererFactory, viewContainer: ViewContainerRef, groupHasError: GroupHasErrorDirective, formControl: FormControlDirective, formControlName: FormControlName, ngModel: NgModel, submittedSvc: SubmittedService, containerView: ValidationErrorsContainerView, stringLocalization: StringLocalization, injector: Injector);
|
|
67
63
|
/**
|
|
68
64
|
* Initialize component
|
|
69
65
|
*/
|
|
@@ -79,23 +75,19 @@ export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestr
|
|
|
79
75
|
/**
|
|
80
76
|
* Updates status of control and css classes
|
|
81
77
|
*/
|
|
82
|
-
|
|
78
|
+
protected updateStatus(): void;
|
|
83
79
|
/**
|
|
84
80
|
* Toggles registration of control in parent group
|
|
85
81
|
*/
|
|
86
|
-
|
|
82
|
+
protected toggleGroupHasError(): void;
|
|
87
83
|
/**
|
|
88
84
|
* Calls action when form is submitted or control is dirty
|
|
89
85
|
* @param action - Action to be called when form is submitted or control dirty
|
|
90
86
|
* @param falseAction - Action to be called when form is not submitted and control is not dirty
|
|
91
87
|
* @param additionalCondition - Additional condition to be evaluated
|
|
92
88
|
*/
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
*/
|
|
97
|
-
private _registerMutationObserver;
|
|
98
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorDirective, [null, null, null, { optional: true; skipSelf: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null]>;
|
|
99
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HasErrorDirective, "[hasError]", never, { "errorMessages": { "alias": "errorMessages"; "required": false; }; "errorsComponent": { "alias": "errorsComponent"; "required": false; }; "errorsTemplate": { "alias": "errorsTemplate"; "required": false; }; }, {}, never, never, false, never>;
|
|
89
|
+
protected isSubmittedOrDirty(action: () => void, falseAction?: () => void, additionalCondition?: boolean): void;
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorDirective, [null, null, { optional: true; skipSelf: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null]>;
|
|
91
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HasErrorDirective, "[hasError][formControlName],[hasError][formControl],[hasError][ngModel]", never, { "errorMessages": { "alias": "errorMessages"; "required": false; }; "errorsComponent": { "alias": "errorsComponent"; "required": false; }; "errorsTemplate": { "alias": "errorsTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
100
92
|
}
|
|
101
93
|
//# sourceMappingURL=hasError.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,SAAS,EAAiB,QAAQ,EAAE,gBAAgB,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAC5J,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAsB,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAuB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,YAAY,EAAS,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,8BAA8B,EAAC,MAAM,wEAAwE,CAAC;AACtH,OAAO,EAAC,uBAAuB,EAAE,yBAAyB,EAAmC,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;AAC9M,OAAO,EAAC,gBAAgB,EAAC,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAIvF;;GAEG;AACH,qBAKa,iBAAkB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IA8D1D,SAAS,CAAC,eAAe,EAAE,8BAA8B;IACzD,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACjB,SAAS,CAAC,aAAa,EAAE,sBAAsB;IAC3D,SAAS,CAAC,WAAW,EAAE,oBAAoB;IAC3C,SAAS,CAAC,eAAe,EAAE,eAAe;IAC1C,SAAS,CAAC,OAAO,EAAE,OAAO;IAC1B,SAAS,CAAC,YAAY,EAAE,gBAAgB;IACxC,SAAS,CAAC,aAAa,EAAE,6BAA6B;IACrC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAC7E,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAnExC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,YAAY,CAAsB;IAE3D;;OAEG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,CAAkB;IAEtC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,OAAO,CAAS;IAEzC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAIrC;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IACI,QAAQ,EAAE,uBAAuB,CAAC;IAIzC;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAEvC;;OAEG;IAEI,eAAe,CAAC,EAAE,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAEzD;;OAEG;IAEI,cAAc,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,CAAC;gBAG/C,eAAe,EAAE,8BAA8B,EAC/C,aAAa,EAAE,gBAAgB,EACP,aAAa,EAAE,sBAAsB,EACjD,WAAW,EAAE,oBAAoB,EACjC,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,gBAAgB,EAC9B,aAAa,EAAE,6BAA6B,EAC3B,kBAAkB,EAAE,kBAAkB,EACnE,QAAQ,EAAE,QAAQ;IAMxC;;OAEG;IACI,QAAQ,IAAI,IAAI;IA6BvB;;OAEG;IACI,eAAe,IAAI,IAAI;IAY9B;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAuB9B;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAUrC;;;;;OAKG;IAEH,SAAS,CAAC,kBAAkB,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,WAAW,GAAE,MAAM,IAAe,EAAE,mBAAmB,GAAE,OAAc,GAAG,IAAI;yCAvLtH,iBAAiB;2CAAjB,iBAAiB;CAqM7B"}
|
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { FormControlDirective, FormControlName } from '@angular/forms';
|
|
1
|
+
import { AfterViewInit, Renderer2, ElementRef } from '@angular/core';
|
|
2
|
+
import { FormControlDirective, FormControlName, FormControl } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
|
-
* Required class directive adds required class to element
|
|
5
|
+
* Required class directive adds required class to element if it has required validator
|
|
6
6
|
*/
|
|
7
7
|
export declare class RequiredClassDirective implements AfterViewInit {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
protected _formControl: FormControlDirective;
|
|
9
|
+
protected _formControlName: FormControlName;
|
|
10
|
+
protected _renderer: Renderer2;
|
|
11
|
+
protected _element: ElementRef<HTMLElement>;
|
|
11
12
|
/**
|
|
12
13
|
* Gets control which was assigned to this element
|
|
13
14
|
*/
|
|
14
|
-
|
|
15
|
+
protected get control(): FormControl;
|
|
15
16
|
/**
|
|
16
|
-
*
|
|
17
|
+
* Name of required css class that should be applied
|
|
17
18
|
*/
|
|
18
|
-
|
|
19
|
-
constructor(_formControl: FormControlDirective, _formControlName: FormControlName,
|
|
19
|
+
requiredClass: string;
|
|
20
|
+
constructor(_formControl: FormControlDirective, _formControlName: FormControlName, _renderer: Renderer2, _element: ElementRef<HTMLElement>);
|
|
20
21
|
/**
|
|
21
22
|
* Called when view was initialized
|
|
22
23
|
*/
|
|
23
24
|
ngAfterViewInit(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RequiredClassDirective, [{ optional: true; }, { optional: true; }, null]>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredClassDirective, "[requiredClass]", never, {}, {}, never, never,
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RequiredClassDirective, [{ optional: true; }, { optional: true; }, null, null]>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredClassDirective, "[requiredClass][formControlName],[requiredClass][formControl]", never, { "requiredClass": { "alias": "requiredClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
+
static ngAcceptInputType_requiredClass: string;
|
|
26
28
|
}
|
|
27
29
|
//# sourceMappingURL=requiredClass.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,
|
|
1
|
+
{"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,SAAS,EAAS,UAAU,EAAC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAa,MAAM,gBAAgB,CAAC;;AAU9F;;GAEG;AACH,qBAKa,sBAAuB,YAAW,aAAa;IAqBhC,SAAS,CAAC,YAAY,EAAE,oBAAoB;IAC5C,SAAS,CAAC,gBAAgB,EAAE,eAAe;IACvD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IApBvD;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAc;gBAGR,YAAY,EAAE,oBAAoB,EAClC,gBAAgB,EAAE,eAAe,EAC7C,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;OAEG;IACI,eAAe,IAAI,IAAI;yCAjCrB,sBAAsB;2CAAtB,sBAAsB;4CAbI,MAAM;CA2D5C"}
|
package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class ValidationErrorsContainerDirective {
|
|
8
8
|
constructor(containerView: ValidationErrorsContainerView, viewContainer: ViewContainerRef);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationErrorsContainerDirective, [{ skipSelf: true; }, null]>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValidationErrorsContainerDirective, "[validationErrorsContainer]", never, {}, {}, never, never,
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ValidationErrorsContainerDirective, "[validationErrorsContainer]", never, {}, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=validationErrorsContainer.directive.d.ts.map
|
package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,qBAKa,kCAAkC;gBAGnB,aAAa,EAAE,6BAA6B,EACxD,aAAa,EAAE,gBAAgB;yCAJlC,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
|
package/forms/src/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export * from './misc/validators';
|
|
|
20
20
|
export * from './misc/validationErrorsContainerView';
|
|
21
21
|
export * from './modules/numberInput.module';
|
|
22
22
|
export * from './modules/hasError.module';
|
|
23
|
-
export * from './modules/requiredClass.module';
|
|
24
23
|
export * from './modules/formPipes';
|
|
25
24
|
export * from './modules/errorMessage';
|
|
26
25
|
export * from './misc/formModel';
|
package/forms/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,wCAAwC,CAAC;AACvD,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,wCAAwC,CAAC;AACvD,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
|
|
@@ -3,16 +3,12 @@ import * as i1 from "../directives/hasError/hasError.directive";
|
|
|
3
3
|
import * as i2 from "../directives/groupHasError/groupHasError.directive";
|
|
4
4
|
import * as i3 from "../directives/groupHasErrorContainer/groupHasErrorContainer.directive";
|
|
5
5
|
import * as i4 from "../directives/validationErrorsContainer/validationErrorsContainer.directive";
|
|
6
|
-
import * as i5 from "../components/defaultValidationErrors/defaultValidationErrors.component";
|
|
7
|
-
import * as i6 from "../components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component";
|
|
8
|
-
import * as i7 from "../components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
10
6
|
/**
|
|
11
7
|
* Module for input validation directives
|
|
12
8
|
*/
|
|
13
9
|
export declare class HasErrorModule {
|
|
14
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HasErrorModule, [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HasErrorModule, never, [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective], [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective]>;
|
|
16
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<HasErrorModule>;
|
|
17
13
|
}
|
|
18
14
|
//# sourceMappingURL=hasError.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hasError.module.d.ts","sourceRoot":"","sources":["hasError.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hasError.module.d.ts","sourceRoot":"","sources":["hasError.module.ts"],"names":[],"mappings":";;;;;AAMA;;GAEG;AACH,qBAiBa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAE1B"}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
/**
|
|
6
6
|
* Component used for displaying current active hotkeys as cheat cheet
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class HotkeysCheatsheetComponent implements OnInit, OnDestroy {
|
|
9
9
|
private _hotkeysService;
|
|
10
10
|
/**
|
|
11
11
|
* Indication whether is running in browser
|
|
@@ -31,7 +31,7 @@ export declare class HotkeysCheatsheetSAComponent implements OnInit, OnDestroy {
|
|
|
31
31
|
* Toggles cheatsheet visibility
|
|
32
32
|
*/
|
|
33
33
|
toggleCheatSheet(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysCheatsheetComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotkeysCheatsheetComponent, "hotkeys-cheatsheet", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
37
37
|
//# sourceMappingURL=cheatSheet.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAYa,
|
|
1
|
+
{"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAYa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAwBpD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
|
|
@@ -4,13 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
<table>
|
|
6
6
|
<tbody>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
@for(hotkey of hotkeys; track hotkey)
|
|
8
|
+
{
|
|
9
|
+
<tr>
|
|
10
|
+
<td class="cfp-hotkeys-keys">
|
|
11
|
+
@for(key of hotkey.formatted; track key)
|
|
12
|
+
{
|
|
13
|
+
<span class="cfp-hotkeys-key">{{key}}</span>
|
|
14
|
+
}
|
|
15
|
+
</td>
|
|
16
|
+
|
|
17
|
+
<td class="cfp-hotkeys-text">{{hotkey.description}}</td>
|
|
18
|
+
</tr>
|
|
19
|
+
}
|
|
14
20
|
</tbody>
|
|
15
21
|
</table>
|
|
16
22
|
|
package/lerna.json
ADDED
|
@@ -8,7 +8,7 @@ export declare class DebugDataCopyClickDirective {
|
|
|
8
8
|
/**
|
|
9
9
|
* Data to be copied as serialized json
|
|
10
10
|
*/
|
|
11
|
-
data:
|
|
11
|
+
data: unknown;
|
|
12
12
|
/**
|
|
13
13
|
* Adds css class clickable to this element
|
|
14
14
|
*
|
|
@@ -23,6 +23,6 @@ export declare class DebugDataCopyClickDirective {
|
|
|
23
23
|
*/
|
|
24
24
|
copyData(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataCopyClickDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DebugDataCopyClickDirective, "debug-data[copyClick]", never, { "data": { "alias": "copyClick"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DebugDataCopyClickDirective, "debug-data[copyClick]", never, { "data": { "alias": "copyClick"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=debugDataCopyClick.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,qBAKa,2BAA2B;IAqBxB,SAAS,CAAC,UAAU,EAAE,SAAS;IAjB3C;;OAEG;IAEI,IAAI,EAAE,OAAO,CAAC;IAIrB;;;;OAIG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,UAAU,EAAE,SAAS;IAM3C;;;;OAIG;IAEI,QAAQ,IAAI,IAAI;yCAjCd,2BAA2B;2CAA3B,2BAA2B;CAqCvC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@anglr/common";
|
|
3
|
+
import * as i2 from "../directives/debugDataCopyClick/debugDataCopyClick.directive";
|
|
4
4
|
/**
|
|
5
5
|
* Module for debug data copy click directive
|
|
6
6
|
*/
|
|
7
7
|
export declare class DebugDataCopyClickModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DebugDataCopyClickModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataCopyClickModule, [typeof i1.DebugDataCopyClickDirective],
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DebugDataCopyClickModule, never, [typeof i1.DebugDataComponent, typeof i2.DebugDataCopyClickDirective], [typeof i2.DebugDataCopyClickDirective, typeof i1.DebugDataComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<DebugDataCopyClickModule>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=debugDataCopyClick.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugDataCopyClick.module.d.ts","sourceRoot":"","sources":["debugDataCopyClick.module.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"debugDataCopyClick.module.d.ts","sourceRoot":"","sources":["debugDataCopyClick.module.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,qBAaa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAEpC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0-beta.20240530103148",
|
|
4
4
|
"description": "Angular module for common angular stuff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
|
+
"workspaces": [
|
|
8
|
+
"demo",
|
|
9
|
+
"."
|
|
10
|
+
],
|
|
7
11
|
"scripts": {
|
|
8
12
|
"build": "ngc --declaration --declarationDir . --declarationMap",
|
|
9
13
|
"api": "api-extractor run --local --verbose -c",
|
|
@@ -20,10 +24,13 @@
|
|
|
20
24
|
"deploy": "npm publish --loglevel error",
|
|
21
25
|
"deploy:next": "npm publish --tag next --loglevel error",
|
|
22
26
|
"lint": "eslint src/**/*.ts",
|
|
27
|
+
"preclean:all": "lerna run clean:all --scope=ng-universal-demo",
|
|
28
|
+
"prestart": "npm run build",
|
|
29
|
+
"start": "concurrently \"npm run build -- --watch\" \"lerna run start --scope=ng-universal-demo\"",
|
|
23
30
|
"doc": "path-exists docs && npm run doc:generate || echo \"No docs generated!\"",
|
|
24
31
|
"predoc:generate": "cd docs && git pull && cd ..",
|
|
25
32
|
"postdoc:generate": "npm run doc:save",
|
|
26
|
-
"doc:generate": "npm run doc:generate:common && npm run doc:generate:forms && npm run doc:generate:router && npm run doc:generate:
|
|
33
|
+
"doc:generate": "npm run doc:generate:common && npm run doc:generate:forms && npm run doc:generate:router && npm run doc:generate:hotkeys && npm run doc:generate:store && npm run doc:generate:moment && npm run doc:generate:date-fns && npm run doc:generate:floating-ui && npm run doc:generate:material",
|
|
27
34
|
"doc:save": "cd docs && git add . && git commit -m \"INT: updated API docs ng-common\" && git push && cd ..",
|
|
28
35
|
"doc:generate:common": "rimraf docs/content/api/ng-common && npm run doc:json:common && npm run doc:md:common && npm run doc:api:common",
|
|
29
36
|
"doc:json:common": "api-extractor run --local --verbose -c api-extractor.json",
|
|
@@ -37,10 +44,6 @@
|
|
|
37
44
|
"doc:json:router": "api-extractor run --local --verbose -c router/api-extractor.json",
|
|
38
45
|
"doc:md:router": "api-documenter markdown -i router/temp -o docs/content/api/ng-common-router",
|
|
39
46
|
"doc:api:router": "copyfiles -u 2 router/temp/common-router.api.md docs/content/api/ng-common-router && rimraf router/temp",
|
|
40
|
-
"doc:generate:numeral": "rimraf docs/content/api/ng-common-numeral && npm run doc:json:numeral && npm run doc:md:numeral && npm run doc:api:numeral",
|
|
41
|
-
"doc:json:numeral": "api-extractor run --local --verbose -c numeral/api-extractor.json",
|
|
42
|
-
"doc:md:numeral": "api-documenter markdown -i numeral/temp -o docs/content/api/ng-common-numeral",
|
|
43
|
-
"doc:api:numeral": "copyfiles -u 2 numeral/temp/common-numeral.api.md docs/content/api/ng-common-numeral && rimraf numeral/temp",
|
|
44
47
|
"doc:generate:hotkeys": "rimraf docs/content/api/ng-common-hotkeys && npm run doc:json:hotkeys && npm run doc:md:hotkeys && npm run doc:api:hotkeys",
|
|
45
48
|
"doc:json:hotkeys": "api-extractor run --local --verbose -c hotkeys/api-extractor.json",
|
|
46
49
|
"doc:md:hotkeys": "api-documenter markdown -i hotkeys/temp -o docs/content/api/ng-common-hotkeys",
|
|
@@ -84,62 +87,63 @@
|
|
|
84
87
|
"url": "https://github.com/ressurectit/ng-common/issues"
|
|
85
88
|
},
|
|
86
89
|
"homepage": "https://github.com/ressurectit/ng-common",
|
|
87
|
-
"
|
|
88
|
-
"@angular/core": ">=17.0.1",
|
|
89
|
-
"@angular/common": ">=17.0.1",
|
|
90
|
-
"@angular/forms": ">=17.0.1",
|
|
91
|
-
"@angular/router": ">=17.0.1",
|
|
92
|
-
"@angular/platform-browser": ">=17.0.1",
|
|
93
|
-
"@angular/animations": ">=17.0.1",
|
|
94
|
-
"@angular/cdk": ">=17.0.0",
|
|
95
|
-
"@angular/material": ">=17.0.0",
|
|
90
|
+
"dependencies": {
|
|
96
91
|
"@anglr/animations": ">=10.0.0",
|
|
92
|
+
"@angular/animations": ">=18.0.0",
|
|
93
|
+
"@angular/common": ">=18.0.0",
|
|
94
|
+
"@angular/core": ">=18.0.0",
|
|
95
|
+
"@angular/platform-browser": ">=18.0.0",
|
|
96
|
+
"@jscrpt/common": ">=6.1.0",
|
|
97
97
|
"rxjs": ">=7.5.7",
|
|
98
|
-
"
|
|
99
|
-
|
|
98
|
+
"tslib": "^2.6.2"
|
|
99
|
+
},
|
|
100
|
+
"optionalDependencies": {
|
|
101
|
+
"@angular/cdk": ">=18.0.0",
|
|
102
|
+
"@angular/forms": ">=18.0.0",
|
|
103
|
+
"@angular/material": ">=18.0.0",
|
|
104
|
+
"@angular/router": ">=18.0.0",
|
|
105
|
+
"@floating-ui/dom": "^1.6.5",
|
|
100
106
|
"angular2-hotkeys": ">=16.0.1",
|
|
101
|
-
"store": "^2.0.12",
|
|
102
|
-
"moment": "^2.29.4",
|
|
103
107
|
"date-fns": "^2.30.0",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
108
|
+
"moment": "^2.30.1",
|
|
109
|
+
"store": "^2.0.12"
|
|
106
110
|
},
|
|
107
111
|
"devDependencies": {
|
|
108
|
-
"@angular/core": "^17.0.1",
|
|
109
|
-
"@angular/common": "^17.0.1",
|
|
110
|
-
"@angular/forms": "^17.0.1",
|
|
111
|
-
"@angular/router": "^17.0.1",
|
|
112
|
-
"@angular/platform-browser": "^17.0.1",
|
|
113
|
-
"@angular/animations": "^17.0.1",
|
|
114
|
-
"@angular/cdk": "^17.0.0",
|
|
115
|
-
"@angular/material": "^17.0.0",
|
|
116
112
|
"@anglr/animations": "^10.0.0",
|
|
117
|
-
"
|
|
118
|
-
"@
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"@
|
|
124
|
-
"@
|
|
125
|
-
"@
|
|
113
|
+
"@angular/animations": "^18.0.0",
|
|
114
|
+
"@angular/cdk": "^18.0.0",
|
|
115
|
+
"@angular/common": "^18.0.0",
|
|
116
|
+
"@angular/compiler": "^18.0.0",
|
|
117
|
+
"@angular/compiler-cli": "^18.0.0",
|
|
118
|
+
"@angular/core": "^18.0.0",
|
|
119
|
+
"@angular/forms": "^18.0.0",
|
|
120
|
+
"@angular/language-service": "^18.0.0",
|
|
121
|
+
"@angular/material": "^18.0.0",
|
|
122
|
+
"@angular/platform-browser": "^18.0.0",
|
|
123
|
+
"@angular/router": "^18.0.0",
|
|
124
|
+
"@floating-ui/dom": "^1.6.5",
|
|
125
|
+
"@jscrpt/common": "^6.1.0",
|
|
126
|
+
"@microsoft/api-documenter": "7.25.1",
|
|
127
|
+
"@microsoft/api-extractor": "7.46.1",
|
|
128
|
+
"@types/node": "^20.12.12",
|
|
126
129
|
"@types/store": "^2.0.5",
|
|
127
|
-
"@angular/compiler-cli": "^17.0.1",
|
|
128
|
-
"@angular/compiler": "^17.0.1",
|
|
129
|
-
"@angular/language-service": "^17.0.1",
|
|
130
|
-
"@microsoft/api-extractor": "7.38.2",
|
|
131
|
-
"@microsoft/api-documenter": "7.23.11",
|
|
132
|
-
"tslib": "2.6.2",
|
|
133
|
-
"eslint": "7.32.0",
|
|
134
130
|
"@typescript-eslint/eslint-plugin": "6.10.0",
|
|
135
131
|
"@typescript-eslint/parser": "6.10.0",
|
|
136
|
-
"
|
|
137
|
-
"rimraf": "5.0.5",
|
|
132
|
+
"angular2-hotkeys": "^16.0.1",
|
|
138
133
|
"copyfiles": "2.4.1",
|
|
139
|
-
"
|
|
134
|
+
"date-fns": "^2.30.0",
|
|
135
|
+
"eslint": "7.32.0",
|
|
136
|
+
"eslint-plugin-ressurectit": "0.1.0",
|
|
137
|
+
"lerna": "8.1.3",
|
|
138
|
+
"moment": "^2.30.1",
|
|
139
|
+
"npm-git-version": "2.0.0",
|
|
140
140
|
"path-exists-cli": "2.0.0",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
141
|
+
"replace-in-file": "7.2.0",
|
|
142
|
+
"rimraf": "5.0.7",
|
|
143
|
+
"rxjs": "^7.5.7",
|
|
144
|
+
"store": "^2.0.12",
|
|
145
|
+
"tslib": "2.6.2",
|
|
146
|
+
"typescript": "5.4.5"
|
|
143
147
|
},
|
|
144
148
|
"module": "./es2022/src/index.js",
|
|
145
149
|
"typings": "./src/index.d.ts",
|
|
@@ -205,13 +209,6 @@
|
|
|
205
209
|
"node": "./es2022/moment/src/index.js",
|
|
206
210
|
"default": "./es2022/moment/src/index.js"
|
|
207
211
|
},
|
|
208
|
-
"./numeral": {
|
|
209
|
-
"types": "./numeral/src/index.d.ts",
|
|
210
|
-
"esm2022": "./es2022/numeral/src/index.js",
|
|
211
|
-
"es2022": "./es2022/numeral/src/index.js",
|
|
212
|
-
"node": "./es2022/numeral/src/index.js",
|
|
213
|
-
"default": "./es2022/numeral/src/index.js"
|
|
214
|
-
},
|
|
215
212
|
"./router": {
|
|
216
213
|
"types": "./router/src/index.d.ts",
|
|
217
214
|
"esm2022": "./es2022/router/src/index.js",
|
package/readme.md
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
- [API Hotkeys](https://ressurectit.github.io/#/content/api/ng-common-hotkeys/common-hotkeys)
|
|
10
10
|
- [API Material](https://ressurectit.github.io/#/content/api/ng-common-material/common-material)
|
|
11
11
|
- [API Moment](https://ressurectit.github.io/#/content/api/ng-common-moment/common-moment)
|
|
12
|
-
- [API Numeral](https://ressurectit.github.io/#/content/api/ng-common-numeral/common-numeral)
|
|
13
12
|
- [API Router](https://ressurectit.github.io/#/content/api/ng-common-router/common-router)
|
|
14
13
|
- [API Store](https://ressurectit.github.io/#/content/api/ng-common-store/common-store)
|
|
15
14
|
- [Samples](https://ressurectit.github.io/#/content/common#samples)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,
|
|
1
|
+
{"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,wCAEpG,SAAS,KAAG,SAAS,CAwB7E"}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Component used for displaying collapsible icon
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class CollapsibleIconComponent {
|
|
7
7
|
/**
|
|
8
8
|
* Initial value, if visible set to true minus is displayed, otherwise plus is displayed
|
|
9
9
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class CollapsibleIconSAComponent {
|
|
|
20
20
|
* Occurs when visible change
|
|
21
21
|
*/
|
|
22
22
|
visibleChange: EventEmitter<boolean>;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleIconComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleIconComponent, "collapsible-icon", never, { "visible": { "alias": "visible"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=collapsibleIcon.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAca,
|
|
1
|
+
{"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAca,wBAAwB;IAIjC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAsB;IAE9C;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCA5BjE,wBAAwB;2CAAxB,wBAAwB;CA6BpC"}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Component used for displaying title with collapsible icon
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class CollapsibleTitleComponent {
|
|
7
7
|
/**
|
|
8
8
|
* Initial value, if visible set to true minus is displayed, otherwise plus is displayed
|
|
9
9
|
*/
|
|
@@ -16,7 +16,7 @@ export declare class CollapsibleTitleSAComponent {
|
|
|
16
16
|
* Occurs when visible change
|
|
17
17
|
*/
|
|
18
18
|
visibleChange: EventEmitter<boolean>;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleTitleComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleTitleComponent, "collapsible-title", never, { "visible": { "alias": "visible"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=collapsibleTitle.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAaa,
|
|
1
|
+
{"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAaa,yBAAyB;IAIlC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCAtBjE,yBAAyB;2CAAzB,yBAAyB;CAuBrC"}
|