@budibase/server 2.17.3 → 2.17.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.
package/client/manifest.json
CHANGED
|
@@ -4720,7 +4720,8 @@
|
|
|
4720
4720
|
}
|
|
4721
4721
|
],
|
|
4722
4722
|
"context": {
|
|
4723
|
-
"type": "schema"
|
|
4723
|
+
"type": "schema",
|
|
4724
|
+
"scope": "local"
|
|
4724
4725
|
}
|
|
4725
4726
|
},
|
|
4726
4727
|
"daterangepicker": {
|
|
@@ -6742,6 +6743,17 @@
|
|
|
6742
6743
|
"key": "disabled",
|
|
6743
6744
|
"defaultValue": false
|
|
6744
6745
|
},
|
|
6746
|
+
{
|
|
6747
|
+
"type": "boolean",
|
|
6748
|
+
"label": "Read only",
|
|
6749
|
+
"key": "readonly",
|
|
6750
|
+
"defaultValue": false,
|
|
6751
|
+
"dependsOn": {
|
|
6752
|
+
"setting": "disabled",
|
|
6753
|
+
"value": true,
|
|
6754
|
+
"invert": true
|
|
6755
|
+
}
|
|
6756
|
+
},
|
|
6745
6757
|
{
|
|
6746
6758
|
"type": "select",
|
|
6747
6759
|
"label": "Layout",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.17.
|
|
4
|
+
"version": "2.17.5",
|
|
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.17.
|
|
47
|
-
"@budibase/client": "2.17.
|
|
48
|
-
"@budibase/pro": "2.17.
|
|
49
|
-
"@budibase/shared-core": "2.17.
|
|
50
|
-
"@budibase/string-templates": "2.17.
|
|
51
|
-
"@budibase/types": "2.17.
|
|
46
|
+
"@budibase/backend-core": "2.17.5",
|
|
47
|
+
"@budibase/client": "2.17.5",
|
|
48
|
+
"@budibase/pro": "2.17.5",
|
|
49
|
+
"@budibase/shared-core": "2.17.5",
|
|
50
|
+
"@budibase/string-templates": "2.17.5",
|
|
51
|
+
"@budibase/types": "2.17.5",
|
|
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": "819081a4acb2356d40eb6a9439537a65c962bce0"
|
|
188
188
|
}
|