From 136b028f0fe0cc3bf20fe5da749cd80c77f794d9 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 20 Oct 2021 19:36:49 +0000 Subject: [PATCH 1/7] Add accordion demo --- static/demos/api/accordion/index.html | 353 ++++++++++++++++++++++++++ 1 file changed, 353 insertions(+) create mode 100644 static/demos/api/accordion/index.html diff --git a/static/demos/api/accordion/index.html b/static/demos/api/accordion/index.html new file mode 100644 index 00000000000..b44376250fd --- /dev/null +++ b/static/demos/api/accordion/index.html @@ -0,0 +1,353 @@ + + + + + + Accordion + + + + + + + + + + + + + + Accordion + + + + + + + + Basic + + + + Colors + + + + + Red + + + Green + + + Blue + + + + + + Shapes + + + + + Circle + + + Triangle + + + Square + + + + + + Numbers + + + + + 1 + + + 2 + + + 3 + + + + + + + + Custom Icon + + + + Colors + + + + + Red + + + Green + + + Blue + + + + + + Shapes + + + + + Circle + + + Triangle + + + Square + + + + + + Numbers + + + + + 1 + + + 2 + + + 3 + + + + + + + + Open Accordion + + + + Colors + + + + + Red + + + Green + + + Blue + + + + + + Shapes + + + + + Circle + + + Triangle + + + Square + + + + + + Numbers + + + + + 1 + + + 2 + + + 3 + + + + + + + + Multiple Accordions + + + + Colors + + + + + Red + + + Green + + + Blue + + + + + + Shapes + + + + + Circle + + + Triangle + + + Square + + + + + + Numbers + + + + + 1 + + + 2 + + + 3 + + + + + + + + Managing State + + + + Colors + + + + + Red + + + Green + + + Blue + + + + + + Shapes + + + + + Circle + + + Triangle + + + Square + + + + + + Numbers + + + + + 1 + + + 2 + + + 3 + + + + + + +
+ Log Value of Accordion Group + Close Accordion +
+
+
+ + + + From 5064602a7d7c11d657bf07ed4716e1888cf6df6d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 20 Oct 2021 19:43:55 +0000 Subject: [PATCH 2/7] add breadcrumbs demo --- static/demos/api/breadcrumbs/index.html | 320 ++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 static/demos/api/breadcrumbs/index.html diff --git a/static/demos/api/breadcrumbs/index.html b/static/demos/api/breadcrumbs/index.html new file mode 100644 index 00000000000..c4e136e1e58 --- /dev/null +++ b/static/demos/api/breadcrumbs/index.html @@ -0,0 +1,320 @@ + + + + + + Breadcrumbs + + + + + + + + + + Breadcrumbs + + + + + Basic + + + Home + + + Electronics + + + Photography + + + + + + Colors + + + Home + + + Electronics + + + Photography + + + + + + Icons - Start + + + + Home + + + + Files + + + + Projects + + + + + + Icons - End + + + Home + + + + Files + + + + Projects + + + + + + + Custom Separator - Icon + + + Home + + + + Electronics + + + + Photography + + + + + + + Max Items + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + Items Before Collapse + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + Items After Collapse + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + Items Before And After Collapse + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + Expand on Collapsed Indicator Click + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + + + Electronics + + + Photography + + + Cameras + + + Film + + + + + + + + Popover on Collapsed Indicator Click + + + Home + + + Electronics + + + Photography + + + Cameras + + + Film + + + 35 mm + + + + + + Custom Separator - Icon + + + Home + + + + Electronics + + + + Photography + + + + + + + + + + From b21487454a8f4081edf1e5455eed161197b12a39 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 20 Oct 2021 19:48:06 +0000 Subject: [PATCH 3/7] add modal examples --- static/demos/api/modal/index.html | 53 ++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/static/demos/api/modal/index.html b/static/demos/api/modal/index.html index 76048105436..4f856dfde2a 100644 --- a/static/demos/api/modal/index.html +++ b/static/demos/api/modal/index.html @@ -4,9 +4,9 @@ Modal - - - + + + - - - Modal - - - - Show Modal - +
+ + + Modal + + + + Show Modal + Show Card Modal + Show Sheet Modal + +
- - + + + @@ -20,42 +55,86 @@ DateTime - , - - - - - - - - - - - Start Date - - - - Start Time - - - - Ends - - - - Repeat - - - - Travel Time - - - - - Alert - - - + + +
+
+

Initial Value

+ +
+
+

Readonly

+ +
+
+

Disabled

+ +
+
+

Custom Locale

+ +
+
+

Max and min

+ +
+
+

15 minute increments

+ +
+
+

Specific days/months/years

+ +
+
+

Time Only

+ +
+
+

Time First, Date Second

+ +
+
+

Cover

+ +
+
+

Custom Hour Cycle

+ +
+
+

Custom First Day Of Week

+ +
+
+

Custom Title

+ +
My Custom Title
+
+
+
+

Clear Button

+ +
+
+

Custom Buttons

+ + + Good to go! + Reset + + +
+
+

Datetime in Overlay

+ Open Datetime Modal + + + + + +
+
From 82d9def7b3537ed40eb72eb2ebf4c16a82367096 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 21 Oct 2021 18:26:59 +0000 Subject: [PATCH 5/7] datetime fix --- static/demos/api/datetime/index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/demos/api/datetime/index.html b/static/demos/api/datetime/index.html index 2c66d69642f..46fb6a6161d 100644 --- a/static/demos/api/datetime/index.html +++ b/static/demos/api/datetime/index.html @@ -22,13 +22,6 @@ width: auto; max-width: 350px; - min-width: auto; - } - - ion-datetime.datetime-presentation-date, - ion-datetime.datetime-presentation-date-time, - ion-datetime.datetime-presentation-time-date { - min-height: 350px; } .grid { From 8e1072dd1c5ae37a1b25976260f9b259081d9571 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 22 Oct 2021 19:05:21 +0000 Subject: [PATCH 6/7] remove duplicate breadcrumb example --- static/demos/api/breadcrumbs/index.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/static/demos/api/breadcrumbs/index.html b/static/demos/api/breadcrumbs/index.html index c4e136e1e58..c87747a19d8 100644 --- a/static/demos/api/breadcrumbs/index.html +++ b/static/demos/api/breadcrumbs/index.html @@ -281,24 +281,6 @@ - - - Custom Separator - Icon - - - Home - - - - Electronics - - - - Photography - - - -
From 04445507601e555c1bd076e08fc90b7381075836 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 9 Nov 2021 12:52:18 -0500 Subject: [PATCH 7/7] remove cover example: --- static/demos/api/datetime/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/demos/api/datetime/index.html b/static/demos/api/datetime/index.html index 46fb6a6161d..a562d7ea9b6 100644 --- a/static/demos/api/datetime/index.html +++ b/static/demos/api/datetime/index.html @@ -87,10 +87,6 @@

Time Only

Time First, Date Second

-
-

Cover

- -

Custom Hour Cycle