@alfresco/aca-playwright-shared 7.4.0-23430105474 → 7.4.0-23530368232

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.
Files changed (63) hide show
  1. package/api/categories-api.d.ts +1 -1
  2. package/api/favorites-api.d.ts +1 -1
  3. package/api/file-actions.d.ts +1 -1
  4. package/api/nodes-api.d.ts +1 -1
  5. package/api/queries-api.d.ts +1 -1
  6. package/api/rules-api.d.ts +1 -1
  7. package/api/search-api.d.ts +1 -1
  8. package/api/shared-links-api.d.ts +1 -1
  9. package/api/sites-api.d.ts +1 -1
  10. package/api/tags-api.d.ts +1 -1
  11. package/api/trashcan-api.d.ts +1 -1
  12. package/fesm2022/alfresco-aca-playwright-shared.mjs.map +1 -1
  13. package/package.json +1 -1
  14. package/page-objects/components/aca-header.component.d.ts +3 -3
  15. package/page-objects/components/actions-dropdown.component.d.ts +12 -12
  16. package/page-objects/components/adf-info-drawer.component.d.ts +1 -1
  17. package/page-objects/components/base.component.d.ts +1 -1
  18. package/page-objects/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  19. package/page-objects/components/conditions.component.d.ts +1 -1
  20. package/page-objects/components/dataTable/data-table.component.d.ts +1 -1
  21. package/page-objects/components/dataTable/mat-menu.component.d.ts +1 -1
  22. package/page-objects/components/datetime-picker/datetime-picker.component.d.ts +1 -1
  23. package/page-objects/components/dialogs/adf-confirm-dialog.component.d.ts +1 -1
  24. package/page-objects/components/dialogs/adf-folder-dialog.component.d.ts +1 -1
  25. package/page-objects/components/dialogs/adf-library-dialog.component.d.ts +1 -1
  26. package/page-objects/components/dialogs/content-node-selector-dialog.d.ts +3 -3
  27. package/page-objects/components/dialogs/create-from-template-dialog-component.d.ts +1 -1
  28. package/page-objects/components/dialogs/delete-trash-dialog.component.d.ts +1 -1
  29. package/page-objects/components/dialogs/edit-dialog.component.d.ts +1 -1
  30. package/page-objects/components/dialogs/link-rules.component.d.ts +2 -2
  31. package/page-objects/components/dialogs/manage-versions-dialog.component.d.ts +1 -1
  32. package/page-objects/components/dialogs/password-overlay-dialog.component.d.ts +1 -1
  33. package/page-objects/components/dialogs/share-dialog.component.d.ts +1 -1
  34. package/page-objects/components/dialogs/upload-dialog.component.d.ts +1 -1
  35. package/page-objects/components/dialogs/upload-new-version-dialog.component.d.ts +1 -1
  36. package/page-objects/components/dialogs/viewer-overlay-dialog.component.d.ts +1 -1
  37. package/page-objects/components/error.component.d.ts +1 -1
  38. package/page-objects/components/manageRules/manage-rules-dialog.component.d.ts +1 -1
  39. package/page-objects/components/manageRules/manage-rules.component.d.ts +1 -1
  40. package/page-objects/components/pagination.component.d.ts +8 -8
  41. package/page-objects/components/search/search-filters/search-filters-categories.component.d.ts +1 -1
  42. package/page-objects/components/search/search-filters/search-filters-date.component.d.ts +1 -1
  43. package/page-objects/components/search/search-filters/search-filters-location.component.d.ts +1 -1
  44. package/page-objects/components/search/search-filters/search-filters-logic.component.d.ts +1 -1
  45. package/page-objects/components/search/search-filters/search-filters-properties.component.d.ts +1 -1
  46. package/page-objects/components/search/search-filters/search-filters-tags.component.d.ts +1 -1
  47. package/page-objects/components/search/search-filters.component.d.ts +1 -1
  48. package/page-objects/components/search/search-input.component.d.ts +1 -1
  49. package/page-objects/components/search/search-sorting-picker.components.d.ts +1 -1
  50. package/page-objects/components/sidenav.component.d.ts +10 -10
  51. package/page-objects/components/snackBar/snack-bar.component.d.ts +1 -1
  52. package/page-objects/components/spinner.component.d.ts +1 -1
  53. package/page-objects/components/viewer.component.d.ts +1 -1
  54. package/page-objects/pages/favorites-libraries.page.d.ts +1 -1
  55. package/page-objects/pages/favorites.page.d.ts +1 -1
  56. package/page-objects/pages/login.page.d.ts +1 -1
  57. package/page-objects/pages/my-libraries.page.d.ts +1 -1
  58. package/page-objects/pages/nodes.page.d.ts +1 -1
  59. package/page-objects/pages/personal-files.page.d.ts +1 -1
  60. package/page-objects/pages/recent-files.page.d.ts +1 -1
  61. package/page-objects/pages/search.page.d.ts +1 -1
  62. package/page-objects/pages/shared.page.d.ts +1 -1
  63. package/page-objects/pages/trash.page.d.ts +1 -1
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { CategoryEntry, CategoryBody, CategoryQuery, CategoryPaging, CategoryLinkBody } from '@alfresco/js-api';
25
25
  export declare class CategoriesApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<CategoriesApi>;
