@anglr/common 23.0.0-beta.20250825072057 → 23.0.0-beta.20250825105211

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.
Files changed (147) hide show
  1. package/changelog.md +23 -0
  2. package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  3. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +6 -21
  4. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
  5. package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +3 -3
  6. package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +3 -3
  7. package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  8. package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -3
  9. package/es2022/forms/src/directives/hasError/hasError.directive.js +3 -3
  10. package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  11. package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  12. package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  13. package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  14. package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  15. package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
  16. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +4 -5
  17. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
  18. package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
  19. package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
  20. package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js +4 -4
  21. package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  22. package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  23. package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  24. package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  25. package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  26. package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  27. package/es2022/forms/src/modules/hasError.module.js +4 -4
  28. package/es2022/forms/src/modules/numberInput.module.js +4 -4
  29. package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  30. package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
  31. package/es2022/forms/src/services/submitted/submitted.service.js +3 -3
  32. package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  33. package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +3 -3
  34. package/es2022/hotkeys/src/services/appHotkeys.service.js +3 -3
  35. package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
  36. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
  37. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -1
  38. package/es2022/material/src/components/titledDialog/titledDialog.component.js +3 -3
  39. package/es2022/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  40. package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  41. package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  42. package/es2022/material/src/modules/confirmationDialog.module.js +4 -4
  43. package/es2022/material/src/modules/debugDataCopyClick.module.js +4 -4
  44. package/es2022/material/src/modules/movableTitledDialog.module.js +4 -4
  45. package/es2022/material/src/modules/titledDialog.module.js +4 -4
  46. package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -3
  47. package/es2022/router/src/services/routing/dataRouter.js +3 -3
  48. package/es2022/router/src/services/routing/dataRouterData.js +3 -3
  49. package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +3 -3
  50. package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +3 -3
  51. package/es2022/src/directives/bodyRender/bodyRender.directive.js +3 -3
  52. package/es2022/src/directives/clickOutside/clickOutside.directive.js +3 -3
  53. package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +3 -3
  54. package/es2022/src/directives/goBack/goBack.directive.js +3 -3
  55. package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  56. package/es2022/src/directives/positionTo/positionTo.directive.js +3 -3
  57. package/es2022/src/modules/castPipes/modules/castPipes.module.js +4 -4
  58. package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  59. package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  60. package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  61. package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  62. package/es2022/src/modules/commonDynamic.module.js +4 -4
  63. package/es2022/src/modules/commonLocalize.module.js +4 -4
  64. package/es2022/src/modules/commonUtils.module.js +4 -4
  65. package/es2022/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  66. package/es2022/src/modules/debugData/modules/debugData.module.js +4 -4
  67. package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +4 -4
  68. package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js.map +1 -1
  69. package/es2022/src/modules/file/components/file/file.component.js +15 -15
  70. package/es2022/src/modules/file/components/file/file.component.js.map +1 -1
  71. package/es2022/src/modules/file/components/fileInput/fileInput.component.js +9 -9
  72. package/es2022/src/modules/file/components/fileInput/fileInput.component.js.map +1 -1
  73. package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js +9 -9
  74. package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js.map +1 -1
  75. package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js +7 -7
  76. package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js.map +1 -1
  77. package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js +3 -3
  78. package/es2022/src/modules/file/modules/file.module.js +4 -4
  79. package/es2022/src/modules/logger/components/console/console.component.js +7 -4
  80. package/es2022/src/modules/logger/components/console/console.component.js.map +1 -1
  81. package/es2022/src/modules/logger/components/index.js +0 -1
  82. package/es2022/src/modules/logger/components/index.js.map +1 -1
  83. package/es2022/src/modules/logger/services/console/consoleComponent.service.js +3 -3
  84. package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +3 -3
  85. package/es2022/src/modules/logger/services/logger/logger.service.js +3 -3
  86. package/es2022/src/modules/logger/services/rest/restSink.options.js +3 -3
  87. package/es2022/src/modules/logger/types/loggerOptions.js +3 -3
  88. package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  89. package/es2022/src/modules/multiButton/modules/multiButton.module.js +4 -4
  90. package/es2022/src/modules/progressIndicator/components/index.js.map +1 -1
  91. package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  92. package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  93. package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  94. package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  95. package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  96. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +7 -4
  97. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
  98. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +14 -28
  99. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  100. package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  101. package/es2022/src/modules/tooltip/misc/tooltip.interface.js.map +1 -1
  102. package/es2022/src/modules/tooltip/modules/tooltip.module.js +4 -4
  103. package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +3 -3
  104. package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +3 -3
  105. package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +3 -3
  106. package/es2022/src/pipes/isNaN/isNaN.pipe.js +3 -3
  107. package/es2022/src/pipes/isPresent/isPresent.pipe.js +3 -3
  108. package/es2022/src/pipes/keys/keys.pipe.js +3 -3
  109. package/es2022/src/pipes/localize/localize.pipe.js +3 -3
  110. package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  111. package/es2022/src/pipes/numeral/numeral.pipe.js +3 -3
  112. package/es2022/src/pipes/trimText/trimText.pipe.js +3 -3
  113. package/es2022/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  114. package/es2022/src/services/cookies/cookies.service.js +3 -3
  115. package/es2022/src/services/notifications/defaultNotifications.service.js +3 -3
  116. package/es2022/src/services/notifications/defaultNotifications.service.js.map +1 -1
  117. package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  118. package/es2022/src/services/statusCode/statusCode.service.js +3 -3
  119. package/es2022/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  120. package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  121. package/es2022/src/utils/index.js.map +1 -1
  122. package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  123. package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  124. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts +0 -4
  125. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
  126. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.html +1 -1
  127. package/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.d.ts.map +1 -1
  128. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -1
  129. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +1 -1
  130. package/package.json +28 -32
  131. package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
  132. package/src/directives/clickOutside/clickOutside.directive.d.ts.map +1 -1
  133. package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
  134. package/src/modules/logger/components/console/console.component.d.ts.map +1 -1
  135. package/src/modules/logger/components/index.d.ts +0 -1
  136. package/src/modules/logger/components/index.d.ts.map +1 -1
  137. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +8 -0
  138. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
  139. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +2 -12
  140. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  141. package/src/modules/tooltip/misc/tooltip.interface.d.ts +12 -5
  142. package/src/modules/tooltip/misc/tooltip.interface.d.ts.map +1 -1
  143. package/version.bak +1 -1
  144. package/es2022/src/modules/logger/components/console/console.component.animations.js +0 -31
  145. package/es2022/src/modules/logger/components/console/console.component.animations.js.map +0 -1
  146. package/src/modules/logger/components/console/console.component.animations.d.ts +0 -5
  147. package/src/modules/logger/components/console/console.component.animations.d.ts.map +0 -1
