@progress/kendo-angular-upload 25.0.0-develop.7 → 25.0.0-develop.8

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.
@@ -7,7 +7,7 @@ import { HttpHeaders, HttpRequest, HttpEventType, HttpResponse } from '@angular/
7
7
  import * as i0 from '@angular/core';
8
8
  import { EventEmitter, Injectable, Directive, ElementRef, Output, HostBinding, Input, ViewChild, ContentChild, Component, HostListener, ViewChildren, Inject, forwardRef, isDevMode, NgModule } from '@angular/core';
9
9
  import { guid, isDocumentAvailable, normalizeKeys, Keys, isControlRequired, isChanged, KendoInput, KENDO_WEBMCP_HOST, ResizeBatchService } from '@progress/kendo-angular-common';
10
- import { fileDiscImageIcon, fileZipIcon, fileConfigIcon, filePdfIcon, fileProgrammingIcon, fileDataIcon, filePresentationIcon, fileTxtIcon, fileImageIcon, fileVideoIcon, fileAudioIcon, fileIcon, arrowRotateCwIcon, playIcon, pauseIcon, cancelIcon, xIcon, copyIcon, checkIcon, exclamationCircleIcon, uploadIcon } from '@progress/kendo-svg-icons';
10
+ import { fileCsvIcon, filePsdIcon, fileDiscImageIcon, fileZipIcon, fileConfigIcon, filePdfIcon, fileProgrammingIcon, fileDataIcon, filePresentationIcon, fileTxtIcon, fileImageIcon, fileVideoIcon, fileAudioIcon, fileIcon, arrowRotateCwIcon, playIcon, pauseIcon, cancelIcon, xIcon, copyIcon, checkIcon, exclamationCircleIcon, uploadIcon } from '@progress/kendo-svg-icons';
11
11
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
12
12
  import * as i1$1 from '@progress/kendo-angular-l10n';
13
13
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -603,7 +603,7 @@ const fileGroupMap = {
603
603
  ".3g2", ".3gp", ".avi", ".asf", ".flv", ".m4u", ".rm", ".h264", ".m4v", ".mkv", ".mov", ".mp4", ".mpg", ".rm", ".swf", ".vob", ".wmv"
604
604
  ],
605
605
  image: [
606
- ".ai", ".dds", ".heic", ".jpe", "jfif", ".jif", ".jp2", ".jps", ".eps", ".bmp", ".gif", ".jpeg", ".jpg", ".png", ".ps", ".psd", ".svg", ".svgz", ".tif", ".tiff"
606
+ ".ai", ".dds", ".heic", ".jpe", ".jfif", ".jif", ".jp2", ".jps", ".eps", ".bmp", ".gif", ".jpeg", ".jpg", ".png", ".ps", ".svg", ".svgz", ".tif", ".tiff"
607
607
  ],
608
608
  txt: [
609
609
  ".doc", ".docx", ".log", ".pages", ".tex", ".wpd", ".wps", ".odt", ".rtf", ".text", ".txt", ".wks"
@@ -629,6 +629,12 @@ const fileGroupMap = {
629
629
  ],
630
630
  discImage: [
631
631
  ".dmg", ".iso", ".toast", ".vcd", ".bin", ".cue", ".mdf"
632
+ ],
633
+ psd: [
634
+ ".psd"
635
+ ],
636
+ csv: [
637
+ ".csv"
632
638
  ]
633
639
  };
634
640
  /**
@@ -645,7 +651,9 @@ const fileSVGGroupMap = {
645
651
  pdf: filePdfIcon,
646
652
  config: fileConfigIcon,
647
653
  zip: fileZipIcon,
648
- discImage: fileDiscImageIcon
654
+ discImage: fileDiscImageIcon,
655
+ psd: filePsdIcon,
656
+ csv: fileCsvIcon
649
657
  };
650
658
 
651
659
  /**
@@ -1583,8 +1591,8 @@ const packageMetadata = {
1583
1591
  productName: 'Kendo UI for Angular',
1584
1592
  productCode: 'KENDOUIANGULAR',
1585
1593
  productCodes: ['KENDOUIANGULAR'],
1586
- publishDate: 1784618717,
1587
- version: '25.0.0-develop.7',
1594
+ publishDate: 1784795821,
1595
+ version: '25.0.0-develop.8',
1588
1596
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1589
1597
  };
1590
1598
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1784618717,
11
- "version": "25.0.0-develop.7",
10
+ "publishDate": 1784795821,
11
+ "version": "25.0.0-develop.8",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-upload",
3
- "version": "25.0.0-develop.7",
3
+ "version": "25.0.0-develop.8",
4
4
  "description": "Kendo UI Angular Upload Component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1784618717,
37
+ "publishDate": 1784795821,
38
38
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
39
39
  }
40
40
  },
@@ -45,16 +45,16 @@
45
45
  "@angular/forms": "20 - 22",
46
46
  "@angular/platform-browser": "20 - 22",
47
47
  "@progress/kendo-licensing": "^1.11.0",
48
- "@progress/kendo-angular-common": "25.0.0-develop.7",
49
- "@progress/kendo-angular-l10n": "25.0.0-develop.7",
50
- "@progress/kendo-angular-icons": "25.0.0-develop.7",
51
- "@progress/kendo-angular-buttons": "25.0.0-develop.7",
52
- "@progress/kendo-angular-progressbar": "25.0.0-develop.7",
48
+ "@progress/kendo-angular-common": "25.0.0-develop.8",
49
+ "@progress/kendo-angular-l10n": "25.0.0-develop.8",
50
+ "@progress/kendo-angular-icons": "25.0.0-develop.8",
51
+ "@progress/kendo-angular-buttons": "25.0.0-develop.8",
52
+ "@progress/kendo-angular-progressbar": "25.0.0-develop.8",
53
53
  "rxjs": "^6.5.3 || ^7.0.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "tslib": "^2.3.1",
57
- "@progress/kendo-angular-schematics": "25.0.0-develop.7"
57
+ "@progress/kendo-angular-schematics": "25.0.0-develop.8"
58
58
  },
59
59
  "schematics": "./schematics/collection.json",
60
60
  "module": "fesm2022/progress-kendo-angular-upload.mjs",
@@ -15,9 +15,9 @@ function default_1(options) {
15
15
  ], peerDependencies: {
16
16
  // peer dep of the icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0',
18
- '@progress/kendo-angular-buttons': '25.0.0-develop.7',
19
- '@progress/kendo-angular-progressbar': '25.0.0-develop.7',
20
- '@progress/kendo-angular-popup': '25.0.0-develop.7',
18
+ '@progress/kendo-angular-buttons': '25.0.0-develop.8',
19
+ '@progress/kendo-angular-progressbar': '25.0.0-develop.8',
20
+ '@progress/kendo-angular-popup': '25.0.0-develop.8',
21
21
  } });
22
22
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
23
23
  }