From 4c35f91b141ebe80994456376c28c3614527cbbf Mon Sep 17 00:00:00 2001 From: Jessica Mendes Date: Fri, 5 Jul 2024 10:07:01 +0100 Subject: [PATCH] Updated dear developer for List --- core/package-lock.json | 9 +- .../test/assets/calendar-blank.svg | 1 + core/src/theme-ionic/test/assets/trash.svg | 1 + .../test/dear-designer-list/index.html | 163 +++++++++++++++++- 4 files changed, 168 insertions(+), 6 deletions(-) create mode 100644 core/src/theme-ionic/test/assets/calendar-blank.svg create mode 100644 core/src/theme-ionic/test/assets/trash.svg diff --git a/core/package-lock.json b/core/package-lock.json index fef0128c08..97d3561eef 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1794,8 +1794,9 @@ }, "node_modules/@phosphor-icons/core": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@phosphor-icons/core/-/core-2.1.1.tgz", - "integrity": "sha512-v4ARvrip4qBCImOE5rmPUylOEK4iiED9ZyKjcvzuezqMaiRASCHKcRIuvvxL/twvLpkfnEODCOJp5dM4eZilxQ==" + "resolved": "https://pkgs.dev.azure.com/OutSystemsRD/_packaging/ArtifactRepository/npm/registry/@phosphor-icons/core/-/core-2.1.1.tgz", + "integrity": "sha1-YqTPvsl3LxphOmR9ohT7uW86050=", + "license": "MIT" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", @@ -12081,8 +12082,8 @@ }, "@phosphor-icons/core": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@phosphor-icons/core/-/core-2.1.1.tgz", - "integrity": "sha512-v4ARvrip4qBCImOE5rmPUylOEK4iiED9ZyKjcvzuezqMaiRASCHKcRIuvvxL/twvLpkfnEODCOJp5dM4eZilxQ==" + "resolved": "https://pkgs.dev.azure.com/OutSystemsRD/_packaging/ArtifactRepository/npm/registry/@phosphor-icons/core/-/core-2.1.1.tgz", + "integrity": "sha1-YqTPvsl3LxphOmR9ohT7uW86050=" }, "@pkgjs/parseargs": { "version": "0.11.0", diff --git a/core/src/theme-ionic/test/assets/calendar-blank.svg b/core/src/theme-ionic/test/assets/calendar-blank.svg new file mode 100644 index 0000000000..93d0645c8b --- /dev/null +++ b/core/src/theme-ionic/test/assets/calendar-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/src/theme-ionic/test/assets/trash.svg b/core/src/theme-ionic/test/assets/trash.svg new file mode 100644 index 0000000000..b2d5dfe182 --- /dev/null +++ b/core/src/theme-ionic/test/assets/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/src/theme-ionic/test/dear-designer-list/index.html b/core/src/theme-ionic/test/dear-designer-list/index.html index 8912c2ea37..daa60a1cb5 100644 --- a/core/src/theme-ionic/test/dear-designer-list/index.html +++ b/core/src/theme-ionic/test/dear-designer-list/index.html @@ -270,6 +270,165 @@ + + + +

Placeholders

+ List Items can have placeholders so that developers can add content inside them: Start, End, Start and End and None. By default, List Items don’t have any placeholder. + + +
+ + +
+ + + + + Start + + + End + + + + + + + + + + + + + +

Title

+

Subtitle

+
+
+
+
+
+
+ + + + + + +

Title

+

Subtitle

+
+ +
+
+
+
+
+ +
+ + + + + Start and End + + + None + + + + + + + + + + + + + +

Title

+

Subtitle

+
+ +
+
+
+
+
+ + + + + + +

Title

+

Subtitle

+
+
+
+
+
+
+ +
+ + + + + +

Has Detail Icon

+ List Items can have details icons. By default, list items don’t have detail icons (False). + +
+ + +
+ + + + + True + + + False (Default) + + + + + + + + + + + + +

Title

+

Subtitle

+
+
+
+
+
+
+ + + + + + +

Title

+

Subtitle

+
+
+
+
+
+
+ +
@@ -309,7 +468,7 @@ ion-card.preview{ margin-top: 50px; - --background:#FAFAFA; + --background:#F2F2F2; display: flex; align-items: center; justify-content: center; @@ -318,7 +477,7 @@ } ion-card.preview2{ - --background:#FAFAFA; + --background:#F2F2F2; display: flex; align-items: center; justify-content: center;