@anglr/common 23.0.0-beta.20250825105211 → 23.0.0-beta.20250926130712
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 +10 -8
- package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
- package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +3 -3
- package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +3 -3
- package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +3 -3
- package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
- package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -3
- package/es2022/forms/src/directives/hasError/hasError.directive.js +3 -3
- package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
- package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
- package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
- package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
- package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
- package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
- package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +3 -3
- package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
- package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
- package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js +4 -4
- package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
- package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
- package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
- package/es2022/forms/src/modules/hasError.module.js +4 -4
- package/es2022/forms/src/modules/numberInput.module.js +4 -4
- package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
- package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
- package/es2022/forms/src/services/submitted/submitted.service.js +3 -3
- package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
- package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +3 -3
- package/es2022/hotkeys/src/services/appHotkeys.service.js +3 -3
- package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
- package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
- package/es2022/material/src/components/titledDialog/titledDialog.component.js +3 -3
- package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
- package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
- package/es2022/material/src/modules/confirmationDialog.module.js +4 -4
- package/es2022/material/src/modules/debugDataCopyClick.module.js +4 -4
- package/es2022/material/src/modules/movableTitledDialog.module.js +4 -4
- package/es2022/material/src/modules/titledDialog.module.js +4 -4
- package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -3
- package/es2022/router/src/services/routing/dataRouter.js +3 -3
- package/es2022/router/src/services/routing/dataRouterData.js +3 -3
- package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +3 -3
- package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +3 -3
- package/es2022/src/directives/bodyRender/bodyRender.directive.js +3 -3
- package/es2022/src/directives/clickOutside/clickOutside.directive.js +3 -3
- package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +3 -3
- package/es2022/src/directives/goBack/goBack.directive.js +3 -3
- package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
- package/es2022/src/directives/positionTo/positionTo.directive.js +3 -3
- package/es2022/src/modules/castPipes/modules/castPipes.module.js +4 -4
- package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
- package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
- package/es2022/src/modules/commonDynamic.module.js +4 -4
- package/es2022/src/modules/commonLocalize.module.js +4 -4
- package/es2022/src/modules/commonUtils.module.js +4 -4
- package/es2022/src/modules/debugData/components/debugData/debugData.component.js +3 -3
- package/es2022/src/modules/debugData/modules/debugData.module.js +4 -4
- package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
- package/es2022/src/modules/file/components/file/file.component.js +3 -3
- package/es2022/src/modules/file/components/fileInput/fileInput.component.js +3 -3
- package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js +3 -3
- package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js +3 -3
- package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js +3 -3
- package/es2022/src/modules/file/modules/file.module.js +4 -4
- package/es2022/src/modules/logger/components/console/console.component.js +3 -3
- package/es2022/src/modules/logger/services/console/consoleComponent.service.js +3 -3
- package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +3 -3
- package/es2022/src/modules/logger/services/logger/logger.service.js +3 -3
- package/es2022/src/modules/logger/services/rest/restSink.options.js +3 -3
- package/es2022/src/modules/logger/types/loggerOptions.js +3 -3
- package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
- package/es2022/src/modules/multiButton/modules/multiButton.module.js +4 -4
- package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
- package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +36 -23
- package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
- package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
- package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +5 -7
- package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +14 -6
- package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
- package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
- package/es2022/src/modules/tooltip/misc/tooltip.interface.js.map +1 -1
- package/es2022/src/modules/tooltip/modules/tooltip.module.js +4 -4
- package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +3 -3
- package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +3 -3
- package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +3 -3
- package/es2022/src/pipes/isNaN/isNaN.pipe.js +3 -3
- package/es2022/src/pipes/isPresent/isPresent.pipe.js +3 -3
- package/es2022/src/pipes/keys/keys.pipe.js +3 -3
- package/es2022/src/pipes/localize/localize.pipe.js +3 -3
- package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
- package/es2022/src/pipes/numeral/numeral.pipe.js +3 -3
- package/es2022/src/pipes/trimText/trimText.pipe.js +3 -3
- package/es2022/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
- package/es2022/src/services/cookies/cookies.service.js +3 -3
- package/es2022/src/services/notifications/defaultNotifications.service.js +3 -3
- package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
- package/es2022/src/services/statusCode/statusCode.service.js +3 -3
- package/es2022/src/services/stringLocalization/noStringLocalization.service.js +3 -3
- package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
- package/es2022/src/types/tokens.js.map +1 -1
- package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
- package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
- package/package.json +16 -14
- package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
- package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts +12 -5
- package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts.map +1 -1
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +2 -9
- package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +4 -4
- package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
- package/src/modules/tooltip/misc/tooltip.interface.d.ts +8 -15
- package/src/modules/tooltip/misc/tooltip.interface.d.ts.map +1 -1
- package/src/types/tokens.d.ts +2 -2
- package/src/types/tokens.d.ts.map +1 -1
- package/version.bak +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/common",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.20250926130712",
|
|
4
4
|
"description": "Angular module for common angular stuff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -83,18 +83,19 @@
|
|
|
83
83
|
},
|
|
84
84
|
"homepage": "https://github.com/ressurectit/ng-common",
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@
|
|
87
|
-
"@angular/
|
|
88
|
-
"@angular/
|
|
86
|
+
"@anglr/animations": ">=11.1.0",
|
|
87
|
+
"@angular/common": ">=20.3.2",
|
|
88
|
+
"@angular/core": ">=20.3.2",
|
|
89
|
+
"@angular/platform-browser": ">=20.3.2",
|
|
89
90
|
"@jscrpt/common": ">=7.0.0",
|
|
90
91
|
"rxjs": ">=7.5.7",
|
|
91
92
|
"tslib": "^2.8.1"
|
|
92
93
|
},
|
|
93
94
|
"optionalDependencies": {
|
|
94
95
|
"@angular/cdk": ">=20.2.0",
|
|
95
|
-
"@angular/forms": ">=20.2
|
|
96
|
+
"@angular/forms": ">=20.3.2",
|
|
96
97
|
"@angular/material": ">=20.2.0",
|
|
97
|
-
"@angular/router": ">=20.2
|
|
98
|
+
"@angular/router": ">=20.3.2",
|
|
98
99
|
"@css-styles/themes": ">=2.1.0",
|
|
99
100
|
"@floating-ui/dom": ">=1.6.13",
|
|
100
101
|
"angular2-hotkeys": ">=16.0.1",
|
|
@@ -102,16 +103,17 @@
|
|
|
102
103
|
"store": ">=2.0.12"
|
|
103
104
|
},
|
|
104
105
|
"devDependencies": {
|
|
106
|
+
"@anglr/animations": "11.1.0",
|
|
105
107
|
"@angular/cdk": "20.2.0",
|
|
106
|
-
"@angular/common": "20.2
|
|
107
|
-
"@angular/compiler": "20.2
|
|
108
|
-
"@angular/compiler-cli": "20.2
|
|
109
|
-
"@angular/core": "20.2
|
|
110
|
-
"@angular/forms": "20.2
|
|
111
|
-
"@angular/language-service": "20.2
|
|
108
|
+
"@angular/common": "20.3.2",
|
|
109
|
+
"@angular/compiler": "20.3.2",
|
|
110
|
+
"@angular/compiler-cli": "20.3.2",
|
|
111
|
+
"@angular/core": "20.3.2",
|
|
112
|
+
"@angular/forms": "20.3.2",
|
|
113
|
+
"@angular/language-service": "20.3.2",
|
|
112
114
|
"@angular/material": "20.2.0",
|
|
113
|
-
"@angular/platform-browser": "20.2
|
|
114
|
-
"@angular/router": "20.2
|
|
115
|
+
"@angular/platform-browser": "20.3.2",
|
|
116
|
+
"@angular/router": "20.3.2",
|
|
115
117
|
"@floating-ui/dom": "1.6.13",
|
|
116
118
|
"@jscrpt/common": "7.0.0",
|
|
117
119
|
"@microsoft/api-documenter": "7.26.27",
|
|
@@ -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,qBAQa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAIjE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,wBAAwB;2CAAxB,wBAAwB;
|
|
1
|
+
{"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,qBAQa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAIjE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,wBAAwB;2CAAxB,wBAAwB;wCAwJ2j5L,OAAQ;CAAvm5L"}
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import { ClassProvider } from '@angular/core';
|
|
2
|
-
import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';
|
|
1
|
+
import { ClassProvider, Injector } from '@angular/core';
|
|
2
|
+
import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpHandlerFn } from '@angular/common/http';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { ProgressIndicatorService } from '../services/progressIndicator.service';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Progress interceptor used for intercepting http requests and displaying progress indicatior
|
|
7
|
+
* @param req - Request to be intercepted
|
|
8
|
+
* @param next - Next function for passing request to next interceptor
|
|
9
|
+
*/
|
|
10
|
+
export declare function progressInterceptor(req: HttpRequest<unknown>, next: HttpHandlerFn): Observable<HttpEvent<unknown>>;
|
|
6
11
|
/**
|
|
7
12
|
* ProgressInterceptor used for intercepting http requests and displaying progress indicatior
|
|
13
|
+
* @deprecated - Use new `progressInterceptor` function instead
|
|
8
14
|
*/
|
|
9
15
|
export declare class ProgressInterceptor implements HttpInterceptor {
|
|
10
|
-
private
|
|
11
|
-
constructor(
|
|
16
|
+
private _injector;
|
|
17
|
+
constructor(_injector: Injector);
|
|
12
18
|
/**
|
|
13
19
|
* Intercepts http request
|
|
14
20
|
* @param req - Request to be intercepted
|
|
@@ -20,6 +26,7 @@ export declare class ProgressInterceptor implements HttpInterceptor {
|
|
|
20
26
|
}
|
|
21
27
|
/**
|
|
22
28
|
* Progress interceptor provider
|
|
29
|
+
* @deprecated - Use new `progressInterceptor` function instead
|
|
23
30
|
*/
|
|
24
31
|
export declare const PROGRESS_INTERCEPTOR_PROVIDER: ClassProvider;
|
|
25
32
|
//# sourceMappingURL=progressInterceptor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progressInterceptor.d.ts","sourceRoot":"","sources":["progressInterceptor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,aAAa,
|
|
1
|
+
{"version":3,"file":"progressInterceptor.d.ts","sourceRoot":"","sources":["progressInterceptor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,aAAa,EAAU,QAAQ,EAAwB,MAAM,eAAe,CAAC;AACjG,OAAO,EAAC,SAAS,EAAE,eAAe,EAAE,WAAW,EAAoC,WAAW,EAAE,aAAa,EAAC,MAAM,sBAAsB,CAAC;AAC3I,OAAO,EAAC,UAAU,EAAM,MAAM,MAAM,CAAC;;AAMrC;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,GAAG,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CA4BlH;AAED;;;GAGG;AACH,qBACa,mBAAoB,YAAW,eAAe;IAG3C,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;yCAdrF,mBAAmB;6CAAnB,mBAAmB;CAkB/B;AAED;;;GAGG;AACH,eAAO,MAAM,6BAA6B,EAAE,aAK3C,CAAC"}
|
|
@@ -5,8 +5,9 @@ import { TooltipRenderer } from '../../misc/tooltip.interface';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* Component used for displaying tooltip content
|
|
8
|
+
* @template TData - Type of data passed to tooltip
|
|
8
9
|
*/
|
|
9
|
-
export declare class TooltipComponent<TData =
|
|
10
|
+
export declare class TooltipComponent<TData = unknown> implements TooltipRenderer<TData>, Invalidatable {
|
|
10
11
|
protected changeDetector: ChangeDetectorRef;
|
|
11
12
|
protected element: ElementRef<HTMLElement>;
|
|
12
13
|
/**
|
|
@@ -33,14 +34,6 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
|
|
|
33
34
|
* Css class that is applied to tooltip renderer component
|
|
34
35
|
*/
|
|
35
36
|
cssClass: string | null | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* Animation used to tooltip component when it is displayed
|
|
38
|
-
*/
|
|
39
|
-
enterAnimation: string;
|
|
40
|
-
/**
|
|
41
|
-
* Animation used to tooltip component when it is hidden
|
|
42
|
-
*/
|
|
43
|
-
exitAnimation: string;
|
|
44
37
|
constructor(changeDetector: ChangeDetectorRef, element: ElementRef<HTMLElement>);
|
|
45
38
|
/**
|
|
46
39
|
* Registers handlers that allows reaction to entering or leaving tooltip
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;;GAGG;AACH,qBAWa,gBAAgB,CAAC,KAAK,GAAG,OAAO,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IAqC/E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCtD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAE3C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAI3C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,cAAc,EAAE,iBAAiB,EACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;IAK5B;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;yCArFnB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
|
|
@@ -26,7 +26,7 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
|
|
|
26
26
|
/**
|
|
27
27
|
* Instance of options provided for this tooltip
|
|
28
28
|
*/
|
|
29
|
-
protected _options: TooltipOptions
|
|
29
|
+
protected _options: TooltipOptions<TData>;
|
|
30
30
|
/**
|
|
31
31
|
* Indication whether there is active show tooltip request
|
|
32
32
|
*/
|
|
@@ -54,8 +54,8 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
|
|
|
54
54
|
/**
|
|
55
55
|
* Options used for displaying tooltip
|
|
56
56
|
*/
|
|
57
|
-
get tooltipOptions(): RecursivePartial<TooltipOptions
|
|
58
|
-
set tooltipOptions(value: RecursivePartial<TooltipOptions
|
|
57
|
+
get tooltipOptions(): RecursivePartial<TooltipOptions<TData>>;
|
|
58
|
+
set tooltipOptions(value: RecursivePartial<TooltipOptions<TData>>);
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets indication whether is tooltip visible, if has boolean value, mouse events cant override this
|
|
61
61
|
*/
|
|
@@ -70,7 +70,7 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
|
|
|
70
70
|
* Instance of template from element content, used for rendering
|
|
71
71
|
*/
|
|
72
72
|
tooltipTemplateChild?: TooltipTemplateDirective;
|
|
73
|
-
constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _document: Document, _position: Position<HTMLElement>, _parent?: TooltipDirective | null, options?: Partial<TooltipOptions
|
|
73
|
+
constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _document: Document, _position: Position<HTMLElement>, _parent?: TooltipDirective | null, options?: Partial<TooltipOptions<TData>>);
|
|
74
74
|
/**
|
|
75
75
|
* Called when input value changes
|
|
76
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,UAAU,EAAwB,QAAQ,
|
|
1
|
+
{"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,8 +3,9 @@ import { PositionOptions } from '../../../services/position';
|
|
|
3
3
|
import { TooltipTemplateContext } from '../directives';
|
|
4
4
|
/**
|
|
5
5
|
* Represents component that is used for rendering tooltip
|
|
6
|
+
* @template TData - Type of data passed to tooltip
|
|
6
7
|
*/
|
|
7
|
-
export interface TooltipRenderer<TData =
|
|
8
|
+
export interface TooltipRenderer<TData = unknown> {
|
|
8
9
|
/**
|
|
9
10
|
* Data that are rendered in tooltip
|
|
10
11
|
*/
|
|
@@ -21,14 +22,6 @@ export interface TooltipRenderer<TData = any> {
|
|
|
21
22
|
* Css class that is applied to tooltip renderer component
|
|
22
23
|
*/
|
|
23
24
|
cssClass: string | null | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* Css class used to animate tooltip component when it is displayed
|
|
26
|
-
*/
|
|
27
|
-
enterAnimation: string;
|
|
28
|
-
/**
|
|
29
|
-
* Css class used to animate tooltip component when it is hidden
|
|
30
|
-
*/
|
|
31
|
-
exitAnimation: string;
|
|
32
25
|
/**
|
|
33
26
|
* Registers handlers that allows reaction to entering or leaving tooltip
|
|
34
27
|
* @param enter - Called when mouse enter tooltip component, hover
|
|
@@ -43,7 +36,7 @@ export interface TooltipRenderer<TData = any> {
|
|
|
43
36
|
/**
|
|
44
37
|
* Options used for tooltip directive
|
|
45
38
|
*/
|
|
46
|
-
export interface TooltipOptions {
|
|
39
|
+
export interface TooltipOptions<TData = unknown> {
|
|
47
40
|
/**
|
|
48
41
|
* Delay for displaying of tooltip on hover
|
|
49
42
|
*/
|
|
@@ -67,15 +60,15 @@ export interface TooltipOptions {
|
|
|
67
60
|
/**
|
|
68
61
|
* Type of tooltip renderer that is used for rendering tooltip
|
|
69
62
|
*/
|
|
70
|
-
tooltipRenderer: Type<TooltipRenderer
|
|
63
|
+
tooltipRenderer: Type<TooltipRenderer<TData>>;
|
|
71
64
|
/**
|
|
72
|
-
* Css class used to animate tooltip component when it is displayed
|
|
65
|
+
* Css class/classes used to animate tooltip component when it is displayed
|
|
73
66
|
*/
|
|
74
|
-
enterAnimation: string;
|
|
67
|
+
enterAnimation: string | string[];
|
|
75
68
|
/**
|
|
76
|
-
* Css class used to animate tooltip component when it is hidden
|
|
69
|
+
* Css class/classes used to animate tooltip component when it is hidden
|
|
77
70
|
*/
|
|
78
|
-
exitAnimation: string;
|
|
71
|
+
exitAnimation: string | string[];
|
|
79
72
|
/**
|
|
80
73
|
* String that defines element in which should be tooltip rendered, if not specified, body is used
|
|
81
74
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.interface.d.ts","sourceRoot":"","sources":["tooltip.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,eAAe,CAAC;AAErD
|
|
1
|
+
{"version":3,"file":"tooltip.interface.d.ts","sourceRoot":"","sources":["tooltip.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,eAAe,CAAC;AAErD;;;GAGG;AACH,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,OAAO;IAI5C;;OAEG;IACH,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAEpE;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;IAIhC;;;;OAIG;IACH,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAEhE;;OAEG;IACH,iBAAiB,IAAI,IAAI,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc,CAAC,KAAK,GAAG,OAAO;IAE3C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC,eAAe,EAAE,WAAW,GAAC,QAAQ,CAAC,CAAC;IAEtD;;OAEG;IACH,cAAc,EAAE,OAAO,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,MAAM,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,OAAO,GAAC,IAAI,CAAC;IAE9B;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;IAE9C;;OAEG;IACH,cAAc,EAAE,MAAM,GAAC,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,aAAa,EAAE,MAAM,GAAC,MAAM,EAAE,CAAC;IAE/B;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;CAC3C"}
|
package/src/types/tokens.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InjectionToken, Type } from '@angular/core';
|
|
2
|
-
import { HttpContextToken } from '@angular/common/http';
|
|
2
|
+
import { HttpContextToken, HttpInterceptorFn } from '@angular/common/http';
|
|
3
3
|
import type { StringLocalization } from '../services/stringLocalization';
|
|
4
4
|
import type { PermanentStorage } from '../services/permanentStorage';
|
|
5
5
|
import type { TemporaryStorage } from '../services/temporaryStorage';
|
|
@@ -49,5 +49,5 @@ export declare const NOTIFICATIONS_SCOPE: InjectionToken<string>;
|
|
|
49
49
|
/**
|
|
50
50
|
* Http context token storing array of ignored interceptors types
|
|
51
51
|
*/
|
|
52
|
-
export declare const IGNORED_INTERCEPTORS: HttpContextToken<Type<unknown>
|
|
52
|
+
export declare const IGNORED_INTERCEPTORS: HttpContextToken<Array<Type<unknown> | HttpInterceptorFn>>;
|
|
53
53
|
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAS,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAS,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAE,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AAEzE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,gCAAgC,CAAC;AAEvE,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAGnD,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,oDAAoD,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,MAAM,CAAuD,CAAC;AAEjH;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,MAAM,CAA4D,CAAC;AAE3H;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,MAAM,CAA0D,CAAC;AAEvH;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,cAAc,CAAC,MAAM,CAAuH,CAAC;AAElK;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,kBAAkB,CAAkI,CAAC;AAEtM;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAA6D,CAAC;AAE7H;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAAgI,CAAC;AAEhM;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,cAAc,CAAC,QAAQ,CAA4C,CAAC;AAE3F;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,aAAa,CAAsD,CAAC;AAE/G;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,MAAM,CAAqD,CAAC;AAE7G;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,GAAC,iBAAiB,CAAC,CAA0E,CAAC"}
|
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
23.0.0-beta.
|
|
1
|
+
23.0.0-beta.20250926130712
|