@@ -32,10 +32,10 @@ export class NoStringLocalization {
32
32
  }
33
33
  return formatString(key, interpolateParams);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: NoStringLocalization, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
36
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: NoStringLocalization }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: NoStringLocalization, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
36
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: NoStringLocalization }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: NoStringLocalization, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: NoStringLocalization, decorators: [{
39
39
  type: Injectable
40
40
  }] });
41
41
  //# sourceMappingURL=noStringLocalization.service.js.map
@@ -34,10 +34,10 @@ export class MemoryTemporaryStorage {
34
34
  remove(name) {
35
35
  delete this._memory[name];
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: MemoryTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: MemoryTemporaryStorage }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: MemoryTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: MemoryTemporaryStorage }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: MemoryTemporaryStorage, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: MemoryTemporaryStorage, decorators: [{
41
41
  type: Injectable
42
42
  }] });
43
43
  //# sourceMappingURL=memoryTemporaryStorage.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,cAAc,EAAgC,MAAM,eAAe,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAEnC;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,gBAA+B;IAEnE,OAAQ,gBAAwB,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,gBAAgB,CAAC;IACrB,MAAM,gBAAgB,GAAG,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE,CAAC,gBAAgB,GAAG,OAAO,CAAC,CAAC;IAEjF,gBAAwB,CAAC,SAAS,GAAG,gBAAgB,CAAC;IAEvD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAkC,IAAI,cAAc,CAAgB,YAAY,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,uBAAuB,EAAC,CAAC,CAAC;AAEjK;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,aAAsC,EAAE,QAAiC,EAAE,eAAyB;IAEjI,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QAExB,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAC5B,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAEzD,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,MAAM,CAAC,CAAC;YAEjB,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;YAClE,eAAe,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,gBAA+C,EAAE,QAAmD,EAAE,eAAyB;IAE/J,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,gBAAgB,CAAC,IAAI,CAAC,CAAC,SAA+B,EAAE,EAAE;QAEtD,MAAM,MAAM,GAAmB,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAEtE,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,CAAC,QAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,EACvC,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAE5D,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,SAAS,CAAC,CAAC;YAEpB,IAAG,gBAAgB,EACnB,CAAC;gBACG,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;gBAElE,eAAe,EAAE,CAAC;YACtB,CAAC;QACL,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAQ,SAA6C;IAE/E,OAAQ,SAAS,EAAE,QAAqC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC;AAC7E,CAAC","sourcesContent":["import {NgModuleRef, ApplicationRef, InjectionToken, ComponentRef, EmbeddedViewRef} from '@angular/core';\nimport {enableDebugTools} from '@angular/platform-browser';\nimport {Action1} from '@jscrpt/common';\nimport {filter, first} from 'rxjs';\n\n/**\n * Method used for extraction of resolve method for promise\n * @param appStablePromise - Promise which contains resolve method that is going to be extracted\n */\nexport function extractAppStableResolve(appStablePromise: Promise<void>): () => void\n{\n return (appStablePromise as any).__resolve;\n}\n\n/**\n * Factory used for creating APP_STABLE promise\n * \n * @internal\n */\nexport function appStablePromiseFactory(): Promise<void>\n{\n let appStableResolve;\n const appStablePromise = new Promise<void>(resolve => appStableResolve = resolve);\n\n (appStablePromise as any).__resolve = appStableResolve;\n\n return appStablePromise;\n}\n\n/**\n * Injection token used for obtaining promise that is resolved when application is first time stable\n */\nexport const APP_STABLE: InjectionToken<Promise<void>> = new InjectionToken<Promise<void>>('APP_STABLE', {providedIn: 'root', factory: appStablePromiseFactory});\n\n/**\n * Runs callback function when angular app is bootstrapped and stable\n * @param appRefPromise -Promise for application reference that was bootstrapped\n * @param callback -Callback that is called when app is stable\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenAppStable(appRefPromise: Promise<ApplicationRef>, callback: Action1<ApplicationRef>, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler ?? false;\n\n appRefPromise.then(appRef => \n {\n appRef.isStable\n .pipe(filter(isStable => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = appRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(appRef);\n\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n resolveAsStable();\n });\n });\n}\n\n/**\n * Runs callback function when angular module is bootstrapped and stable\n * @param moduleRefPromise - Promise for module that was bootstrapped\n * @param callback - Callback that is called\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler || false;\n\n moduleRefPromise.then((moduleRef: NgModuleRef<unknown>) => \n {\n const appRef: ApplicationRef = moduleRef.injector.get(ApplicationRef);\n\n appRef.isStable\n .pipe(filter((isStable: boolean) => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = moduleRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(moduleRef);\n\n if(appStablePromise)\n {\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n\n resolveAsStable();\n }\n });\n });\n}\n\n/**\n * Gets host html element for component\n * @param component - Component ref of dynamically created component\n */\nexport function getHostElement<TType>(component: ComponentRef<TType>|undefined|null): HTMLElement|undefined|null\n{\n return (component?.hostView as EmbeddedViewRef<unknown>)?.rootNodes?.[0];\n}"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,cAAc,EAAgC,MAAM,eAAe,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAEnC;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,gBAA+B;IAEnE,OAAQ,gBAAwB,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,gBAAgB,CAAC;IACrB,MAAM,gBAAgB,GAAG,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE,CAAC,gBAAgB,GAAG,OAAO,CAAC,CAAC;IAEjF,gBAAwB,CAAC,SAAS,GAAG,gBAAgB,CAAC;IAEvD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAkC,IAAI,cAAc,CAAgB,YAAY,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,uBAAuB,EAAC,CAAC,CAAC;AAEjK;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,aAAsC,EAAE,QAAiC,EAAE,eAAyB;IAEjI,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QAExB,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAC5B,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAEzD,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,MAAM,CAAC,CAAC;YAEjB,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;YAClE,eAAe,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,gBAA+C,EAAE,QAAmD,EAAE,eAAyB;IAE/J,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,gBAAgB,CAAC,IAAI,CAAC,CAAC,SAA+B,EAAE,EAAE;QAEtD,MAAM,MAAM,GAAmB,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAEtE,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,CAAC,QAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,EACvC,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAE5D,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,SAAS,CAAC,CAAC;YAEpB,IAAG,gBAAgB,EACnB,CAAC;gBACG,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;gBAElE,eAAe,EAAE,CAAC;YACtB,CAAC;QACL,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAQ,SAA6C;IAE/E,OAAQ,SAAS,EAAE,QAAqC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC;AAC7E,CAAC","sourcesContent":["import {NgModuleRef, ApplicationRef, InjectionToken, ComponentRef, EmbeddedViewRef} from '@angular/core';\nimport {enableDebugTools} from '@angular/platform-browser';\nimport {Action1} from '@jscrpt/common';\nimport {filter, first} from 'rxjs';\n\n/**\n * Method used for extraction of resolve method for promise\n * @param appStablePromise - Promise which contains resolve method that is going to be extracted\n */\nexport function extractAppStableResolve(appStablePromise: Promise<void>): () => void\n{\n return (appStablePromise as any).__resolve;\n}\n\n/**\n * Factory used for creating APP_STABLE promise\n *\n * @internal\n */\nexport function appStablePromiseFactory(): Promise<void>\n{\n let appStableResolve;\n const appStablePromise = new Promise<void>(resolve => appStableResolve = resolve);\n\n (appStablePromise as any).__resolve = appStableResolve;\n\n return appStablePromise;\n}\n\n/**\n * Injection token used for obtaining promise that is resolved when application is first time stable\n */\nexport const APP_STABLE: InjectionToken<Promise<void>> = new InjectionToken<Promise<void>>('APP_STABLE', {providedIn: 'root', factory: appStablePromiseFactory});\n\n/**\n * Runs callback function when angular app is bootstrapped and stable\n * @param appRefPromise -Promise for application reference that was bootstrapped\n * @param callback -Callback that is called when app is stable\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenAppStable(appRefPromise: Promise<ApplicationRef>, callback: Action1<ApplicationRef>, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler ?? false;\n\n appRefPromise.then(appRef =>\n {\n appRef.isStable\n .pipe(filter(isStable => isStable),\n first())\n .subscribe(() =>\n {\n const appStablePromise = appRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(appRef);\n\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n resolveAsStable();\n });\n });\n}\n\n/**\n * Runs callback function when angular module is bootstrapped and stable\n * @param moduleRefPromise - Promise for module that was bootstrapped\n * @param callback - Callback that is called\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler || false;\n\n moduleRefPromise.then((moduleRef: NgModuleRef<unknown>) =>\n {\n const appRef: ApplicationRef = moduleRef.injector.get(ApplicationRef);\n\n appRef.isStable\n .pipe(filter((isStable: boolean) => isStable),\n first())\n .subscribe(() =>\n {\n const appStablePromise = moduleRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(moduleRef);\n\n if(appStablePromise)\n {\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n\n resolveAsStable();\n }\n });\n });\n}\n\n/**\n * Gets host html element for component\n * @param component - Component ref of dynamically created component\n */\nexport function getHostElement<TType>(component: ComponentRef<TType>|undefined|null): HTMLElement|undefined|null\n{\n return (component?.hostView as EmbeddedViewRef<unknown>)?.rootNodes?.[0];\n}\n"]}
