Skip to content

Commit da25d73

Browse files
committed
Update the documentation for 1.0.0-rc1.
1 parent 757d33f commit da25d73

File tree

1,978 files changed

+48547
-41174
lines changed

Some content is hidden

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

1,978 files changed

+48547
-41174
lines changed

core/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
@@ -206,18 +206,21 @@ <h2 class="">Packages</h2>
206206
<div></div>
207207
</div>
208208
</div>
209-
<a data-name="1748543014%2FPackages%2F-910832118" anchor-label="nl.adaptivity.xmlutil.dom2" id="1748543014%2FPackages%2F-910832118" data-filterable-set=":core/commonMain"></a>
210-
<div class="table-row table-row_platform-tagged" data-filterable-current=":core/commonMain" data-filterable-set=":core/commonMain">
209+
<a data-name="1748543014%2FPackages%2F588233207" anchor-label="nl.adaptivity.xmlutil.dom2" id="1748543014%2FPackages%2F588233207" data-filterable-set=":core/commonMain,:core/jvmCommonMain,:core/jsMain,:core/commonDomMain"></a>
210+
<div class="table-row table-row_platform-tagged" data-filterable-current=":core/commonMain,:core/jvmCommonMain,:core/jsMain,:core/commonDomMain" data-filterable-set=":core/commonMain,:core/jvmCommonMain,:core/jsMain,:core/commonDomMain">
211211
<div>
212212
<div class="main-subrow ">
213213
<div class=""><span class="inline-flex">
214214
<div><a href="nl.adaptivity.xmlutil.dom2/index.html">nl.adaptivity.xmlutil.dom2</a></div>
215-
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1748543014%2FPackages%2F-910832118"></span>
215+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1748543014%2FPackages%2F588233207"></span>
216216
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
217217
</span></span></div>
218218
<div class="pull-right platform-tags--wrapper">
219219
<div class="platform-tags no-gutters">
220220
<div class="platform-tag common-like">Common</div>
221+
<div class="platform-tag js-like">JS</div>
222+
<div class="platform-tag jvm-like">JVM</div>
223+
<div class="platform-tag common-like">Native</div>
221224
</div>
222225
</div>
223226
</div>

core/navigation.html

Lines changed: 506 additions & 671 deletions
Large diffs are not rendered by default.

core/nl.adaptivity.js.util/as-element.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
@@ -97,7 +97,7 @@ <h1 class="cover"><span>as</span><wbr><span><span>Element</span></span></h1>
9797
</div>
9898
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
9999
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":core/jsMain" data-filterable-set=":core/jsMain" data-active="" data-toggle=":core/jsMain">JS</button></div>
100-
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-node/index.html">Node</a><span class="token punctuation">.</span><a href="as-element.html"><span class="token function">asElement</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-element/index.html">Element</a><span class="token operator">?</span></div><p class="paragraph">Allow access to the node as <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-element/index.html">Element</a> if it is an element, otherwise it is null.</p></div> </div>
100+
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-node/index.html">Node</a><span class="token punctuation">.</span><a href="as-element.html"><span class="token function">asElement</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-element/index.html">Element</a><span class="token operator">?</span></div><p class="paragraph">Allow access to the node as <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-element/index.html">Element</a> if it is an element, otherwise it is <code class="lang-kotlin">null</code>.</p></div> </div>
101101
</div>
102102
<div class="footer">
103103
<div class="footer--container">

core/nl.adaptivity.js.util/as-text.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
@@ -97,7 +97,7 @@ <h1 class="cover"><span>as</span><wbr><span><span>Text</span></span></h1>
9797
</div>
9898
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
9999
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":core/jsMain" data-filterable-set=":core/jsMain" data-active="" data-toggle=":core/jsMain">JS</button></div>
100-
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-node/index.html">Node</a><span class="token punctuation">.</span><a href="as-text.html"><span class="token function">asText</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-text/index.html">Text</a><span class="token operator">?</span></div><p class="paragraph">Allow access to the node as <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-text/index.html">Text</a>, if so, otherwise null.</p></div> </div>
100+
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-node/index.html">Node</a><span class="token punctuation">.</span><a href="as-text.html"><span class="token function">asText</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-text/index.html">Text</a><span class="token operator">?</span></div><p class="paragraph">Allow access to the node as <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-text/index.html">Text</a>, if so, otherwise <code class="lang-kotlin">null</code>.</p></div> </div>
101101
</div>
102102
<div class="footer">
103103
<div class="footer--container">

core/nl.adaptivity.js.util/count.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">

core/nl.adaptivity.js.util/filter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
@@ -97,7 +97,7 @@ <h1 class="cover"><span><span>filter</span></span></h1>
9797
</div>
9898
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
9999
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":core/jsMain" data-filterable-set=":core/jsMain" data-active="" data-toggle=":core/jsMain">JS</button></div>
100-
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-named-node-map/index.html">NamedNodeMap</a><span class="token punctuation">.</span><a href="filter.html"><span class="token function">filter</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">predicate<span class="token operator">: </span><span class="token punctuation">(</span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a><span class="token operator">&gt;</span></div><p class="paragraph">A filter function on a <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-named-node-map/index.html">NamedNodeMap</a> that returns a list of all (attributes)<a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a> that meet the <a href="filter.html">predicate</a>.</p></div> </div>
100+
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core/jsMain"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-named-node-map/index.html">NamedNodeMap</a><span class="token punctuation">.</span><a href="filter.html"><span class="token function">filter</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">predicate<span class="token operator">: </span><span class="token punctuation">(</span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a><span class="token operator">&gt;</span></div><p class="paragraph">A filter function on a <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-named-node-map/index.html">NamedNodeMap</a> that returns a list of all <a href="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-attr/index.html">Attr</a>ributes that meet the <a href="filter.html">predicate</a>.</p></div> </div>
101101
</div>
102102
<div class="footer">
103103
<div class="footer--container">

core/nl.adaptivity.js.util/for-each.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">0.91.3
42+
<div class="library-version" id="library-version">1.0.0-rc1
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">

0 commit comments

Comments
 (0)