Skip to content

Commit

Permalink
rebuilt modules and docs, set package draft version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmarchetti committed May 14, 2024
1 parent cd2b91c commit 29ec91c
Show file tree
Hide file tree
Showing 69 changed files with 231 additions and 181 deletions.
7 changes: 7 additions & 0 deletions dist-commonjs/PointSelector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ import { Vector3 } from "threejs-math";
export declare class PointSelector extends JSONLDResource {
isPointSelector: boolean;
constructor(jsonld: any);
/**
@returns the 3D coordinates of the point as a Vector3 instance.
**/
getLocation(): Vector3;
/**
@returns the 3D coordinates of the point as a Vector3 instance.
**/
get Location(): Vector3;
}
17 changes: 11 additions & 6 deletions dist-commonjs/PointSelector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-commonjs/PointSelector.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist-commonjs/SpecificResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export declare class SpecificResource extends ManifestResource {
isSpecificResource: boolean;
constructor(jsonld: any, options?: IManifestoOptions);
getSource(): object | AnnotationBody;
get Source(): object | AnnotationBody;
getSelector(): PointSelector | null;
get Selector(): PointSelector | null;
getTransform(): Transform[];
Expand Down
5 changes: 5 additions & 0 deletions dist-commonjs/SpecificResource.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-commonjs/SpecificResource.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist-esmodule/PointSelector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ import { Vector3 } from "threejs-math";
export declare class PointSelector extends JSONLDResource {
isPointSelector: boolean;
constructor(jsonld: any);
/**
@returns the 3D coordinates of the point as a Vector3 instance.
**/
getLocation(): Vector3;
/**
@returns the 3D coordinates of the point as a Vector3 instance.
**/
get Location(): Vector3;
}
17 changes: 11 additions & 6 deletions dist-esmodule/PointSelector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-esmodule/PointSelector.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist-esmodule/SpecificResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export declare class SpecificResource extends ManifestResource {
isSpecificResource: boolean;
constructor(jsonld: any, options?: IManifestoOptions);
getSource(): object | AnnotationBody;
get Source(): object | AnnotationBody;
getSelector(): PointSelector | null;
get Selector(): PointSelector | null;
getTransform(): Transform[];
Expand Down
5 changes: 5 additions & 0 deletions dist-esmodule/SpecificResource.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-esmodule/SpecificResource.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-umd/manifesto.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-var/manifesto.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 29ec91c

Please sign in to comment.