@@ -41,15 +41,15 @@ let LocalPermanentStorage = class LocalPermanentStorage {
41
41
  remove(name) {
42
42
  store.remove(name);
43
43
  }
44
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: LocalPermanentStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
45
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: LocalPermanentStorage }); }
44
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: LocalPermanentStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
45
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: LocalPermanentStorage }); }
46
46
  };
47
47
  LocalPermanentStorage = __decorate([
48
48
  TypeProvider({ provide: PERMANENT_STORAGE, useClass: forwardRef(() => LocalPermanentStorage) }),
49
49
  __metadata("design:paramtypes", [])
50
50
  ], LocalPermanentStorage);
51
51
  export { LocalPermanentStorage };
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: LocalPermanentStorage, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: LocalPermanentStorage, decorators: [{
53
53
  type: Injectable
54
54
  }], ctorParameters: () => [] });
55
55
  //# sourceMappingURL=localPermanentStorage.service.js.map
@@ -30,14 +30,14 @@ let SessionTemporaryStorage = class SessionTemporaryStorage {
30
30
  remove(name) {
31
31
  store.remove(name);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: SessionTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
34
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: SessionTemporaryStorage }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: SessionTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
34
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: SessionTemporaryStorage }); }
35
35
  };
36
36
  SessionTemporaryStorage = __decorate([
37
37
  TypeProvider({ provide: TEMPORARY_STORAGE, useClass: forwardRef(() => SessionTemporaryStorage) })
38
38
  ], SessionTemporaryStorage);
