Skip to content

Commit 9c90c1a

Browse files
committed
docs(@ddd-framework): updated docs
1 parent 9ea5c90 commit 9c90c1a

File tree

70 files changed

+267
-267
lines changed

Some content is hidden

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

70 files changed

+267
-267
lines changed

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/collections.EntityCollection.html

Lines changed: 117 additions & 50 deletions
Large diffs are not rendered by default.

docs/classes/collections.List.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
586586
<div class="tsd-accordion-details">
587587
<ul class="tsd-nested-navigation">
588588
<li><a href="collections.EntityCollection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Entity<wbr/>Collection</span></a></li>
589-
<li><a href="collections.List.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>List</span></a></li>
590-
<li><a href="../types/collections.EntityCollectionOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>Entity<wbr/>Collection<wbr/>Options</span></a></li></ul></div></details></li>
589+
<li><a href="collections.List.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>List</span></a></li></ul></div></details></li>
591590
<li><a href="../modules/dto.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>dto</span></a></li>
592591
<li><a href="../modules/uuid.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>uuid</span></a></li>
593592
<li><a href="../modules/seedwork.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>seedwork</span></a></li></ul></nav></div></div></div>

docs/classes/core.ArgumentException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h4>Hierarchy</h4>
3232
<li><a href="core.ArgumentNullException.html" class="tsd-signature-type tsd-kind-class">ArgumentNullException</a></li>
3333
<li><a href="core.ArgumentOutOfRangeException.html" class="tsd-signature-type tsd-kind-class">ArgumentOutOfRangeException</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
3434
<ul>
35-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L6">lib/core/src/exceptions/argument-exception.ts:6</a></li></ul></aside>
35+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L6">lib/core/src/exceptions/argument-exception.ts:6</a></li></ul></aside>
3636
<section class="tsd-panel-group tsd-index-group">
3737
<section class="tsd-panel tsd-index-panel">
3838
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -77,7 +77,7 @@ <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-sym
7777
<h4 class="tsd-returns-title">Returns <a href="core.ArgumentException.html" class="tsd-signature-type tsd-kind-class">ArgumentException</a></h4><aside class="tsd-sources">
7878
<p>Overrides <a href="core.Exception.html">Exception</a>.<a href="core.Exception.html#constructor">constructor</a></p>
7979
<ul>
80-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L7">lib/core/src/exceptions/argument-exception.ts:7</a></li></ul></aside></li></ul></section></section>
80+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L7">lib/core/src/exceptions/argument-exception.ts:7</a></li></ul></aside></li></ul></section></section>
8181
<section class="tsd-panel-group tsd-member-group">
8282
<h2>Properties</h2>
8383
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="message" class="tsd-anchor"></a>
@@ -108,7 +108,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code
108108
</div>
109109
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
110110
<ul>
111-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
111+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
112112
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
113113
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
114114
<div class="tsd-signature"><span class="tsd-kind-property">stack</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">

docs/classes/core.ArgumentNullException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4>Hierarchy</h4>
2727
<ul class="tsd-hierarchy">
2828
<li><span class="target">ArgumentNullException</span></li></ul></li></ul></section><aside class="tsd-sources">
2929
<ul>
30-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-null-exception.ts#L6">lib/core/src/exceptions/argument-null-exception.ts:6</a></li></ul></aside>
30+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-null-exception.ts#L6">lib/core/src/exceptions/argument-null-exception.ts:6</a></li></ul></aside>
3131
<section class="tsd-panel-group tsd-index-group">
3232
<section class="tsd-panel tsd-index-panel">
3333
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -72,7 +72,7 @@ <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-sym
7272
<h4 class="tsd-returns-title">Returns <a href="core.ArgumentNullException.html" class="tsd-signature-type tsd-kind-class">ArgumentNullException</a></h4><aside class="tsd-sources">
7373
<p>Inherited from <a href="core.ArgumentException.html">ArgumentException</a>.<a href="core.ArgumentException.html#constructor">constructor</a></p>
7474
<ul>
75-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L7">lib/core/src/exceptions/argument-exception.ts:7</a></li></ul></aside></li></ul></section></section>
75+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L7">lib/core/src/exceptions/argument-exception.ts:7</a></li></ul></aside></li></ul></section></section>
7676
<section class="tsd-panel-group tsd-member-group">
7777
<h2>Properties</h2>
7878
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="message" class="tsd-anchor"></a>
@@ -104,7 +104,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code
104104
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
105105
<p>Inherited from <a href="core.ArgumentException.html">ArgumentException</a>.<a href="core.ArgumentException.html#paramName">paramName</a></p>
106106
<ul>
107-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
107+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
108108
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
109109
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
110110
<div class="tsd-signature"><span class="tsd-kind-property">stack</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">

docs/classes/core.ArgumentOutOfRangeException.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h4>Hierarchy</h4>
3232
<ul class="tsd-hierarchy">
3333
<li><span class="target">ArgumentOutOfRangeException</span></li></ul></li></ul></section><aside class="tsd-sources">
3434
<ul>
35-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-out-of-range-exception.ts#L6">lib/core/src/exceptions/argument-out-of-range-exception.ts:6</a></li></ul></aside>
35+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-out-of-range-exception.ts#L6">lib/core/src/exceptions/argument-out-of-range-exception.ts:6</a></li></ul></aside>
3636
<section class="tsd-panel-group tsd-index-group">
3737
<section class="tsd-panel tsd-index-panel">
3838
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -83,7 +83,7 @@ <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-sym
8383
<h4 class="tsd-returns-title">Returns <a href="core.ArgumentOutOfRangeException.html" class="tsd-signature-type tsd-kind-class">ArgumentOutOfRangeException</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">Value</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
8484
<p>Overrides <a href="core.ArgumentException.html">ArgumentException</a>.<a href="core.ArgumentException.html#constructor">constructor</a></p>
8585
<ul>
86-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-out-of-range-exception.ts#L7">lib/core/src/exceptions/argument-out-of-range-exception.ts:7</a></li></ul></aside></li></ul></section></section>
86+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-out-of-range-exception.ts#L7">lib/core/src/exceptions/argument-out-of-range-exception.ts:7</a></li></ul></aside></li></ul></section></section>
8787
<section class="tsd-panel-group tsd-member-group">
8888
<h2>Properties</h2>
8989
<section class="tsd-panel tsd-member"><a id="actualValue" class="tsd-anchor"></a>
@@ -93,7 +93,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code
9393
</div>
9494
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
9595
<ul>
96-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-out-of-range-exception.ts#L11">lib/core/src/exceptions/argument-out-of-range-exception.ts:11</a></li></ul></aside></section>
96+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-out-of-range-exception.ts#L11">lib/core/src/exceptions/argument-out-of-range-exception.ts:11</a></li></ul></aside></section>
9797
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="message" class="tsd-anchor"></a>
9898
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
9999
<div class="tsd-signature"><span class="tsd-kind-property">message</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
@@ -123,7 +123,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code
123123
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
124124
<p>Inherited from <a href="core.ArgumentException.html">ArgumentException</a>.<a href="core.ArgumentException.html#paramName">paramName</a></p>
125125
<ul>
126-
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/0e291e5/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
126+
<li>Defined in <a href="https://github.com/rmolinamir/ddd-framework/blob/9ea5c90/lib/core/src/exceptions/argument-exception.ts#L11">lib/core/src/exceptions/argument-exception.ts:11</a></li></ul></aside></section>
127127
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
128128
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
129129
<div class="tsd-signature"><span class="tsd-kind-property">stack</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">

0 commit comments

Comments
 (0)