@annotorious/svelte 3.0.0-rc.7 → 3.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/annotorious-svelte.es5.js +420 -422
- package/dist/annotorious-svelte.es5.js.map +1 -1
- package/dist/annotorious-svelte.es6.js +9 -9
- package/dist/annotorious-svelte.es7.js +9 -9
- package/dist/annotorious-svelte.es9.js +5790 -4345
- package/dist/annotorious-svelte.es9.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, Annotator
|
|
|
4
4
|
export type { HoverState, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver, SvelteAnnotator, SvelteAnnotatorState } from '@annotorious/core/src/state';
|
|
5
5
|
import { PointerSelectAction as _PointerSelectAction } from '@annotorious/core/src/state';
|
|
6
6
|
export declare const PointerSelectAction: typeof _PointerSelectAction;
|
|
7
|
-
export declare const createBody: (annotation: import("@annotorious/
|
|
7
|
+
export declare const createBody: (annotation: import("@annotorious/core/src/model").Annotation, payload: {
|
|
8
8
|
[key: string]: any;
|
|
9
|
-
}, created?: Date, creator?: import("@annotorious/
|
|
9
|
+
}, created?: Date, creator?: import("@annotorious/core/src/model").User) => import("@annotorious/core/src/model").AnnotationBody;
|
|
10
10
|
export type { ImageAnnotator, ImageAnnotation, ImageAnnotatorState, Polygon, Rectangle, Shape } from '@annotorious/annotorious';
|
|
11
11
|
import { ShapeType as _ShapeType } from '@annotorious/annotorious';
|
|
12
12
|
export declare const ShapeType: typeof _ShapeType;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AAEtB,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAGxE,YAAY,EACV,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,KAAK,EACL,YAAY,EACZ,aAAa,EACb,WAAW,EACX,IAAI,EACJ,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,WAAW,EACZ,MAAM,6BAA6B,CAAC;AAErC,YAAY,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,KAAK,EACL,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,mBAAmB,IAAI,oBAAoB,EAC5C,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,mBAAmB,6BAAuB,CAAC;AAMxD,eAAO,MAAM,UAAU;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AAEtB,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAGxE,YAAY,EACV,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,KAAK,EACL,YAAY,EACZ,aAAa,EACb,WAAW,EACX,IAAI,EACJ,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,WAAW,EACZ,MAAM,6BAA6B,CAAC;AAErC,YAAY,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,KAAK,EACL,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,mBAAmB,IAAI,oBAAoB,EAC5C,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,mBAAmB,6BAAuB,CAAC;AAMxD,eAAO,MAAM,UAAU;;gIAAc,CAAC;AAGtC,YAAY,EACV,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,OAAO,EACP,SAAS,EACT,KAAK,EACN,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,SAAS,IAAI,UAAU,EAExB,MAAM,0BAA0B,CAAC;AAElC,eAAO,MAAM,SAAS,mBAAa,CAAC;AACpC,eAAO,MAAM,cAAc,iGAAkB,CAAC"}
|