@budibase/shared-core 2.26.3 → 2.27.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.
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5586,6 +5586,7 @@ var allowDisplayColumnByType = {
|
|
|
5586
5586
|
["array" /* ARRAY */]: false,
|
|
5587
5587
|
["attachment" /* ATTACHMENTS */]: false,
|
|
5588
5588
|
["attachment_single" /* ATTACHMENT_SINGLE */]: false,
|
|
5589
|
+
["signature_single" /* SIGNATURE_SINGLE */]: false,
|
|
5589
5590
|
["link" /* LINK */]: false,
|
|
5590
5591
|
["json" /* JSON */]: false,
|
|
5591
5592
|
["bb_reference" /* BB_REFERENCE */]: false,
|
|
@@ -5606,6 +5607,7 @@ var allowSortColumnByType = {
|
|
|
5606
5607
|
["formula" /* FORMULA */]: false,
|
|
5607
5608
|
["attachment" /* ATTACHMENTS */]: false,
|
|
5608
5609
|
["attachment_single" /* ATTACHMENT_SINGLE */]: false,
|
|
5610
|
+
["signature_single" /* SIGNATURE_SINGLE */]: false,
|
|
5609
5611
|
["array" /* ARRAY */]: false,
|
|
5610
5612
|
["link" /* LINK */]: false,
|
|
5611
5613
|
["bb_reference" /* BB_REFERENCE */]: false,
|