@budibase/server 2.12.2 → 2.12.3
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.
- package/client/budibase-client.js +1 -1
- package/client/manifest.json +32 -32
- package/package.json +8 -8
package/client/manifest.json
CHANGED
|
@@ -5467,17 +5467,17 @@
|
|
|
5467
5467
|
},
|
|
5468
5468
|
"settings": [
|
|
5469
5469
|
{
|
|
5470
|
-
"type": "
|
|
5470
|
+
"type": "table",
|
|
5471
|
+
"label": "Data",
|
|
5472
|
+
"key": "dataSource"
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"type": "radio",
|
|
5471
5476
|
"label": "Type",
|
|
5472
5477
|
"key": "actionType",
|
|
5473
5478
|
"options": ["Create", "Update", "View"],
|
|
5474
5479
|
"defaultValue": "Create"
|
|
5475
5480
|
},
|
|
5476
|
-
{
|
|
5477
|
-
"type": "table",
|
|
5478
|
-
"label": "Data",
|
|
5479
|
-
"key": "dataSource"
|
|
5480
|
-
},
|
|
5481
5481
|
{
|
|
5482
5482
|
"type": "text",
|
|
5483
5483
|
"label": "Title",
|
|
@@ -5508,13 +5508,37 @@
|
|
|
5508
5508
|
},
|
|
5509
5509
|
{
|
|
5510
5510
|
"type": "text",
|
|
5511
|
-
"label": "
|
|
5511
|
+
"label": "No rows found",
|
|
5512
5512
|
"key": "noRowsMessage",
|
|
5513
5513
|
"defaultValue": "We couldn't find a row to display",
|
|
5514
5514
|
"nested": true
|
|
5515
5515
|
}
|
|
5516
5516
|
]
|
|
5517
5517
|
},
|
|
5518
|
+
{
|
|
5519
|
+
"section": true,
|
|
5520
|
+
"name": "Fields",
|
|
5521
|
+
"settings": [
|
|
5522
|
+
{
|
|
5523
|
+
"type": "fieldConfiguration",
|
|
5524
|
+
"key": "fields",
|
|
5525
|
+
"nested": true,
|
|
5526
|
+
"resetOn": "dataSource",
|
|
5527
|
+
"selectAllFields": true
|
|
5528
|
+
},
|
|
5529
|
+
{
|
|
5530
|
+
"type": "boolean",
|
|
5531
|
+
"label": "Disabled",
|
|
5532
|
+
"key": "disabled",
|
|
5533
|
+
"defaultValue": false,
|
|
5534
|
+
"dependsOn": {
|
|
5535
|
+
"setting": "actionType",
|
|
5536
|
+
"value": "View",
|
|
5537
|
+
"invert": true
|
|
5538
|
+
}
|
|
5539
|
+
}
|
|
5540
|
+
]
|
|
5541
|
+
},
|
|
5518
5542
|
{
|
|
5519
5543
|
"section": true,
|
|
5520
5544
|
"name": "Buttons",
|
|
@@ -5566,30 +5590,6 @@
|
|
|
5566
5590
|
}
|
|
5567
5591
|
]
|
|
5568
5592
|
},
|
|
5569
|
-
{
|
|
5570
|
-
"section": true,
|
|
5571
|
-
"name": "Fields",
|
|
5572
|
-
"settings": [
|
|
5573
|
-
{
|
|
5574
|
-
"type": "fieldConfiguration",
|
|
5575
|
-
"key": "fields",
|
|
5576
|
-
"nested": true,
|
|
5577
|
-
"resetOn": "dataSource",
|
|
5578
|
-
"selectAllFields": true
|
|
5579
|
-
},
|
|
5580
|
-
{
|
|
5581
|
-
"type": "boolean",
|
|
5582
|
-
"label": "Disabled",
|
|
5583
|
-
"key": "disabled",
|
|
5584
|
-
"defaultValue": false,
|
|
5585
|
-
"dependsOn": {
|
|
5586
|
-
"setting": "actionType",
|
|
5587
|
-
"value": "View",
|
|
5588
|
-
"invert": true
|
|
5589
|
-
}
|
|
5590
|
-
}
|
|
5591
|
-
]
|
|
5592
|
-
},
|
|
5593
5593
|
{
|
|
5594
5594
|
"tag": "style",
|
|
5595
5595
|
"type": "select",
|
|
@@ -5924,4 +5924,4 @@
|
|
|
5924
5924
|
}
|
|
5925
5925
|
]
|
|
5926
5926
|
}
|
|
5927
|
-
}
|
|
5927
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.3",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"license": "GPL-3.0",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@apidevtools/swagger-parser": "10.0.3",
|
|
46
|
-
"@budibase/backend-core": "2.12.
|
|
47
|
-
"@budibase/client": "2.12.
|
|
48
|
-
"@budibase/pro": "2.12.
|
|
49
|
-
"@budibase/shared-core": "2.12.
|
|
50
|
-
"@budibase/string-templates": "2.12.
|
|
51
|
-
"@budibase/types": "2.12.
|
|
46
|
+
"@budibase/backend-core": "2.12.3",
|
|
47
|
+
"@budibase/client": "2.12.3",
|
|
48
|
+
"@budibase/pro": "2.12.3",
|
|
49
|
+
"@budibase/shared-core": "2.12.3",
|
|
50
|
+
"@budibase/string-templates": "2.12.3",
|
|
51
|
+
"@budibase/types": "2.12.3",
|
|
52
52
|
"@bull-board/api": "3.7.0",
|
|
53
53
|
"@bull-board/koa": "3.9.4",
|
|
54
54
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -184,5 +184,5 @@
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
|
-
"gitHead": "
|
|
187
|
+
"gitHead": "d82a3912eadf1074938c6d38b4fb1cbc61afe445"
|
|
188
188
|
}
|