Skip to content

Commit 30935ea

Browse files
committed
Publish
Version 2.3.0
1 parent fb2b2e7 commit 30935ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+108363
-86937
lines changed

docs/assets/css/main.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ table { border-collapse: collapse; border-spacing: 0; }
556556
.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { background-position: -204px -187px; }
557557
.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { background-position: -221px -187px; }
558558

559-
.no-transition { -webkit-transition: none !important; transition: none !important; }
559+
.no-transition { transition: none !important; }
560560

561561
@-webkit-keyframes fade-in { from { opacity: 0; }
562562
to { opacity: 1; } }
@@ -713,7 +713,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
713713
.tsd-member .tsd-anchor + h3 { margin-top: 0; margin-bottom: 0; border-bottom: none; }
714714

715715
.tsd-navigation { padding: 0 0 0 40px; }
716-
.tsd-navigation a { display: block; padding-top: 2px; padding-bottom: 2px; border-left: 2px solid transparent; color: #222; text-decoration: none; -webkit-transition: border-left-color 0.1s; transition: border-left-color 0.1s; }
716+
.tsd-navigation a { display: block; padding-top: 2px; padding-bottom: 2px; border-left: 2px solid transparent; color: #222; text-decoration: none; transition: border-left-color 0.1s; }
717717
.tsd-navigation a:hover { text-decoration: underline; }
718718
.tsd-navigation ul { margin: 0; padding: 0; list-style: none; }
719719
.tsd-navigation li { padding: 0; }
@@ -732,7 +732,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
732732
.tsd-navigation.primary li.label span { display: block; padding: 20px 0 6px 5px; color: #808080; }
733733
.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { padding-top: 20px; }
734734

735-
.tsd-navigation.secondary ul { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
735+
.tsd-navigation.secondary ul { transition: opacity 0.2s; }
736736
.tsd-navigation.secondary ul li a { padding-left: 25px; }
737737
.tsd-navigation.secondary ul li li a { padding-left: 45px; }
738738
.tsd-navigation.secondary ul li li li a { padding-left: 65px; }
@@ -765,12 +765,12 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
765765
.tsd-panel-group { margin: 60px 0; }
766766
.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { padding-left: 20px; padding-right: 20px; }
767767

768-
#tsd-search { -webkit-transition: background-color 0.2s; transition: background-color 0.2s; }
768+
#tsd-search { transition: background-color 0.2s; }
769769
#tsd-search .title { position: relative; z-index: 2; }
770770
#tsd-search .field { position: absolute; left: 0; top: 0; right: 40px; height: 40px; }
771771
#tsd-search .field input { box-sizing: border-box; position: relative; top: -50px; z-index: 1; width: 100%; padding: 0 10px; opacity: 0; outline: 0; border: 0; background: transparent; color: #222; }
772772
#tsd-search .field label { position: absolute; overflow: hidden; right: -40px; }
773-
#tsd-search .field input, #tsd-search .title { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
773+
#tsd-search .field input, #tsd-search .title { transition: opacity 0.2s; }
774774
#tsd-search .results { position: absolute; visibility: hidden; top: 40px; width: 100%; margin: 0; padding: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
775775
#tsd-search .results li { padding: 0 10px; background-color: #fdfdfd; }
776776
#tsd-search .results li:nth-child(even) { background-color: #fff; }
@@ -798,7 +798,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
798798
.tsd-signature-type { font-style: italic; font-weight: normal; }
799799

800800
.tsd-signatures { padding: 0; margin: 0 0 1em 0; border: 1px solid #eee; }
801-
.tsd-signatures .tsd-signature { margin: 0; border-width: 1px 0 0 0; -webkit-transition: background-color 0.1s; transition: background-color 0.1s; }
801+
.tsd-signatures .tsd-signature { margin: 0; border-width: 1px 0 0 0; transition: background-color 0.1s; }
802802
.tsd-signatures .tsd-signature:first-child { border-top-width: 0; }
803803
.tsd-signatures .tsd-signature.current { background-color: #eee; }
804804
.tsd-signatures.active > .tsd-signature { cursor: pointer; }
@@ -807,7 +807,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
807807
.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { left: 20px; }
808808
.tsd-panel > a.anchor + .tsd-signatures { border-top-width: 0; margin-top: -20px; }
809809

810-
ul.tsd-descriptions { position: relative; overflow: hidden; -webkit-transition: height 0.3s; transition: height 0.3s; padding: 0; list-style: none; }
810+
ul.tsd-descriptions { position: relative; overflow: hidden; transition: height 0.3s; padding: 0; list-style: none; }
811811
ul.tsd-descriptions.active > .tsd-description { display: none; }
812812
ul.tsd-descriptions.active > .tsd-description.current { display: block; }
813813
ul.tsd-descriptions.active > .tsd-description.fade-in { -webkit-animation: fade-in-delayed 0.3s; animation: fade-in-delayed 0.3s; }
@@ -835,7 +835,7 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
835835
.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { content: ""; display: inline-block; width: 40px; height: 40px; margin: 0 -8px 0 0; background-image: url(../images/widgets.png); background-repeat: no-repeat; text-indent: -1024px; vertical-align: bottom; }
836836
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { background-image: url(../images/widgets@2x.png); background-size: 320px 40px; } }
837837

838-
.tsd-widget { display: inline-block; overflow: hidden; opacity: 0.6; height: 40px; -webkit-transition: opacity 0.1s, background-color 0.2s; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
838+
.tsd-widget { display: inline-block; overflow: hidden; opacity: 0.6; height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
839839
.tsd-widget:hover { opacity: 0.8; }
840840
.tsd-widget.active { opacity: 1; background-color: #eee; }
841841
.tsd-widget.no-caption { width: 40px; }
@@ -848,12 +848,12 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
848848
input[type=checkbox] + .tsd-widget:before { background-position: -120px 0; }
849849
input[type=checkbox]:checked + .tsd-widget:before { background-position: -160px 0; }
850850

851-
.tsd-select { position: relative; display: inline-block; height: 40px; -webkit-transition: opacity 0.1s, background-color 0.2s; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
852-
.tsd-select .tsd-select-label { opacity: 0.6; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
851+
.tsd-select { position: relative; display: inline-block; height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
852+
.tsd-select .tsd-select-label { opacity: 0.6; transition: opacity 0.2s; }
853853
.tsd-select .tsd-select-label:before { background-position: -240px 0; }
854854
.tsd-select.active .tsd-select-label { opacity: 0.8; }
855-
.tsd-select.active .tsd-select-list { visibility: visible; opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; }
856-
.tsd-select .tsd-select-list { position: absolute; visibility: hidden; top: 40px; left: 0; margin: 0; padding: 0; opacity: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -webkit-transition: visibility 0s 0.2s, opacity 0.2s; transition: visibility 0s 0.2s, opacity 0.2s; }
855+
.tsd-select.active .tsd-select-list { visibility: visible; opacity: 1; transition-delay: 0s; }
856+
.tsd-select .tsd-select-list { position: absolute; visibility: hidden; top: 40px; left: 0; margin: 0; padding: 0; opacity: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); transition: visibility 0s 0.2s, opacity 0.2s; }
857857
.tsd-select .tsd-select-list li { padding: 0 20px 0 0; background-color: #fdfdfd; }
858858
.tsd-select .tsd-select-list li:before { background-position: 40px 0; }
859859
.tsd-select .tsd-select-list li:nth-child(even) { background-color: #fff; }

docs/assets/js/main.js

Lines changed: 9442 additions & 5 deletions
Large diffs are not rendered by default.

docs/assets/js/search.js

Lines changed: 1624 additions & 3 deletions
Large diffs are not rendered by default.

docs/horizontal/css/main.css renamed to docs/examples/horizontal/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
font-size: 35px;
33
}
44

5+
html {
6+
box-sizing: border-box;
7+
}
8+
*, *:before, *:after {
9+
box-sizing: inherit;
10+
}
11+
512
body, html {
613
max-height: 100%;
714
margin: 0;
@@ -13,6 +20,7 @@ body {
1320

1421
ul {
1522
margin: 0;
23+
position: relative;
1624
}
1725

1826
li {
File renamed without changes.

0 commit comments

Comments
 (0)