@net7/boilerplate-muruca 5.5.22 → 5.5.23

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.
@@ -0,0 +1,6 @@
1
+ export interface ConfigMrCopyProtection {
2
+ /** abilitare la copia con attribuzione */
3
+ enabled: boolean;
4
+ /** testo aggiunto in coda al contenuto copiato */
5
+ message: string;
6
+ }
@@ -1,3 +1,4 @@
1
1
  export * from './sections';
2
2
  export * from './layouts';
3
3
  export * from './advanced-search';
4
+ export * from './copy-protection';
@@ -0,0 +1,9 @@
1
+ import { ConfigurationService } from '@net7/boilerplate-common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MrCopyProtectionService {
4
+ private config;
5
+ constructor(config: ConfigurationService);
6
+ init(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MrCopyProtectionService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<MrCopyProtectionService>;
9
+ }
@@ -5,3 +5,4 @@ export * from './menu.service';
5
5
  export * from './resource-modal.service';
6
6
  export * from './search.service';
7
7
  export * from './translations-loader.service';
8
+ export * from './copy-protection.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-muruca",
3
- "version": "5.5.22",
3
+ "version": "5.5.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"