@locokit/lck-glossary
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -213,7 +213,6 @@ export declare enum COLUMN_TYPE { | ||
pageDetailId: string; | ||
pageRedirectId: string; | ||
pageQueryFieldId: string; | ||
options: { | ||
displayFieldId: string; | ||
displayFieldValue: boolean; | ||
}; | ||
displayFieldId: string; | ||
displayFieldValue: boolean; | ||
} | ||
@@ -220,0 +219,0 @@ export interface ActionButton extends Block { |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -247,7 +247,6 @@ /* eslint-disable camelcase */ | ||
pageDetailId: string; // uuid pageDetail | ||
pageQueryFieldId: string; // uuid rowId from reference relation_between_table | ||
options: { | ||
displayFieldId: string; // "uuid-of-the-field-used-for-display-purpose", | ||
displayFieldValue: boolean; // true // for the first iteration, we only use BOOLEAN fields | ||
} | ||
pageRedirectId: string; // uuid page detail | ||
pageQueryFieldId: string; // uuid from a relation_between_table column, allows to get data form another table | ||
displayFieldId: string; // "uuid-of-the-field-used-for-display-purpose", | ||
displayFieldValue: boolean; // true // for the first iteration, we only use BOOLEAN fields | ||
} | ||
@@ -254,0 +253,0 @@ |
Sorry, the diff of this file is not supported yet
20389
564