@budibase/server 2.9.33-alpha.0 → 2.9.33-alpha.2

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.
@@ -4737,7 +4737,7 @@
4737
4737
  ]
4738
4738
  },
4739
4739
  {
4740
- "label": "Fields",
4740
+ "label": "",
4741
4741
  "type": "fieldConfiguration",
4742
4742
  "key": "sidePanelFields",
4743
4743
  "nested": true,
@@ -4747,17 +4747,7 @@
4747
4747
  }
4748
4748
  },
4749
4749
  {
4750
- "label": "Show delete",
4751
- "type": "boolean",
4752
- "key": "sidePanelShowDelete",
4753
- "nested": true,
4754
- "dependsOn": {
4755
- "setting": "clickBehaviour",
4756
- "value": "details"
4757
- }
4758
- },
4759
- {
4760
- "label": "Save label",
4750
+ "label": "Save button",
4761
4751
  "type": "text",
4762
4752
  "key": "sidePanelSaveLabel",
4763
4753
  "defaultValue": "Save",
@@ -4768,7 +4758,7 @@
4768
4758
  }
4769
4759
  },
4770
4760
  {
4771
- "label": "Delete label",
4761
+ "label": "Delete button",
4772
4762
  "type": "text",
4773
4763
  "key": "sidePanelDeleteLabel",
4774
4764
  "defaultValue": "Delete",
@@ -5284,17 +5274,6 @@
5284
5274
  "label": "Table",
5285
5275
  "key": "dataSource"
5286
5276
  },
5287
- {
5288
- "type": "text",
5289
- "label": "Row ID",
5290
- "key": "rowId",
5291
- "nested": true,
5292
- "dependsOn": {
5293
- "setting": "actionType",
5294
- "value": "Create",
5295
- "invert": true
5296
- }
5297
- },
5298
5277
  {
5299
5278
  "type": "text",
5300
5279
  "label": "Title",
@@ -5302,116 +5281,55 @@
5302
5281
  "nested": true
5303
5282
  },
5304
5283
  {
5305
- "type": "select",
5306
- "label": "Size",
5307
- "key": "size",
5308
- "options": [
5309
- {
5310
- "label": "Medium",
5311
- "value": "spectrum--medium"
5312
- },
5313
- {
5314
- "label": "Large",
5315
- "value": "spectrum--large"
5316
- }
5317
- ],
5318
- "defaultValue": "spectrum--medium"
5319
- },
5320
- {
5321
- "type": "text",
5322
- "label": "Empty text",
5323
- "key": "noRowsMessage",
5324
- "defaultValue": "We couldn't find a row to display",
5284
+ "section": true,
5325
5285
  "dependsOn": {
5326
5286
  "setting": "actionType",
5327
5287
  "value": "Create",
5328
5288
  "invert": true
5329
- }
5330
- },
5331
- {
5332
- "section": true,
5333
- "name": "Fields",
5289
+ },
5290
+ "name": "Row details",
5291
+ "info": "<a href='https://docs.budibase.com/docs/form-block' target='_blank'>How to pass a row ID using bindings</a>",
5334
5292
  "settings": [
5335
5293
  {
5336
- "type": "fieldConfiguration",
5337
- "label": "Fields",
5338
- "key": "fields",
5339
- "selectAllFields": true
5340
- },
5341
- {
5342
- "type": "select",
5343
- "label": "Field labels",
5344
- "key": "labelPosition",
5345
- "defaultValue": "left",
5346
- "options": [
5347
- {
5348
- "label": "Left",
5349
- "value": "left"
5350
- },
5351
- {
5352
- "label": "Above",
5353
- "value": "above"
5354
- }
5355
- ]
5294
+ "type": "text",
5295
+ "label": "Row ID",
5296
+ "key": "rowId",
5297
+ "nested": true
5356
5298
  },
5357
5299
  {
5358
- "type": "boolean",
5359
- "label": "Disabled",
5360
- "key": "disabled",
5361
- "defaultValue": false,
5362
- "dependsOn": {
5363
- "setting": "actionType",
5364
- "value": "View",
5365
- "invert": true
5366
- }
5300
+ "type": "text",
5301
+ "label": "Empty text",
5302
+ "key": "noRowsMessage",
5303
+ "defaultValue": "We couldn't find a row to display",
5304
+ "nested": true
5367
5305
  }
5368
5306
  ]
5369
5307
  },
