From 3afa380c73fee794402682314cb668454441c8ae Mon Sep 17 00:00:00 2001 From: Alik Rakhmonov Date: Tue, 20 Aug 2024 18:48:19 +0300 Subject: [PATCH] HCK-7711: remove old cleanDependency property --- .../field_level/fieldLevelConfig.json | 25 ++++++------------- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 4fa5c5d..5f6c30a 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -2,9 +2,9 @@ * Copyright © 2016-2017 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", @@ -128,8 +128,7 @@ making sure that you maintain a proper JSON format. "propertyType": "select", "options": ["char", "nchar", "ntext", "text", "varchar", "nvarchar"], "data": "options", - "valueType": "string", - "cleanDependency": true + "valueType": "string" }, { "propertyName": "Has max length", @@ -139,7 +138,6 @@ making sure that you maintain a proper JSON format. "value": "MAX", "dependency": { "key": "hasMaxLength", "value": true } }, - "cleanDependency": true, "dependency": { "type": "or", "values": [ @@ -164,7 +162,6 @@ making sure that you maintain a proper JSON format. "maxValue": 8000, "step": 1, "typeDecorator": true, - "cleanDependency": true, "dependency": [ { "type": "and", @@ -202,7 +199,6 @@ making sure that you maintain a proper JSON format. "minValue": 1, "maxValue": 4000, "step": 1, - "cleanDependency": true, "typeDecorator": true, "dependency": [ { @@ -686,7 +682,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -1335,7 +1330,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -1948,7 +1942,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -2551,7 +2544,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -3143,7 +3135,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -3718,7 +3709,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": { @@ -4278,7 +4268,6 @@ making sure that you maintain a proper JSON format. { "propertyName": "Unique", "propertyKeyword": "unique", - "cleanDependency": true, "enableForReference": true, "propertyType": "checkbox", "dependency": {