@tilde-nlp/ngx-common
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -14,6 +14,2 @@ import { ColumnConfig } from "./column-config.model"; | ||
enabled?: boolean; | ||
/** | ||
* If true, enables batch select. | ||
*/ | ||
batchSelect?: boolean; | ||
} |
@@ -7,1 +7,2 @@ export * from "./multi-functional-table-config.model"; | ||
export * from "./no-data-row-config.model"; | ||
export * from "./batch-config.model"; |
import { MatTableDataSource } from "@angular/material/table"; | ||
import { BatchConfig } from "./batch-config.model"; | ||
import { ColumnSelectConfig } from "./column-select-config.model"; | ||
@@ -34,2 +35,3 @@ import { ExportConfig } from "./export-config.model"; | ||
noDataRow?: NoDataRowConfig; | ||
batchConfig?: BatchConfig; | ||
} |
{ | ||
"name": "@tilde-nlp/ngx-common", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
911155
234
6462