@locokit/lck-glossary
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -138,2 +138,4 @@ export declare enum COLUMN_TYPE { | ||
pageDetailId: string; | ||
addAllowed: boolean; | ||
exportAllowed: boolean; | ||
} |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -158,2 +158,4 @@ export enum COLUMN_TYPE { | ||
pageDetailId: string; // Id of the page to open for detail purpose | ||
addAllowed: boolean; // Allow the user to create a row from this table view | ||
exportAllowed: boolean; // Allow the user to export data from this table view | ||
} |
Sorry, the diff of this file is not supported yet
11338
346