@alfresco/adf-content-services 8.4.0-20291166521 → 8.4.0-20341456262

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.
@@ -1,83 +0,0 @@
1
- /*!
2
- * @license
3
- * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export declare const fakeSearch: {
18
- list: {
19
- pagination: {
20
- count: number;
21
- hasMoreItems: boolean;
22
- totalItems: number;
23
- skipCount: number;
24
- maxItems: number;
25
- };
26
- entries: {
27
- entry: {
28
- id: string;
29
- name: string;
30
- content: {
31
- mimetype: string;
32
- };
33
- createdByUser: {
34
- displayName: string;
35
- };
36
- modifiedByUser: {
37
- displayName: string;
38
- };
39
- };
40
- }[];
41
- };
42
- };
43
- export declare const mockError: {
44
- error: {
45
- errorKey: string;
46
- statusCode: number;
47
- briefSummary: string;
48
- stackTrace: string;
49
- descriptionURL: string;
50
- };
51
- };
52
- export declare const searchMockApi: {
53
- core: {
54
- queriesApi: {
55
- findNodes: () => Promise<{
56
- list: {
57
- pagination: {
58
- count: number;
59
- hasMoreItems: boolean;
60
- totalItems: number;
61
- skipCount: number;
62
- maxItems: number;
63
- };
64
- entries: {
65
- entry: {
66
- id: string;
67
- name: string;
68
- content: {
69
- mimetype: string;
70
- };
71
- createdByUser: {
72
- displayName: string;
73
- };
74
- modifiedByUser: {
75
- displayName: string;
76
- };
77
- };
78
- }[];
79
- };
80
- }>;
81
- };
82
- };
83
- };
@@ -1,22 +0,0 @@
1
- /*!
2
- * @license
3
- * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import { SitePaging } from '@alfresco/js-api';
18
- export declare const getFakeSitePaging: () => SitePaging;
19
- export declare const getFakeSitePagingNoMoreItems: () => SitePaging;
20
- export declare const getFakeSitePagingFirstPage: () => SitePaging;
21
- export declare const getFakeSitePagingLastPage: () => SitePaging;
22
- export declare const getFakeSitePagingWithMembers: () => SitePaging;
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/platform-browser/animations";
3
- import * as i2 from "@alfresco/adf-core";
4
- import * as i3 from "../content.module";
5
- import * as i4 from "@angular/material/icon/testing";
6
- export declare class ContentTestingModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ContentTestingModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContentTestingModule, never, [typeof i1.NoopAnimationsModule, typeof i2.CoreModule, typeof i2.NoopAuthModule, typeof i2.NoopTranslateModule, typeof i3.ContentModule, typeof i4.MatIconTestingModule], [typeof i1.NoopAnimationsModule, typeof i2.CoreModule, typeof i3.ContentModule]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<ContentTestingModule>;
10
- }