Skip to content

Commit 95703cc

Browse files
committed
0.141.0
1 parent 8ed98de commit 95703cc

File tree

101 files changed

+1320
-1055
lines changed

Some content is hidden

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

101 files changed

+1320
-1055
lines changed

docs/api/classes/CsdlAction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ <h3 id="methods">
696696

697697

698698
<div class="tab-pane fade tab-source-code" id="source">
699-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
699+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
700700
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
701701
import type { CsdlEntityContainer } from &#x27;./csdl-entity-container&#x27;;
702702
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;

docs/api/classes/CsdlActionImport.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h3 id="methods">
374374

375375

376376
<div class="tab-pane fade tab-source-code" id="source">
377-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
377+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
378378
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
379379
import type { CsdlEntityContainer } from &#x27;./csdl-entity-container&#x27;;
380380
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;

docs/api/classes/CsdlAnnotable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3 id="methods">
344344

345345

346346
<div class="tab-pane fade tab-source-code" id="source">
347-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataAnnotationConfig } from &#x27;../../types&#x27;;
347+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataAnnotationConfig } from &#x27;../../types&#x27;;
348348
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;
349349

350350
export class CsdlAnnotable {

docs/api/classes/CsdlAnnotation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ <h3 id="methods">
528528

529529

530530
<div class="tab-pane fade tab-source-code" id="source">
531-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataAnnotationConfig } from &#x27;../../types&#x27;;
531+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataAnnotationConfig } from &#x27;../../types&#x27;;
532532
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;
533533

534534
export class CsdlAnnotable {

docs/api/classes/CsdlAnnotations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h3 id="methods">
447447

448448

449449
<div class="tab-pane fade tab-source-code" id="source">
450-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataAnnotationConfig } from &#x27;../../types&#x27;;
450+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataAnnotationConfig } from &#x27;../../types&#x27;;
451451
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;
452452

453453
export class CsdlAnnotable {

docs/api/classes/CsdlCallable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h3 id="methods">
558558

559559

560560
<div class="tab-pane fade tab-source-code" id="source">
561-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
561+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataCallableConfig, ODataParameterConfig } from &#x27;../../types&#x27;;
562562
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
563563
import type { CsdlEntityContainer } from &#x27;./csdl-entity-container&#x27;;
564564
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;

docs/api/classes/CsdlCollection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3 id="methods">
389389

390390

391391
<div class="tab-pane fade tab-source-code" id="source">
392-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataAnnotationConfig } from &#x27;../../types&#x27;;
392+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataAnnotationConfig } from &#x27;../../types&#x27;;
393393
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;
394394

395395
export class CsdlAnnotable {

docs/api/classes/CsdlComplexType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ <h3 id="methods">
781781

782782

783783
<div class="tab-pane fade tab-source-code" id="source">
784-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataStructuredTypeConfig } from &#x27;../../types&#x27;;
784+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataStructuredTypeConfig } from &#x27;../../types&#x27;;
785785
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
786786
import { CsdlProperty, CsdlNavigationProperty } from &#x27;./csdl-structural-property&#x27;;
787787
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;

docs/api/classes/CsdlEntityContainer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ <h3 id="methods">
738738
import { CsdlFunctionImport, CsdlActionImport } from &#x27;./csdl-function-action&#x27;;
739739
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
740740
import type { CsdlSchema } from &#x27;./csdl-schema&#x27;;
741-
import { ODataEntityContainerConfig } from &#x27;../../types&#x27;;
741+
import type { ODataEntityContainerConfig } from &#x27;../../types&#x27;;
742742

743743
export class CsdlEntityContainer extends CsdlAnnotable {
744744
public Name: string;

docs/api/classes/CsdlEntitySet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h3 id="methods">
635635

636636

637637
<div class="tab-pane fade tab-source-code" id="source">
638-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ODataEntitySetConfig } from &#x27;../../types&#x27;;
638+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import type { ODataEntitySetConfig } from &#x27;../../types&#x27;;
639639
import { CsdlAnnotable } from &#x27;./csdl-annotation&#x27;;
640640
import type { CsdlEntityContainer } from &#x27;./csdl-entity-container&#x27;;
641641
import { CsdlNavigationPropertyBinding } from &#x27;./csdl-navigation-property-binding&#x27;;

0 commit comments

Comments
 (0)