39
39
  export { SessionTemporaryStorage };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: SessionTemporaryStorage, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: SessionTemporaryStorage, decorators: [{
41
41
  type: Injectable
42
42
  }] });
43
43
  //# sourceMappingURL=sessionTemporaryStorage.service.js.map
@@ -17,10 +17,6 @@ export declare class DefaultValidationErrorsComponent implements ValidationError
17
17
  * @internal
18
18
  */
19
19
  options: ValidationErrorsOptions;
20
- /**
21
- * Enables leave animations for internal stuff
22
- */
23
- animate: boolean;
24
20
  constructor(_changeDetector: ChangeDetectorRef);
25
21
  /**
26
22
  * @inheritdoc
@@ -1 +1 @@
1
- {"version":3,"file":"defaultValidationErrors.component.d.ts","sourceRoot":"","sources":["defaultValidationErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,iBAAiB,EAAc,MAAM,eAAe,CAAC;AAIjG,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,uBAAuB,EAAC,MAAM,0EAA0E,CAAC;;AAE5I;;GAEG;AACH,qBAgBa,gCAAiC,YAAW,yBAAyB;IAyBlE,SAAS,CAAC,eAAe,EAAE,iBAAiB;IArBxD;;;OAGG;IACI,MAAM,EAAE,sBAAsB,CAAC;IAEtC;;;OAGG;IACI,OAAO,EAAE,uBAAuB,CAAC;IAIxC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAQ;gBAGT,eAAe,EAAE,iBAAiB;IAMxD;;OAEG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,uBAAuB,GAAG,IAAI;yCAlC1E,gCAAgC;2CAAhC,gCAAgC;CAyC5C"}
1
+ {"version":3,"file":"defaultValidationErrors.component.d.ts","sourceRoot":"","sources":["defaultValidationErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAGpF,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,uBAAuB,EAAC,MAAM,0EAA0E,CAAC;;AAE5I;;GAEG;AACH,qBAWa,gCAAiC,YAAW,yBAAyB;IAiBlE,SAAS,CAAC,eAAe,EAAE,iBAAiB;IAbxD;;;OAGG;IACI,MAAM,EAAE,sBAAsB,CAAC;IAEtC;;;OAGG;IACI,OAAO,EAAE,uBAAuB,CAAC;gBAGlB,eAAe,EAAE,iBAAiB;IAMxD;;OAEG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,uBAAuB,GAAG,IAAI;yCA1B1E,gCAAgC;2CAAhC,gCAAgC;CAiC5C"}
@@ -1,6 +1,6 @@
1
1
  @if(errors?.errorMessages?.length)
2
2
  {
3
- <div [ngClass]="options?.wrapperDivClass" @slideInOut>
3
+ <div [ngClass]="options?.wrapperDivClass" animate.enter="slide-in" animate.leave="slide-out">
4
4
  @for(error of errors?.errorMessages; track error)
5
5
  {
6
6
  <div>{{error}}</div>
@@ -1 +1 @@
1
- {"version":3,"file":"numberInputControlValueAccessor.directive.d.ts","sourceRoot":"","sources":["numberInputControlValueAccessor.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,SAAS,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAoB,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAavE;;GAEG;AACH,qBAYa,+BAAgC,YAAW,oBAAoB;IAiB5D,OAAO,CAAC,SAAS;IAAa,OAAO,CAAC,WAAW;IAbtD,QAAQ,MAAO,GAAG,UAAQ;IAEjC;;OAEG;IACI,SAAS,aAAY;IAE5B;;OAEG;IACI,QAAQ,EAAE,OAAO,CAAS;gBAGb,SAAS,EAAE,SAAS,EAAU,WAAW,EAAE,UAAU;IAMzE;;OAEG;IACI,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAKnC;;OAEG;IACI,gBAAgB,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,GAAG,IAAI;IAyBrD;;OAEG;IACI,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,GAAG,IAAI;IAK7C;;OAEG;IACI,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCAtE1C,+BAA+B;2CAA/B,+BAA+B;CA0E3C"}
1
+ {"version":3,"file":"numberInputControlValueAccessor.directive.d.ts","sourceRoot":"","sources":["numberInputControlValueAccessor.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,SAAS,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAoB,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAavE;;GAEG;AACH,qBAYa,+BAAgC,YAAW,oBAAoB;IAiB5D,OAAO,CAAC,SAAS;IAAa,OAAO,CAAC,WAAW;IAbtD,QAAQ,GAAI,GAAG,GAAG,UAAQ;IAEjC;;OAEG;IACI,SAAS,aAAY;IAE5B;;OAEG;IACI,QAAQ,EAAE,OAAO,CAAS;gBAGb,SAAS,EAAE,SAAS,EAAU,WAAW,EAAE,UAAU;IAMzE;;OAEG;IACI,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAKnC;;OAEG;IACI,gBAAgB,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,GAAG,IAAI;IAyBrD;;OAEG;IACI,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,GAAG,IAAI;IAK7C;;OAEG;IACI,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCAtE1C,+BAA+B;2CAA/B,+BAA+B;CA0E3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"groupErrors.component.d.ts","sourceRoot":"","sources":["groupErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAsB,MAAM,eAAe,CAAC;AAEtI,OAAO,EAAC,iBAAiB,EAAE,SAAS,EAAE,kBAAkB,EAAE,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAG/F,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAwB,4BAA4B,EAAC,MAAM,kBAAkB,CAAC;;AAGrF;;GAEG;AACH,qBAea,oBAAqB,YAAW,MAAM,EAAE,SAAS;IA+ClC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAChD,SAAS,CAAC,aAAa,EAAE,aAAa;IAClD,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA7CxD;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,SAAS,CAAC;IAEjC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,YAAY,CAAsB;IAEhE;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAIzC;;;OAGG;IACH,IAAW,SAAS,IAAI,SAAS,CAGhC;IAID;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAC;IAIxB;;OAEG;IAEI,QAAQ,CAAC,EAAE,4BAA4B,CAAC;gBAGb,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EACxC,eAAe,EAAE,iBAAiB;IAUxD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAcvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCA/EjB,oBAAoB;2CAApB,oBAAoB;CAoFhC"}
1
+ {"version":3,"file":"groupErrors.component.d.ts","sourceRoot":"","sources":["groupErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAsB,MAAM,eAAe,CAAC;AAEtI,OAAO,EAAC,iBAAiB,EAAE,SAAS,EAAE,kBAAkB,EAAE,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE/F,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAwB,4BAA4B,EAAC,MAAM,kBAAkB,CAAC;;AAGrF;;GAEG;AACH,qBAca,oBAAqB,YAAW,MAAM,EAAE,SAAS;IA+ClC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAChD,SAAS,CAAC,aAAa,EAAE,aAAa;IAClD,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA7CxD;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,SAAS,CAAC;IAEjC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,YAAY,CAAsB;IAEhE;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAIzC;;;OAGG;IACH,IAAW,SAAS,IAAI,SAAS,CAGhC;IAID;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAC;IAIxB;;OAEG;IAEI,QAAQ,CAAC,EAAE,4BAA4B,CAAC;gBAGb,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EACxC,eAAe,EAAE,iBAAiB;IAUxD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAcvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCA/EjB,oBAAoB;2CAApB,oBAAoB;CAoFhC"}
@@ -1,5 +1,5 @@
1
1
  <ng-template #defaultTemplate let-errorName>
2
- <div [ngClass]="cssClass" [errorMessage]="errorName" [errors]="formGroup.errors" @slideInOut></div>
2
+ <div [ngClass]="cssClass" [errorMessage]="errorName" [errors]="formGroup.errors" animate.enter="slide-in" animate.leave="slide-out"></div>
3
3
  </ng-template>
4
4
 
5
5
  @for(errorName of formGroup.errors | keys | withErrorMessage; track errorName)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "23.0.0-beta.20250825072057",
3
+ "version": "23.0.0-beta.20250825105211",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -10,7 +10,6 @@
10
10
  ],
11
11
  "scripts": {
12
12
  "build": "ngc --declaration --declarationDir . --declarationMap",
13
- "api": "api-extractor run --local --verbose -c",
14
13
  "clean": "rimraf --glob */temp temp es2022 **/tsdoc-metadata.json src/**/*.d.ts src/**/*.d.ts.map */src/**/*.d.ts */src/**/*.d.ts.map ./*.d.ts ./*.d.ts.map */*.d.ts",
