rads-db 3.0.0 → 3.0.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.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -139,6 +139,8 @@ interface UiDecoratorArgs<T = any> {
|
|
|
139
139
|
iconField?: keyof T;
|
|
140
140
|
/** Search operator that's used in simple search by name. Defaults to 'istartsWith' */
|
|
141
141
|
searchOperator?: 'startsWith' | 'istartsWith' | 'contains' | 'icontains';
|
|
142
|
+
/** Defines section name in rads-ui where this entity will be grouped under */
|
|
143
|
+
group?: string;
|
|
142
144
|
}
|
|
143
145
|
interface EntityDecoratorArgs {
|
|
144
146
|
driver?: string;
|