From 5de6ca4e2b0b124a92e00ec0664f6e426c4d1183 Mon Sep 17 00:00:00 2001 From: Yevhenii Moroziuk Date: Thu, 14 Nov 2024 11:20:15 +0200 Subject: [PATCH] HCK-8740: Add composite PK/UK to FE (#51) --- .../field_level/fieldLevelConfig.json | 39 ++++++++++++++++--- 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 49f1861..01152a2 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -2,9 +2,9 @@ * Copyright © 2016-2019 by IntegrIT S.A. dba Hackolade. All rights reserved. * * The copyright to the computer software herein is the property of IntegrIT S.A. -* The software may be used and/or copied only with the written permission of -* IntegrIT S.A. or in accordance with the terms and conditions stipulated in -* the agreement/contract under which the software has been supplied. +* The software may be used and/or copied only with the written permission of +* IntegrIT S.A. or in accordance with the terms and conditions stipulated in +* the agreement/contract under which the software has been supplied. In order to define custom properties for any object's properties pane, you may copy/paste from the following, @@ -71,8 +71,8 @@ making sure that you maintain a proper JSON format. ] }, // “groupInput” can have the following states - 0 items, 1 item, and many items. -// “blockInput” has only 2 states - 0 items or 1 item. -// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing +// “blockInput” has only 2 states - 0 items or 1 item. +// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing // and forward-engineering in particular. { "propertyName": "Block", @@ -100,7 +100,7 @@ making sure that you maintain a proper JSON format. "propertyKeyword": "keyList", "propertyType": "fieldList", "template": "orderedList" - }, + }, { "propertyName": "List with attribute", "propertyKeyword": "keyListOrder", @@ -204,6 +204,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -396,6 +397,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -679,6 +681,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -871,6 +874,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -1143,6 +1147,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -1335,6 +1340,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -1537,6 +1543,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -1742,6 +1749,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -1996,6 +2004,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -2201,6 +2210,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -2473,6 +2483,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -2678,6 +2689,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -2930,6 +2942,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -3122,6 +3135,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -3374,6 +3388,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -3566,6 +3581,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -3844,6 +3860,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -4062,6 +4079,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -4254,6 +4272,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -4459,6 +4478,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -4651,6 +4671,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -4856,6 +4877,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -5048,6 +5070,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -5253,6 +5276,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -5445,6 +5469,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey", @@ -5650,6 +5675,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Primary key", "propertyKeyword": "compositePrimaryKey", + "propertyNameFull": "Composite Primary Key", "propertyType": "checkbox", "propertyTooltip": { "disabled": [ @@ -5842,6 +5868,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "compositeUniqueKey", + "propertyNameFull": "Composite Unique Key", "propertyType": "checkbox", "dependency": { "key": "compositeUniqueKey",