@budibase/server 2.11.5-alpha.3 → 2.11.5-alpha.5

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.
@@ -5598,6 +5598,21 @@
5598
5598
  }
5599
5599
  ]
5600
5600
  },
5601
+ {
5602
+ "type": "event",
5603
+ "label": "On row click",
5604
+ "key": "onRowClick",
5605
+ "context": [
5606
+ {
5607
+ "label": "Clicked row",
5608
+ "key": "row"
5609
+ }
5610
+ ],
5611
+ "dependsOn": {
5612
+ "setting": "allowEditRows",
5613
+ "value": false
5614
+ }
5615
+ },
5601
5616
  {
5602
5617
  "type": "boolean",
5603
5618
  "label": "Add rows",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.11.5-alpha.3",
4
+ "version": "2.11.5-alpha.5",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "license": "GPL-3.0",
47
47
  "dependencies": {
48
48
  "@apidevtools/swagger-parser": "10.0.3",
49
- "@budibase/backend-core": "2.11.5-alpha.3",
50
- "@budibase/client": "2.11.5-alpha.3",
51
- "@budibase/pro": "2.11.5-alpha.3",
52
- "@budibase/shared-core": "2.11.5-alpha.3",
53
- "@budibase/string-templates": "2.11.5-alpha.3",
54
- "@budibase/types": "2.11.5-alpha.3",
49
+ "@budibase/backend-core": "2.11.5-alpha.5",
50
+ "@budibase/client": "2.11.5-alpha.5",
51
+ "@budibase/pro": "2.11.5-alpha.5",
52
+ "@budibase/shared-core": "2.11.5-alpha.5",
53
+ "@budibase/string-templates": "2.11.5-alpha.5",
54
+ "@budibase/types": "2.11.5-alpha.5",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -175,5 +175,5 @@
175
175
  }
176
176
  }
177
177
  },
178
- "gitHead": "021e71893ea595d3d5c294c13d95595fea740dee"
178
+ "gitHead": "69379ce6b630fe9c5481c284d134c2e390cfbc4a"
179
179
  }