15
14
  "clean:deps": "rimraf package-lock.json node_modules || echo 'node_modules removed'",
16
15
  "clean:all": "npm run clean && npm run clean:deps",
@@ -66,7 +65,7 @@
66
65
  "doc:api:material": "copyfiles -u 2 material/temp/common-material.api.md docs/content/api/ng-common-material && rimraf material/temp"
67
66
  },
68
67
  "engines": {
69
- "node": "^18.13.0 || >=20.9.0"
68
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
70
69
  },
71
70
  "repository": {
72
71
  "type": "git",
@@ -84,50 +83,47 @@
84
83
  },
85
84
  "homepage": "https://github.com/ressurectit/ng-common",
86
85
  "dependencies": {
87
- "@anglr/animations": ">=10.0.0",
88
- "@angular/animations": ">=19.1.0",
89
- "@angular/common": ">=19.1.0",
90
- "@angular/core": ">=19.1.0",
91
- "@angular/platform-browser": ">=19.1.0",
86
+ "@angular/common": ">=20.2.0",
87
+ "@angular/core": ">=20.2.0",
88
+ "@angular/platform-browser": ">=20.2.0",
92
89
  "@jscrpt/common": ">=7.0.0",
93
90
  "rxjs": ">=7.5.7",
94
91
  "tslib": "^2.8.1"
95
92
  },