29
29
  createCategory(categoryId: string, categoryBodyCreate: CategoryBody[], opts?: CategoryQuery): Promise<CategoryPaging | CategoryEntry>;
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { FavoriteEntry } from '@alfresco/js-api';
25
25
  export declare class FavoritesPageApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<FavoritesPageApi>;
29
29
  addFavoriteById(nodeType: 'file' | 'folder' | 'site', id: string): Promise<FavoriteEntry>;
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { NodeEntry } from '@alfresco/js-api';
25
25
  export declare class FileActionsApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<FileActionsApi>;
29
29
  uploadFile(fileLocation: string, fileName: string, parentFolderId: string): Promise<NodeEntry>;
@@ -24,7 +24,7 @@
24
24
  import { NodeEntry, NodePaging, NodesIncludeQuery, NodeBodyUpdate } from '@alfresco/js-api';
25
25
  import { NodeContentTree } from './node-content-tree';
26
26
  export declare class NodesApi {
27
- private apiService;
27
+ private readonly apiService;
28
28
  constructor();
29
29
  static initialize(userName: string, password?: string): Promise<NodesApi>;
30
30
  createFolder(name: string, parentId?: string, title?: string, description?: string, author?: string, aspectNames?: string[]): Promise<NodeEntry | null>;
@@ -22,7 +22,7 @@
22
22
  * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
23
23
  */
24
24
  export declare class QueriesApi {
25
- private apiService;
25
+ private readonly apiService;
26
26
  constructor();
27
27
  static initialize(userName: string, password?: string): Promise<QueriesApi>;
28
28
  waitForSites(searchTerm: string, data: {
@@ -22,7 +22,7 @@
22
22
  * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
23
23
  */
24
24
  export declare class RulesApi {
25
- private apiService;
25
+ private readonly apiService;
26
26
  constructor();
27
27
  static initialize(userName: string, password?: string): Promise<RulesApi>;
28
28
  private callApi;
@@ -22,7 +22,7 @@
22
22
  * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
23
23
  */
24
24
  export declare class SearchPageApi {
25
- private apiService;
25
+ private readonly apiService;
26
26
  constructor();
27
27
  static initialize(userName: string, password?: string): Promise<SearchPageApi>;
28
28
  private querySearchFiles;
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { SharedLinkEntry } from '@alfresco/js-api';
25
25
  export declare class SharedLinksApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<SharedLinksApi>;
29
29
  shareFileById(id: string, expireDate?: Date): Promise<SharedLinkEntry | null>;
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { SiteEntry, SiteMemberEntry, SiteMembershipRequestEntry } from '@alfresco/js-api';
25
25
  export declare class SitesApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<SitesApi>;
29
29
  createSite(title: string, visibility?: string, description?: string, siteId?: string): Promise<SiteEntry | null>;
package/api/tags-api.d.ts CHANGED
@@ -23,7 +23,7 @@
23
23
  */
24
24
  import { TagBody, TagEntry, TagPaging } from '@alfresco/js-api';
25
25
  export declare class TagsApi {
26
- private apiService;
26
+ private readonly apiService;
27
27
  constructor();
28
28
  static initialize(userName: string, password?: string): Promise<TagsApi>;
29
29
  createTags(tags: TagBody[]): Promise<TagEntry | TagPaging>;
@@ -22,7 +22,7 @@
22
22
  * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
23
23
  */
24
24
  export declare class TrashcanApi {
25
- private apiService;
25
+ private readonly apiService;
26
26
  static initialize(userName: string, password?: string): Promise<TrashcanApi>;
27
27
  /**
28
28
  * Empties the trashcan. Uses multiple batches 1000 nodes each.