@lowdefy/blocks-aggrid 4.0.0-alpha.31 → 4.0.0-alpha.34

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.
@@ -35,6 +35,7 @@ const AgGridInputAlpine = ({ blockId , events , loading , methods , properties ,
35
35
  AgGridInputAlpine.defaultProps = blockDefaultProps;
36
36
  AgGridInputAlpine.meta = {
37
37
  category: 'input',
38
+ valueType: 'array',
38
39
  icons: [],
39
40
  styles: [
40
41
  'blocks/AgGridInputAlpine/style.less'
@@ -35,6 +35,7 @@ const AgGridInputAlpineDark = ({ blockId , events , loading , methods , properti
35
35
  AgGridInputAlpineDark.defaultProps = blockDefaultProps;
36
36
  AgGridInputAlpineDark.meta = {
37
37
  category: 'input',
38
+ valueType: 'array',
38
39
  icons: [],
39
40
  styles: [
40
41
  'blocks/AgGridInputAlpineDark/style.less'
@@ -35,6 +35,7 @@ const AgGridInputBalham = ({ blockId , events , loading , methods , properties ,
35
35
  AgGridInputBalham.defaultProps = blockDefaultProps;
36
36
  AgGridInputBalham.meta = {
37
37
  category: 'input',
38
+ valueType: 'array',
38
39
  icons: [],
39
40
  styles: [
40
41
  'blocks/AgGridInputBalham/style.less'
@@ -35,6 +35,7 @@ const AgGridInputBalhamDark = ({ blockId , events , loading , methods , properti
35
35
  AgGridInputBalhamDark.defaultProps = blockDefaultProps;
36
36
  AgGridInputBalhamDark.meta = {
37
37
  category: 'input',
38
+ valueType: 'array',
38
39
  icons: [],
39
40
  styles: [
40
41
  'blocks/AgGridInputBalhamDark/style.less'
@@ -35,6 +35,7 @@ const AgGridInputMaterial = ({ blockId , events , loading , methods , properties
35
35
  AgGridInputMaterial.defaultProps = blockDefaultProps;
36
36
  AgGridInputMaterial.meta = {
37
37
  category: 'input',
38
+ valueType: 'array',
38
39
  icons: [],
39
40
  styles: [
40
41
  'blocks/AgGridInputMaterial/style.less'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/blocks-aggrid",
3
- "version": "4.0.0-alpha.31",
3
+ "version": "4.0.0-alpha.34",
4
4
  "license": "Apache-2.0",
5
5
  "description": "AgGrid Blocks for Lowdefy.",
6
6
  "homepage": "https://lowdefy.com",
@@ -53,15 +53,15 @@
53
53
  "@ag-grid-community/all-modules": "27.3.0",
54
54
  "@ag-grid-community/core": "27.3.0",
55
55
  "@ag-grid-community/react": "27.3.0",
56
- "@lowdefy/block-utils": "4.0.0-alpha.31",
57
- "@lowdefy/helpers": "4.0.0-alpha.31",
56
+ "@lowdefy/block-utils": "4.0.0-alpha.34",
57
+ "@lowdefy/helpers": "4.0.0-alpha.34",
58
58
  "react": "18.2.0",
59
59
  "react-dom": "18.2.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@emotion/jest": "11.9.1",
63
- "@lowdefy/block-dev": "4.0.0-alpha.31",
64
- "@lowdefy/jest-yaml-transform": "4.0.0-alpha.31",
63
+ "@lowdefy/block-dev": "4.0.0-alpha.34",
64
+ "@lowdefy/jest-yaml-transform": "4.0.0-alpha.34",
65
65
  "@swc/cli": "0.1.57",
66
66
  "@swc/core": "1.2.194",
67
67
  "@swc/jest": "0.2.21",
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "96ef86d4ce4849f8f11110662efbbaede1bcd5a5"
79
+ "gitHead": "5e801532cef950b947c0069a5ba1a8f5ed6bb66f"
80
80
  }