@budibase/backend-core 2.11.38 → 2.11.40

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 CHANGED
@@ -6682,6 +6682,24 @@ var allowDisplayColumnByType = {
6682
6682
  ["json" /* JSON */]: false,
6683
6683
  ["bb_reference" /* BB_REFERENCE */]: false
6684
6684
  };
6685
+ var allowSortColumnByType = {
6686
+ ["string" /* STRING */]: true,
6687
+ ["longform" /* LONGFORM */]: true,
6688
+ ["options" /* OPTIONS */]: true,
6689
+ ["number" /* NUMBER */]: true,
6690
+ ["datetime" /* DATETIME */]: true,
6691
+ ["auto" /* AUTO */]: true,
6692
+ ["internal" /* INTERNAL */]: true,
6693
+ ["barcodeqr" /* BARCODEQR */]: true,
6694
+ ["bigint" /* BIGINT */]: true,
6695
+ ["boolean" /* BOOLEAN */]: true,
6696
+ ["json" /* JSON */]: true,
6697
+ ["formula" /* FORMULA */]: false,
6698
+ ["attachment" /* ATTACHMENT */]: false,
6699
+ ["array" /* ARRAY */]: false,
6700
+ ["link" /* LINK */]: false,
6701
+ ["bb_reference" /* BB_REFERENCE */]: false
6702
+ };
6685
6703
 
6686
6704
  // src/users/utils.ts
6687
6705
  var isBuilder2 = sdk_exports.users.isBuilder;