96
93
  "optionalDependencies": {
97
- "@angular/cdk": ">=19.1.0",
98
- "@angular/forms": ">=19.1.0",
99
- "@angular/material": ">=19.1.0",
100
- "@angular/router": ">=19.1.0",
94
+ "@angular/cdk": ">=20.2.0",
95
+ "@angular/forms": ">=20.2.0",
96
+ "@angular/material": ">=20.2.0",
97
+ "@angular/router": ">=20.2.0",
98
+ "@css-styles/themes": ">=2.1.0",
101
99
  "@floating-ui/dom": ">=1.6.13",
102
100
  "angular2-hotkeys": ">=16.0.1",
103
101
  "date-fns": ">=4.1.0",
104
102
  "store": ">=2.0.12"
105
103
  },
106
104
  "devDependencies": {
107
- "@anglr/animations": "10.0.0",
108
- "@angular/animations": "19.1.0",
109
- "@angular/cdk": "19.1.0",
110
- "@angular/common": "19.1.0",
111
- "@angular/compiler": "19.1.0",
112
- "@angular/compiler-cli": "19.1.0",
113
- "@angular/core": "19.1.0",
114
- "@angular/forms": "19.1.0",
115
- "@angular/language-service": "19.1.0",
116
- "@angular/material": "19.1.0",
117
- "@angular/platform-browser": "19.1.0",
118
- "@angular/router": "19.1.0",
105
+ "@angular/cdk": "20.2.0",
106
+ "@angular/common": "20.2.0",
107
+ "@angular/compiler": "20.2.0",
108
+ "@angular/compiler-cli": "20.2.0",
109
+ "@angular/core": "20.2.0",
110
+ "@angular/forms": "20.2.0",
111
+ "@angular/language-service": "20.2.0",
112
+ "@angular/material": "20.2.0",
113
+ "@angular/platform-browser": "20.2.0",
114
+ "@angular/router": "20.2.0",
119
115
  "@floating-ui/dom": "1.6.13",
120
116
  "@jscrpt/common": "7.0.0",
121
- "@microsoft/api-documenter": "7.26.5",
122
- "@microsoft/api-extractor": "7.49.1",
123
- "@stylistic/eslint-plugin": "2.13.0",
124
- "@types/node": "22.7.4",
117
+ "@microsoft/api-documenter": "7.26.27",
118
+ "@microsoft/api-extractor": "7.52.8",
119
+ "@stylistic/eslint-plugin": "4.4.0",
120
+ "@types/node": "22.15.29",
125
121
  "@types/store": "2.0.5",
126
122
  "angular2-hotkeys": "16.0.1",
127
123
  "copyfiles": "2.4.1",
128
124
  "date-fns": "4.1.0",
129
- "eslint": "9.18.0",
130
- "eslint-plugin-ressurectit": "0.3.0",
125
+ "eslint": "9.28.0",
126
+ "eslint-plugin-ressurectit": "0.4.0",
131
127
  "lerna": "8.1.9",
132
128
  "npm-git-version": "2.0.0",
133
129
  "path-exists-cli": "2.0.0",
@@ -136,8 +132,8 @@
136
132
  "rxjs": "7.5.7",
137
133
  "store": "2.0.12",
138
134
  "tslib": "2.8.1",
139
- "typescript": "5.7.3",
140
- "typescript-eslint": "8.20.0"
135
+ "typescript": "5.9.2",
136
+ "typescript-eslint": "8.33.0"
141
137
  },
142
138
  "module": "./es2022/src/index.js",
143
139
  "typings": "./src/index.d.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,IAEzI,SAAS,SAAS,QAAQ,UAAW,SAAS,KAAG,SAAS,CAwB7E"}
