@budibase/shared-core 2.22.19 → 2.23.1
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 +4 -2
- 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
|
@@ -5536,7 +5536,8 @@ var allowDisplayColumnByType = {
|
|
|
5536
5536
|
["bigint" /* BIGINT */]: true,
|
|
5537
5537
|
["boolean" /* BOOLEAN */]: false,
|
|
5538
5538
|
["array" /* ARRAY */]: false,
|
|
5539
|
-
["attachment" /*
|
|
5539
|
+
["attachment" /* ATTACHMENTS */]: false,
|
|
5540
|
+
["attachment_single" /* ATTACHMENT_SINGLE */]: false,
|
|
5540
5541
|
["link" /* LINK */]: false,
|
|
5541
5542
|
["json" /* JSON */]: false,
|
|
5542
5543
|
["bb_reference" /* BB_REFERENCE */]: false
|
|
@@ -5554,7 +5555,8 @@ var allowSortColumnByType = {
|
|
|
5554
5555
|
["boolean" /* BOOLEAN */]: true,
|
|
5555
5556
|
["json" /* JSON */]: true,
|
|
5556
5557
|
["formula" /* FORMULA */]: false,
|
|
5557
|
-
["attachment" /*
|
|
5558
|
+
["attachment" /* ATTACHMENTS */]: false,
|
|
5559
|
+
["attachment_single" /* ATTACHMENT_SINGLE */]: false,
|
|
5558
5560
|
["array" /* ARRAY */]: false,
|
|
5559
5561
|
["link" /* LINK */]: false,
|
|
5560
5562
|
["bb_reference" /* BB_REFERENCE */]: false
|