mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-16962] Handle number data table column type (#9013)
* [AAE-16962] Handle number column type * solve conflicts * remove TODO * [AAE-16952] Revert incorrect conflict solve * remove duplicated import
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/* eslint-disable id-blacklist */
|
||||
|
||||
import { ExtensionElement } from './extension-element';
|
||||
|
||||
export interface DataColumnTypes {
|
||||
@@ -25,9 +27,9 @@ export interface DataColumnTypes {
|
||||
icon: string;
|
||||
fileSize: string;
|
||||
location: string;
|
||||
// eslint-disable-next-line id-blacklist
|
||||
boolean: string;
|
||||
amount: string;
|
||||
number: string;
|
||||
}
|
||||
|
||||
export type DataColumnType = keyof DataColumnTypes;
|
||||
|
Reference in New Issue
Block a user