From 6b1b4bbd59b63e351b9492d0020feec898a40a30 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Fri, 21 Feb 2020 09:27:30 -0500 Subject: [PATCH] Caret fix in table view cell code condensing extra init functions --- .../List/LeftVariable/CheckboxAll.json | 26 ++++++++++++++ .../List/LeftVariable/Icon.json | 22 ++++++++++++ .../List/RightVariable/Payments.json | 8 +++++ .../List/RightVariable/Wheel.json | 15 ++++++++ .../ThreeColumn/PlanDataDivider.json | 34 +++++++++++++++++++ 5 files changed, 105 insertions(+) create mode 100644 JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json create mode 100644 JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json create mode 100644 JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json create mode 100644 JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json create mode 100644 JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json new file mode 100644 index 0000000..aa6ca83 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json @@ -0,0 +1,26 @@ +"checkbox" : { + "moleculeName" : "checkbox" +}, +"moleculeName" : "listLVCB", +"eyebrowHeadlineBodyLink" : { + "moleculeName" : "eyebrowHeadlineBodyLink", + "eyebrow" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "headline" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "body" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "link" : { + "moleculeName" : "link", + "title" : "Hello", + "action": { + "actionType":"back" + } + } +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json new file mode 100644 index 0000000..b41a4f6 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json @@ -0,0 +1,22 @@ + +"moleculeName": "listLVImg", +"leftLabel": { + "moleculeName": "label", + "text": "Lorem ipsum" +}, +"rightLabel": { + "moleculeName": "label", + "text": "Label" +}, +"image": { + "moleculeName": "image", + "image": "imageName_PayPal_logo" +}, +"action" : { + "disabled" : false, + "analyticsData" : { + }, + "title" : "Manage plan", + "actionType" : "openPage", + "pageType" : "planLanding" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json new file mode 100644 index 0000000..2c2f478 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json @@ -0,0 +1,8 @@ +"moleculeName" : "listRVImg", +"action" : { + "actionType" : "back" +}, +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello Ryan!!!" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json new file mode 100644 index 0000000..f63a087 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json @@ -0,0 +1,15 @@ +"rightLabel" : { + "moleculeName" : "label", + "text" : "heeeeyy" +}, +"moleculeName" : "listRVWheel", +"wheel" : { + "moleculeName" : "circleProgress" +}, +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello" +}, +"action": { + "actionType": "back" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json new file mode 100644 index 0000000..b73d1f2 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json @@ -0,0 +1,34 @@ +"moleculeName" : "list3CHBDiv", +"leftHeadlineBody" : { + "moleculeName": "headlineBody", + "headline" : { + "moleculeName" : "label", + "text" : "8.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Verizon L data" + } +}, +"centerHeadlineBody" : { + "moleculeName": "headlinebody", + "headline" : { + "moleculeName" : "label", + "text" : "2.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Additional data" + } +}, +"rightHeadlineBody" :{ + "moleculeName": "headlinebody", + "headline" : { + "moleculeName" : "label", + "text" : "10.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Additional data" + } +}