@alfresco/aca-playwright-shared 7.3.0-20267380665 → 7.3.0-20298151777

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.
@@ -2441,6 +2441,11 @@ var ActionType;
2441
2441
  var MimeType;
2442
2442
  (function (MimeType) {
2443
2443
  MimeType["AdobePDFDocument"] = "Adobe PDF Document [application/pdf]";
2444
+ MimeType["BitmapImage"] = "Bitmap Image [image/bmp]";
2445
+ MimeType["JPEGImage"] = "JPEG Image [image/jpeg]";
2446
+ MimeType["GIFImage"] = "GIF Image [image/gif]";
2447
+ MimeType["TIFFImage"] = "TIFF Image [image/tiff]";
2448
+ MimeType["PNGImage"] = "PNG Image [image/png]";
2444
2449
  })(MimeType || (MimeType = {}));
2445
2450
  class ActionsDropdownComponent extends BaseComponent {
2446
2451
  static rootElement = 'aca-edit-rule-dialog aca-rule-action-list';
@@ -6634,6 +6639,30 @@ class UserModel {
6634
6639
  * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
6635
6640
  */
6636
6641
 
6642
+ /*!
6643
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6644
+ *
6645
+ * Alfresco Example Content Application
6646
+ *
6647
+ * This file is part of the Alfresco Example Content Application.
6648
+ * If the software was purchased under a paid Alfresco license, the terms of
6649
+ * the paid license agreement will prevail. Otherwise, the software is
6650
+ * provided under the following open source license terms:
6651
+ *
6652
+ * The Alfresco Example Content Application is free software: you can redistribute it and/or modify
6653
+ * it under the terms of the GNU Lesser General Public License as published by
6654
+ * the Free Software Foundation, either version 3 of the License, or
6655
+ * (at your option) any later version.
6656
+ *
6657
+ * The Alfresco Example Content Application is distributed in the hope that it will be useful,
6658
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
6659
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6660
+ * GNU Lesser General Public License for more details.
6661
+ *
6662
+ * You should have received a copy of the GNU Lesser General Public License
6663
+ * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
6664
+ */
6665
+
6637
6666
  /*!
6638
6667
  * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6639
6668
  *
@@ -7220,6 +7249,14 @@ const TEST_FILES = {
7220
7249
  path: resolve(__dirname, 'file-gif.gif'),
7221
7250
  name: 'file-gif'
7222
7251
  },
7252
+ TIFF_FILE: {
7253
+ path: resolve(__dirname, 'file-tif.tif'),
7254
+ name: 'file-tif'
7255
+ },
7256
+ BMP_FILE: {
7257
+ path: resolve(__dirname, 'file-bmp.bmp'),
7258
+ name: 'file-bmp'
7259
+ },
7223
7260
  PPTX_FILE: {
7224
7261
  path: resolve(__dirname, 'file-pptx.pptx'),
7225
7262
  name: 'file-pptx'