1
+ {"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,IAEzI,SAAS,SAAS,QAAQ,EAAG,QAAQ,SAAS,KAAG,SAAS,CAwB7E"}
@@ -1 +1 @@
1
- {"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IA8C/C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IACxB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC9C,SAAS,CAAC,MAAM,EAAE,MAAM;IA5CpC;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,OAAO,CAAS;IAIlD;;OAEG;IACH,IACW,qBAAqB,IAAI,OAAO,CAG1C;IACD,IAAW,qBAAqB,CAAC,KAAK,EAAE,OAAO,EAU9C;IAED;;OAEG;IAEI,mBAAmB,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvD;;OAEG;IAEI,2BAA2B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;gBAGlE,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EACd,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM;IAMpC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,SAAS,CAAC,kBAAkB,UAAW,UAAU,UAUhD;IAID;;OAEG;IACH,OAAc,uCAAuC,EAAE,OAAO,GAAC,EAAE,CAAC;yCArGzD,qBAAqB;2CAArB,qBAAqB;CAsGjC"}
1
+ {"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IA8C/C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IACxB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC9C,SAAS,CAAC,MAAM,EAAE,MAAM;IA5CpC;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,OAAO,CAAS;IAIlD;;OAEG;IACH,IACW,qBAAqB,IAAI,OAAO,CAG1C;IACD,IAAW,qBAAqB,CAAC,KAAK,EAAE,OAAO,EAU9C;IAED;;OAEG;IAEI,mBAAmB,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvD;;OAEG;IAEI,2BAA2B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;gBAGlE,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EACd,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM;IAMpC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,SAAS,CAAC,kBAAkB,GAAI,OAAO,UAAU,UAUhD;IAID;;OAEG;IACH,OAAc,uCAAuC,EAAE,OAAO,GAAC,EAAE,CAAC;yCArGzD,qBAAqB;2CAArB,qBAAqB;CAsGjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,qBAQa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAIjE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,wBAAwB;2CAAxB,wBAAwB;wCAwJo6sC,OAAQ;CAAh9sC"}
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;wCAwJu64L,OAAQ;CAAn94L"}
@@ -1 +1 @@
1
- {"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBAWa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA2B1C,SAAS,CAAC,UAAU,EAAE,uBAAuB;IAC7C,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAxBvD;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,YAAoC;IAErD;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,MAAM,CAAM;gBAGb,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,iBAAiB;IAMvD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAavB;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAUtB;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAU5C;;OAEG;IACH,SAAS,CAAC,KAAK,IAAI,IAAI;IAKvB;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAtGpB,gBAAgB;2CAAhB,gBAAgB;CAiH5B"}
1
+ {"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBAgBa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA2B1C,SAAS,CAAC,UAAU,EAAE,uBAAuB;IAC7C,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAxBvD;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,YAAoC;IAErD;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,MAAM,CAAM;gBAGb,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,iBAAiB;IAMvD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAavB;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAUtB;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAU5C;;OAEG;IACH,SAAS,CAAC,KAAK,IAAI,IAAI;IAKvB;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAtGpB,gBAAgB;2CAAhB,gBAAgB;CAiH5B"}
@@ -1,3 +1,2 @@
1
1
  export * from './console/console.component';
2
- export * from './console/console.component.animations';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -33,6 +33,14 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
33
33
  * Css class that is applied to tooltip renderer component
34
34
  */
35
35
  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;
36
44
  constructor(changeDetector: ChangeDetectorRef, element: ElementRef<HTMLElement>);
37
45
  /**
38
46
  * 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;;GAEG;AACH,qBAWa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IAqC3E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCtD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAE3C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAI3C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,cAAc,EAAE,iBAAiB,EACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;IAK5B;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;yCArFnB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAgBa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IA+C3E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IA5CtD;;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;IAEvC;;OAEG;IACI,cAAc,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACI,aAAa,EAAE,MAAM,CAAC;gBAGP,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;yCA/FnB,gBAAgB;2CAAhB,gBAAgB;CAmG5B"}
@@ -1,5 +1,4 @@
1
1
  import { ComponentRef, ElementRef, Injector, OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
- import { AnimationBuilder, AnimationFactory } from '@angular/animations';
3
2
  import { RecursivePartial } from '@jscrpt/common';
4
3
  import { TooltipOptions, TooltipRenderer } from '../../misc/tooltip.interface';
5
4
  import { Position } from '../../../../services/position';
@@ -13,7 +12,6 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
13
12
  protected _viewContainerRef: ViewContainerRef;
14
13
  protected _injector: Injector;
15
14
  protected _element: ElementRef<HTMLElement>;
16
- protected _animationsPlayer: AnimationBuilder;
17
15
  protected _document: Document;
18
16
  protected _position: Position<HTMLElement>;
19
17
  protected _parent?: TooltipDirective | null;
@@ -25,14 +23,6 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
25
23
  * Instance of HTML element for tooltip renderer
26
24
  */
27
25
  protected _tooltipElement?: HTMLElement;
28
- /**
29
- * Animation factory used for enter animation of tooltip
30
- */
31
- protected _enterAnimation: AnimationFactory;
32
- /**
33
- * Animation factory used for exit animation of tooltip
34
- */
35
- protected _exitAnimation: AnimationFactory;
36
26
  /**
37
27
  * Instance of options provided for this tooltip
38
28
  */
@@ -80,7 +70,7 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
80
70
  * Instance of template from element content, used for rendering
81
71
  */
82
72
  tooltipTemplateChild?: TooltipTemplateDirective;
83
- constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _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>);
84
74
  /**
85
75
  * Called when input value changes
86
76
  */
@@ -124,7 +114,7 @@ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnD
124
114
  * Custom input type for `tooltip` input
125
115
  */
126
116
  static ngAcceptInputType_tooltip: any;
127
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
117
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
128
118
  static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective<any>, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "template": { "alias": "template"; "required": false; }; "tooltipOptions": { "alias": "tooltipOptions"; "required": false; }; "tooltipVisible": { "alias": "tooltipVisible"; "required": false; }; "containerElement": { "alias": "containerElement"; "required": false; }; }, {}, ["tooltipTemplateChild"], never, true, never>;
