@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.15 → 0.0.4-alpha.16
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/assets/i18n/en.json
CHANGED
package/package.json
CHANGED
|
@@ -5065,6 +5065,7 @@ interface TableColumnDef<Item extends object, Context = TableUtilService<Item>,
|
|
|
5065
5065
|
path?: TableColumnDefPath<Item, Context>;
|
|
5066
5066
|
direction?: 'column' | 'row';
|
|
5067
5067
|
translate?: string | Translation | TableColumnTranslateHandler<Item, Context, Value> | true;
|
|
5068
|
+
scopedTranslate?: boolean;
|
|
5068
5069
|
sort?: TableColumnSortDirection | TableColumnSortHandler<Item, Context> | TableColumnSort<Item, Context> | true;
|
|
5069
5070
|
filter?(this: Context, value: Value, filterValue: Value, item: Item, name: string, params: Record<string, unknown>): boolean;
|
|
5070
5071
|
ellipsis?: boolean;
|