@alfresco/aca-playwright-shared
Advanced tools
Comparing version 5.1.1 to 5.2.0-11949227332
@@ -24,3 +24,3 @@ /*! | ||
*/ | ||
import { TagBody, TagEntry } from '@alfresco/js-api'; | ||
import { TagBody, TagEntry, TagPaging } from '@alfresco/js-api'; | ||
export declare class TagsApi { | ||
@@ -32,3 +32,9 @@ private apiService; | ||
assignTagToNode(nodeId: string, tag: TagBody): Promise<TagEntry>; | ||
deleteTag(tagId: string): Promise<void>; | ||
deleteTags(tagIds: string[]): Promise<void>; | ||
listTagsForNode(nodeId: string): Promise<TagPaging>; | ||
listTags(params?: { | ||
tag?: string; | ||
matching?: boolean; | ||
}): Promise<TagPaging>; | ||
deleteTagsByTagName(tagName: string): Promise<void>; | ||
} |
{ | ||
"name": "@alfresco/aca-playwright-shared", | ||
"version": "5.1.1", | ||
"version": "5.2.0-11949227332", | ||
"license": "LGPL-3.0", | ||
@@ -15,7 +15,3 @@ "dependencies": { | ||
}, | ||
"module": "fesm2015/alfresco-aca-playwright-shared.mjs", | ||
"es2020": "fesm2020/alfresco-aca-playwright-shared.mjs", | ||
"esm2020": "esm2020/alfresco-aca-playwright-shared.mjs", | ||
"fesm2020": "fesm2020/alfresco-aca-playwright-shared.mjs", | ||
"fesm2015": "fesm2015/alfresco-aca-playwright-shared.mjs", | ||
"module": "fesm2022/alfresco-aca-playwright-shared.mjs", | ||
"typings": "index.d.ts", | ||
@@ -28,7 +24,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/alfresco-aca-playwright-shared.mjs", | ||
"es2020": "./fesm2020/alfresco-aca-playwright-shared.mjs", | ||
"es2015": "./fesm2015/alfresco-aca-playwright-shared.mjs", | ||
"node": "./fesm2015/alfresco-aca-playwright-shared.mjs", | ||
"default": "./fesm2020/alfresco-aca-playwright-shared.mjs" | ||
"esm2022": "./esm2022/alfresco-aca-playwright-shared.mjs", | ||
"esm": "./esm2022/alfresco-aca-playwright-shared.mjs", | ||
"default": "./fesm2022/alfresco-aca-playwright-shared.mjs" | ||
} | ||
@@ -35,0 +29,0 @@ }, |
@@ -29,2 +29,4 @@ /*! | ||
constructor(page: Page); | ||
private readonly categoriesManagement; | ||
private readonly tagsCreator; | ||
getNameField: (labelText: string) => import("playwright-core").Locator; | ||
@@ -59,2 +61,18 @@ getIdField: (labelText: string) => import("playwright-core").Locator; | ||
selectVisibility: (visibilityOption: string) => Promise<void>; | ||
tagsAccordion: import("playwright-core").Locator; | ||
categoriesAccordion: import("playwright-core").Locator; | ||
tagsAccordionPenButton: import("playwright-core").Locator; | ||
categoriesAccordionPenButton: import("playwright-core").Locator; | ||
tagsInput: import("playwright-core").Locator; | ||
createTagButton: import("playwright-core").Locator; | ||
tagsChips: import("playwright-core").Locator; | ||
tagsChipsXButton: import("playwright-core").Locator; | ||
tagsAccordionCancelButton: import("playwright-core").Locator; | ||
tagsAccordionConfirmButton: import("playwright-core").Locator; | ||
categoriesAccordionCancelButton: import("playwright-core").Locator; | ||
categoriesAccordionConfirmButton: import("playwright-core").Locator; | ||
categoriesInput: import("playwright-core").Locator; | ||
categoriesListItems: import("playwright-core").Locator; | ||
categoriesItemRemoveButton: import("playwright-core").Locator; | ||
categoriesCreatedList: import("playwright-core").Locator; | ||
checkCommentsHeaderCount(): Promise<number>; | ||
@@ -61,0 +79,0 @@ verifyCommentsCountFromList(expectedNumber: number): Promise<void>; |
@@ -37,2 +37,10 @@ /*! | ||
unknownFormat: import("playwright-core").Locator; | ||
viewerImage: import("playwright-core").Locator; | ||
viewerDocument: import("playwright-core").Locator; | ||
documentThumbnailButton: import("playwright-core").Locator; | ||
thumbnailsPages: import("playwright-core").Locator; | ||
thumbnailsCloseButton: import("playwright-core").Locator; | ||
viewerPage: import("playwright-core").Locator; | ||
viewerMedia: import("playwright-core").Locator; | ||
viewerSpinner: import("playwright-core").Locator; | ||
toolbar: AcaHeader; | ||
@@ -43,2 +51,5 @@ constructor(page: Page); | ||
isViewerOpened(): Promise<boolean>; | ||
waitForViewerLoaderToFinish(): Promise<void>; | ||
checkViewerActivePage(pageNumber: number): Promise<void>; | ||
clickViewerThumbnailPage(pageNumber: number): Promise<void>; | ||
isCloseButtonDisplayed(): Promise<boolean>; | ||
@@ -45,0 +56,0 @@ isFileTitleDisplayed(): Promise<boolean>; |
@@ -52,4 +52,4 @@ /*! | ||
manageVersionsDialog: ManageVersionsDialog; | ||
searchWithin(searchText: string, searchType: SearchType): Promise<void>; | ||
searchWithin(searchText: string, searchType?: SearchType): Promise<void>; | ||
clickSearchButton(): Promise<void>; | ||
} |
@@ -70,2 +70,26 @@ /*! | ||
}; | ||
PNG_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
GIF_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
PPTX_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
MP3_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
MP4_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
WEBM_FILE: { | ||
path: string; | ||
name: string; | ||
}; | ||
PDF_PROTECTED2: { | ||
@@ -72,0 +96,0 @@ path: string; |
@@ -27,4 +27,4 @@ /*! | ||
export declare class Utils { | ||
static string257Long: string; | ||
static string513Long: string; | ||
static readonly string257Long: string; | ||
static readonly string513Long: string; | ||
static random(): string; | ||
@@ -31,0 +31,0 @@ static retryCall(fn: () => Promise<any>, retry?: number, delay?: number): Promise<any>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
2060796
209
18740
2
1