@verifiedinc-public/shared-ui-elements 11.4.1-beta.0 → 11.6.0

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.
@@ -1 +1 @@
1
- "use strict";const n=/([A-Z][a-z0-9]+)/gm,p=i=>i.split(n).map(e=>e==="Id"?"ID":e==="Zip"?"ZIP":e==="Ssn"?"SSN":e).filter(e=>e!=="Credential").join(" ");export{p as prettyField};
1
+ "use strict";const p=/([A-Z][a-z0-9]+)/gm,a=e=>e.split(p).map(i=>i.trim()).filter(i=>i!==""&&i!=="Credential").map(i=>i==="Id"?"ID":i==="Zip"?"ZIP":i==="Ssn"?"SSN":i).join(" ");export{a as prettyField};
@@ -85,8 +85,8 @@ export interface DataTableColumnMeta {
85
85
  filterOptions?: string[];
86
86
  /**
87
87
  * Restricts which operators the filter panel offers for this column. When
88
- * omitted, all operators are available. Useful to hide operators a column
89
- * can't meaningfully support.
88
+ * omitted or empty array, all operators are available. Useful to hide
89
+ * operators a column can't meaningfully support.
90
90
  */
91
91
  filterOperators?: DataTableFilterOperator[];
92
92
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "11.4.1-beta.0",
3
+ "version": "11.6.0",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "sideEffects": false,