@nil-/xit 0.4.9 → 0.4.11
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/assets/bundler.js +1 -1
- package/components/layouts/Container.svelte +4 -6
- package/components/loaders/FFF.svelte +45 -0
- package/components/loaders/FFF.svelte.d.ts +18 -0
- package/components/loaders/Helpers.d.ts +91 -0
- package/components/loaders/Helpers.js +1 -0
- package/{test/ReactiveValueLoader.svelte → components/loaders/Reactive.svelte} +10 -7
- package/components/loaders/Reactive.svelte.d.ts +3916 -0
- package/{test/ReadOnlyValueLoader.svelte → components/loaders/ReadOnly.svelte} +5 -6
- package/components/loaders/ReadOnly.svelte.d.ts +3916 -0
- package/package.json +4 -36
- package/test/Frame.svelte +1 -1
- package/test/Frame.svelte.d.ts +1 -1
- package/test/Main.svelte +1 -11
- package/test/ReactiveValueLoader.svelte.d.ts +0 -39
- package/test/ReadOnlyValueLoader.svelte.d.ts +0 -39
package/assets/bundler.js
CHANGED
|
@@ -14,7 +14,7 @@ import Component from "${e.replace(/\\/g,"/")}";
|
|
|
14
14
|
export const action = (target, context) => {
|
|
15
15
|
const ref = mount(Component, { target, context });
|
|
16
16
|
return { destroy: () => unmount(ref) };
|
|
17
|
-
};`,ml=new Map,uS=/^(@[^/]*\/[^/]*)(?:\/(.*))?$/s,DS=/^([^/]*)(?:\/(.*))?$/s,dS=async(e,A)=>{if(A!=null){const t=new URL(A);return new URL(e,t).href}return e},Fn=async(e,A)=>e.endsWith("..")?(await fetch(new URL(`${e}/index.js`,A),{method:"HEAD"})).url:e.endsWith("/")?(await fetch(new URL(`${e}index.js`,A),{method:"HEAD"})).url:(await fetch(new URL(e,A),{method:"HEAD"})).url,pS=async e=>{const A=await fetch(e);if(A.ok)return JSON.parse(await A.text())},wS=async(e,A)=>{const[t,g,I=""]=e.split(e.startsWith("@")?uS:DS),Q=g=="@nil-/xit"?`${A}/${g}@0.4.
|
|
17
|
+
};`,ml=new Map,uS=/^(@[^/]*\/[^/]*)(?:\/(.*))?$/s,DS=/^([^/]*)(?:\/(.*))?$/s,dS=async(e,A)=>{if(A!=null){const t=new URL(A);return new URL(e,t).href}return e},Fn=async(e,A)=>e.endsWith("..")?(await fetch(new URL(`${e}/index.js`,A),{method:"HEAD"})).url:e.endsWith("/")?(await fetch(new URL(`${e}index.js`,A),{method:"HEAD"})).url:(await fetch(new URL(e,A),{method:"HEAD"})).url,pS=async e=>{const A=await fetch(e);if(A.ok)return JSON.parse(await A.text())},wS=async(e,A)=>{const[t,g,I=""]=e.split(e.startsWith("@")?uS:DS),Q=g=="@nil-/xit"?`${A}/${g}@0.4.11`:`${A}/${g}`,C=`${Q}/package.json`;if(ml.has(C))return{...ml.get(C),rest:I};const i=await pS(C);if(i!=null)return ml.set(C,{base:Q,json:i}),{base:Q,json:i,rest:I}},fS=(e,A)=>({input:t=>({resolved:t}),hook:async(t,g)=>{if(t.startsWith(Xd))return t;if(t.startsWith(".")){if(g!=null&&g.startsWith(Jn))return await dS(t,g);if(g!=null&&g.startsWith(uI))return`${uI}${await Fn(t,g.slice(uI.length))}`}if(t.startsWith("$")){const Q=t.indexOf("/"),C=t.slice(1,Q);return C in A?`${Jn}${A[C]}${t.slice(Q)}`:null}if(t.startsWith("https://"))return null;const I=await wS(t,e);if(I!=null){const Q=lS(I.json,I.rest,{browser:!0,conditions:["svelte","production"]});if(Q!=null){if(Array.isArray(Q)&&Q.length>0)return`${uI}${await Fn(`${I.base}/${Q[0]}`)}`;if(typeof Q=="string")return`${uI}${await Fn(`${I.base}/${Q}`)}`}else{const C=cS(I.json);if(C!=null)return`${uI}${await Fn(`${I.base}/${C}`)}`}}throw"unknown file, should be unreachable"}});function ZA(e,A,t){const g=t._;let I=!1;function Q(i,{next:B,state:s}){B(s)}function C(i,B,s){if(I||!i.type)return;let a;const n={},o={path:B,state:s,next:(f=s)=>{B.push(i);for(const d in i){if(d==="type")continue;const l=i[d];if(l&&typeof l=="object")if(Array.isArray(l)){const c={};l.forEach((h,w)=>{if(h&&typeof h=="object"){const N=C(h,B,f);N&&(c[w]=N)}}),Object.keys(c).length>0&&(n[d]=l.map((h,w)=>c[w]??h))}else{const c=C(l,B,f);c&&(n[d]=c)}}if(B.pop(),Object.keys(n).length>0)return zd(i,n)},stop:()=>{I=!0},visit:(f,d=s)=>{B.push(i);const l=C(f,B,d)??f;return B.pop(),l}};let D=t[i.type]??Q;if(g){let f;a=g(i,{...o,next:(d=s)=>(s=d,f=D(i,{...o,state:d}),f)}),!a&&f&&(a=f)}else a=D(i,o);if(a||Object.keys(n).length>0&&(a=zd(i,n)),a)return a}return C(e,[],A)??e}function zd(e,A){const t={},g=Object.getOwnPropertyDescriptors(e);for(const I in g)Object.defineProperty(t,I,g[I]);for(const I in A)t[I]=A[I];return t}const KQ=/\s/,Nl=/\s+/,Sn=/^\r?\n/,yS=/^\s/,TC=/^[ \t\r\n]+/,$d=/\s$/,_Q=/[ \t\r\n]+$/,PQ=/[^ \t\r\n]/,Ap=/[ \t\n\r\f]+/g,kS=/^[ \t\n\r\f]+$/,ep=/[^\n]/g,tp=/^[a-zA-Z_$][a-zA-Z_$0-9]*$/,GS=/(^[^a-zA-Z_$]|[^a-zA-Z0-9_$])/g,mS=/^[aeiou]/,NS=/^h[1-6]$/,MS=/(^[0-9-.])|[\^$@%&#?!|()[\]{}^*+~;]/,Ln=/[\u202a\u202b\u202c\u202d\u202e\u2066\u2067\u2068\u2069]+/g,Ml=1,Yn=2,RS=4,JS=8,FS=16,SS=1,LS=2,YS=4,US=8,bS=16,qS=1,vS=2,xS=4,HS=1,gp=2,KS=4,_S=8,PS="[",TS="[!",jS="]",OS=1,Ip=2,Qp="http://www.w3.org/2000/svg",Cp="http://www.w3.org/1998/Math/MathML",ZS=["state_snapshot_uncloneable","binding_property_non_reactive","hydration_attribute_changed","hydration_html_changed","ownership_invalid_binding","ownership_invalid_mutation"];function Un(e,A){if(A.length===0)return null;const g=new $S(A).get(e);return g&&g[0][0]>.7?g[0][1]:null}const Rl=2,Jl=3;function VS(e,A){if(e===null&&A===null)throw"Trying to compare two null values";return e===null||A===null?0:(e=String(e),A=String(A),1-WS(e,A)/Math.max(e.length,A.length))}function WS(e,A){const t=[];let g=0,I=0;for(let Q=0;Q<=A.length;Q++)for(let C=0;C<=e.length;C++)Q&&C?e.charAt(C-1)===A.charAt(Q-1)?I=g:I=Math.min(t[C],t[C-1],g)+1:I=Q+C,g=t[C],t[C]=I;return t.pop()}const XS=/[^\w, ]+/;function zS(e,A=2){const t="-"+e.toLowerCase().replace(XS,"")+"-",g=A-t.length,I=[];if(g>0)for(let Q=0;Q<g;++Q)e+="-";for(let Q=0;Q<t.length-A+1;++Q)I.push(t.slice(Q,Q+A));return I}function ip(e,A=2){const t={},g=zS(e,A);let I=0;for(I;I<g.length;++I)g[I]in t?t[g[I]]+=1:t[g[I]]=1;return t}function Bp(e,A){return A[0]-e[0]}class $S{constructor(A){nA(this,"exact_set",{});nA(this,"match_dict",{});nA(this,"items",{});for(let t=Rl;t<Jl+1;++t)this.items[t]=[];for(let t=0;t<A.length;++t)this.add(A[t])}add(A){if(A.toLowerCase()in this.exact_set)return!1;let g=Rl;for(g;g<Jl+1;++g)this._add(A,g)}_add(A,t){const g=A.toLowerCase(),I=this.items[t]||[],Q=I.length;I.push(0);const C=ip(g,t);let i=0,B,s;for(B in C)s=C[B],i+=Math.pow(s,2),B in this.match_dict?this.match_dict[B].push([Q,s]):this.match_dict[B]=[[Q,s]];const a=Math.sqrt(i);I[Q]=[a,g],this.items[t]=I,this.exact_set[g]=A}get(A){const t=A.toLowerCase(),g=this.exact_set[t];if(g)return[[1,g]];for(let I=Jl;I>=Rl;--I){const Q=this.__get(A,I);if(Q.length>0)return Q}return null}__get(A,t){const g=A.toLowerCase(),I={},Q=ip(g,t),C=this.items[t];let i=0,B,s,a,n,o;for(B in Q)if(s=Q[B],i+=Math.pow(s,2),B in this.match_dict)for(a=0;a<this.match_dict[B].length;++a)n=this.match_dict[B][a][0],o=this.match_dict[B][a][1],n in I?I[n]+=s*o:I[n]=s*o;const D=Math.sqrt(i);let f=[],d;for(const h in I)d=I[h],f.push([d/(D*C[h][0]),C[h][1]]);f.sort(Bp);let l=[];const c=Math.min(50,f.length);for(let h=0;h<c;++h)l.push([VS(f[h][1],g),f[h][1]]);f=l,f.sort(Bp),l=[];for(let h=0;h<f.length;++h)f[h][0]===f[0][0]&&l.push([f[h][0],this.exact_set[f[h][1]]]);return l}}function AL(e,A){return e.start<=A&&A<e.end}function sp(e,A={}){const{offsetLine:t=0,offsetColumn:g=0}=A;let I=0;const Q=e.split(`
|
|
18
18
|
`).map((B,s)=>{const a=I+B.length+1,n={start:I,end:a,line:s};return I=a,n});let C=0;function i(B,s){if(typeof B=="string"&&(B=e.indexOf(B,s??0)),B===-1)return;let a=Q[C];const n=B>=a.end?1:-1;for(;a;){if(AL(a,B))return{line:t+a.line,column:g+B-a.start,character:B};C+=n,a=Q[C]}}return i}const eL=/\r/g;function tL(e){e=e.replace(eL,"");let A=5381,t=e.length;for(;t--;)A=(A<<5)-A^e.charCodeAt(t);return(A>>>0).toString(36)}const gL=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"];function jC(e){return gL.includes(e)||e.toLowerCase()==="!doctype"}const IL=["arguments","await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","var","void","while","with","yield"];function Ep(e){return IL.includes(e)}function ap(e){return e.endsWith("capture")&&e!=="gotpointercapture"&&e!=="lostpointercapture"}const QL=["beforeinput","click","change","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"];function op(e){return QL.includes(e)}const np=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected","webkitdirectory","defer","disablepictureinpicture","disableremoteplayback"];function Fl(e){return np.includes(e)}const CL={formnovalidate:"formNoValidate",ismap:"isMap",nomodule:"noModule",playsinline:"playsInline",readonly:"readOnly",defaultvalue:"defaultValue",defaultchecked:"defaultChecked",srcobject:"srcObject",novalidate:"noValidate",allowfullscreen:"allowFullscreen",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback"};function iL(e){return e=e.toLowerCase(),CL[e]??e}const BL=[...np,"formNoValidate","isMap","noModule","playsInline","readOnly","value","volume","defaultValue","defaultChecked","srcObject","noValidate","allowFullscreen","disablePictureInPicture","disableRemotePlayback"];function sL(e){return BL.includes(e)}const EL=["autofocus","muted","defaultValue","defaultChecked"];function Sl(e){return EL.includes(e)}const aL=["touchstart","touchmove"];function oL(e){return aL.includes(e)}const nL=["textContent","innerHTML","innerText"];function Ll(e){return nL.includes(e)}const rL=["body","embed","iframe","img","link","object","script","style","track"];function bn(e){return rL.includes(e)}const cL=["altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","discard","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hatch","hatchpath","hkern","image","line","linearGradient","marker","mask","mesh","meshgradient","meshpatch","meshrow","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","solidcolor","stop","svg","switch","symbol","text","textPath","tref","tspan","unknown","use","view","vkern"];function Yl(e){return cL.includes(e)}const lL=["annotation","annotation-xml","maction","math","merror","mfrac","mi","mmultiscripts","mn","mo","mover","mpadded","mphantom","mprescripts","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msubsup","msup","mtable","mtd","mtext","mtr","munder","munderover","semantics"];function rp(e){return lL.includes(e)}const cp=["$state","$state.raw","$derived","$derived.by"],hL=[...cp,"$state.snapshot","$props","$props.id","$bindable","$effect","$effect.pre","$effect.tracking","$effect.root","$inspect","$inspect().with","$inspect.trace","$host"];function DI(e){return hL.includes(e)}function uL(e){return cp.includes(e)}function DL(e){return e==null?void 0:e.replace(/\//g,"/")}let TQ=[],xt,qn,MA,Gt=sp("",{offsetLine:1});function lp(e){const A=Gt(e.start);return`${DL(xt)}:${A==null?void 0:A.line}:${A.column}`}let hp,ZI=[],vn=new Map;function dL(e){const A=new Set([...ZI.at(-1)||[],...e]);ZI.push(A)}function pL(){ZI.pop()}function up(e=()=>!0){hp=e}function vg(e,A){var t;return MA&&!!((t=vn.get(e))!=null&&t.some(g=>g.has(A)))}function Dp(e,A){var g;qn=e;const t=(g=A.rootDir)==null?void 0:g.replace(/\\/g,"/");xt=A.filename.replace(/\\/g,"/"),MA=!!A.dev,typeof t=="string"&&xt.startsWith(t)&&(xt=xt.replace(t,"").replace(/^[/\\]/,"")),Gt=sp(qn,{offsetLine:1}),TQ=[],ZI=[],vn.clear()}const wL=/^\t+/;function Ul(e){return e.replace(wL,A=>A.split(" ").join(" "))}function fL(e,A,t){const g=e.split(`
|
|
19
19
|
`),I=Math.max(0,A-2),Q=Math.min(A+3,g.length),C=String(Q+1).length;return g.slice(I,Q).map((i,B)=>{const s=I+B===A,a=String(B+I+1).padStart(C," ");if(s){const n=" ".repeat(C+2+Ul(i.slice(0,t)).length)+"^";return`${a}: ${Ul(i)}
|
|
20
20
|
${n}`}return`${a}: ${Ul(i)}`}).join(`
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
<script lang="ts">let { children } = $props();
|
|
2
2
|
</script>
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
<div
|
|
6
|
-
|
|
7
|
-
{@render children()}
|
|
8
|
-
</div>
|
|
4
|
+
<div class="container">
|
|
5
|
+
<div>
|
|
6
|
+
{@render children?.()}
|
|
9
7
|
</div>
|
|
10
|
-
|
|
8
|
+
</div>
|
|
11
9
|
|
|
12
10
|
<style>
|
|
13
11
|
.container {
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<script lang="ts">import ReadOnlyValueLoader from "./ReadOnly.svelte";
|
|
2
|
+
import ReactiveValueLoader from "./Reactive.svelte";
|
|
3
|
+
import { json_string } from "../..";
|
|
4
|
+
const CurrentComponent = ReadOnlyValueLoader;
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<CurrentComponent
|
|
8
|
+
frames={[
|
|
9
|
+
{
|
|
10
|
+
id: "id1",
|
|
11
|
+
items: [
|
|
12
|
+
{
|
|
13
|
+
type: "boolean",
|
|
14
|
+
default: true,
|
|
15
|
+
key: "hhello"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
type: "boolean",
|
|
19
|
+
default: false,
|
|
20
|
+
key: "hhello1"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
id: "id1",
|
|
26
|
+
items: [
|
|
27
|
+
{
|
|
28
|
+
type: "json",
|
|
29
|
+
default: 123,
|
|
30
|
+
key: "hhello",
|
|
31
|
+
codec: json_string
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
type: "number",
|
|
35
|
+
default: 1,
|
|
36
|
+
key: "hhello1"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
]}
|
|
41
|
+
>
|
|
42
|
+
{#snippet loaded_data(data)}
|
|
43
|
+
asd
|
|
44
|
+
{/snippet}
|
|
45
|
+
</CurrentComponent>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
+
$$bindings?: Bindings;
|
|
4
|
+
} & Exports;
|
|
5
|
+
(internal: unknown, props: {
|
|
6
|
+
$$events?: Events;
|
|
7
|
+
$$slots?: Slots;
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
11
|
+
};
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
|
+
}
|
|
14
|
+
declare const Fff: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
}, {}, {}, string>;
|
|
17
|
+
type Fff = InstanceType<typeof Fff>;
|
|
18
|
+
export default Fff;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { Writable } from "svelte/store";
|
|
2
|
+
import type { CoDec } from "../..";
|
|
3
|
+
export type MapType = {
|
|
4
|
+
boolean: boolean;
|
|
5
|
+
number: number;
|
|
6
|
+
double: number;
|
|
7
|
+
string: string;
|
|
8
|
+
buffer: Uint8Array;
|
|
9
|
+
json: any;
|
|
10
|
+
};
|
|
11
|
+
export type Prettify<T> = {
|
|
12
|
+
[K in keyof T]: T[K];
|
|
13
|
+
} & {};
|
|
14
|
+
export interface ToType {
|
|
15
|
+
output: this extends {
|
|
16
|
+
type: infer T extends keyof MapType;
|
|
17
|
+
} ? MapType[T] : never;
|
|
18
|
+
}
|
|
19
|
+
export interface ToWritableType {
|
|
20
|
+
output: this extends {
|
|
21
|
+
type: infer T extends keyof MapType;
|
|
22
|
+
} ? Writable<MapType[T]> : never;
|
|
23
|
+
}
|
|
24
|
+
export interface ExtractItem {
|
|
25
|
+
output: this extends {
|
|
26
|
+
mask: infer Mask extends {
|
|
27
|
+
output: any;
|
|
28
|
+
};
|
|
29
|
+
item: {
|
|
30
|
+
readonly key: infer Key extends string;
|
|
31
|
+
readonly type: infer Type;
|
|
32
|
+
};
|
|
33
|
+
} ? {
|
|
34
|
+
[P in Key]: (Mask & {
|
|
35
|
+
type: Type;
|
|
36
|
+
})["output"];
|
|
37
|
+
} : never;
|
|
38
|
+
}
|
|
39
|
+
export interface ExtractItems {
|
|
40
|
+
output: this extends {
|
|
41
|
+
mask: infer Mask;
|
|
42
|
+
items: infer Items;
|
|
43
|
+
} ? Items extends readonly [infer F, ...infer Rest] ? (ExtractItem & {
|
|
44
|
+
item: F;
|
|
45
|
+
mask: Mask;
|
|
46
|
+
})["output"] & (ExtractItems & {
|
|
47
|
+
items: Rest;
|
|
48
|
+
mask: Mask;
|
|
49
|
+
})["output"] : Items extends readonly [] ? {} : never : never;
|
|
50
|
+
}
|
|
51
|
+
export interface ExtractFrames {
|
|
52
|
+
output: this extends {
|
|
53
|
+
mask: infer Mask;
|
|
54
|
+
frames: infer Frames;
|
|
55
|
+
} ? Frames extends readonly [infer F extends {
|
|
56
|
+
items: any;
|
|
57
|
+
}, ...infer Rest] ? [
|
|
58
|
+
Prettify<(ExtractItems & {
|
|
59
|
+
items: F["items"];
|
|
60
|
+
mask: Mask;
|
|
61
|
+
})["output"]>,
|
|
62
|
+
...(ExtractFrames & {
|
|
63
|
+
frames: Rest;
|
|
64
|
+
mask: Mask;
|
|
65
|
+
})["output"]
|
|
66
|
+
] : Frames extends readonly [] ? [] : never : never;
|
|
67
|
+
}
|
|
68
|
+
export type ItemDetail<T extends keyof MapType> = T extends "json" ? {
|
|
69
|
+
key: string;
|
|
70
|
+
type: T;
|
|
71
|
+
default: MapType[T];
|
|
72
|
+
codec: CoDec<any>;
|
|
73
|
+
} : {
|
|
74
|
+
key: string;
|
|
75
|
+
type: T;
|
|
76
|
+
default: MapType[T];
|
|
77
|
+
codec?: never;
|
|
78
|
+
};
|
|
79
|
+
export type FrameDetails = {
|
|
80
|
+
readonly id: string;
|
|
81
|
+
readonly tag?: string;
|
|
82
|
+
readonly items: readonly ItemDetail<keyof MapType>[];
|
|
83
|
+
};
|
|
84
|
+
export type ReactiveFrames<T> = (ExtractFrames & {
|
|
85
|
+
frames: T;
|
|
86
|
+
mask: ToWritableType;
|
|
87
|
+
})["output"];
|
|
88
|
+
export type ReadOnlyFrames<T> = (ExtractFrames & {
|
|
89
|
+
frames: T;
|
|
90
|
+
mask: ToType;
|
|
91
|
+
})["output"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
<script lang="ts">
|
|
2
|
-
|
|
3
|
-
const {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} = $props();
|
|
1
|
+
<script lang="ts" module></script>
|
|
2
|
+
|
|
3
|
+
<script lang="ts" generics="const T extends readonly FrameDetails[]">import { onDestroy } from "svelte";
|
|
4
|
+
import { xit } from "../..";
|
|
5
|
+
const { frames, loaded_data } = $props();
|
|
7
6
|
const { load_frame_data } = xit();
|
|
8
7
|
let unmounted = false;
|
|
9
8
|
const unsubs = [];
|
|
@@ -26,7 +25,11 @@ const load = async (frame, index) => {
|
|
|
26
25
|
} else if (item.type == "buffer") {
|
|
27
26
|
data[index][item.key] = frame_data.values.buffer(item.key, item.default);
|
|
28
27
|
} else if (item.type == "json") {
|
|
29
|
-
data[index][item.key] = frame_data.values.json(
|
|
28
|
+
data[index][item.key] = frame_data.values.json(
|
|
29
|
+
item.key,
|
|
30
|
+
item.default,
|
|
31
|
+
item.codec
|
|
32
|
+
);
|
|
30
33
|
}
|
|
31
34
|
}
|
|
32
35
|
}
|