@steedos-widgets/devextreme 3.6.2-beta.20 → 3.6.2-beta.21

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/meta.js CHANGED
@@ -66,7 +66,7 @@
66
66
  ], amis: {
67
67
  render: {
68
68
  type: config$2.amis.name,
69
- usage: "renderer",
69
+ usage: "formitem",
70
70
  weight: 1,
71
71
  framework: "react"
72
72
  },
@@ -189,7 +189,7 @@
189
189
  ], amis: {
190
190
  render: {
191
191
  type: config$1.amis.name,
192
- usage: "renderer",
192
+ usage: "formitem",
193
193
  weight: 1,
194
194
  framework: "react"
195
195
  },
@@ -282,7 +282,7 @@
282
282
  ], amis: {
283
283
  render: {
284
284
  type: config.amis.name,
285
- usage: "renderer",
285
+ usage: "formitem",
286
286
  weight: 1,
287
287
  framework: "react"
288
288
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/devextreme",
3
3
  "private": false,
4
- "version": "3.6.2-beta.20",
4
+ "version": "3.6.2-beta.21",
5
5
  "main": "dist/devextreme.cjs.js",
6
6
  "module": "dist/devextreme.esm.js",
7
7
  "unpkg": "dist/devextreme.umd.js",
@@ -49,9 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@rollup/plugin-replace": "^5.0.2",
52
- "@steedos-widgets/amis-lib": "3.6.2-beta.20",
52
+ "@steedos-widgets/amis-lib": "3.6.2-beta.21",
53
53
  "devextreme": "^23.2.3",
54
- "devextreme-react": "^23.2.3"
54
+ "devextreme-react": "^23.2.3",
55
+ "rollup-plugin-copy": "^3.5.0"
55
56
  },
56
- "gitHead": "c81fbb65391bd0282562620831d74f3e0cf82690"
57
+ "gitHead": "406966d6f2772ead3457922728b98e26e5cfeec5"
57
58
  }