@alfresco/aca-shared 8.0.0-16641475714 → 8.0.0-16648954491

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/aca-shared",
3
- "version": "8.0.0-16641475714",
3
+ "version": "8.0.0-16648954491",
4
4
  "license": "LGPL-3.0",
5
5
  "peerDependencies": {
6
6
  "@alfresco/adf-content-services": ">=9.1.0-0",
package/public-api.d.ts CHANGED
@@ -55,6 +55,5 @@ export * from './lib/services/auto-download.service';
55
55
  export * from './lib/services/app-settings.service';
56
56
  export * from './lib/services/user-profile.service';
57
57
  export * from './lib/services/navigation-history.service';
58
- export * from './lib/testing/lib-testing-module';
59
58
  export * from './lib/utils/node.utils';
60
- export * from './lib/validators/no-whitespace.validator';
59
+ export * from './lib/testing/lib-testing-module';
@@ -1,25 +0,0 @@
1
- /*!
2
- * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3
- *
4
- * Alfresco Example Content Application
5
- *
6
- * This file is part of the Alfresco Example Content Application.
7
- * If the software was purchased under a paid Alfresco license, the terms of
8
- * the paid license agreement will prevail. Otherwise, the software is
9
- * provided under the following open source license terms:
10
- *
11
- * The Alfresco Example Content Application is free software: you can redistribute it and/or modify
12
- * it under the terms of the GNU Lesser General Public License as published by
13
- * the Free Software Foundation, either version 3 of the License, or
14
- * (at your option) any later version.
15
- *
16
- * The Alfresco Example Content Application is distributed in the hope that it will be useful,
17
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- * GNU Lesser General Public License for more details.
20
- *
21
- * You should have received a copy of the GNU Lesser General Public License
22
- * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
23
- */
24
- import { ValidatorFn } from '@angular/forms';
25
- export declare const noWhitespaceValidator: () => ValidatorFn;