5370
5308
  {
5371
5309
  "section": true,
5372
5310
  "name": "Buttons",
5311
+ "dependsOn": {
5312
+ "setting": "actionType",
5313
+ "value": "View",
5314
+ "invert": true
5315
+ },
5373
5316
  "settings": [
5374
- {
5375
- "type": "boolean",
5376
- "label": "Show save button",
5377
- "key": "showSaveButton",
5378
- "defaultValue": true,
5379
- "dependsOn": {
5380
- "setting": "actionType",
5381
- "value": "View",
5382
- "invert": true
5383
- }
5384
- },
5385
5317
  {
5386
5318
  "type": "text",
5387
5319
  "key": "saveButtonLabel",
5388
- "label": "Save button label",
5320
+ "label": "Save button",
5389
5321
  "nested": true,
5390
- "defaultValue": "Save",
5391
- "dependsOn": {
5392
- "setting": "showSaveButton",
5393
- "value": true
5394
- }
5395
- },
5396
- {
5397
- "type": "boolean",
5398
- "label": "Allow delete",
5399
- "key": "showDeleteButton",
5400
- "defaultValue": false,
5401
- "dependsOn": {
5402
- "setting": "actionType",
5403
- "value": "Update"
5404
- }
5322
+ "defaultValue": "Save"
5405
5323
  },
5406
5324
  {
5407
5325
  "type": "text",
5408
5326
  "key": "deleteButtonLabel",
5409
- "label": "Delete button label",
5327
+ "label": "Delete button",
5410
5328
  "nested": true,
5411
5329
  "defaultValue": "Delete",
5412
5330
  "dependsOn": {
5413
- "setting": "showDeleteButton",
5414
- "value": true
5331
+ "setting": "actionType",
5332
+ "value": "Update"
5415
5333
  }
5416
5334
  },
5417
5335
  {
@@ -5429,7 +5347,67 @@
5429
5347
  "type": "boolean",
5430
5348
  "label": "Hide notifications",
5431
5349
  "key": "notificationOverride",
5432
- "defaultValue": false
5350
+ "defaultValue": false,
5351
+ "dependsOn": {
5352
+ "setting": "actionType",
5353
+ "value": "View",
5354
+ "invert": true
5355
+ }
5356
+ }
5357
+ ]
5358
+ },
5359
+ {
5360
+ "section": true,
5361
+ "name": "Fields",
5362
+ "settings": [
5363
+ {
5364
+ "type": "select",
5365
+ "label": "Align labels",
5366
+ "key": "labelPosition",
5367
+ "defaultValue": "left",
5368
+ "options": [
5369
+ {
5370
+ "label": "Left",
5371
+ "value": "left"
5372
+ },
5373
+ {
5374
+ "label": "Above",
5375
+ "value": "above"
5376
+ }
5377
+ ]
5378
+ },
5379
+ {
5380
+ "type": "select",
5381
+ "label": "Size",
5382
+ "key": "size",
5383
+ "options": [
5384
+ {
5385
+ "label": "Medium",
5386
+ "value": "spectrum--medium"
5387
+ },
5388
+ {
5389
+ "label": "Large",
5390
+ "value": "spectrum--large"
5391
+ }
5392
+ ],
5393
+ "defaultValue": "spectrum--medium"
5394
+ },
5395
+ {
5396
+ "type": "fieldConfiguration",
5397
+ "key": "fields",
5398
+ "nested": true,
5399
+ "selectAllFields": true
5400
+ },
5401
+ {
5402
+ "type": "boolean",
5403
+ "label": "Disabled",
5404
+ "key": "disabled",
5405
+ "defaultValue": false,
5406
+ "dependsOn": {
5407
+ "setting": "actionType",
5408
+ "value": "View",
5409
+ "invert": true
5410
+ }
5433
5411
  }
5434
5412
  ]
5435
5413
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.9.33-alpha.0",
4
+ "version": "2.9.33-alpha.2",
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.9.33-alpha.0",
50
- "@budibase/client": "2.9.33-alpha.0",
51
- "@budibase/pro": "2.9.33-alpha.0",
52
- "@budibase/shared-core": "2.9.33-alpha.0",
53
- "@budibase/string-templates": "2.9.33-alpha.0",
54
- "@budibase/types": "2.9.33-alpha.0",
49
+ "@budibase/backend-core": "2.9.33-alpha.2",
50
+ "@budibase/client": "2.9.33-alpha.2",
51
+ "@budibase/pro": "2.9.33-alpha.2",
52
+ "@budibase/shared-core": "2.9.33-alpha.2",
53
+ "@budibase/string-templates": "2.9.33-alpha.2",
54
+ "@budibase/types": "2.9.33-alpha.2",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -195,5 +195,5 @@
195
195
  }
196
196
  }
197
197
  },
198
- "gitHead": "54db09eaafd76cb0b942791ce609650dd7ab23c6"
198
+ "gitHead": "b7243d86d2b0c7871ba08bef072fe964d90662c5"
199
199
  }