Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 6, 2024
1 parent 3105bc8 commit 968f6a3
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 799 deletions.
5 changes: 4 additions & 1 deletion lib/content-services/src/lib/mock/search.component.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import { Component, ViewChild } from '@angular/core';
import { SearchComponent } from '../search/components/search.component';
import { SearchRequest, ResultSetPaging, ResultSetRowEntry, ContentInfo, UserInfo, ResultNode } from '@alfresco/js-api';
import { SearchModule } from '../search';

const entryItem = new ResultSetRowEntry({
entry: new ResultNode({
Expand Down Expand Up @@ -103,7 +104,9 @@ export const noResult = {
</ng-template>
</adf-search>
<span id="component-result-message">{{ message }}</span>
`
`,
standalone: true,
imports: [SearchModule]
})
export class SimpleSearchTestComponent {
@ViewChild('search', { static: true })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
AppConfigService,
TranslationService,
CookieService,
AlfrescoApiServiceMock,
AppConfigServiceMock,
TranslationMock,
CookieServiceMock,
Expand All @@ -35,6 +34,7 @@ import { versionCompatibilityFactory } from '../version-compatibility/version-co
import { AlfrescoApiService } from '../services/alfresco-api.service';
import { VersionCompatibilityService } from '../version-compatibility/version-compatibility.service';
import { MatIconTestingModule } from '@angular/material/icon/testing';
import { AlfrescoApiServiceMock } from '../mock';

@NgModule({
imports: [
Expand Down
1 change: 1 addition & 0 deletions lib/insights/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"allowedNonPeerDependencies": [
"@alfresco/adf-core",
"@alfresco/adf-content-services",
"@ngx-translate/core",
"chart.js",
"ng2-charts",
Expand Down
Loading

0 comments on commit 968f6a3

Please sign in to comment.