@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
|
|
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
|
|
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