@annotorious/svelte 3.0.0-rc.21 → 3.0.0-rc.4
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.es.js +14 -17
- package/dist/annotorious-svelte.es.js.map +1 -1
- package/dist/annotorious-svelte.es10.js +119 -23
- package/dist/annotorious-svelte.es10.js.map +1 -1
- package/dist/annotorious-svelte.es11.js +2 -111
- package/dist/annotorious-svelte.es11.js.map +1 -1
- package/dist/annotorious-svelte.es12.js +19 -2
- package/dist/annotorious-svelte.es12.js.map +1 -1
- package/dist/annotorious-svelte.es13.js +4 -2
- package/dist/annotorious-svelte.es13.js.map +1 -1
- package/dist/annotorious-svelte.es14.js +6 -27434
- package/dist/annotorious-svelte.es14.js.map +1 -1
- package/dist/annotorious-svelte.es15.js +6 -119
- package/dist/annotorious-svelte.es15.js.map +1 -1
- package/dist/annotorious-svelte.es2.js +25 -30
- package/dist/annotorious-svelte.es2.js.map +1 -1
- package/dist/annotorious-svelte.es3.js +2 -95
- package/dist/annotorious-svelte.es3.js.map +1 -1
- package/dist/annotorious-svelte.es4.js +8 -4238
- package/dist/annotorious-svelte.es4.js.map +1 -1
- package/dist/annotorious-svelte.es5.js +1263 -86
- package/dist/annotorious-svelte.es5.js.map +1 -1
- package/dist/annotorious-svelte.es6.js +86 -104
- package/dist/annotorious-svelte.es6.js.map +1 -1
- package/dist/annotorious-svelte.es7.js +118 -92
- package/dist/annotorious-svelte.es7.js.map +1 -1
- package/dist/annotorious-svelte.es8.js +303 -31
- package/dist/annotorious-svelte.es8.js.map +1 -1
- package/dist/annotorious-svelte.es9.js +20115 -21
- package/dist/annotorious-svelte.es9.js.map +1 -1
- package/dist/index.d.ts +8 -11
- package/dist/index.d.ts.map +1 -1
- package/package.json +11 -22
- package/src/index.ts +21 -40
- package/vite.config.js +0 -1
- package/dist/annotorious-svelte.es16.js +0 -2
- package/dist/annotorious-svelte.es16.js.map +0 -1
- package/dist/annotorious-svelte.es17.js +0 -59
- package/dist/annotorious-svelte.es17.js.map +0 -1
- /package/dist/{annotorious-svelte.css → style.css} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
export * from './osd';
|
|
2
2
|
export { default as MouseOverTooltip } from './MouseOverTooltip.svelte';
|
|
3
|
-
export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, AnnotatorState,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export type {
|
|
3
|
+
export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, AnnotatorState, Color, DrawingStyle, FormatAdapter, ParseResult, User, W3CAnnotation, W3CAnnotationBody, W3CAnnotationTarget, W3CSelector } from '@annotorious/core/src/model';
|
|
4
|
+
export type { HoverState, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver, SvelteAnnotator, SvelteAnnotatorState } from '@annotorious/core/src/state';
|
|
5
|
+
import { PointerSelectAction as _PointerSelectAction } from '@annotorious/core/src/state';
|
|
6
|
+
export declare const PointerSelectAction: typeof _PointerSelectAction;
|
|
7
|
+
export declare const createBody: (annotation: import("@annotorious/annotorious").Annotation, payload: {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}, created?: Date, creator?: import("@annotorious/annotorious").User) => import("@annotorious/annotorious").AnnotationBody;
|
|
10
|
+
export type { ImageAnnotator, ImageAnnotation, ImageAnnotatorState, Polygon, Rectangle, Shape } from '@annotorious/annotorious';
|
|
11
11
|
import { ShapeType as _ShapeType } from '@annotorious/annotorious';
|
|
12
|
-
export declare const createImageAnnotator: <E extends unknown = import("@annotorious/annotorious").ImageAnnotation>(image: string | HTMLImageElement | HTMLCanvasElement, options?: import("@annotorious/annotorious").AnnotoriousOpts<import("@annotorious/annotorious").ImageAnnotation, E>) => import("@annotorious/annotorious").ImageAnnotator<E>;
|
|
13
12
|
export declare const ShapeType: typeof _ShapeType;
|
|
14
13
|
export declare const W3CImageFormat: (source: string, invertY?: boolean) => import("@annotorious/annotorious").W3CImageFormatAdapter;
|
|
15
|
-
export type { OpenSeadragonAnnotator as AnnotoriousOpenSeadragonAnnotator } from '@annotorious/openseadragon';
|
|
16
|
-
export type { Viewer } from 'openseadragon';
|
|
17
14
|
//# sourceMappingURL=index.d.ts.map
|
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,
|
|
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;;0HAAc,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@annotorious/svelte",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.4",
|
|
4
4
|
"description": "Annotorious Svelte bindings",
|
|
5
5
|
"author": "Rainer Simon",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -12,33 +12,22 @@
|
|
|
12
12
|
"test": "echo 'Skipping tests in @annotorious/svelte package'"
|
|
13
13
|
},
|
|
14
14
|
"module": "./dist/annotorious-svelte.es.js",
|
|
15
|
-
"types": "./
|
|
15
|
+
"types": "./src/index.ts",
|
|
16
16
|
"svelte": "./src/index.ts",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@sveltejs/vite-plugin-svelte": "^
|
|
19
|
-
"@tsconfig/svelte": "^
|
|
20
|
-
"@types/openseadragon": "^3.0.
|
|
21
|
-
"svelte": "^
|
|
22
|
-
"svelte-check": "^3.
|
|
23
|
-
"svelte-preprocess": "^5.1.3",
|
|
18
|
+
"@sveltejs/vite-plugin-svelte": "^2.4.6",
|
|
19
|
+
"@tsconfig/svelte": "^3.0.0",
|
|
20
|
+
"@types/openseadragon": "^3.0.7",
|
|
21
|
+
"svelte": "^3.59.2",
|
|
22
|
+
"svelte-check": "^3.5.2",
|
|
24
23
|
"tslib": "^2.6.2",
|
|
25
|
-
"typescript": "^
|
|
26
|
-
"vite": "^
|
|
27
|
-
"vite-plugin-dts": "^3.
|
|
24
|
+
"typescript": "^4.9.5",
|
|
25
|
+
"vite": "^4.4.9",
|
|
26
|
+
"vite-plugin-dts": "^3.6.0"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
29
|
+
"@annotorious/core": "*",
|
|
30
30
|
"openseadragon": "^3.0.0 || ^4.0.0"
|
|
31
31
|
},
|
|
32
|
-
"peerDependenciesMeta": {
|
|
33
|
-
"openseadragon": {
|
|
34
|
-
"optional": true
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@annotorious/annotorious": "^3.0.0-rc.20",
|
|
39
|
-
"@annotorious/core": "^3.0.0-rc.20",
|
|
40
|
-
"@annotorious/openseadragon": "^3.0.0-rc.20",
|
|
41
|
-
"@neodrag/svelte": "^2.0.3"
|
|
42
|
-
},
|
|
43
32
|
"sideEffects": false
|
|
44
33
|
}
|
package/src/index.ts
CHANGED
|
@@ -9,73 +9,54 @@ export type {
|
|
|
9
9
|
AnnotationTarget,
|
|
10
10
|
Annotator,
|
|
11
11
|
AnnotatorState,
|
|
12
|
-
Appearance,
|
|
13
|
-
AppearanceProvider,
|
|
14
12
|
Color,
|
|
15
13
|
DrawingStyle,
|
|
16
|
-
Filter,
|
|
17
14
|
FormatAdapter,
|
|
18
|
-
HoverState,
|
|
19
|
-
LifecycleEvents,
|
|
20
15
|
ParseResult,
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
User,
|
|
17
|
+
W3CAnnotation,
|
|
18
|
+
W3CAnnotationBody,
|
|
19
|
+
W3CAnnotationTarget,
|
|
20
|
+
W3CSelector
|
|
21
|
+
} from '@annotorious/core/src/model';
|
|
22
|
+
|
|
23
|
+
export type {
|
|
24
|
+
HoverState,
|
|
23
25
|
Selection,
|
|
24
26
|
SelectionState,
|
|
25
27
|
Store,
|
|
26
28
|
StoreChangeEvent,
|
|
27
29
|
StoreObserver,
|
|
28
30
|
SvelteAnnotator,
|
|
29
|
-
SvelteAnnotatorState
|
|
30
|
-
|
|
31
|
-
W3CAnnotation,
|
|
32
|
-
W3CAnnotationBody,
|
|
33
|
-
W3CAnnotationTarget
|
|
34
|
-
} from '@annotorious/core';
|
|
31
|
+
SvelteAnnotatorState
|
|
32
|
+
} from '@annotorious/core/src/state';
|
|
35
33
|
|
|
36
34
|
import {
|
|
37
|
-
createAnonymousGuest as _createAnonymousGuest,
|
|
38
|
-
createBody as _createBody,
|
|
39
|
-
defaultColorProvider as _defaultColorProvider,
|
|
40
|
-
Origin as _Origin,
|
|
41
35
|
PointerSelectAction as _PointerSelectAction
|
|
42
|
-
} from '@annotorious/core';
|
|
36
|
+
} from '@annotorious/core/src/state';
|
|
43
37
|
|
|
44
|
-
export
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
38
|
+
export const PointerSelectAction = _PointerSelectAction;
|
|
39
|
+
|
|
40
|
+
import {
|
|
41
|
+
createBody as _createBody
|
|
42
|
+
} from '@annotorious/core/src/utils';
|
|
43
|
+
|
|
44
|
+
export const createBody = _createBody;
|
|
49
45
|
|
|
50
46
|
// Essential re-exports from @annotorious/annotorious
|
|
51
47
|
export type {
|
|
52
|
-
AnnotoriousOpts,
|
|
53
|
-
DrawingMode,
|
|
54
|
-
DrawingTool,
|
|
55
|
-
ImageAnnotator as AnnotoriousImageAnnotator,
|
|
56
|
-
ImageAnnotation,
|
|
57
48
|
ImageAnnotator,
|
|
49
|
+
ImageAnnotation,
|
|
58
50
|
ImageAnnotatorState,
|
|
59
51
|
Polygon,
|
|
60
|
-
PolygonGeometry,
|
|
61
52
|
Rectangle,
|
|
62
|
-
RectangleGeometry,
|
|
63
53
|
Shape
|
|
64
54
|
} from '@annotorious/annotorious';
|
|
65
55
|
|
|
66
56
|
import {
|
|
67
|
-
createImageAnnotator as _createImageAnnotator,
|
|
68
57
|
ShapeType as _ShapeType,
|
|
69
58
|
W3CImageFormat as _W3CImageFormat
|
|
70
59
|
} from '@annotorious/annotorious';
|
|
71
60
|
|
|
72
|
-
export const createImageAnnotator = _createImageAnnotator;
|
|
73
61
|
export const ShapeType = _ShapeType;
|
|
74
|
-
export const W3CImageFormat = _W3CImageFormat;
|
|
75
|
-
|
|
76
|
-
// Essential re-exports from @annotorious/openseadragon
|
|
77
|
-
export type {
|
|
78
|
-
OpenSeadragonAnnotator as AnnotoriousOpenSeadragonAnnotator
|
|
79
|
-
} from '@annotorious/openseadragon';
|
|
80
|
-
|
|
81
|
-
export type { Viewer } from 'openseadragon';
|
|
62
|
+
export const W3CImageFormat = _W3CImageFormat;
|
package/vite.config.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotorious-svelte.es16.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { run_all as i } from "./annotorious-svelte.es7.js";
|
|
2
|
-
import { set_current_component as a, current_component as u } from "./annotorious-svelte.es10.js";
|
|
3
|
-
const r = [], h = [];
|
|
4
|
-
let c = [];
|
|
5
|
-
const d = [], p = /* @__PURE__ */ Promise.resolve();
|
|
6
|
-
let f = !1;
|
|
7
|
-
function w() {
|
|
8
|
-
f || (f = !0, p.then(m));
|
|
9
|
-
}
|
|
10
|
-
function _(e) {
|
|
11
|
-
c.push(e);
|
|
12
|
-
}
|
|
13
|
-
const s = /* @__PURE__ */ new Set();
|
|
14
|
-
let l = 0;
|
|
15
|
-
function m() {
|
|
16
|
-
if (l !== 0)
|
|
17
|
-
return;
|
|
18
|
-
const e = u;
|
|
19
|
-
do {
|
|
20
|
-
try {
|
|
21
|
-
for (; l < r.length; ) {
|
|
22
|
-
const t = r[l];
|
|
23
|
-
l++, a(t), g(t.$$);
|
|
24
|
-
}
|
|
25
|
-
} catch (t) {
|
|
26
|
-
throw r.length = 0, l = 0, t;
|
|
27
|
-
}
|
|
28
|
-
for (a(null), r.length = 0, l = 0; h.length; )
|
|
29
|
-
h.pop()();
|
|
30
|
-
for (let t = 0; t < c.length; t += 1) {
|
|
31
|
-
const n = c[t];
|
|
32
|
-
s.has(n) || (s.add(n), n());
|
|
33
|
-
}
|
|
34
|
-
c.length = 0;
|
|
35
|
-
} while (r.length);
|
|
36
|
-
for (; d.length; )
|
|
37
|
-
d.pop()();
|
|
38
|
-
f = !1, s.clear(), a(e);
|
|
39
|
-
}
|
|
40
|
-
function g(e) {
|
|
41
|
-
if (e.fragment !== null) {
|
|
42
|
-
e.update(), i(e.before_update);
|
|
43
|
-
const t = e.dirty;
|
|
44
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(_);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
function y(e) {
|
|
48
|
-
const t = [], n = [];
|
|
49
|
-
c.forEach((o) => e.indexOf(o) === -1 ? t.push(o) : n.push(o)), n.forEach((o) => o()), c = t;
|
|
50
|
-
}
|
|
51
|
-
export {
|
|
52
|
-
_ as add_render_callback,
|
|
53
|
-
h as binding_callbacks,
|
|
54
|
-
r as dirty_components,
|
|
55
|
-
m as flush,
|
|
56
|
-
y as flush_render_callbacks,
|
|
57
|
-
w as schedule_update
|
|
58
|
-
};
|
|
59
|
-
//# sourceMappingURL=annotorious-svelte.es17.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotorious-svelte.es17.js","sources":["../../../node_modules/svelte/src/runtime/internal/scheduler.js"],"sourcesContent":["import { run_all } from './utils.js';\nimport { current_component, set_current_component } from './lifecycle.js';\n\nexport const dirty_components = [];\nexport const intros = { enabled: false };\nexport const binding_callbacks = [];\n\nlet render_callbacks = [];\n\nconst flush_callbacks = [];\n\nconst resolved_promise = /* @__PURE__ */ Promise.resolve();\n\nlet update_scheduled = false;\n\n/** @returns {void} */\nexport function schedule_update() {\n\tif (!update_scheduled) {\n\t\tupdate_scheduled = true;\n\t\tresolved_promise.then(flush);\n\t}\n}\n\n/** @returns {Promise<void>} */\nexport function tick() {\n\tschedule_update();\n\treturn resolved_promise;\n}\n\n/** @returns {void} */\nexport function add_render_callback(fn) {\n\trender_callbacks.push(fn);\n}\n\n/** @returns {void} */\nexport function add_flush_callback(fn) {\n\tflush_callbacks.push(fn);\n}\n\n// flush() calls callbacks in this order:\n// 1. All beforeUpdate callbacks, in order: parents before children\n// 2. All bind:this callbacks, in reverse order: children before parents.\n// 3. All afterUpdate callbacks, in order: parents before children. EXCEPT\n// for afterUpdates called during the initial onMount, which are called in\n// reverse order: children before parents.\n// Since callbacks might update component values, which could trigger another\n// call to flush(), the following steps guard against this:\n// 1. During beforeUpdate, any updated components will be added to the\n// dirty_components array and will cause a reentrant call to flush(). Because\n// the flush index is kept outside the function, the reentrant call will pick\n// up where the earlier call left off and go through all dirty components. The\n// current_component value is saved and restored so that the reentrant call will\n// not interfere with the \"parent\" flush() call.\n// 2. bind:this callbacks cannot trigger new flush() calls.\n// 3. During afterUpdate, any updated components will NOT have their afterUpdate\n// callback called a second time; the seen_callbacks set, outside the flush()\n// function, guarantees this behavior.\nconst seen_callbacks = new Set();\n\nlet flushidx = 0; // Do *not* move this inside the flush() function\n\n/** @returns {void} */\nexport function flush() {\n\t// Do not reenter flush while dirty components are updated, as this can\n\t// result in an infinite loop. Instead, let the inner flush handle it.\n\t// Reentrancy is ok afterwards for bindings etc.\n\tif (flushidx !== 0) {\n\t\treturn;\n\t}\n\tconst saved_component = current_component;\n\tdo {\n\t\t// first, call beforeUpdate functions\n\t\t// and update components\n\t\ttry {\n\t\t\twhile (flushidx < dirty_components.length) {\n\t\t\t\tconst component = dirty_components[flushidx];\n\t\t\t\tflushidx++;\n\t\t\t\tset_current_component(component);\n\t\t\t\tupdate(component.$$);\n\t\t\t}\n\t\t} catch (e) {\n\t\t\t// reset dirty state to not end up in a deadlocked state and then rethrow\n\t\t\tdirty_components.length = 0;\n\t\t\tflushidx = 0;\n\t\t\tthrow e;\n\t\t}\n\t\tset_current_component(null);\n\t\tdirty_components.length = 0;\n\t\tflushidx = 0;\n\t\twhile (binding_callbacks.length) binding_callbacks.pop()();\n\t\t// then, once components are updated, call\n\t\t// afterUpdate functions. This may cause\n\t\t// subsequent updates...\n\t\tfor (let i = 0; i < render_callbacks.length; i += 1) {\n\t\t\tconst callback = render_callbacks[i];\n\t\t\tif (!seen_callbacks.has(callback)) {\n\t\t\t\t// ...so guard against infinite loops\n\t\t\t\tseen_callbacks.add(callback);\n\t\t\t\tcallback();\n\t\t\t}\n\t\t}\n\t\trender_callbacks.length = 0;\n\t} while (dirty_components.length);\n\twhile (flush_callbacks.length) {\n\t\tflush_callbacks.pop()();\n\t}\n\tupdate_scheduled = false;\n\tseen_callbacks.clear();\n\tset_current_component(saved_component);\n}\n\n/** @returns {void} */\nfunction update($$) {\n\tif ($$.fragment !== null) {\n\t\t$$.update();\n\t\trun_all($$.before_update);\n\t\tconst dirty = $$.dirty;\n\t\t$$.dirty = [-1];\n\t\t$$.fragment && $$.fragment.p($$.ctx, dirty);\n\t\t$$.after_update.forEach(add_render_callback);\n\t}\n}\n\n/**\n * Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.\n * @param {Function[]} fns\n * @returns {void}\n */\nexport function flush_render_callbacks(fns) {\n\tconst filtered = [];\n\tconst targets = [];\n\trender_callbacks.forEach((c) => (fns.indexOf(c) === -1 ? filtered.push(c) : targets.push(c)));\n\ttargets.forEach((c) => c());\n\trender_callbacks = filtered;\n}\n"],"names":["dirty_components","binding_callbacks","render_callbacks","flush_callbacks","resolved_promise","update_scheduled","schedule_update","flush","add_render_callback","fn","seen_callbacks","flushidx","saved_component","current_component","component","set_current_component","update","e","i","callback","$$","run_all","dirty","flush_render_callbacks","fns","filtered","targets","c"],"mappings":";;AAGY,MAACA,IAAmB,CAAG,GAEtBC,IAAoB,CAAG;AAEpC,IAAIC,IAAmB,CAAA;AAEvB,MAAMC,IAAkB,CAAA,GAElBC,IAAmC,wBAAQ;AAEjD,IAAIC,IAAmB;AAGhB,SAASC,IAAkB;AACjC,EAAKD,MACJA,IAAmB,IACnBD,EAAiB,KAAKG,CAAK;AAE7B;AASO,SAASC,EAAoBC,GAAI;AACvC,EAAAP,EAAiB,KAAKO,CAAE;AACzB;AAyBA,MAAMC,IAAiB,oBAAI;AAE3B,IAAIC,IAAW;AAGR,SAASJ,IAAQ;AAIvB,MAAII,MAAa;AAChB;AAED,QAAMC,IAAkBC;AACxB,KAAG;AAGF,QAAI;AACH,aAAOF,IAAWX,EAAiB,UAAQ;AAC1C,cAAMc,IAAYd,EAAiBW,CAAQ;AAC3C,QAAAA,KACAI,EAAsBD,CAAS,GAC/BE,EAAOF,EAAU,EAAE;AAAA,MACnB;AAAA,IACD,SAAQG,GAAG;AAEX,YAAAjB,EAAiB,SAAS,GAC1BW,IAAW,GACLM;AAAA,IACN;AAID,SAHAF,EAAsB,IAAI,GAC1Bf,EAAiB,SAAS,GAC1BW,IAAW,GACJV,EAAkB;AAAQ,MAAAA,EAAkB,IAAK,EAAA;AAIxD,aAASiB,IAAI,GAAGA,IAAIhB,EAAiB,QAAQgB,KAAK,GAAG;AACpD,YAAMC,IAAWjB,EAAiBgB,CAAC;AACnC,MAAKR,EAAe,IAAIS,CAAQ,MAE/BT,EAAe,IAAIS,CAAQ,GAC3BA;IAED;AACD,IAAAjB,EAAiB,SAAS;AAAA,EAC5B,SAAUF,EAAiB;AAC1B,SAAOG,EAAgB;AACtB,IAAAA,EAAgB,IAAG;AAEpB,EAAAE,IAAmB,IACnBK,EAAe,MAAK,GACpBK,EAAsBH,CAAe;AACtC;AAGA,SAASI,EAAOI,GAAI;AACnB,MAAIA,EAAG,aAAa,MAAM;AACzB,IAAAA,EAAG,OAAM,GACTC,EAAQD,EAAG,aAAa;AACxB,UAAME,IAAQF,EAAG;AACjB,IAAAA,EAAG,QAAQ,CAAC,EAAE,GACdA,EAAG,YAAYA,EAAG,SAAS,EAAEA,EAAG,KAAKE,CAAK,GAC1CF,EAAG,aAAa,QAAQZ,CAAmB;AAAA,EAC3C;AACF;AAOO,SAASe,EAAuBC,GAAK;AAC3C,QAAMC,IAAW,CAAA,GACXC,IAAU,CAAA;AAChB,EAAAxB,EAAiB,QAAQ,CAACyB,MAAOH,EAAI,QAAQG,CAAC,MAAM,KAAKF,EAAS,KAAKE,CAAC,IAAID,EAAQ,KAAKC,CAAC,CAAE,GAC5FD,EAAQ,QAAQ,CAACC,MAAMA,EAAG,CAAA,GAC1BzB,IAAmBuB;AACpB;","x_google_ignoreList":[0]}
|
|
File without changes
|