@awes-io/ui 2.88.0 → 2.89.0

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.
@@ -202,6 +202,14 @@ export const AwIconSystem = {
202
202
  size: 16
203
203
  }
204
204
 
205
+ export const AwImageUpload = {
206
+ uploadConfig: {
207
+ baseURL: 'https://upload.easyweek.app/upload/image',
208
+ method: 'post'
209
+ },
210
+ resultPath: 'imageUrl'
211
+ }
212
+
205
213
  export const AwPage = {
206
214
  titleTag: 'h1'
207
215
  }
@@ -248,6 +256,7 @@ export default {
248
256
  AwInput,
249
257
  AwMoney,
250
258
  AwIconSystem,
259
+ AwImageUpload,
251
260
  AwPage,
252
261
  AwModal,
253
262
  AwTable,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.88.0",
3
+ "version": "2.89.0",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -73,7 +73,8 @@
73
73
  "rambdax": "^7.2.0",
74
74
  "tailwindcss": "^1.9.6",
75
75
  "vue-currency-input": "^1.22.3",
76
- "vue-i18n": "^8.14.0"
76
+ "vue-i18n": "^8.14.0",
77
+ "vue2-teleport": "^1.0.1"
77
78
  },
78
79
  "devDependencies": {
79
80
  "@babel/core": "^7.5.5",
@@ -113,5 +114,5 @@
113
114
  "rollup-plugin-visualizer": "^2.6.0",
114
115
  "rollup-plugin-vue": "^5.0.1"
115
116
  },
116
- "gitHead": "3277e888a19fb6070ea6514569768aecc182a8f4"
117
+ "gitHead": "dc08b4ef8df7c1a521df1c7ef5be89af2c6aa52f"
117
118
  }