@vaadin/upload 24.7.5 → 24.7.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/upload",
3
- "version": "24.7.5",
3
+ "version": "24.7.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,18 +37,18 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "~24.7.5",
41
- "@vaadin/button": "~24.7.5",
42
- "@vaadin/component-base": "~24.7.5",
43
- "@vaadin/progress-bar": "~24.7.5",
44
- "@vaadin/vaadin-lumo-styles": "~24.7.5",
45
- "@vaadin/vaadin-material-styles": "~24.7.5",
46
- "@vaadin/vaadin-themable-mixin": "~24.7.5",
40
+ "@vaadin/a11y-base": "~24.7.7",
41
+ "@vaadin/button": "~24.7.7",
42
+ "@vaadin/component-base": "~24.7.7",
43
+ "@vaadin/progress-bar": "~24.7.7",
44
+ "@vaadin/vaadin-lumo-styles": "~24.7.7",
45
+ "@vaadin/vaadin-material-styles": "~24.7.7",
46
+ "@vaadin/vaadin-themable-mixin": "~24.7.7",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@vaadin/chai-plugins": "~24.7.5",
51
- "@vaadin/test-runner-commands": "~24.7.5",
50
+ "@vaadin/chai-plugins": "~24.7.7",
51
+ "@vaadin/test-runner-commands": "~24.7.7",
52
52
  "@vaadin/testing-helpers": "^1.1.0",
53
53
  "sinon": "^18.0.0"
54
54
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "d304a4e8433684d11becf2441a0454f00a5b8bb4"
59
+ "gitHead": "e047a26c58d3014c01e5ea803a23f12cac747efc"
60
60
  }
@@ -837,7 +837,7 @@ export const UploadMixin = (superClass) =>
837
837
 
838
838
  /** @private */
839
839
  _renderFileList() {
840
- if (this._fileList) {
840
+ if (this._fileList && typeof this._fileList.requestContentUpdate === 'function') {
841
841
  this._fileList.requestContentUpdate();
842
842
  }
843
843
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.7.5",
4
+ "version": "24.7.7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.7.5",
4
+ "version": "24.7.7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {