@lowdefy/plugin-aws 0.0.0-experimental-20250702125311 → 0.0.0-experimental-20250910140832

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.
@@ -78,6 +78,22 @@
78
78
  "type": "array",
79
79
  "description": "Triggered when the upload state is changing."
80
80
  },
81
+ "onProgress": {
82
+ "type": "array",
83
+ "description": "Triggered when the upload state is in progress."
84
+ },
85
+ "onSuccess": {
86
+ "type": "array",
87
+ "description": "Triggered when the upload state is done uploading."
88
+ },
89
+ "onRemove": {
90
+ "type": "array",
91
+ "description": "Triggered when the upload has been removed."
92
+ },
93
+ "onError": {
94
+ "type": "array",
95
+ "description": "Triggered when the upload has failed."
96
+ },
81
97
  "onClick": {
82
98
  "type": "array",
83
99
  "description": "Triggered when the upload button is clicked."
@@ -75,6 +75,22 @@
75
75
  "onChange": {
76
76
  "type": "array",
77
77
  "description": "Triggered when the upload state is changing."
78
+ },
79
+ "onProgress": {
80
+ "type": "array",
81
+ "description": "Triggered when the upload state is in progress."
82
+ },
83
+ "onSuccess": {
84
+ "type": "array",
85
+ "description": "Triggered when the upload state is done uploading."
86
+ },
87
+ "onRemove": {
88
+ "type": "array",
89
+ "description": "Triggered when the upload has been removed."
90
+ },
91
+ "onError": {
92
+ "type": "array",
93
+ "description": "Triggered when the upload has failed."
78
94
  }
79
95
  }
80
96
  }
@@ -73,6 +73,22 @@
73
73
  "onChange": {
74
74
  "type": "array",
75
75
  "description": "Triggered when the upload state is changing."
76
+ },
77
+ "onProgress": {
78
+ "type": "array",
79
+ "description": "Triggered when the upload state is in progress."
80
+ },
81
+ "onSuccess": {
82
+ "type": "array",
83
+ "description": "Triggered when the upload state is done uploading."
84
+ },
85
+ "onRemove": {
86
+ "type": "array",
87
+ "description": "Triggered when the upload has been removed."
88
+ },
89
+ "onError": {
90
+ "type": "array",
91
+ "description": "Triggered when the upload has failed."
76
92
  }
77
93
  }
78
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/plugin-aws",
3
- "version": "0.0.0-experimental-20250702125311",
3
+ "version": "0.0.0-experimental-20250910140832",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -40,9 +40,9 @@
40
40
  "dist/*"
41
41
  ],
42
42
  "dependencies": {
43
- "@lowdefy/block-utils": "0.0.0-experimental-20250702125311",
44
- "@lowdefy/blocks-antd": "0.0.0-experimental-20250702125311",
45
- "@lowdefy/helpers": "0.0.0-experimental-20250702125311",
43
+ "@lowdefy/block-utils": "0.0.0-experimental-20250910140832",
44
+ "@lowdefy/blocks-antd": "0.0.0-experimental-20250910140832",
45
+ "@lowdefy/helpers": "0.0.0-experimental-20250910140832",
46
46
  "antd": "4.24.14",
47
47
  "aws-sdk": "2.1459.0",
48
48
  "react": "18.2.0",
@@ -50,9 +50,9 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@emotion/jest": "11.10.5",
53
- "@lowdefy/ajv": "0.0.0-experimental-20250702125311",
54
- "@lowdefy/block-dev": "0.0.0-experimental-20250702125311",
55
- "@lowdefy/jest-yaml-transform": "0.0.0-experimental-20250702125311",
53
+ "@lowdefy/ajv": "0.0.0-experimental-20250910140832",
54
+ "@lowdefy/block-dev": "0.0.0-experimental-20250910140832",
55
+ "@lowdefy/jest-yaml-transform": "0.0.0-experimental-20250910140832",
56
56
  "@swc/cli": "0.1.63",
57
57
  "@swc/core": "1.3.99",
58
58
  "@swc/jest": "0.2.29",