129
119
  }
130
120
  //# sourceMappingURL=tooltip.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { TemplateRef, Type } from '@angular/core';
2
- import { AnimationMetadata } from '@angular/animations';
3
2
  import { PositionOptions } from '../../../services/position';
4
3
  import { TooltipTemplateContext } from '../directives';
5
4
  /**
@@ -22,6 +21,14 @@ export interface TooltipRenderer<TData = any> {
22
21
  * Css class that is applied to tooltip renderer component
23
22
  */
24
23
  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;
25
32
  /**
26
33
  * Registers handlers that allows reaction to entering or leaving tooltip
27
34
  * @param enter - Called when mouse enter tooltip component, hover
@@ -62,13 +69,13 @@ export interface TooltipOptions {
62
69
  */
63
70
  tooltipRenderer: Type<TooltipRenderer>;
64
71
  /**
65
- * Animation used to tooltip component when it is displayed
72
+ * Css class used to animate tooltip component when it is displayed
66
73
  */
67
- enterAnimation: AnimationMetadata;
74
+ enterAnimation: string;
68
75
  /**
69
- * Animation used to tooltip component when it is hidden
76
+ * Css class used to animate tooltip component when it is hidden
70
77
  */
71
- exitAnimation: AnimationMetadata;
78
+ exitAnimation: string;
72
79
  /**
73
80
  * String that defines element in which should be tooltip rendered, if not specified, body is used
74
81
  *
@@ -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;AAChD,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,eAAe,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,GAAG;IAIxC;;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;IAE3B;;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,CAAC;IAEvC;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,aAAa,EAAE,iBAAiB,CAAC;IAEjC;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;CAC3C"}
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;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,KAAK,GAAG,GAAG;IAIxC;;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;IAEhC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAItB;;;;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;IAE3B;;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,CAAC;IAEvC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;CAC3C"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 23.0.0-beta.20250825072057
1
+ 23.0.0-beta.20250825105211
@@ -1,31 +0,0 @@
1
- import { trigger, transition, style, group, animate } from '@angular/animations';
2
- /**
3
- * Show hide animation for console component
4
- */
5
- export const consoleAnimationTrigger = trigger('consoleAnimation', [
6
- transition(':enter', [
7
- style({
8
- height: 0,
9
- opacity: 0
10
- }),
11
- group([
12
- animate('350ms', style({
13
- height: '*'
14
- })),
15
- animate('200ms', style({
16
- opacity: '*'
17
- }))
18
- ])
19
- ]),
20
- transition(':leave', [
21
- group([
22
- animate('350ms', style({
23
- height: 0
24
- })),
25
- animate('200ms 150ms', style({
26
- opacity: 0
27
- }))
28
- ])
29
- ])
30
- ]);
31
- //# sourceMappingURL=console.component.animations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"console.component.animations.js","sourceRoot":"","sources":["../../../../../../src/modules/logger/components/console/console.component.animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAC,MAAM,qBAAqB,CAAC;AAE/E;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,OAAO,CAAC,kBAAkB,EACjE;IACI,UAAU,CAAC,QAAQ,EACnB;QACI,KAAK,CACL;YACI,MAAM,EAAE,CAAC;YACT,OAAO,EAAE,CAAC;SACb,CAAC;QACF,KAAK,CACL;YACI,OAAO,CAAC,OAAO,EACP,KAAK,CACL;gBACI,MAAM,EAAE,GAAG;aACd,CAAC,CAAC;YACX,OAAO,CAAC,OAAO,EACP,KAAK,CACL;gBACI,OAAO,EAAE,GAAG;aACf,CAAC,CAAC;SACd,CAAC;KACL,CAAC;IACF,UAAU,CAAC,QAAQ,EACnB;QACI,KAAK,CACL;YACI,OAAO,CAAC,OAAO,EACP,KAAK,CACL;gBACI,MAAM,EAAE,CAAC;aACZ,CAAC,CAAC;YACX,OAAO,CAAC,aAAa,EACb,KAAK,CACL;gBACI,OAAO,EAAE,CAAC;aACb,CAAC,CAAC;SACd,CAAC;KACL,CAAC;CACL,CAAC,CAAC","sourcesContent":["import {trigger, transition, style, group, animate} from '@angular/animations';\n\n/**\n * Show hide animation for console component\n */\nexport const consoleAnimationTrigger = trigger('consoleAnimation', \n[\n transition(':enter', \n [\n style(\n {\n height: 0,\n opacity: 0\n }),\n group(\n [\n animate('350ms',\n style(\n {\n height: '*'\n })),\n animate('200ms',\n style(\n {\n opacity: '*'\n }))\n ])\n ]),\n transition(':leave', \n [\n group(\n [\n animate('350ms',\n style(\n {\n height: 0\n })),\n animate('200ms 150ms',\n style(\n {\n opacity: 0\n }))\n ])\n ])\n]);"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Show hide animation for console component
3
- */
4
- export declare const consoleAnimationTrigger: import("@angular/animations").AnimationTriggerMetadata;
5
- //# sourceMappingURL=console.component.animations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"console.component.animations.d.ts","sourceRoot":"","sources":["console.component.animations.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,uBAAuB,wDAuClC,CAAC"}