diff --git "a/bundle.js" "b/bundle.js" --- "a/bundle.js" +++ "b/bundle.js" @@ -731,17 +731,17 @@ var app = (function () { /* src\VideoGradioComponentBrainstorming.svelte generated by Svelte v3.59.2 */ - const { console: console_1$g } = globals; - const file$y = "src\\VideoGradioComponentBrainstorming.svelte"; + const { console: console_1$h } = globals; + const file$z = "src\\VideoGradioComponentBrainstorming.svelte"; - function get_each_context$o(ctx, list, i) { + function get_each_context$p(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[15] = list[i]; return child_ctx; } // (85:4) {#each kitchenOptions as option} - function create_each_block$o(ctx) { + function create_each_block$p(ctx) { let option; let t_value = /*option*/ ctx[15] + ""; let t; @@ -752,7 +752,7 @@ var app = (function () { t = text(t_value); option.__value = /*option*/ ctx[15]; option.value = option.__value; - add_location(option, file$y, 85, 6, 2561); + add_location(option, file$z, 85, 6, 2561); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -766,7 +766,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$o.name, + id: create_each_block$p.name, type: "each", source: "(85:4) {#each kitchenOptions as option}", ctx @@ -775,7 +775,7 @@ var app = (function () { return block; } - function create_fragment$y(ctx) { + function create_fragment$z(ctx) { let h1; let t1; let div1; @@ -802,7 +802,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$o(get_each_context$o(ctx, each_value, i)); + each_blocks[i] = create_each_block$p(get_each_context$p(ctx, each_value, i)); } const block = { @@ -832,34 +832,34 @@ var app = (function () { each_blocks[i].c(); } - add_location(h1, file$y, 66, 0, 1800); + add_location(h1, file$z, 66, 0, 1800); attr_dev(track, "kind", "captions"); if (!src_url_equal(track.src, track_src_value = "path/to/your/captions/file.vtt")) attr_dev(track, "src", track_src_value); attr_dev(track, "srclang", "en"); attr_dev(track, "label", "English"); - add_location(track, file$y, 72, 4, 2006); + add_location(track, file$z, 72, 4, 2006); attr_dev(video, "id", "videoCanvas"); video.autoplay = true; attr_dev(video, "class", "svelte-ufd3fo"); - add_location(video, file$y, 70, 2, 1965); + add_location(video, file$z, 70, 2, 1965); attr_dev(div0, "id", "overlayText"); attr_dev(div0, "class", "svelte-ufd3fo"); - add_location(div0, file$y, 74, 2, 2111); + add_location(div0, file$z, 74, 2, 2111); attr_dev(div1, "id", "videoContainer"); attr_dev(div1, "class", "svelte-ufd3fo"); - add_location(div1, file$y, 68, 0, 1911); + add_location(div1, file$z, 68, 0, 1911); attr_dev(canvas_1, "id", "myCanvas"); set_style(canvas_1, "border", "2px solid black"); attr_dev(canvas_1, "width", "500"); attr_dev(canvas_1, "height", "500"); - add_location(canvas_1, file$y, 77, 0, 2186); + add_location(canvas_1, file$z, 77, 0, 2186); attr_dev(input, "type", "text"); - add_location(input, file$y, 78, 0, 2294); - add_location(button, file$y, 82, 2, 2429); + add_location(input, file$z, 78, 0, 2294); + add_location(button, file$z, 82, 2, 2429); if (/*selectedOption*/ ctx[0] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[9].call(select)); - add_location(select, file$y, 83, 2, 2479); + add_location(select, file$z, 83, 2, 2479); attr_dev(div2, "id", "frameForButtons"); - add_location(div2, file$y, 81, 0, 2399); + add_location(div2, file$z, 81, 0, 2399); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -918,12 +918,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$o(ctx, each_value, i); + const child_ctx = get_each_context$p(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$o(child_ctx); + each_blocks[i] = create_each_block$p(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -961,7 +961,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$y.name, + id: create_fragment$z.name, type: "component", source: "", ctx @@ -974,7 +974,7 @@ var app = (function () { } // Logic for 'Test OCR' button - function instance$y($$self, $$props, $$invalidate) { + function instance$z($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('VideoGradioComponentBrainstorming', slots, []); let selectedOption = 'Stove - lu'; // default value @@ -1036,7 +1036,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$g.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$h.warn(` was created with unknown prop '${key}'`); }); function canvas_1_binding($$value) { @@ -1107,13 +1107,13 @@ var app = (function () { class VideoGradioComponentBrainstorming extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$y, create_fragment$y, safe_not_equal, {}); + init(this, options, instance$z, create_fragment$z, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "VideoGradioComponentBrainstorming", options, - id: create_fragment$y.name + id: create_fragment$z.name }); } } @@ -1167,9 +1167,9 @@ var app = (function () { } /* src\MovingDotPortfromReact.svelte generated by Svelte v3.59.2 */ - const file$x = "src\\MovingDotPortfromReact.svelte"; + const file$y = "src\\MovingDotPortfromReact.svelte"; - function create_fragment$x(ctx) { + function create_fragment$y(ctx) { let button; const block = { @@ -1179,7 +1179,7 @@ var app = (function () { set_style(button, "left", /*position*/ ctx[0].x + "px"); set_style(button, "top", /*position*/ ctx[0].y + "px"); attr_dev(button, "tabindex", "0"); - add_location(button, file$x, 48, 0, 1573); + add_location(button, file$y, 48, 0, 1573); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -1207,7 +1207,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$x.name, + id: create_fragment$y.name, type: "component", source: "", ctx @@ -1218,7 +1218,7 @@ var app = (function () { const step$2 = 10; - function instance$x($$self, $$props, $$invalidate) { + function instance$y($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotPortfromReact', slots, []); let { position = { x: 0, y: 0 } } = $$props; @@ -1323,13 +1323,13 @@ var app = (function () { class MovingDotPortfromReact extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$x, create_fragment$x, safe_not_equal, { position: 0, boundaries: 2, focusDot: 3 }); + init(this, options, instance$y, create_fragment$y, safe_not_equal, { position: 0, boundaries: 2, focusDot: 3 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotPortfromReact", options, - id: create_fragment$x.name + id: create_fragment$y.name }); } @@ -1360,9 +1360,9 @@ var app = (function () { /* src\MovingDotTargetPortfromReact.svelte generated by Svelte v3.59.2 */ - const file$w = "src\\MovingDotTargetPortfromReact.svelte"; + const file$x = "src\\MovingDotTargetPortfromReact.svelte"; - function create_fragment$w(ctx) { + function create_fragment$x(ctx) { let div; const block = { @@ -1371,7 +1371,7 @@ var app = (function () { attr_dev(div, "class", "target svelte-100j21r"); set_style(div, "left", /*position*/ ctx[0].x + "px"); set_style(div, "top", /*position*/ ctx[0].y + "px"); - add_location(div, file$w, 4, 0, 49); + add_location(div, file$x, 4, 0, 49); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -1397,7 +1397,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$w.name, + id: create_fragment$x.name, type: "component", source: "", ctx @@ -1406,7 +1406,7 @@ var app = (function () { return block; } - function instance$w($$self, $$props, $$invalidate) { + function instance$x($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotTargetPortfromReact', slots, []); let { position } = $$props; @@ -1443,13 +1443,13 @@ var app = (function () { class MovingDotTargetPortfromReact extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$w, create_fragment$w, safe_not_equal, { position: 0 }); + init(this, options, instance$x, create_fragment$x, safe_not_equal, { position: 0 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotTargetPortfromReact", options, - id: create_fragment$w.name + id: create_fragment$x.name }); } @@ -1464,17 +1464,17 @@ var app = (function () { /* src\MovingDotSpaceSimpleModal.svelte generated by Svelte v3.59.2 */ - const { console: console_1$f } = globals; - const file$v = "src\\MovingDotSpaceSimpleModal.svelte"; + const { console: console_1$g } = globals; + const file$w = "src\\MovingDotSpaceSimpleModal.svelte"; - function get_each_context$n(ctx, list, i) { + function get_each_context$o(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[10] = list[i]; return child_ctx; } // (34:0) {#if isOpen} - function create_if_block$i(ctx) { + function create_if_block$j(ctx) { let div3; let div2; let div0; @@ -1494,7 +1494,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$n(get_each_context$n(ctx, each_value, i)); + each_blocks[i] = create_each_block$o(get_each_context$o(ctx, each_value, i)); } const block = { @@ -1517,18 +1517,18 @@ var app = (function () { each_blocks[i].c(); } - add_location(h2, file$v, 37, 8, 1159); - add_location(button, file$v, 38, 8, 1185); + add_location(h2, file$w, 37, 8, 1159); + add_location(button, file$w, 38, 8, 1185); attr_dev(div0, "class", "modal-header svelte-m51ous"); - add_location(div0, file$v, 36, 6, 1123); + add_location(div0, file$w, 36, 6, 1123); attr_dev(ul, "class", "modal-items"); - add_location(ul, file$v, 42, 8, 1309); + add_location(ul, file$w, 42, 8, 1309); attr_dev(div1, "class", "modal-content svelte-m51ous"); - add_location(div1, file$v, 40, 6, 1253); + add_location(div1, file$w, 40, 6, 1253); attr_dev(div2, "class", "modal svelte-m51ous"); - add_location(div2, file$v, 35, 4, 1096); + add_location(div2, file$w, 35, 4, 1096); attr_dev(div3, "class", "modal-overlay svelte-m51ous"); - add_location(div3, file$v, 34, 2, 1063); + add_location(div3, file$w, 34, 2, 1063); }, m: function mount(target, anchor) { insert_dev(target, div3, anchor); @@ -1565,12 +1565,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$n(ctx, each_value, i); + const child_ctx = get_each_context$o(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$n(child_ctx); + each_blocks[i] = create_each_block$o(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -1593,7 +1593,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$i.name, + id: create_if_block$j.name, type: "if", source: "(34:0) {#if isOpen}", ctx @@ -1603,7 +1603,7 @@ var app = (function () { } // (44:10) {#each items as item} - function create_each_block$n(ctx) { + function create_each_block$o(ctx) { let button; let t_value = /*item*/ ctx[10].label + ""; let t; @@ -1618,7 +1618,7 @@ var app = (function () { c: function create() { button = element$1("button"); t = text(t_value); - add_location(button, file$v, 44, 12, 1380); + add_location(button, file$w, 44, 12, 1380); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -1642,7 +1642,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$n.name, + id: create_each_block$o.name, type: "each", source: "(44:10) {#each items as item}", ctx @@ -1651,9 +1651,9 @@ var app = (function () { return block; } - function create_fragment$v(ctx) { + function create_fragment$w(ctx) { let if_block_anchor; - let if_block = /*isOpen*/ ctx[0] && create_if_block$i(ctx); + let if_block = /*isOpen*/ ctx[0] && create_if_block$j(ctx); const block = { c: function create() { @@ -1672,7 +1672,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$i(ctx); + if_block = create_if_block$j(ctx); if_block.c(); if_block.m(if_block_anchor.parentNode, if_block_anchor); } @@ -1691,7 +1691,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$v.name, + id: create_fragment$w.name, type: "component", source: "", ctx @@ -1700,7 +1700,7 @@ var app = (function () { return block; } - function instance$v($$self, $$props, $$invalidate) { + function instance$w($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotSpaceSimpleModal', slots, []); let { isOpen = false } = $$props; @@ -1735,11 +1735,11 @@ var app = (function () { $$self.$$.on_mount.push(function () { if (onClose === undefined && !('onClose' in $$props || $$self.$$.bound[$$self.$$.props['onClose']])) { - console_1$f.warn(" was created without expected prop 'onClose'"); + console_1$g.warn(" was created without expected prop 'onClose'"); } if (themeActions === undefined && !('themeActions' in $$props || $$self.$$.bound[$$self.$$.props['themeActions']])) { - console_1$f.warn(" was created without expected prop 'themeActions'"); + console_1$g.warn(" was created without expected prop 'themeActions'"); } }); @@ -1754,7 +1754,7 @@ var app = (function () { ]; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$f.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$g.warn(` was created with unknown prop '${key}'`); }); const click_handler = item => handleItemClick(item); @@ -1813,7 +1813,7 @@ var app = (function () { constructor(options) { super(options); - init(this, options, instance$v, create_fragment$v, safe_not_equal, { + init(this, options, instance$w, create_fragment$w, safe_not_equal, { isOpen: 0, title: 1, content: 2, @@ -1827,7 +1827,7 @@ var app = (function () { component: this, tagName: "MovingDotSpaceSimpleModal", options, - id: create_fragment$v.name + id: create_fragment$w.name }); } @@ -2023,17 +2023,17 @@ var app = (function () { /* src\SimpleStateMachineModal.svelte generated by Svelte v3.59.2 */ - const { Error: Error_1, Object: Object_1$7, console: console_1$e } = globals; - const file$u = "src\\SimpleStateMachineModal.svelte"; + const { Error: Error_1, Object: Object_1$7, console: console_1$f } = globals; + const file$v = "src\\SimpleStateMachineModal.svelte"; - function get_each_context$m(ctx, list, i) { + function get_each_context$n(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[17] = list[i]; return child_ctx; } // (85:0) {#if isOpen} - function create_if_block$h(ctx) { + function create_if_block$i(ctx) { let div3; let div2; let div0; @@ -2054,7 +2054,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$m(get_each_context$m(ctx, each_value, i)); + each_blocks[i] = create_each_block$n(get_each_context$n(ctx, each_value, i)); } let if_block = /*modalimg*/ ctx[4] && create_if_block_1$8(ctx); @@ -2081,18 +2081,18 @@ var app = (function () { t6 = space(); if (if_block) if_block.c(); - add_location(h2, file$u, 88, 10, 3296); - add_location(button, file$u, 89, 10, 3324); + add_location(h2, file$v, 88, 10, 3296); + add_location(button, file$v, 89, 10, 3324); attr_dev(div0, "class", "modal-header svelte-13fuaz8"); - add_location(div0, file$u, 87, 6, 3258); + add_location(div0, file$v, 87, 6, 3258); attr_dev(ul, "class", "modal-items"); - add_location(ul, file$u, 93, 10, 3452); + add_location(ul, file$v, 93, 10, 3452); attr_dev(div1, "class", "modal-content svelte-13fuaz8"); - add_location(div1, file$u, 91, 6, 3392); + add_location(div1, file$v, 91, 6, 3392); attr_dev(div2, "class", "modal svelte-13fuaz8"); - add_location(div2, file$u, 86, 4, 3231); + add_location(div2, file$v, 86, 4, 3231); attr_dev(div3, "class", "modal-overlay svelte-13fuaz8"); - add_location(div3, file$u, 85, 2, 3198); + add_location(div3, file$v, 85, 2, 3198); }, m: function mount(target, anchor) { insert_dev(target, div3, anchor); @@ -2132,12 +2132,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$m(ctx, each_value, i); + const child_ctx = get_each_context$n(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$m(child_ctx); + each_blocks[i] = create_each_block$n(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -2174,7 +2174,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$h.name, + id: create_if_block$i.name, type: "if", source: "(85:0) {#if isOpen}", ctx @@ -2184,7 +2184,7 @@ var app = (function () { } // (95:10) {#each items as item} - function create_each_block$m(ctx) { + function create_each_block$n(ctx) { let button; let t_value = /*item*/ ctx[17].label + ""; let t; @@ -2199,7 +2199,7 @@ var app = (function () { c: function create() { button = element$1("button"); t = text(t_value); - add_location(button, file$u, 95, 14, 3525); + add_location(button, file$v, 95, 14, 3525); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -2223,7 +2223,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$m.name, + id: create_each_block$n.name, type: "each", source: "(95:10) {#each items as item}", ctx @@ -2242,7 +2242,7 @@ var app = (function () { img = element$1("img"); if (!src_url_equal(img.src, img_src_value = /*modalimg*/ ctx[4])) attr_dev(img, "src", img_src_value); attr_dev(img, "alt", ""); - add_location(img, file$u, 98, 25, 3656); + add_location(img, file$v, 98, 25, 3656); }, m: function mount(target, anchor) { insert_dev(target, img, anchor); @@ -2268,9 +2268,9 @@ var app = (function () { return block; } - function create_fragment$u(ctx) { + function create_fragment$v(ctx) { let if_block_anchor; - let if_block = /*isOpen*/ ctx[0] && create_if_block$h(ctx); + let if_block = /*isOpen*/ ctx[0] && create_if_block$i(ctx); const block = { c: function create() { @@ -2289,7 +2289,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$h(ctx); + if_block = create_if_block$i(ctx); if_block.c(); if_block.m(if_block_anchor.parentNode, if_block_anchor); } @@ -2308,7 +2308,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$u.name, + id: create_fragment$v.name, type: "component", source: "", ctx @@ -2317,7 +2317,7 @@ var app = (function () { return block; } - function instance$u($$self, $$props, $$invalidate) { + function instance$v($$self, $$props, $$invalidate) { let $themeactions; let $state; validate_store(themeactions, 'themeactions'); @@ -2395,18 +2395,18 @@ var app = (function () { $$self.$$.on_mount.push(function () { if (modalStates === undefined && !('modalStates' in $$props || $$self.$$.bound[$$self.$$.props['modalStates']])) { - console_1$e.warn(" was created without expected prop 'modalStates'"); + console_1$f.warn(" was created without expected prop 'modalStates'"); } if (onClose === undefined && !('onClose' in $$props || $$self.$$.bound[$$self.$$.props['onClose']])) { - console_1$e.warn(" was created without expected prop 'onClose'"); + console_1$f.warn(" was created without expected prop 'onClose'"); } }); const writable_props = ['modalStates', 'isOpen', 'onClose']; Object_1$7.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$e.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$f.warn(` was created with unknown prop '${key}'`); }); const click_handler = item => handleItemClick(item); @@ -2480,13 +2480,13 @@ var app = (function () { class SimpleStateMachineModal extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$u, create_fragment$u, safe_not_equal, { modalStates: 8, isOpen: 0, onClose: 9 }); + init(this, options, instance$v, create_fragment$v, safe_not_equal, { modalStates: 8, isOpen: 0, onClose: 9 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "SimpleStateMachineModal", options, - id: create_fragment$u.name + id: create_fragment$v.name }); } @@ -2517,28 +2517,28 @@ var app = (function () { /* src\MovingDotStatDisplay.svelte generated by Svelte v3.59.2 */ - const file$t = "src\\MovingDotStatDisplay.svelte"; + const file$u = "src\\MovingDotStatDisplay.svelte"; - function get_each_context$l(ctx, list, i) { + function get_each_context$m(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[13] = list[i]; return child_ctx; } - function get_each_context_1$d(ctx, list, i) { + function get_each_context_1$e(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[16] = list[i]; return child_ctx; } - function get_each_context_2$6(ctx, list, i) { + function get_each_context_2$7(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[16] = list[i]; return child_ctx; } // (14:6) {#each $objectives as item} - function create_each_block_2$6(ctx) { + function create_each_block_2$7(ctx) { let li; let t0_value = /*item*/ ctx[16].id + ""; let t0; @@ -2559,7 +2559,7 @@ var app = (function () { t3 = space(); t4 = text(t4_value); attr_dev(li, "class", li_class_value = "" + (null_to_empty(/*item*/ ctx[16].complete ? 'completedobjetive' : '') + " svelte-w7krpq")); - add_location(li, file$t, 15, 8, 453); + add_location(li, file$u, 15, 8, 453); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -2585,7 +2585,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$6.name, + id: create_each_block_2$7.name, type: "each", source: "(14:6) {#each $objectives as item}", ctx @@ -2595,7 +2595,7 @@ var app = (function () { } // (26:8) {#each $inventory as item} - function create_each_block_1$d(ctx) { + function create_each_block_1$e(ctx) { let button; let t0_value = /*item*/ ctx[16].name + ""; let t0; @@ -2613,7 +2613,7 @@ var app = (function () { t0 = text(t0_value); t1 = space(); attr_dev(button, "class", "skill"); - add_location(button, file$t, 26, 10, 813); + add_location(button, file$u, 26, 10, 813); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -2638,7 +2638,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$d.name, + id: create_each_block_1$e.name, type: "each", source: "(26:8) {#each $inventory as item}", ctx @@ -2648,7 +2648,7 @@ var app = (function () { } // (50:8) {#each $skills as skill} - function create_each_block$l(ctx) { + function create_each_block$m(ctx) { let li; let t0_value = /*skill*/ ctx[13].name + ""; let t0; @@ -2667,7 +2667,7 @@ var app = (function () { t2 = text(t2_value); t3 = text(" - Learned: "); t4 = text(t4_value); - add_location(li, file$t, 50, 10, 1580); + add_location(li, file$u, 50, 10, 1580); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -2689,7 +2689,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$l.name, + id: create_each_block$m.name, type: "each", source: "(50:8) {#each $skills as skill}", ctx @@ -2698,7 +2698,7 @@ var app = (function () { return block; } - function create_fragment$t(ctx) { + function create_fragment$u(ctx) { let div10; let div0; let h10; @@ -2753,7 +2753,7 @@ var app = (function () { let each_blocks_2 = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks_2[i] = create_each_block_2$6(get_each_context_2$6(ctx, each_value_2, i)); + each_blocks_2[i] = create_each_block_2$7(get_each_context_2$7(ctx, each_value_2, i)); } let each_value_1 = /*$inventory*/ ctx[1]; @@ -2761,7 +2761,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$d(get_each_context_1$d(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$e(get_each_context_1$e(ctx, each_value_1, i)); } let each_value = /*$skills*/ ctx[10]; @@ -2769,7 +2769,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$l(get_each_context$l(ctx, each_value, i)); + each_blocks[i] = create_each_block$m(get_each_context$m(ctx, each_value, i)); } const block = { @@ -2845,35 +2845,35 @@ var app = (function () { each_blocks[i].c(); } - add_location(h10, file$t, 11, 4, 329); - add_location(ul0, file$t, 12, 4, 354); + add_location(h10, file$u, 11, 4, 329); + add_location(ul0, file$u, 12, 4, 354); attr_dev(div0, "class", "grid-statsitem svelte-w7krpq"); - add_location(div0, file$t, 10, 2, 295); - add_location(h20, file$t, 22, 6, 677); - add_location(h60, file$t, 23, 6, 703); - add_location(ul1, file$t, 24, 6, 761); + add_location(div0, file$u, 10, 2, 295); + add_location(h20, file$u, 22, 6, 677); + add_location(h60, file$u, 23, 6, 703); + add_location(ul1, file$u, 24, 6, 761); attr_dev(div1, "class", "inventory svelte-w7krpq"); - add_location(div1, file$t, 21, 4, 646); + add_location(div1, file$u, 21, 4, 646); attr_dev(div2, "class", "grid-statsitem svelte-w7krpq"); - add_location(div2, file$t, 20, 2, 612); - add_location(h11, file$t, 36, 6, 1066); - add_location(h61, file$t, 37, 6, 1095); - add_location(div3, file$t, 38, 6, 1142); - add_location(div4, file$t, 39, 6, 1286); - add_location(div5, file$t, 40, 6, 1318); + add_location(div2, file$u, 20, 2, 612); + add_location(h11, file$u, 36, 6, 1066); + add_location(h61, file$u, 37, 6, 1095); + add_location(div3, file$u, 38, 6, 1142); + add_location(div4, file$u, 39, 6, 1286); + add_location(div5, file$u, 40, 6, 1318); attr_dev(div6, "class", "stats svelte-w7krpq"); - add_location(div6, file$t, 35, 4, 1039); + add_location(div6, file$u, 35, 4, 1039); attr_dev(div7, "class", "grid-statsitem svelte-w7krpq"); - add_location(div7, file$t, 34, 2, 1005); - add_location(h21, file$t, 46, 6, 1440); - add_location(h62, file$t, 47, 6, 1479); - add_location(ul2, file$t, 48, 6, 1530); + add_location(div7, file$u, 34, 2, 1005); + add_location(h21, file$u, 46, 6, 1440); + add_location(h62, file$u, 47, 6, 1479); + add_location(ul2, file$u, 48, 6, 1530); attr_dev(div8, "class", "skill-tree svelte-w7krpq"); - add_location(div8, file$t, 45, 4, 1408); + add_location(div8, file$u, 45, 4, 1408); attr_dev(div9, "class", "grid-statsitem svelte-w7krpq"); - add_location(div9, file$t, 44, 2, 1374); + add_location(div9, file$u, 44, 2, 1374); attr_dev(div10, "class", "grid-statsContainer svelte-w7krpq"); - add_location(div10, file$t, 9, 0, 258); + add_location(div10, file$u, 9, 0, 258); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -2956,12 +2956,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$6(ctx, each_value_2, i); + const child_ctx = get_each_context_2$7(ctx, each_value_2, i); if (each_blocks_2[i]) { each_blocks_2[i].p(child_ctx, dirty); } else { - each_blocks_2[i] = create_each_block_2$6(child_ctx); + each_blocks_2[i] = create_each_block_2$7(child_ctx); each_blocks_2[i].c(); each_blocks_2[i].m(ul0, null); } @@ -2980,12 +2980,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$d(ctx, each_value_1, i); + const child_ctx = get_each_context_1$e(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$d(child_ctx); + each_blocks_1[i] = create_each_block_1$e(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(ul1, null); } @@ -3013,12 +3013,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$l(ctx, each_value, i); + const child_ctx = get_each_context$m(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$l(child_ctx); + each_blocks[i] = create_each_block$m(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul2, null); } @@ -3043,7 +3043,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$t.name, + id: create_fragment$u.name, type: "component", source: "", ctx @@ -3052,7 +3052,7 @@ var app = (function () { return block; } - function instance$t($$self, $$props, $$invalidate) { + function instance$u($$self, $$props, $$invalidate) { let $objectives; let $inventory; let $health; @@ -3148,23 +3148,23 @@ var app = (function () { class MovingDotStatDisplay extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$t, create_fragment$t, safe_not_equal, {}); + init(this, options, instance$u, create_fragment$u, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotStatDisplay", options, - id: create_fragment$t.name + id: create_fragment$u.name }); } } /* src\SimpleCollapsible.svelte generated by Svelte v3.59.2 */ - const file$s = "src\\SimpleCollapsible.svelte"; + const file$t = "src\\SimpleCollapsible.svelte"; // (16:4) {#if isOpen} - function create_if_block$g(ctx) { + function create_if_block$h(ctx) { let div; let current; const default_slot_template = /*#slots*/ ctx[4].default; @@ -3175,7 +3175,7 @@ var app = (function () { div = element$1("div"); if (default_slot) default_slot.c(); attr_dev(div, "class", "content svelte-rzwxvd"); - add_location(div, file$s, 16, 6, 335); + add_location(div, file$t, 16, 6, 335); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -3219,7 +3219,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$g.name, + id: create_if_block$h.name, type: "if", source: "(16:4) {#if isOpen}", ctx @@ -3228,7 +3228,7 @@ var app = (function () { return block; } - function create_fragment$s(ctx) { + function create_fragment$t(ctx) { let div; let button; let t0_value = (/*isOpen*/ ctx[1] ? 'Close' : 'Open') + ""; @@ -3239,7 +3239,7 @@ var app = (function () { let current; let mounted; let dispose; - let if_block = /*isOpen*/ ctx[1] && create_if_block$g(ctx); + let if_block = /*isOpen*/ ctx[1] && create_if_block$h(ctx); const block = { c: function create() { @@ -3251,9 +3251,9 @@ var app = (function () { t3 = space(); if (if_block) if_block.c(); attr_dev(button, "class", "svelte-rzwxvd"); - add_location(button, file$s, 11, 4, 210); + add_location(button, file$t, 11, 4, 210); attr_dev(div, "class", "collapsible svelte-rzwxvd"); - add_location(div, file$s, 10, 0, 179); + add_location(div, file$t, 10, 0, 179); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -3285,7 +3285,7 @@ var app = (function () { transition_in(if_block, 1); } } else { - if_block = create_if_block$g(ctx); + if_block = create_if_block$h(ctx); if_block.c(); transition_in(if_block, 1); if_block.m(div, null); @@ -3319,7 +3319,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$s.name, + id: create_fragment$t.name, type: "component", source: "", ctx @@ -3328,7 +3328,7 @@ var app = (function () { return block; } - function instance$s($$self, $$props, $$invalidate) { + function instance$t($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('SimpleCollapsible', slots, ['default']); let { title = '' } = $$props; @@ -3366,13 +3366,13 @@ var app = (function () { class SimpleCollapsible extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$s, create_fragment$s, safe_not_equal, { title: 0 }); + init(this, options, instance$t, create_fragment$t, safe_not_equal, { title: 0 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "SimpleCollapsible", options, - id: create_fragment$s.name + id: create_fragment$t.name }); } @@ -3387,35 +3387,35 @@ var app = (function () { /* src\BrainstormGameConfigsRandom.svelte generated by Svelte v3.59.2 */ - const { console: console_1$d } = globals; - const file$r = "src\\BrainstormGameConfigsRandom.svelte"; + const { console: console_1$e } = globals; + const file$s = "src\\BrainstormGameConfigsRandom.svelte"; - function get_each_context$k(ctx, list, i) { + function get_each_context$l(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[9] = list[i]; return child_ctx; } - function get_each_context_1$c(ctx, list, i) { + function get_each_context_1$d(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[12] = list[i]; child_ctx[14] = i; return child_ctx; } - function get_each_context_2$5(ctx, list, i) { + function get_each_context_2$6(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[15] = list[i]; return child_ctx; } - function get_each_context_3$1(ctx, list, i) { + function get_each_context_3$2(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[18] = list[i]; return child_ctx; } - function get_each_context_4(ctx, list, i) { + function get_each_context_4$1(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[21] = list[i]; return child_ctx; @@ -3468,7 +3468,7 @@ var app = (function () { t1 = text(" - "); t2 = text(t2_value); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 262, 28, 10991); + add_location(li, file$s, 262, 28, 10991); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -3513,7 +3513,7 @@ var app = (function () { t2 = text(t2_value); attr_dev(li, "class", "svelte-utjjnp"); toggle_class(li, "learned", /*skill*/ ctx[30].learned); - add_location(li, file$r, 269, 28, 11282); + add_location(li, file$s, 269, 28, 11282); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -3562,7 +3562,7 @@ var app = (function () { t2 = text(t2_value); attr_dev(li, "class", "svelte-utjjnp"); toggle_class(li, "complete", /*objective*/ ctx[21].complete); - add_location(li, file$r, 276, 28, 11612); + add_location(li, file$s, 276, 28, 11612); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -3620,7 +3620,7 @@ var app = (function () { t5 = text(") - "); t6 = text(t6_value); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 288, 28, 12148); + add_location(li, file$s, 288, 28, 12148); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -3689,10 +3689,10 @@ var app = (function () { } t5 = space(); - add_location(h3, file$r, 284, 24, 11960); - add_location(p, file$r, 285, 24, 12010); + add_location(h3, file$s, 284, 24, 11960); + add_location(p, file$s, 285, 24, 12010); attr_dev(ul, "class", "svelte-utjjnp"); - add_location(ul, file$r, 286, 24, 12051); + add_location(ul, file$s, 286, 24, 12051); }, m: function mount(target, anchor) { insert_dev(target, h3, anchor); @@ -3758,7 +3758,7 @@ var app = (function () { } // (308:36) {#each storyPart.objectives as objective} - function create_each_block_4(ctx) { + function create_each_block_4$1(ctx) { let li; let span; let t0_value = /*objective*/ ctx[21].name + ""; @@ -3775,12 +3775,12 @@ var app = (function () { t1 = space(); input = element$1("input"); t2 = space(); - add_location(span, file$r, 309, 44, 13293); + add_location(span, file$s, 309, 44, 13293); attr_dev(input, "type", "text"); attr_dev(input, "placeholder", "Enter objective details"); - add_location(input, file$r, 310, 44, 13368); + add_location(input, file$s, 310, 44, 13368); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 308, 40, 13243); + add_location(li, file$s, 308, 40, 13243); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -3800,7 +3800,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_4.name, + id: create_each_block_4$1.name, type: "each", source: "(308:36) {#each storyPart.objectives as objective}", ctx @@ -3810,7 +3810,7 @@ var app = (function () { } // (326:44) {#if target.subTargets && target.subTargets.length > 0} - function create_if_block$f(ctx) { + function create_if_block$g(ctx) { let div; let h5; let t0; @@ -3823,7 +3823,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_3.length; i += 1) { - each_blocks[i] = create_each_block_3$1(get_each_context_3$1(ctx, each_value_3, i)); + each_blocks[i] = create_each_block_3$2(get_each_context_3$2(ctx, each_value_3, i)); } const block = { @@ -3839,10 +3839,10 @@ var app = (function () { each_blocks[i].c(); } - add_location(h5, file$r, 327, 52, 14525); + add_location(h5, file$s, 327, 52, 14525); attr_dev(ul, "class", "svelte-utjjnp"); - add_location(ul, file$r, 328, 52, 14615); - add_location(div, file$r, 326, 48, 14466); + add_location(ul, file$s, 328, 52, 14615); + add_location(div, file$s, 326, 48, 14466); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -3867,12 +3867,12 @@ var app = (function () { let i; for (i = 0; i < each_value_3.length; i += 1) { - const child_ctx = get_each_context_3$1(ctx, each_value_3, i); + const child_ctx = get_each_context_3$2(ctx, each_value_3, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_3$1(child_ctx); + each_blocks[i] = create_each_block_3$2(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -3893,7 +3893,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$f.name, + id: create_if_block$g.name, type: "if", source: "(326:44) {#if target.subTargets && target.subTargets.length > 0}", ctx @@ -3903,7 +3903,7 @@ var app = (function () { } // (330:56) {#each target.subTargets as subTarget} - function create_each_block_3$1(ctx) { + function create_each_block_3$2(ctx) { let li; let span; let t0_value = /*subTarget*/ ctx[18].name + ""; @@ -3950,17 +3950,17 @@ var app = (function () { t11 = space(); textarea = element$1("textarea"); t12 = space(); - add_location(span, file$r, 331, 64, 14847); + add_location(span, file$s, 331, 64, 14847); attr_dev(input, "type", "text"); attr_dev(input, "placeholder", "Enter subtarget details"); - add_location(input, file$r, 332, 64, 14942); - add_location(p0, file$r, 333, 64, 15067); - add_location(p1, file$r, 334, 64, 15183); + add_location(input, file$s, 332, 64, 14942); + add_location(p0, file$s, 333, 64, 15067); + add_location(p1, file$s, 334, 64, 15183); attr_dev(textarea, "placeholder", "Enter collision text"); textarea.value = textarea_value_value = /*subTarget*/ ctx[18].collisiontext; - add_location(textarea, file$r, 335, 64, 15297); + add_location(textarea, file$s, 335, 64, 15297); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 330, 60, 14777); + add_location(li, file$s, 330, 60, 14777); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -4000,7 +4000,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_3$1.name, + id: create_each_block_3$2.name, type: "each", source: "(330:56) {#each target.subTargets as subTarget}", ctx @@ -4010,7 +4010,7 @@ var app = (function () { } // (319:36) {#each storyPart.targets as target} - function create_each_block_2$5(ctx) { + function create_each_block_2$6(ctx) { let li; let span; let t0_value = /*target*/ ctx[15].name + ""; @@ -4036,7 +4036,7 @@ var app = (function () { let textarea_value_value; let t12; let t13; - let if_block = /*target*/ ctx[15].subTargets && /*target*/ ctx[15].subTargets.length > 0 && create_if_block$f(ctx); + let if_block = /*target*/ ctx[15].subTargets && /*target*/ ctx[15].subTargets.length > 0 && create_if_block$g(ctx); const block = { c: function create() { @@ -4061,17 +4061,17 @@ var app = (function () { t12 = space(); if (if_block) if_block.c(); t13 = space(); - add_location(span, file$r, 320, 44, 13882); + add_location(span, file$s, 320, 44, 13882); attr_dev(input, "type", "text"); attr_dev(input, "placeholder", "Enter target details"); - add_location(input, file$r, 321, 44, 13954); - add_location(p0, file$r, 322, 44, 14056); - add_location(p1, file$r, 323, 44, 14146); + add_location(input, file$s, 321, 44, 13954); + add_location(p0, file$s, 322, 44, 14056); + add_location(p1, file$s, 323, 44, 14146); attr_dev(textarea, "placeholder", "Enter collision text"); textarea.value = textarea_value_value = /*target*/ ctx[15].collisiontext; - add_location(textarea, file$r, 324, 44, 14237); + add_location(textarea, file$s, 324, 44, 14237); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 319, 40, 13832); + add_location(li, file$s, 319, 40, 13832); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -4110,7 +4110,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$f(ctx); + if_block = create_if_block$g(ctx); if_block.c(); if_block.m(li, t13); } @@ -4127,7 +4127,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$5.name, + id: create_each_block_2$6.name, type: "each", source: "(319:36) {#each storyPart.targets as target}", ctx @@ -4137,7 +4137,7 @@ var app = (function () { } // (302:20) {#each randomContentStructureSubtargets.story as storyPart, i} - function create_each_block_1$c(ctx) { + function create_each_block_1$d(ctx) { let div2; let h3; let t0; @@ -4159,7 +4159,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_4.length; i += 1) { - each_blocks_1[i] = create_each_block_4(get_each_context_4(ctx, each_value_4, i)); + each_blocks_1[i] = create_each_block_4$1(get_each_context_4$1(ctx, each_value_4, i)); } let each_value_2 = /*storyPart*/ ctx[12].targets; @@ -4167,7 +4167,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks[i] = create_each_block_2$5(get_each_context_2$5(ctx, each_value_2, i)); + each_blocks[i] = create_each_block_2$6(get_each_context_2$6(ctx, each_value_2, i)); } const block = { @@ -4199,16 +4199,16 @@ var app = (function () { } t8 = space(); - add_location(h3, file$r, 303, 28, 12962); - add_location(h40, file$r, 305, 32, 13065); + add_location(h3, file$s, 303, 28, 12962); + add_location(h40, file$s, 305, 32, 13065); attr_dev(ul0, "class", "svelte-utjjnp"); - add_location(ul0, file$r, 306, 32, 13118); - add_location(div0, file$r, 304, 28, 13026); - add_location(h41, file$r, 316, 32, 13663); + add_location(ul0, file$s, 306, 32, 13118); + add_location(div0, file$s, 304, 28, 13026); + add_location(h41, file$s, 316, 32, 13663); attr_dev(ul1, "class", "svelte-utjjnp"); - add_location(ul1, file$r, 317, 32, 13713); - add_location(div1, file$r, 315, 28, 13624); - add_location(div2, file$r, 302, 24, 12927); + add_location(ul1, file$s, 317, 32, 13713); + add_location(div1, file$s, 315, 28, 13624); + add_location(div2, file$s, 302, 24, 12927); }, m: function mount(target, anchor) { insert_dev(target, div2, anchor); @@ -4250,12 +4250,12 @@ var app = (function () { let i; for (i = 0; i < each_value_4.length; i += 1) { - const child_ctx = get_each_context_4(ctx, each_value_4, i); + const child_ctx = get_each_context_4$1(ctx, each_value_4, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_4(child_ctx); + each_blocks_1[i] = create_each_block_4$1(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(ul0, null); } @@ -4274,12 +4274,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$5(ctx, each_value_2, i); + const child_ctx = get_each_context_2$6(ctx, each_value_2, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_2$5(child_ctx); + each_blocks[i] = create_each_block_2$6(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul1, null); } @@ -4301,7 +4301,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$c.name, + id: create_each_block_1$d.name, type: "each", source: "(302:20) {#each randomContentStructureSubtargets.story as storyPart, i}", ctx @@ -4311,7 +4311,7 @@ var app = (function () { } // (358:12) {#each timelinePoints as point} - function create_each_block$k(ctx) { + function create_each_block$l(ctx) { let li; let strong; let t0_value = /*point*/ ctx[9].name + ""; @@ -4331,10 +4331,10 @@ var app = (function () { p = element$1("p"); t2 = text(t2_value); t3 = space(); - add_location(strong, file$r, 359, 20, 16431); - add_location(p, file$r, 360, 20, 16482); + add_location(strong, file$s, 359, 20, 16431); + add_location(p, file$s, 360, 20, 16482); attr_dev(li, "class", "svelte-utjjnp"); - add_location(li, file$r, 358, 16, 16405); + add_location(li, file$s, 358, 16, 16405); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -4356,7 +4356,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$k.name, + id: create_each_block$l.name, type: "each", source: "(358:12) {#each timelinePoints as point}", ctx @@ -4365,7 +4365,7 @@ var app = (function () { return block; } - function create_fragment$r(ctx) { + function create_fragment$s(ctx) { let div10; let h10; let t1; @@ -4458,7 +4458,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$c(get_each_context_1$c(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$d(get_each_context_1$d(ctx, each_value_1, i)); } let each_value = /*timelinePoints*/ ctx[2]; @@ -4466,7 +4466,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$k(get_each_context$k(ctx, each_value, i)); + each_blocks[i] = create_each_block$l(get_each_context$l(ctx, each_value, i)); } const block = { @@ -4568,44 +4568,44 @@ var app = (function () { each_blocks[i].c(); } - add_location(h10, file$r, 244, 4, 10201); - add_location(h11, file$r, 250, 20, 10377); - add_location(button0, file$r, 251, 20, 10437); - add_location(button1, file$r, 252, 20, 10553); - add_location(div0, file$r, 249, 16, 10350); - add_location(h20, file$r, 256, 24, 10749); - add_location(h21, file$r, 259, 24, 10848); + add_location(h10, file$s, 244, 4, 10201); + add_location(h11, file$s, 250, 20, 10377); + add_location(button0, file$s, 251, 20, 10437); + add_location(button1, file$s, 252, 20, 10553); + add_location(div0, file$s, 249, 16, 10350); + add_location(h20, file$s, 256, 24, 10749); + add_location(h21, file$s, 259, 24, 10848); attr_dev(ul0, "class", "svelte-utjjnp"); - add_location(ul0, file$r, 260, 24, 10892); - add_location(h22, file$r, 266, 24, 11144); + add_location(ul0, file$s, 260, 24, 10892); + add_location(h22, file$s, 266, 24, 11144); attr_dev(ul1, "class", "svelte-utjjnp"); - add_location(ul1, file$r, 267, 24, 11185); - add_location(h23, file$r, 273, 24, 11462); + add_location(ul1, file$s, 267, 24, 11185); + add_location(h23, file$s, 273, 24, 11462); attr_dev(ul2, "class", "svelte-utjjnp"); - add_location(ul2, file$r, 274, 24, 11507); - add_location(div1, file$r, 255, 20, 10718); - add_location(h24, file$r, 282, 24, 11853); - add_location(div2, file$r, 281, 20, 11822); + add_location(ul2, file$s, 274, 24, 11507); + add_location(div1, file$s, 255, 20, 10718); + add_location(h24, file$s, 282, 24, 11853); + add_location(div2, file$s, 281, 20, 11822); attr_dev(div3, "class", "StatColumns svelte-utjjnp"); - add_location(div3, file$r, 254, 16, 10671); - add_location(div4, file$r, 248, 12, 10323); - add_location(h12, file$r, 297, 16, 12442); - add_location(button2, file$r, 298, 16, 12511); - add_location(button3, file$r, 299, 16, 12677); + add_location(div3, file$s, 254, 16, 10671); + add_location(div4, file$s, 248, 12, 10323); + add_location(h12, file$s, 297, 16, 12442); + add_location(button2, file$s, 298, 16, 12511); + add_location(button3, file$s, 299, 16, 12677); attr_dev(div5, "class", "StatColumns svelte-utjjnp"); - add_location(div5, file$r, 300, 16, 12792); - add_location(div6, file$r, 296, 12, 12419); + add_location(div5, file$s, 300, 16, 12792); + add_location(div6, file$s, 296, 12, 12419); attr_dev(div7, "class", "ContainerColumns svelte-utjjnp"); - add_location(div7, file$r, 247, 8, 10279); - add_location(div8, file$r, 246, 4, 10264); - add_location(h13, file$r, 352, 4, 15984); - add_location(button4, file$r, 353, 4, 16042); - add_location(button5, file$r, 354, 4, 16177); + add_location(div7, file$s, 247, 8, 10279); + add_location(div8, file$s, 246, 4, 10264); + add_location(h13, file$s, 352, 4, 15984); + add_location(button4, file$s, 353, 4, 16042); + add_location(button5, file$s, 354, 4, 16177); attr_dev(ul3, "class", "svelte-utjjnp"); - add_location(ul3, file$r, 356, 8, 16338); + add_location(ul3, file$s, 356, 8, 16338); attr_dev(div9, "class", "timeline svelte-utjjnp"); - add_location(div9, file$r, 355, 4, 16306); - add_location(div10, file$r, 243, 0, 10190); + add_location(div9, file$s, 355, 4, 16306); + add_location(div10, file$s, 243, 0, 10190); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -4823,12 +4823,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$c(ctx, each_value_1, i); + const child_ctx = get_each_context_1$d(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$c(child_ctx); + each_blocks_1[i] = create_each_block_1$d(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(div5, null); } @@ -4847,12 +4847,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$k(ctx, each_value, i); + const child_ctx = get_each_context$l(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$k(child_ctx); + each_blocks[i] = create_each_block$l(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul3, null); } @@ -4882,7 +4882,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$r.name, + id: create_fragment$s.name, type: "component", source: "", ctx @@ -5118,7 +5118,7 @@ var app = (function () { return allPoints; } - function instance$r($$self, $$props, $$invalidate) { + function instance$s($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('BrainstormGameConfigsRandom', slots, []); let randomContent = generateRandomContent(); @@ -5162,7 +5162,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$d.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$e.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => $$invalidate(0, randomContent = generateRandomContent()); @@ -5208,35 +5208,35 @@ var app = (function () { class BrainstormGameConfigsRandom extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$r, create_fragment$r, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$s, create_fragment$s, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BrainstormGameConfigsRandom", options, - id: create_fragment$r.name + id: create_fragment$s.name }); } } /* src\BrainstormStateTransitionsRandom.svelte generated by Svelte v3.59.2 */ - const { console: console_1$c } = globals; - const file$q = "src\\BrainstormStateTransitionsRandom.svelte"; + const { console: console_1$d } = globals; + const file$r = "src\\BrainstormStateTransitionsRandom.svelte"; - function get_each_context$j(ctx, list, i) { + function get_each_context$k(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[47] = list[i]; return child_ctx; } - function get_each_context_1$b(ctx, list, i) { + function get_each_context_1$c(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[50] = list[i]; return child_ctx; } - function get_each_context_2$4(ctx, list, i) { + function get_each_context_2$5(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[47] = list[i]; return child_ctx; @@ -5259,7 +5259,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$b(get_each_context_1$b(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$c(get_each_context_1$c(ctx, each_value_1, i)); } let each_value = /*$mergedTimeline*/ ctx[8]; @@ -5267,7 +5267,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$j(get_each_context$j(ctx, each_value, i)); + each_blocks[i] = create_each_block$k(get_each_context$k(ctx, each_value, i)); } const block = { @@ -5293,10 +5293,10 @@ var app = (function () { each_blocks[i].c(); } - add_location(h20, file$q, 293, 6, 11327); - add_location(h21, file$q, 306, 6, 11735); - add_location(button, file$q, 307, 6, 11767); - add_location(ul, file$q, 308, 6, 11833); + add_location(h20, file$r, 293, 6, 11327); + add_location(h21, file$r, 306, 6, 11735); + add_location(button, file$r, 307, 6, 11767); + add_location(ul, file$r, 308, 6, 11833); }, m: function mount(target, anchor) { insert_dev(target, h20, anchor); @@ -5333,12 +5333,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$b(ctx, each_value_1, i); + const child_ctx = get_each_context_1$c(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$b(child_ctx); + each_blocks_1[i] = create_each_block_1$c(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(t2.parentNode, t2); } @@ -5357,12 +5357,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$j(ctx, each_value, i); + const child_ctx = get_each_context$k(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$j(child_ctx); + each_blocks[i] = create_each_block$k(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -5403,7 +5403,7 @@ var app = (function () { } // (298:10) {#each timeline.points as point} - function create_each_block_2$4(ctx) { + function create_each_block_2$5(ctx) { let li; let t0_value = /*point*/ ctx[47].year + ""; let t0; @@ -5417,7 +5417,7 @@ var app = (function () { t0 = text(t0_value); t1 = text(": "); t2 = text(t2_value); - add_location(li, file$q, 298, 12, 11496); + add_location(li, file$r, 298, 12, 11496); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -5436,7 +5436,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$4.name, + id: create_each_block_2$5.name, type: "each", source: "(298:10) {#each timeline.points as point}", ctx @@ -5446,7 +5446,7 @@ var app = (function () { } // (295:6) {#each $timelines as timeline} - function create_each_block_1$b(ctx) { + function create_each_block_1$c(ctx) { let h3; let t0; let t1_value = /*timeline*/ ctx[50].id + ""; @@ -5465,7 +5465,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks[i] = create_each_block_2$4(get_each_context_2$4(ctx, each_value_2, i)); + each_blocks[i] = create_each_block_2$5(get_each_context_2$5(ctx, each_value_2, i)); } function click_handler() { @@ -5488,9 +5488,9 @@ var app = (function () { button = element$1("button"); t4 = text("Add Points to Timeline "); t5 = text(t5_value); - add_location(h3, file$q, 295, 8, 11393); - add_location(ul, file$q, 296, 8, 11434); - add_location(button, file$q, 301, 8, 11582); + add_location(h3, file$r, 295, 8, 11393); + add_location(ul, file$r, 296, 8, 11434); + add_location(button, file$r, 301, 8, 11582); }, m: function mount(target, anchor) { insert_dev(target, h3, anchor); @@ -5525,12 +5525,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$4(ctx, each_value_2, i); + const child_ctx = get_each_context_2$5(ctx, each_value_2, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_2$4(child_ctx); + each_blocks[i] = create_each_block_2$5(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -5559,7 +5559,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$b.name, + id: create_each_block_1$c.name, type: "each", source: "(295:6) {#each $timelines as timeline}", ctx @@ -5569,7 +5569,7 @@ var app = (function () { } // (310:8) {#each $mergedTimeline as point} - function create_each_block$j(ctx) { + function create_each_block$k(ctx) { let li; let t0_value = /*point*/ ctx[47].year + ""; let t0; @@ -5590,7 +5590,7 @@ var app = (function () { t3 = text(" (Timeline "); t4 = text(t4_value); t5 = text(")\r\n "); - add_location(li, file$q, 310, 10, 11891); + add_location(li, file$r, 310, 10, 11891); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -5613,7 +5613,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$j.name, + id: create_each_block$k.name, type: "each", source: "(310:8) {#each $mergedTimeline as point}", ctx @@ -5636,8 +5636,8 @@ var app = (function () { p = element$1("p"); t0 = text("Generated Sequence: "); t1 = text(t1_value); - add_location(p, file$q, 340, 10, 12886); - add_location(div, file$q, 339, 8, 12869); + add_location(p, file$r, 340, 10, 12886); + add_location(div, file$r, 339, 8, 12869); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -5691,14 +5691,14 @@ var app = (function () { p1 = element$1("p"); t3 = text("Enemy Sequence: "); t4 = text(t4_value); - add_location(p0, file$q, 331, 10, 12623); + add_location(p0, file$r, 331, 10, 12623); set_style(div0, "flex", "1"); - add_location(div0, file$q, 330, 8, 12589); - add_location(p1, file$q, 334, 10, 12734); + add_location(div0, file$r, 330, 8, 12589); + add_location(p1, file$r, 334, 10, 12734); set_style(div1, "flex", "1"); - add_location(div1, file$q, 333, 8, 12700); + add_location(div1, file$r, 333, 8, 12700); set_style(div2, "display", "flex"); - add_location(div2, file$q, 329, 6, 12551); + add_location(div2, file$r, 329, 6, 12551); }, m: function mount(target, anchor) { insert_dev(target, div2, anchor); @@ -5759,11 +5759,11 @@ var app = (function () { t5 = space(); button3 = element$1("button"); button3.textContent = "Copy All Events"; - add_location(button0, file$q, 347, 8, 13032); - add_location(button1, file$q, 348, 8, 13107); - add_location(button2, file$q, 349, 8, 13184); - add_location(button3, file$q, 350, 8, 13261); - add_location(div, file$q, 346, 6, 13017); + add_location(button0, file$r, 347, 8, 13032); + add_location(button1, file$r, 348, 8, 13107); + add_location(button2, file$r, 349, 8, 13184); + add_location(button3, file$r, 350, 8, 13261); + add_location(div, file$r, 346, 6, 13017); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -5806,7 +5806,7 @@ var app = (function () { } // (355:4) {#if jsonScaffold} - function create_if_block$e(ctx) { + function create_if_block$f(ctx) { let div; let button; let t1; @@ -5828,10 +5828,10 @@ var app = (function () { t2 = text(" "); t3 = text(t3_value); t4 = text("\r\n "); - add_location(button, file$q, 356, 8, 13438); - add_location(pre, file$q, 358, 8, 13549); + add_location(button, file$r, 356, 8, 13438); + add_location(pre, file$r, 358, 8, 13549); attr_dev(div, "class", "scrollable svelte-1d8ch82"); - add_location(div, file$q, 355, 6, 13404); + add_location(div, file$r, 355, 6, 13404); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -5859,7 +5859,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$e.name, + id: create_if_block$f.name, type: "if", source: "(355:4) {#if jsonScaffold}", ctx @@ -5868,7 +5868,7 @@ var app = (function () { return block; } - function create_fragment$q(ctx) { + function create_fragment$r(ctx) { let div0; let h2; let t1; @@ -5913,7 +5913,7 @@ var app = (function () { let current_block_type = select_block_type(ctx); let if_block1 = current_block_type && current_block_type(ctx); let if_block2 = /*sequence*/ ctx[0].length > 0 && create_if_block_1$7(ctx); - let if_block3 = /*jsonScaffold*/ ctx[4] && create_if_block$e(ctx); + let if_block3 = /*jsonScaffold*/ ctx[4] && create_if_block$f(ctx); const block = { c: function create() { @@ -5960,30 +5960,30 @@ var app = (function () { if (if_block2) if_block2.c(); t23 = space(); if (if_block3) if_block3.c(); - add_location(h2, file$q, 283, 4, 10882); + add_location(h2, file$r, 283, 4, 10882); attr_dev(label0, "for", "numTimelines"); - add_location(label0, file$q, 285, 4, 10937); + add_location(label0, file$r, 285, 4, 10937); attr_dev(input0, "type", "number"); attr_dev(input0, "id", "numTimelines"); attr_dev(input0, "min", "1"); - add_location(input0, file$q, 286, 4, 10997); - add_location(button0, file$q, 287, 4, 11077); + add_location(input0, file$r, 286, 4, 10997); + add_location(button0, file$r, 287, 4, 11077); attr_dev(label1, "for", "numEvents"); - add_location(label1, file$q, 289, 4, 11147); + add_location(label1, file$r, 289, 4, 11147); attr_dev(input1, "type", "number"); attr_dev(input1, "id", "numEvents"); attr_dev(input1, "min", "1"); - add_location(input1, file$q, 290, 4, 11214); - add_location(div0, file$q, 282, 2, 10871); - add_location(hr0, file$q, 318, 2, 12048); - add_location(hr1, file$q, 318, 6, 12052); - add_location(h1, file$q, 320, 2, 12064); - add_location(button1, file$q, 323, 4, 12135); + add_location(input1, file$r, 290, 4, 11214); + add_location(div0, file$r, 282, 2, 10871); + add_location(hr0, file$r, 318, 2, 12048); + add_location(hr1, file$r, 318, 6, 12052); + add_location(h1, file$r, 320, 2, 12064); + add_location(button1, file$r, 323, 4, 12135); button2.disabled = button2_disabled_value = /*sequence*/ ctx[0].length === 0; - add_location(button2, file$q, 324, 4, 12207); - add_location(button3, file$q, 325, 4, 12326); - add_location(button4, file$q, 326, 4, 12439); - add_location(div1, file$q, 322, 2, 12124); + add_location(button2, file$r, 324, 4, 12207); + add_location(button3, file$r, 325, 4, 12326); + add_location(button4, file$r, 326, 4, 12439); + add_location(div1, file$r, 322, 2, 12124); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -6096,7 +6096,7 @@ var app = (function () { if (if_block3) { if_block3.p(ctx, dirty); } else { - if_block3 = create_if_block$e(ctx); + if_block3 = create_if_block$f(ctx); if_block3.c(); if_block3.m(div1, null); } @@ -6131,7 +6131,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$q.name, + id: create_fragment$r.name, type: "component", source: "", ctx @@ -6166,7 +6166,7 @@ var app = (function () { return { filteredKeys, remainingKeys }; } - function instance$q($$self, $$props, $$invalidate) { + function instance$r($$self, $$props, $$invalidate) { let $timelines; let $numEvents; let $numTimelines; @@ -6579,7 +6579,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$c.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$d.warn(` was created with unknown prop '${key}'`); }); function input0_input_handler() { @@ -6709,36 +6709,36 @@ var app = (function () { class BrainstormStateTransitionsRandom extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$q, create_fragment$q, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$r, create_fragment$r, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BrainstormStateTransitionsRandom", options, - id: create_fragment$q.name + id: create_fragment$r.name }); } } /* src\testbrainstorminstantpopulate.svelte generated by Svelte v3.59.2 */ - const { console: console_1$b } = globals; - const file$p = "src\\testbrainstorminstantpopulate.svelte"; + const { console: console_1$c } = globals; + const file$q = "src\\testbrainstorminstantpopulate.svelte"; - function get_each_context$i(ctx, list, i) { + function get_each_context$j(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[6] = list[i]; return child_ctx; } - function get_each_context_1$a(ctx, list, i) { + function get_each_context_1$b(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[6] = list[i]; return child_ctx; } // (70:12) {#each filteredKeys as key} - function create_each_block_1$a(ctx) { + function create_each_block_1$b(ctx) { let li; let t_value = /*key*/ ctx[6] + ""; let t; @@ -6747,7 +6747,7 @@ var app = (function () { c: function create() { li = element$1("li"); t = text(t_value); - add_location(li, file$p, 70, 14, 2213); + add_location(li, file$q, 70, 14, 2213); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -6763,7 +6763,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$a.name, + id: create_each_block_1$b.name, type: "each", source: "(70:12) {#each filteredKeys as key}", ctx @@ -6773,7 +6773,7 @@ var app = (function () { } // (79:12) {#each remainingKeys as key} - function create_each_block$i(ctx) { + function create_each_block$j(ctx) { let li; let t_value = /*key*/ ctx[6] + ""; let t; @@ -6782,7 +6782,7 @@ var app = (function () { c: function create() { li = element$1("li"); t = text(t_value); - add_location(li, file$p, 79, 14, 2410); + add_location(li, file$q, 79, 14, 2410); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -6798,7 +6798,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$i.name, + id: create_each_block$j.name, type: "each", source: "(79:12) {#each remainingKeys as key}", ctx @@ -6807,7 +6807,7 @@ var app = (function () { return block; } - function create_fragment$p(ctx) { + function create_fragment$q(ctx) { let main; let h1; let t1; @@ -6836,7 +6836,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$a(get_each_context_1$a(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$b(get_each_context_1$b(ctx, each_value_1, i)); } let each_value = /*remainingKeys*/ ctx[2]; @@ -6844,7 +6844,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$i(get_each_context$i(ctx, each_value, i)); + each_blocks[i] = create_each_block$j(get_each_context$j(ctx, each_value, i)); } const block = { @@ -6885,26 +6885,26 @@ var app = (function () { each_blocks[i].c(); } - add_location(h1, file$p, 56, 4, 1730); + add_location(h1, file$q, 56, 4, 1730); attr_dev(label, "for", "jsonInput"); - add_location(label, file$p, 60, 8, 1834); + add_location(label, file$q, 60, 8, 1834); attr_dev(textarea, "id", "jsonInput"); attr_dev(textarea, "class", "svelte-1t47hvo"); - add_location(textarea, file$p, 61, 8, 1886); - add_location(button, file$p, 62, 8, 1985); + add_location(textarea, file$q, 61, 8, 1886); + add_location(button, file$q, 62, 8, 1985); attr_dev(div0, "class", "input-column svelte-1t47hvo"); - add_location(div0, file$p, 59, 6, 1798); - add_location(h20, file$p, 67, 10, 2117); - add_location(ul0, file$p, 68, 10, 2152); - add_location(div1, file$p, 66, 8, 2100); - add_location(h21, file$p, 76, 10, 2312); - add_location(ul1, file$p, 77, 10, 2348); - add_location(div2, file$p, 75, 8, 2295); + add_location(div0, file$q, 59, 6, 1798); + add_location(h20, file$q, 67, 10, 2117); + add_location(ul0, file$q, 68, 10, 2152); + add_location(div1, file$q, 66, 8, 2100); + add_location(h21, file$q, 76, 10, 2312); + add_location(ul1, file$q, 77, 10, 2348); + add_location(div2, file$q, 75, 8, 2295); attr_dev(div3, "class", "output-column svelte-1t47hvo"); - add_location(div3, file$p, 65, 6, 2063); + add_location(div3, file$q, 65, 6, 2063); attr_dev(div4, "class", "container svelte-1t47hvo"); - add_location(div4, file$p, 58, 4, 1767); - add_location(main, file$p, 55, 2, 1718); + add_location(div4, file$q, 58, 4, 1767); + add_location(main, file$q, 55, 2, 1718); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -6967,12 +6967,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$a(ctx, each_value_1, i); + const child_ctx = get_each_context_1$b(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$a(child_ctx); + each_blocks_1[i] = create_each_block_1$b(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(ul0, null); } @@ -6991,12 +6991,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$i(ctx, each_value, i); + const child_ctx = get_each_context$j(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$i(child_ctx); + each_blocks[i] = create_each_block$j(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul1, null); } @@ -7022,7 +7022,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$p.name, + id: create_fragment$q.name, type: "component", source: "", ctx @@ -7063,7 +7063,7 @@ var app = (function () { textarea.style.height = `${textarea.scrollHeight}px`; } - function instance$p($$self, $$props, $$invalidate) { + function instance$q($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('Testbrainstorminstantpopulate', slots, []); let jsonInput = ''; @@ -7091,7 +7091,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$b.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$c.warn(` was created with unknown prop '${key}'`); }); function textarea_input_handler() { @@ -7126,24 +7126,24 @@ var app = (function () { class Testbrainstorminstantpopulate extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$p, create_fragment$p, safe_not_equal, {}); + init(this, options, instance$q, create_fragment$q, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Testbrainstorminstantpopulate", options, - id: create_fragment$p.name + id: create_fragment$q.name }); } } /* src\testjsonmatchingfieldmerge.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1$6, console: console_1$a } = globals; - const file$o = "src\\testjsonmatchingfieldmerge.svelte"; + const { Object: Object_1$6, console: console_1$b } = globals; + const file$p = "src\\testjsonmatchingfieldmerge.svelte"; // (195:4) {#if Object.keys(mergedJson).length > 0} - function create_if_block$d(ctx) { + function create_if_block$e(ctx) { let div; let h3; let t1; @@ -7159,9 +7159,9 @@ var app = (function () { t1 = space(); pre = element$1("pre"); t2 = text(t2_value); - add_location(h3, file$o, 196, 8, 4625); - add_location(pre, file$o, 197, 8, 4656); - add_location(div, file$o, 195, 6, 4610); + add_location(h3, file$p, 196, 8, 4625); + add_location(pre, file$p, 197, 8, 4656); + add_location(div, file$p, 195, 6, 4610); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -7180,7 +7180,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$d.name, + id: create_if_block$e.name, type: "if", source: "(195:4) {#if Object.keys(mergedJson).length > 0}", ctx @@ -7189,7 +7189,7 @@ var app = (function () { return block; } - function create_fragment$o(ctx) { + function create_fragment$p(ctx) { let main; let h2; let t1; @@ -7208,7 +7208,7 @@ var app = (function () { let show_if = Object.keys(/*mergedJson*/ ctx[2]).length > 0; let mounted; let dispose; - let if_block = show_if && create_if_block$d(ctx); + let if_block = show_if && create_if_block$e(ctx); const block = { c: function create() { @@ -7232,17 +7232,17 @@ var app = (function () { button.textContent = "Merge JSON"; t9 = space(); if (if_block) if_block.c(); - add_location(h2, file$o, 180, 4, 4178); - add_location(h30, file$o, 183, 6, 4221); + add_location(h2, file$p, 180, 4, 4178); + add_location(h30, file$p, 183, 6, 4221); attr_dev(textarea0, "class", "svelte-1jgnkl9"); - add_location(textarea0, file$o, 184, 6, 4252); - add_location(div0, file$o, 182, 4, 4208); - add_location(h31, file$o, 188, 6, 4369); + add_location(textarea0, file$p, 184, 6, 4252); + add_location(div0, file$p, 182, 4, 4208); + add_location(h31, file$p, 188, 6, 4369); attr_dev(textarea1, "class", "svelte-1jgnkl9"); - add_location(textarea1, file$o, 189, 6, 4399); - add_location(div1, file$o, 187, 4, 4356); - add_location(button, file$o, 192, 4, 4502); - add_location(main, file$o, 179, 2, 4166); + add_location(textarea1, file$p, 189, 6, 4399); + add_location(div1, file$p, 187, 4, 4356); + add_location(button, file$p, 192, 4, 4502); + add_location(main, file$p, 179, 2, 4166); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -7294,7 +7294,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$d(ctx); + if_block = create_if_block$e(ctx); if_block.c(); if_block.m(main, null); } @@ -7315,7 +7315,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$o.name, + id: create_fragment$p.name, type: "component", source: "", ctx @@ -7373,7 +7373,7 @@ var app = (function () { textarea.style.height = `${textarea.scrollHeight}px`; } - function instance$o($$self, $$props, $$invalidate) { + function instance$p($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('Testjsonmatchingfieldmerge', slots, []); @@ -7506,7 +7506,7 @@ var app = (function () { const writable_props = []; Object_1$6.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$a.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$b.warn(` was created with unknown prop '${key}'`); }); function textarea0_input_handler() { @@ -7555,29 +7555,29 @@ var app = (function () { class Testjsonmatchingfieldmerge extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$o, create_fragment$o, safe_not_equal, {}); + init(this, options, instance$p, create_fragment$p, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Testjsonmatchingfieldmerge", options, - id: create_fragment$o.name + id: create_fragment$p.name }); } } /* src\SimpleIFrame.svelte generated by Svelte v3.59.2 */ - const file$n = "src\\SimpleIFrame.svelte"; + const file$o = "src\\SimpleIFrame.svelte"; - function get_each_context$h(ctx, list, i) { + function get_each_context$i(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[4] = list[i]; return child_ctx; } // (17:6) {#each webpages as webpage} - function create_each_block$h(ctx) { + function create_each_block$i(ctx) { let option; let t_value = /*webpage*/ ctx[4].name + ""; let t; @@ -7589,7 +7589,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*webpage*/ ctx[4].url; option.value = option.__value; - add_location(option, file$n, 17, 8, 538); + add_location(option, file$o, 17, 8, 538); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -7610,7 +7610,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$h.name, + id: create_each_block$i.name, type: "each", source: "(17:6) {#each webpages as webpage}", ctx @@ -7620,7 +7620,7 @@ var app = (function () { } // (22:4) {#if selectedUrl} - function create_if_block$c(ctx) { + function create_if_block$d(ctx) { let iframe; let iframe_src_value; @@ -7632,7 +7632,7 @@ var app = (function () { attr_dev(iframe, "width", "100%"); attr_dev(iframe, "height", "800px"); attr_dev(iframe, "frameborder", "0"); - add_location(iframe, file$n, 22, 6, 662); + add_location(iframe, file$o, 22, 6, 662); }, m: function mount(target, anchor) { insert_dev(target, iframe, anchor); @@ -7649,7 +7649,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$c.name, + id: create_if_block$d.name, type: "if", source: "(22:4) {#if selectedUrl}", ctx @@ -7658,7 +7658,7 @@ var app = (function () { return block; } - function create_fragment$n(ctx) { + function create_fragment$o(ctx) { let div; let select; let option; @@ -7672,10 +7672,10 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$h(get_each_context$h(ctx, each_value, i)); + each_blocks[i] = create_each_block$i(get_each_context$i(ctx, each_value, i)); } - let if_block = /*selectedUrl*/ ctx[1] && create_if_block$c(ctx); + let if_block = /*selectedUrl*/ ctx[1] && create_if_block$d(ctx); const block = { c: function create() { @@ -7694,11 +7694,11 @@ var app = (function () { if (if_block) if_block.c(); option.__value = ""; option.value = option.__value; - add_location(option, file$n, 15, 6, 451); + add_location(option, file$o, 15, 6, 451); if (/*selectedUrl*/ ctx[1] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[3].call(select)); - add_location(select, file$n, 14, 4, 385); - add_location(br, file$n, 20, 4, 625); - add_location(div, file$n, 13, 2, 374); + add_location(select, file$o, 14, 4, 385); + add_location(br, file$o, 20, 4, 625); + add_location(div, file$o, 13, 2, 374); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -7736,12 +7736,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$h(ctx, each_value, i); + const child_ctx = get_each_context$i(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$h(child_ctx); + each_blocks[i] = create_each_block$i(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -7762,7 +7762,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$c(ctx); + if_block = create_if_block$d(ctx); if_block.c(); if_block.m(div, null); } @@ -7784,7 +7784,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$n.name, + id: create_fragment$o.name, type: "component", source: "", ctx @@ -7793,7 +7793,7 @@ var app = (function () { return block; } - function instance$n($$self, $$props, $$invalidate) { + function instance$o($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('SimpleIFrame', slots, []); let selectedUrl = ''; @@ -7850,13 +7850,13 @@ var app = (function () { class SimpleIFrame extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$n, create_fragment$n, safe_not_equal, { webpages: 0 }); + init(this, options, instance$o, create_fragment$o, safe_not_equal, { webpages: 0 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "SimpleIFrame", options, - id: create_fragment$n.name + id: create_fragment$o.name }); } @@ -7871,23 +7871,23 @@ var app = (function () { /* src\CustomGameConfigHelper.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1$5, console: console_1$9 } = globals; - const file$m = "src\\CustomGameConfigHelper.svelte"; + const { Object: Object_1$5, console: console_1$a } = globals; + const file$n = "src\\CustomGameConfigHelper.svelte"; - function get_each_context$g(ctx, list, i) { + function get_each_context$h(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[32] = list[i]; return child_ctx; } - function get_each_context_1$9(ctx, list, i) { + function get_each_context_1$a(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[32] = list[i]; return child_ctx; } // (360:16) {#each filteredKeys as key} - function create_each_block_1$9(ctx) { + function create_each_block_1$a(ctx) { let li; let t_value = /*key*/ ctx[32] + ""; let t; @@ -7896,7 +7896,7 @@ var app = (function () { c: function create() { li = element$1("li"); t = text(t_value); - add_location(li, file$m, 360, 16, 14741); + add_location(li, file$n, 360, 16, 14741); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -7912,7 +7912,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$9.name, + id: create_each_block_1$a.name, type: "each", source: "(360:16) {#each filteredKeys as key}", ctx @@ -7922,7 +7922,7 @@ var app = (function () { } // (369:16) {#each remainingKeys as key} - function create_each_block$g(ctx) { + function create_each_block$h(ctx) { let li; let t_value = /*key*/ ctx[32] + ""; let t; @@ -7931,7 +7931,7 @@ var app = (function () { c: function create() { li = element$1("li"); t = text(t_value); - add_location(li, file$m, 369, 16, 14964); + add_location(li, file$n, 369, 16, 14964); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -7947,7 +7947,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$g.name, + id: create_each_block$h.name, type: "each", source: "(369:16) {#each remainingKeys as key}", ctx @@ -7957,7 +7957,7 @@ var app = (function () { } // (408:8) {#if Object.keys(mergedJson).length > 0} - function create_if_block$b(ctx) { + function create_if_block$c(ctx) { let div; let h3; let t1; @@ -7989,12 +7989,12 @@ var app = (function () { t6 = space(); button1 = element$1("button"); button1.textContent = "Test load for the auto gen config"; - add_location(h3, file$m, 409, 12, 16361); - add_location(pre, file$m, 410, 12, 16396); - add_location(div, file$m, 408, 8, 16342); - add_location(br, file$m, 413, 8, 16533); - add_location(button0, file$m, 414, 8, 16547); - add_location(button1, file$m, 415, 8, 16636); + add_location(h3, file$n, 409, 12, 16361); + add_location(pre, file$n, 410, 12, 16396); + add_location(div, file$n, 408, 8, 16342); + add_location(br, file$n, 413, 8, 16533); + add_location(button0, file$n, 414, 8, 16547); + add_location(button1, file$n, 415, 8, 16636); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -8036,7 +8036,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$b.name, + id: create_if_block$c.name, type: "if", source: "(408:8) {#if Object.keys(mergedJson).length > 0}", ctx @@ -8045,7 +8045,7 @@ var app = (function () { return block; } - function create_fragment$m(ctx) { + function create_fragment$n(ctx) { let div5; let h1; let t1; @@ -8105,7 +8105,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$9(get_each_context_1$9(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$a(get_each_context_1$a(ctx, each_value_1, i)); } let each_value = /*remainingKeys*/ ctx[1]; @@ -8113,7 +8113,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$g(get_each_context$g(ctx, each_value, i)); + each_blocks[i] = create_each_block$h(get_each_context$h(ctx, each_value, i)); } simpleiframe = new SimpleIFrame({ @@ -8121,7 +8121,7 @@ var app = (function () { $$inline: true }); - let if_block = show_if && create_if_block$b(ctx); + let if_block = show_if && create_if_block$c(ctx); const block = { c: function create() { @@ -8200,38 +8200,38 @@ var app = (function () { br1 = element$1("br"); t33 = text("\r\n How to use the sequence planner in the same workflow? AND "); br2 = element$1("br"); - add_location(h1, file$m, 344, 4, 13975); - add_location(h20, file$m, 345, 4, 14096); - add_location(pre, file$m, 350, 12, 14445); + add_location(h1, file$n, 344, 4, 13975); + add_location(h20, file$n, 345, 4, 14096); + add_location(pre, file$n, 350, 12, 14445); attr_dev(div0, "class", "input-column svelte-1ynthow"); - add_location(div0, file$m, 348, 8, 14263); - add_location(h21, file$m, 357, 12, 14637); - add_location(ul0, file$m, 358, 12, 14674); - add_location(div1, file$m, 356, 12, 14618); - add_location(h22, file$m, 366, 12, 14858); - add_location(ul1, file$m, 367, 12, 14896); - add_location(div2, file$m, 365, 12, 14839); + add_location(div0, file$n, 348, 8, 14263); + add_location(h21, file$n, 357, 12, 14637); + add_location(ul0, file$n, 358, 12, 14674); + add_location(div1, file$n, 356, 12, 14618); + add_location(h22, file$n, 366, 12, 14858); + add_location(ul1, file$n, 367, 12, 14896); + add_location(div2, file$n, 365, 12, 14839); attr_dev(div3, "class", "output-column svelte-1ynthow"); - add_location(div3, file$m, 355, 8, 14577); + add_location(div3, file$n, 355, 8, 14577); attr_dev(div4, "class", "ContainerColumns svelte-1ynthow"); - add_location(div4, file$m, 346, 4, 14219); - add_location(div5, file$m, 342, 0, 13962); - add_location(hr0, file$m, 391, 8, 15470); - add_location(h3, file$m, 392, 8, 15484); - add_location(button0, file$m, 393, 8, 15592); - add_location(button1, file$m, 394, 8, 15691); - add_location(button2, file$m, 395, 12, 15790); - add_location(button3, file$m, 396, 8, 15893); - add_location(hr1, file$m, 399, 8, 16056); + add_location(div4, file$n, 346, 4, 14219); + add_location(div5, file$n, 342, 0, 13962); + add_location(hr0, file$n, 391, 8, 15470); + add_location(h3, file$n, 392, 8, 15484); + add_location(button0, file$n, 393, 8, 15592); + add_location(button1, file$n, 394, 8, 15691); + add_location(button2, file$n, 395, 12, 15790); + add_location(button3, file$n, 396, 8, 15893); + add_location(hr1, file$n, 399, 8, 16056); attr_dev(textarea, "class", "svelte-1ynthow"); - add_location(textarea, file$m, 402, 8, 16113); - add_location(div6, file$m, 378, 8, 15109); - add_location(button4, file$m, 405, 8, 16226); - add_location(div7, file$m, 377, 4, 15094); - add_location(hr2, file$m, 419, 4, 16762); - add_location(br0, file$m, 421, 164, 16934); - add_location(br1, file$m, 422, 21, 16961); - add_location(br2, file$m, 423, 62, 17029); + add_location(textarea, file$n, 402, 8, 16113); + add_location(div6, file$n, 378, 8, 15109); + add_location(button4, file$n, 405, 8, 16226); + add_location(div7, file$n, 377, 4, 15094); + add_location(hr2, file$n, 419, 4, 16762); + add_location(br0, file$n, 421, 164, 16934); + add_location(br1, file$n, 422, 21, 16961); + add_location(br2, file$n, 423, 62, 17029); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -8326,12 +8326,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$9(ctx, each_value_1, i); + const child_ctx = get_each_context_1$a(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$9(child_ctx); + each_blocks_1[i] = create_each_block_1$a(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(ul0, null); } @@ -8350,12 +8350,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$g(ctx, each_value, i); + const child_ctx = get_each_context$h(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$g(child_ctx); + each_blocks[i] = create_each_block$h(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul1, null); } @@ -8378,7 +8378,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$b(ctx); + if_block = create_if_block$c(ctx); if_block.c(); if_block.m(div7, null); } @@ -8419,7 +8419,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$m.name, + id: create_fragment$n.name, type: "component", source: "", ctx @@ -8518,7 +8518,7 @@ var app = (function () { } } - function instance$m($$self, $$props, $$invalidate) { + function instance$n($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('CustomGameConfigHelper', slots, []); let randomContentStructureSubtargets = generateRandomContentStructureSubtargets(); @@ -8781,7 +8781,7 @@ var app = (function () { const writable_props = []; Object_1$5.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$9.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$a.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => copyText(CopyGameAssistSystemPrompt); @@ -8882,13 +8882,13 @@ var app = (function () { class CustomGameConfigHelper extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$m, create_fragment$m, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$n, create_fragment$n, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "CustomGameConfigHelper", options, - id: create_fragment$m.name + id: create_fragment$n.name }); } } @@ -40230,23 +40230,23 @@ var app = (function () { /* src\GraphwithStoryStructureIdeas.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1$4, console: console_1$8 } = globals; - const file$l = "src\\GraphwithStoryStructureIdeas.svelte"; + const { Object: Object_1$4, console: console_1$9 } = globals; + const file$m = "src\\GraphwithStoryStructureIdeas.svelte"; - function get_each_context$f(ctx, list, i) { + function get_each_context$g(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[45] = list[i]; return child_ctx; } - function get_each_context_1$8(ctx, list, i) { + function get_each_context_1$9(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[45] = list[i]; return child_ctx; } // (1463:12) {#each nodes as node} - function create_each_block_1$8(ctx) { + function create_each_block_1$9(ctx) { let option; let t_value = /*node*/ ctx[45] + ""; let t; @@ -40258,7 +40258,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*node*/ ctx[45]; option.value = option.__value; - add_location(option, file$l, 1463, 16, 55431); + add_location(option, file$m, 1463, 16, 55431); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -40279,7 +40279,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$8.name, + id: create_each_block_1$9.name, type: "each", source: "(1463:12) {#each nodes as node}", ctx @@ -40289,7 +40289,7 @@ var app = (function () { } // (1469:12) {#each nodes as node} - function create_each_block$f(ctx) { + function create_each_block$g(ctx) { let option; let t_value = /*node*/ ctx[45] + ""; let t; @@ -40301,7 +40301,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*node*/ ctx[45]; option.value = option.__value; - add_location(option, file$l, 1469, 16, 55681); + add_location(option, file$m, 1469, 16, 55681); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -40322,7 +40322,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$f.name, + id: create_each_block$g.name, type: "each", source: "(1469:12) {#each nodes as node}", ctx @@ -40331,7 +40331,7 @@ var app = (function () { return block; } - function create_fragment$l(ctx) { + function create_fragment$m(ctx) { let div0; let t0; let br0; @@ -40434,7 +40434,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$8(get_each_context_1$8(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$9(get_each_context_1$9(ctx, each_value_1, i)); } let each_value = /*nodes*/ ctx[11]; @@ -40442,7 +40442,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$f(get_each_context$f(ctx, each_value, i)); + each_blocks[i] = create_each_block$g(get_each_context$g(ctx, each_value, i)); } const block = { @@ -40569,95 +40569,95 @@ var app = (function () { t59 = text("placeholder for delete"); t60 = space(); div5 = element$1("div"); - add_location(br0, file$l, 1411, 81, 52537); - add_location(br1, file$l, 1412, 196, 52739); - add_location(button0, file$l, 1413, 4, 52749); - add_location(div0, file$l, 1410, 0, 52449); + add_location(br0, file$m, 1411, 81, 52537); + add_location(br1, file$m, 1412, 196, 52739); + add_location(button0, file$m, 1413, 4, 52749); + add_location(div0, file$m, 1410, 0, 52449); attr_dev(input0, "type", "file"); attr_dev(input0, "accept", ".json,.zip"); - add_location(input0, file$l, 1418, 15, 52882); - add_location(br2, file$l, 1419, 8, 52955); - add_location(br3, file$l, 1419, 13, 52960); - add_location(button1, file$l, 1420, 15, 52981); + add_location(input0, file$m, 1418, 15, 52882); + add_location(br2, file$m, 1419, 8, 52955); + add_location(br3, file$m, 1419, 13, 52960); + add_location(button1, file$m, 1420, 15, 52981); attr_dev(button2, "id", "smmodalconfigdownload-btn"); - add_location(button2, file$l, 1421, 8, 53056); - add_location(br4, file$l, 1422, 8, 53127); - add_location(br5, file$l, 1422, 12, 53131); - add_location(button3, file$l, 1423, 8, 53145); - add_location(hr, file$l, 1424, 8, 53205); - add_location(button4, file$l, 1426, 8, 53265); - add_location(button5, file$l, 1428, 8, 53382); - add_location(br6, file$l, 1430, 8, 53471); - add_location(br7, file$l, 1430, 12, 53475); + add_location(button2, file$m, 1421, 8, 53056); + add_location(br4, file$m, 1422, 8, 53127); + add_location(br5, file$m, 1422, 12, 53131); + add_location(button3, file$m, 1423, 8, 53145); + add_location(hr, file$m, 1424, 8, 53205); + add_location(button4, file$m, 1426, 8, 53265); + add_location(button5, file$m, 1428, 8, 53382); + add_location(br6, file$m, 1430, 8, 53471); + add_location(br7, file$m, 1430, 12, 53475); attr_dev(input1, "type", "number"); attr_dev(input1, "name", "nodes"); set_style(input1, "width", "40px"); - add_location(input1, file$l, 1431, 14, 53495); + add_location(input1, file$m, 1431, 14, 53495); attr_dev(input2, "type", "number"); attr_dev(input2, "name", "edges"); set_style(input2, "width", "40px"); - add_location(input2, file$l, 1431, 100, 53581); - add_location(button6, file$l, 1432, 8, 53669); - add_location(div1, file$l, 1417, 4, 52860); - add_location(br8, file$l, 1436, 117, 53877); - add_location(br9, file$l, 1436, 180, 53940); - add_location(button7, file$l, 1438, 8, 53964); + add_location(input2, file$m, 1431, 100, 53581); + add_location(button6, file$m, 1432, 8, 53669); + add_location(div1, file$m, 1417, 4, 52860); + add_location(br8, file$m, 1436, 117, 53877); + add_location(br9, file$m, 1436, 180, 53940); + add_location(button7, file$m, 1438, 8, 53964); attr_dev(textarea, "id", "llminputstorygraphdata"); set_style(textarea, "width", "85%"); attr_dev(textarea, "placeholder", "Paste the modified graph structure from LLM here"); - add_location(textarea, file$l, 1439, 8, 54048); - add_location(br10, file$l, 1440, 8, 54242); - add_location(button8, file$l, 1440, 13, 54247); - add_location(br11, file$l, 1441, 8, 54375); - add_location(div2, file$l, 1435, 4, 53753); + add_location(textarea, file$m, 1439, 8, 54048); + add_location(br10, file$m, 1440, 8, 54242); + add_location(button8, file$m, 1440, 13, 54247); + add_location(br11, file$m, 1441, 8, 54375); + add_location(div2, file$m, 1435, 4, 53753); attr_dev(input3, "type", "text"); attr_dev(input3, "placeholder", "Node ID"); - add_location(input3, file$l, 1446, 8, 54563); + add_location(input3, file$m, 1446, 8, 54563); attr_dev(input4, "type", "text"); attr_dev(input4, "placeholder", "Node Label"); - add_location(input4, file$l, 1447, 8, 54639); + add_location(input4, file$m, 1447, 8, 54639); option0.__value = "character"; option0.value = option0.__value; - add_location(option0, file$l, 1449, 12, 54768); + add_location(option0, file$m, 1449, 12, 54768); option1.__value = "item"; option1.value = option1.__value; - add_location(option1, file$l, 1450, 12, 54826); + add_location(option1, file$m, 1450, 12, 54826); option2.__value = "location"; option2.value = option2.__value; - add_location(option2, file$l, 1451, 12, 54874); + add_location(option2, file$m, 1451, 12, 54874); if (/*newNodeType*/ ctx[4] === void 0) add_render_callback(() => /*select0_change_handler*/ ctx[29].call(select0)); - add_location(select0, file$l, 1448, 8, 54721); - add_location(button9, file$l, 1454, 8, 55053); - add_location(br12, file$l, 1457, 8, 55152); - add_location(br13, file$l, 1457, 13, 55157); + add_location(select0, file$m, 1448, 8, 54721); + add_location(button9, file$m, 1454, 8, 55053); + add_location(br12, file$m, 1457, 8, 55152); + add_location(br13, file$m, 1457, 13, 55157); attr_dev(input5, "type", "text"); attr_dev(input5, "placeholder", "Edge ID"); - add_location(input5, file$l, 1459, 8, 55191); + add_location(input5, file$m, 1459, 8, 55191); option3.__value = ""; option3.value = option3.__value; option3.disabled = true; option3.selected = true; - add_location(option3, file$l, 1461, 12, 55316); + add_location(option3, file$m, 1461, 12, 55316); if (/*newEdgeSource*/ ctx[6] === void 0) add_render_callback(() => /*select1_change_handler*/ ctx[31].call(select1)); - add_location(select1, file$l, 1460, 8, 55267); + add_location(select1, file$m, 1460, 8, 55267); option4.__value = ""; option4.value = option4.__value; option4.disabled = true; option4.selected = true; - add_location(option4, file$l, 1467, 12, 55566); + add_location(option4, file$m, 1467, 12, 55566); if (/*newEdgeTarget*/ ctx[7] === void 0) add_render_callback(() => /*select2_change_handler*/ ctx[32].call(select2)); - add_location(select2, file$l, 1466, 8, 55517); - add_location(button10, file$l, 1472, 8, 55767); - add_location(br14, file$l, 1474, 8, 55831); - add_location(br15, file$l, 1474, 13, 55836); - add_location(button11, file$l, 1475, 8, 55850); - add_location(br16, file$l, 1477, 8, 55954); - add_location(div3, file$l, 1444, 4, 54528); + add_location(select2, file$m, 1466, 8, 55517); + add_location(button10, file$m, 1472, 8, 55767); + add_location(br14, file$m, 1474, 8, 55831); + add_location(br15, file$m, 1474, 13, 55836); + add_location(button11, file$m, 1475, 8, 55850); + add_location(br16, file$m, 1477, 8, 55954); + add_location(div3, file$m, 1444, 4, 54528); attr_dev(div4, "class", "grid-Container svelte-gj972u"); - add_location(div4, file$l, 1416, 0, 52826); + add_location(div4, file$m, 1416, 0, 52826); attr_dev(div5, "id", "cy"); attr_dev(div5, "class", "svelte-gj972u"); - add_location(div5, file$l, 1481, 0, 56004); + add_location(div5, file$m, 1481, 0, 56004); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -40846,12 +40846,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$8(ctx, each_value_1, i); + const child_ctx = get_each_context_1$9(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$8(child_ctx); + each_blocks_1[i] = create_each_block_1$9(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(select1, null); } @@ -40874,12 +40874,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$f(ctx, each_value, i); + const child_ctx = get_each_context$g(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$f(child_ctx); + each_blocks[i] = create_each_block$g(child_ctx); each_blocks[i].c(); each_blocks[i].m(select2, null); } @@ -40914,7 +40914,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$l.name, + id: create_fragment$m.name, type: "component", source: "", ctx @@ -41176,7 +41176,7 @@ var app = (function () { } } - function instance$l($$self, $$props, $$invalidate) { + function instance$m($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('GraphwithStoryStructureIdeas', slots, []); let cy; @@ -42685,7 +42685,7 @@ var app = (function () { const writable_props = []; Object_1$4.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$8.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$9.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => cy.fit(); @@ -42858,19 +42858,19 @@ var app = (function () { class GraphwithStoryStructureIdeas extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$l, create_fragment$l, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$m, create_fragment$m, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "GraphwithStoryStructureIdeas", options, - id: create_fragment$l.name + id: create_fragment$m.name }); } } /* src\MovingDotSpaceThemeManager.svelte generated by Svelte v3.59.2 */ - const file$k = "src\\MovingDotSpaceThemeManager.svelte"; + const file$l = "src\\MovingDotSpaceThemeManager.svelte"; // (98:4) function create_default_slot_4$1(ctx) { @@ -42932,9 +42932,9 @@ var app = (function () { br1 = element$1("br"); t2 = text("lets write the story to fit this order - stats location stats inventory stats location location skills inventory stats inventory skills skills skills stats stats skills\r\n \r\n "); create_component(brainstormstatetransitionsrandom.$$.fragment); - add_location(hr, file$k, 102, 8, 4757); - add_location(br0, file$k, 104, 8, 4807); - add_location(br1, file$k, 105, 8, 5097); + add_location(hr, file$l, 102, 8, 4757); + add_location(br0, file$l, 104, 8, 4807); + add_location(br1, file$l, 105, 8, 5097); }, m: function mount(target, anchor) { insert_dev(target, hr, anchor); @@ -43066,7 +43066,7 @@ var app = (function () { create_component(simplecollapsible1.$$.fragment); t3 = space(); create_component(simplecollapsible2.$$.fragment); - add_location(hr, file$k, 74, 4, 3427); + add_location(hr, file$l, 74, 4, 3427); }, m: function mount(target, anchor) { insert_dev(target, t0, anchor); @@ -43149,7 +43149,7 @@ var app = (function () { t0 = text("Steps (Order not optimised yet)\r\n "); br = element$1("br"); t1 = text("Story (order of events) random order generator as strating point, foreshadowing points added back after story finished --- Game Mechanics (order of UI elements and off screen controls for corresponding story event, esp. every significant verb in the story) --- User driven Attributes (Skills/Stats/Inventory)"); - add_location(br, file$k, 118, 4, 5634); + add_location(br, file$l, 118, 4, 5634); }, m: function mount(target, anchor) { insert_dev(target, t0, anchor); @@ -43175,7 +43175,7 @@ var app = (function () { return block; } - function create_fragment$k(ctx) { + function create_fragment$l(ctx) { let simplecollapsible0; let t0; let simplecollapsible1; @@ -43262,20 +43262,20 @@ var app = (function () { t15 = space(); br6 = element$1("br"); t16 = text("\r\n Most stories for games are about a character that lacks something to beat their problems and the 90% inbetween the begining and the end is acquiring"); - add_location(hr0, file$k, 121, 0, 5973); - add_location(hr1, file$k, 125, 0, 6091); - add_location(br0, file$k, 131, 15, 6403); - add_location(br1, file$k, 131, 43, 6431); - add_location(br2, file$k, 131, 99, 6487); - add_location(br3, file$k, 131, 179, 6567); - add_location(div0, file$k, 130, 4, 6381); - add_location(br4, file$k, 135, 72, 6736); - add_location(br5, file$k, 136, 80, 6822); - add_location(div1, file$k, 134, 4, 6657); - add_location(br6, file$k, 141, 38, 7000); - add_location(div2, file$k, 140, 4, 6955); + add_location(hr0, file$l, 121, 0, 5973); + add_location(hr1, file$l, 125, 0, 6091); + add_location(br0, file$l, 131, 15, 6403); + add_location(br1, file$l, 131, 43, 6431); + add_location(br2, file$l, 131, 99, 6487); + add_location(br3, file$l, 131, 179, 6567); + add_location(div0, file$l, 130, 4, 6381); + add_location(br4, file$l, 135, 72, 6736); + add_location(br5, file$l, 136, 80, 6822); + add_location(div1, file$l, 134, 4, 6657); + add_location(br6, file$l, 141, 38, 7000); + add_location(div2, file$l, 140, 4, 6955); attr_dev(div3, "class", "grid-themegridContainer svelte-qg4vfk"); - add_location(div3, file$k, 128, 0, 6336); + add_location(div3, file$l, 128, 0, 6336); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -43358,7 +43358,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$k.name, + id: create_fragment$l.name, type: "component", source: "", ctx @@ -43367,7 +43367,7 @@ var app = (function () { return block; } - function instance$k($$self, $$props, $$invalidate) { + function instance$l($$self, $$props, $$invalidate) { let $targets; let $objectives; let $skills; @@ -43499,13 +43499,13 @@ var app = (function () { class MovingDotSpaceThemeManager extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$k, create_fragment$k, safe_not_equal, { ChangedContentPlaceholder: 0 }); + init(this, options, instance$l, create_fragment$l, safe_not_equal, { ChangedContentPlaceholder: 0 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceThemeManager", options, - id: create_fragment$k.name + id: create_fragment$l.name }); } @@ -43520,10 +43520,10 @@ var app = (function () { /* src\MovingDotSpaceGameFight.svelte generated by Svelte v3.59.2 */ - const file$j = "src\\MovingDotSpaceGameFight.svelte"; + const file$k = "src\\MovingDotSpaceGameFight.svelte"; // (115:8) {#if $fightcurrentTurn === 'human' && !gameOver} - function create_if_block$a(ctx) { + function create_if_block$b(ctx) { let button0; let t1; let button1; @@ -43542,9 +43542,9 @@ var app = (function () { t3 = space(); button2 = element$1("button"); button2.textContent = "Block"; - add_location(button0, file$j, 115, 12, 3914); - add_location(button1, file$j, 116, 12, 4021); - add_location(button2, file$j, 117, 12, 4147); + add_location(button0, file$k, 115, 12, 3914); + add_location(button1, file$k, 116, 12, 4021); + add_location(button2, file$k, 117, 12, 4147); }, m: function mount(target, anchor) { insert_dev(target, button0, anchor); @@ -43577,7 +43577,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block: block_1, - id: create_if_block$a.name, + id: create_if_block$b.name, type: "if", source: "(115:8) {#if $fightcurrentTurn === 'human' && !gameOver}", ctx @@ -43586,7 +43586,7 @@ var app = (function () { return block_1; } - function create_fragment$j(ctx) { + function create_fragment$k(ctx) { let div4; let div0; let t0; @@ -43655,7 +43655,7 @@ var app = (function () { let t28; let t29; let br9; - let if_block = /*$fightcurrentTurn*/ ctx[3] === 'human' && !/*gameOver*/ ctx[0] && create_if_block$a(ctx); + let if_block = /*$fightcurrentTurn*/ ctx[3] === 'human' && !/*gameOver*/ ctx[0] && create_if_block$b(ctx); const block_1 = { c: function create() { @@ -43705,22 +43705,22 @@ var app = (function () { t28 = text(t28_value); t29 = text("s "); br9 = element$1("br"); - add_location(br0, file$j, 103, 17, 3422); - add_location(br1, file$j, 104, 48, 3476); - add_location(br2, file$j, 105, 50, 3532); - add_location(br3, file$j, 106, 62, 3600); - add_location(br4, file$j, 107, 70, 3676); - add_location(div0, file$j, 102, 4, 3398); - add_location(div1, file$j, 111, 8, 3715); - add_location(div2, file$j, 110, 4, 3700); - add_location(br5, file$j, 122, 17, 4269); - add_location(br6, file$j, 123, 51, 4326); - add_location(br7, file$j, 124, 53, 4385); - add_location(br8, file$j, 125, 65, 4456); - add_location(br9, file$j, 126, 73, 4535); - add_location(div3, file$j, 121, 4, 4245); + add_location(br0, file$k, 103, 17, 3422); + add_location(br1, file$k, 104, 48, 3476); + add_location(br2, file$k, 105, 50, 3532); + add_location(br3, file$k, 106, 62, 3600); + add_location(br4, file$k, 107, 70, 3676); + add_location(div0, file$k, 102, 4, 3398); + add_location(div1, file$k, 111, 8, 3715); + add_location(div2, file$k, 110, 4, 3700); + add_location(br5, file$k, 122, 17, 4269); + add_location(br6, file$k, 123, 51, 4326); + add_location(br7, file$k, 124, 53, 4385); + add_location(br8, file$k, 125, 65, 4456); + add_location(br9, file$k, 126, 73, 4535); + add_location(div3, file$k, 121, 4, 4245); attr_dev(div4, "class", "statscontainer svelte-izilsr"); - add_location(div4, file$j, 101, 0, 3364); + add_location(div4, file$k, 101, 0, 3364); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -43793,7 +43793,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$a(ctx); + if_block = create_if_block$b(ctx); if_block.c(); if_block.m(div2, null); } @@ -43821,7 +43821,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block: block_1, - id: create_fragment$j.name, + id: create_fragment$k.name, type: "component", source: "", ctx @@ -43830,7 +43830,7 @@ var app = (function () { return block_1; } - function instance$j($$self, $$props, $$invalidate) { + function instance$k($$self, $$props, $$invalidate) { let $fightplayerComputer; let $fightplayerHuman; let $fightcurrentTurn; @@ -44005,13 +44005,13 @@ var app = (function () { class MovingDotSpaceGameFight extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$j, create_fragment$j, safe_not_equal, {}); + init(this, options, instance$k, create_fragment$k, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceGameFight", options, - id: create_fragment$j.name + id: create_fragment$k.name }); } } @@ -44020,16 +44020,16 @@ var app = (function () { const { Object: Object_1$3 } = globals; - const file$i = "src\\MovingDotSpaceGameFightMultiTheme.svelte"; + const file$j = "src\\MovingDotSpaceGameFightMultiTheme.svelte"; - function get_each_context$e(ctx, list, i) { + function get_each_context$f(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[20] = list[i]; return child_ctx; } // (202:4) {#each Object.keys(themes) as theme} - function create_each_block$e(ctx) { + function create_each_block$f(ctx) { let option; let t_value = /*theme*/ ctx[20] + ""; let t; @@ -44040,7 +44040,7 @@ var app = (function () { t = text(t_value); option.__value = /*theme*/ ctx[20]; option.value = option.__value; - add_location(option, file$i, 202, 8, 6935); + add_location(option, file$j, 202, 8, 6935); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -44054,7 +44054,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block: block_1, - id: create_each_block$e.name, + id: create_each_block$f.name, type: "each", source: "(202:4) {#each Object.keys(themes) as theme}", ctx @@ -44064,7 +44064,7 @@ var app = (function () { } // (207:0) {#if $selectedTheme} - function create_if_block$9(ctx) { + function create_if_block$a(ctx) { let div4; let div0; let t0; @@ -44217,22 +44217,22 @@ var app = (function () { t41 = text(t41_value); t42 = text("s "); br9 = element$1("br"); - add_location(br0, file$i, 209, 21, 7093); - add_location(br1, file$i, 210, 83, 7182); - add_location(br2, file$i, 211, 85, 7273); - add_location(br3, file$i, 212, 93, 7372); - add_location(br4, file$i, 213, 105, 7483); - add_location(div0, file$i, 208, 8, 7065); - add_location(div1, file$i, 217, 12, 7534); - add_location(div2, file$i, 216, 8, 7515); - add_location(br5, file$i, 231, 21, 8364); - add_location(br6, file$i, 232, 86, 8456); - add_location(br7, file$i, 233, 88, 8550); - add_location(br8, file$i, 234, 96, 8652); - add_location(br9, file$i, 235, 108, 8766); - add_location(div3, file$i, 230, 8, 8336); + add_location(br0, file$j, 209, 21, 7093); + add_location(br1, file$j, 210, 83, 7182); + add_location(br2, file$j, 211, 85, 7273); + add_location(br3, file$j, 212, 93, 7372); + add_location(br4, file$j, 213, 105, 7483); + add_location(div0, file$j, 208, 8, 7065); + add_location(div1, file$j, 217, 12, 7534); + add_location(div2, file$j, 216, 8, 7515); + add_location(br5, file$j, 231, 21, 8364); + add_location(br6, file$j, 232, 86, 8456); + add_location(br7, file$j, 233, 88, 8550); + add_location(br8, file$j, 234, 96, 8652); + add_location(br9, file$j, 235, 108, 8766); + add_location(div3, file$j, 230, 8, 8336); attr_dev(div4, "class", "statscontainer svelte-izilsr"); - add_location(div4, file$i, 207, 4, 7027); + add_location(div4, file$j, 207, 4, 7027); }, m: function mount(target, anchor) { insert_dev(target, div4, anchor); @@ -44362,7 +44362,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block: block_1, - id: create_if_block$9.name, + id: create_if_block$a.name, type: "if", source: "(207:0) {#if $selectedTheme}", ctx @@ -44397,9 +44397,9 @@ var app = (function () { t3 = space(); button2 = element$1("button"); t4 = text(t4_value); - add_location(button0, file$i, 221, 16, 7761); - add_location(button1, file$i, 222, 16, 7909); - add_location(button2, file$i, 223, 16, 8075); + add_location(button0, file$j, 221, 16, 7761); + add_location(button1, file$j, 222, 16, 7909); + add_location(button2, file$j, 223, 16, 8075); }, m: function mount(target, anchor) { insert_dev(target, button0, anchor); @@ -44458,7 +44458,7 @@ var app = (function () { c: function create() { button = element$1("button"); button.textContent = "Restart Game"; - add_location(button, file$i, 226, 16, 8237); + add_location(button, file$j, 226, 16, 8237); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -44487,7 +44487,7 @@ var app = (function () { return block_1; } - function create_fragment$i(ctx) { + function create_fragment$j(ctx) { let select; let t; let if_block_anchor; @@ -44498,10 +44498,10 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$e(get_each_context$e(ctx, each_value, i)); + each_blocks[i] = create_each_block$f(get_each_context$f(ctx, each_value, i)); } - let if_block = /*$selectedTheme*/ ctx[4] && create_if_block$9(ctx); + let if_block = /*$selectedTheme*/ ctx[4] && create_if_block$a(ctx); const block_1 = { c: function create() { @@ -44515,7 +44515,7 @@ var app = (function () { if (if_block) if_block.c(); if_block_anchor = empty(); if (/*$selectedTheme*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[10].call(select)); - add_location(select, file$i, 200, 0, 6847); + add_location(select, file$j, 200, 0, 6847); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -44546,12 +44546,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$e(ctx, each_value, i); + const child_ctx = get_each_context$f(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$e(child_ctx); + each_blocks[i] = create_each_block$f(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -44572,7 +44572,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$9(ctx); + if_block = create_if_block$a(ctx); if_block.c(); if_block.m(if_block_anchor.parentNode, if_block_anchor); } @@ -44596,7 +44596,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block: block_1, - id: create_fragment$i.name, + id: create_fragment$j.name, type: "component", source: "", ctx @@ -44605,7 +44605,7 @@ var app = (function () { return block_1; } - function instance$i($$self, $$props, $$invalidate) { + function instance$j($$self, $$props, $$invalidate) { let $themedfightplayerComputer; let $themedfightplayerHuman; let $themedfightcurrentTurn; @@ -44909,13 +44909,13 @@ var app = (function () { class MovingDotSpaceGameFightMultiTheme extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$i, create_fragment$i, safe_not_equal, {}); + init(this, options, instance$j, create_fragment$j, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceGameFightMultiTheme", options, - id: create_fragment$i.name + id: create_fragment$j.name }); } } @@ -95099,16 +95099,16 @@ var app = (function () { }); /* src\MovingDotSpaceModalBrainstorm.svelte generated by Svelte v3.59.2 */ - const file$h = "src\\MovingDotSpaceModalBrainstorm.svelte"; + const file$i = "src\\MovingDotSpaceModalBrainstorm.svelte"; - function create_fragment$h(ctx) { + function create_fragment$i(ctx) { let div; const block = { c: function create() { div = element$1("div"); attr_dev(div, "class", "svelte-1kuj9kb"); - add_location(div, file$h, 95, 0, 3254); + add_location(div, file$i, 95, 0, 3254); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -95128,7 +95128,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$h.name, + id: create_fragment$i.name, type: "component", source: "", ctx @@ -95137,7 +95137,7 @@ var app = (function () { return block; } - function instance$h($$self, $$props, $$invalidate) { + function instance$i($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotSpaceModalBrainstorm', slots, []); let container; @@ -95229,29 +95229,29 @@ var app = (function () { class MovingDotSpaceModalBrainstorm extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$h, create_fragment$h, safe_not_equal, {}); + init(this, options, instance$i, create_fragment$i, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceModalBrainstorm", options, - id: create_fragment$h.name + id: create_fragment$i.name }); } } /* src\MovingDotSpaceGameFind.svelte generated by Svelte v3.59.2 */ - const file$g = "src\\MovingDotSpaceGameFind.svelte"; + const file$h = "src\\MovingDotSpaceGameFind.svelte"; - function get_each_context$d(ctx, list, i) { + function get_each_context$e(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[9] = list[i]; child_ctx[11] = i; return child_ctx; } - function get_each_context_1$7(ctx, list, i) { + function get_each_context_1$8(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[12] = list[i]; child_ctx[14] = i; @@ -95266,7 +95266,7 @@ var app = (function () { c: function create() { p = element$1("p"); p.textContent = "Game over. Try again!"; - add_location(p, file$g, 63, 6, 1832); + add_location(p, file$h, 63, 6, 1832); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -95296,7 +95296,7 @@ var app = (function () { c: function create() { p = element$1("p"); p.textContent = "You won! 🎉"; - add_location(p, file$g, 61, 6, 1793); + add_location(p, file$h, 61, 6, 1793); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -95319,7 +95319,7 @@ var app = (function () { } // (59:4) {#if gameState === 'playing'} - function create_if_block$8(ctx) { + function create_if_block$9(ctx) { let p; let t0; let t1; @@ -95329,7 +95329,7 @@ var app = (function () { p = element$1("p"); t0 = text("Presses Remaining: "); t1 = text(/*pressesRemaining*/ ctx[0]); - add_location(p, file$g, 59, 6, 1705); + add_location(p, file$h, 59, 6, 1705); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -95346,7 +95346,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$8.name, + id: create_if_block$9.name, type: "if", source: "(59:4) {#if gameState === 'playing'}", ctx @@ -95356,7 +95356,7 @@ var app = (function () { } // (71:6) {#each row as cell, colIndex} - function create_each_block_1$7(ctx) { + function create_each_block_1$8(ctx) { let button; let t0_value = (/*cell*/ ctx[12].pressed @@ -95383,7 +95383,7 @@ var app = (function () { button.disabled = button_disabled_value = /*gameState*/ ctx[2] !== 'playing'; attr_dev(button, "class", "svelte-p3ubim"); toggle_class(button, "pressed", /*cell*/ ctx[12].pressed); - add_location(button, file$g, 71, 8, 2045); + add_location(button, file$h, 71, 8, 2045); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -95421,7 +95421,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$7.name, + id: create_each_block_1$8.name, type: "each", source: "(71:6) {#each row as cell, colIndex}", ctx @@ -95431,14 +95431,14 @@ var app = (function () { } // (70:4) {#each grid as row, rowIndex} - function create_each_block$d(ctx) { + function create_each_block$e(ctx) { let each_1_anchor; let each_value_1 = /*row*/ ctx[9]; validate_each_argument(each_value_1); let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1$7(get_each_context_1$7(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$8(get_each_context_1$8(ctx, each_value_1, i)); } const block = { @@ -95465,12 +95465,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$7(ctx, each_value_1, i); + const child_ctx = get_each_context_1$8(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1$7(child_ctx); + each_blocks[i] = create_each_block_1$8(child_ctx); each_blocks[i].c(); each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor); } @@ -95491,7 +95491,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$d.name, + id: create_each_block$e.name, type: "each", source: "(70:4) {#each grid as row, rowIndex}", ctx @@ -95500,7 +95500,7 @@ var app = (function () { return block; } - function create_fragment$g(ctx) { + function create_fragment$h(ctx) { let div0; let t0; let button; @@ -95510,7 +95510,7 @@ var app = (function () { let dispose; function select_block_type(ctx, dirty) { - if (/*gameState*/ ctx[2] === 'playing') return create_if_block$8; + if (/*gameState*/ ctx[2] === 'playing') return create_if_block$9; if (/*gameState*/ ctx[2] === 'won') return create_if_block_1$5; return create_else_block$2; } @@ -95522,7 +95522,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$d(get_each_context$d(ctx, each_value, i)); + each_blocks[i] = create_each_block$e(get_each_context$e(ctx, each_value, i)); } const block = { @@ -95540,10 +95540,10 @@ var app = (function () { } attr_dev(button, "class", "svelte-p3ubim"); - add_location(button, file$g, 65, 4, 1877); - add_location(div0, file$g, 57, 2, 1657); + add_location(button, file$h, 65, 4, 1877); + add_location(div0, file$h, 57, 2, 1657); attr_dev(div1, "class", "grid svelte-p3ubim"); - add_location(div1, file$g, 68, 2, 1945); + add_location(div1, file$h, 68, 2, 1945); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -95586,12 +95586,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$d(ctx, each_value, i); + const child_ctx = get_each_context$e(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$d(child_ctx); + each_blocks[i] = create_each_block$e(child_ctx); each_blocks[i].c(); each_blocks[i].m(div1, null); } @@ -95619,7 +95619,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$g.name, + id: create_fragment$h.name, type: "component", source: "", ctx @@ -95628,7 +95628,7 @@ var app = (function () { return block; } - function instance$g($$self, $$props, $$invalidate) { + function instance$h($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotSpaceGameFind', slots, []); let gridSize = 10; @@ -95719,22 +95719,22 @@ var app = (function () { class MovingDotSpaceGameFind extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$g, create_fragment$g, safe_not_equal, {}); + init(this, options, instance$h, create_fragment$h, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceGameFind", options, - id: create_fragment$g.name + id: create_fragment$h.name }); } } /* src\MovingDotSpaceGameOrder.svelte generated by Svelte v3.59.2 */ - const file$f = "src\\MovingDotSpaceGameOrder.svelte"; + const file$g = "src\\MovingDotSpaceGameOrder.svelte"; - function get_each_context$c(ctx, list, i) { + function get_each_context$d(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[10] = list[i]; child_ctx[12] = i; @@ -95749,7 +95749,7 @@ var app = (function () { c: function create() { p = element$1("p"); p.textContent = "Incorrect order. Try again!"; - add_location(p, file$f, 72, 4, 2206); + add_location(p, file$g, 72, 4, 2206); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -95778,7 +95778,7 @@ var app = (function () { c: function create() { p = element$1("p"); p.textContent = "You guessed the correct order! 🎉"; - add_location(p, file$f, 70, 4, 2119); + add_location(p, file$g, 70, 4, 2119); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -95800,7 +95800,7 @@ var app = (function () { } // (79:4) {#each Array(gridSize) as _, i} - function create_each_block$c(ctx) { + function create_each_block$d(ctx) { let button; let t0_value = /*i*/ ctx[12] + 1 + ""; let t0; @@ -95820,7 +95820,7 @@ var app = (function () { attr_dev(button, "data-number", /*i*/ ctx[12] + 1); attr_dev(button, "class", "svelte-7k1yf9"); toggle_class(button, "pressed", /*userOrder*/ ctx[0].includes(/*i*/ ctx[12] + 1)); - add_location(button, file$f, 79, 6, 2378); + add_location(button, file$g, 79, 6, 2378); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -95848,7 +95848,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$c.name, + id: create_each_block$d.name, type: "each", source: "(79:4) {#each Array(gridSize) as _, i}", ctx @@ -95858,7 +95858,7 @@ var app = (function () { } // (86:2) {#if !checkOnEveryPress && gameStatus === ""} - function create_if_block$7(ctx) { + function create_if_block$8(ctx) { let button; let t; let button_disabled_value; @@ -95871,7 +95871,7 @@ var app = (function () { t = text("Check Order"); button.disabled = button_disabled_value = /*userOrder*/ ctx[0].length !== /*gridSize*/ ctx[3]; attr_dev(button, "class", "svelte-7k1yf9"); - add_location(button, file$f, 86, 4, 2600); + add_location(button, file$g, 86, 4, 2600); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -95896,7 +95896,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$7.name, + id: create_if_block$8.name, type: "if", source: "(86:2) {#if !checkOnEveryPress && gameStatus === \\\"\\\"}", ctx @@ -95905,7 +95905,7 @@ var app = (function () { return block; } - function create_fragment$f(ctx) { + function create_fragment$g(ctx) { let div0; let input; let t0; @@ -95932,10 +95932,10 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$c(get_each_context$c(ctx, each_value, i)); + each_blocks[i] = create_each_block$d(get_each_context$d(ctx, each_value, i)); } - let if_block1 = !/*checkOnEveryPress*/ ctx[1] && /*gameStatus*/ ctx[2] === "" && create_if_block$7(ctx); + let if_block1 = !/*checkOnEveryPress*/ ctx[1] && /*gameStatus*/ ctx[2] === "" && create_if_block$8(ctx); const block = { c: function create() { @@ -95960,14 +95960,14 @@ var app = (function () { if (if_block1) if_block1.c(); if_block1_anchor = empty(); attr_dev(input, "type", "checkbox"); - add_location(input, file$f, 65, 4, 1962); - add_location(label, file$f, 66, 4, 2024); + add_location(input, file$g, 65, 4, 1962); + add_location(label, file$g, 66, 4, 2024); attr_dev(div0, "class", "controls svelte-7k1yf9"); - add_location(div0, file$f, 64, 2, 1934); + add_location(div0, file$g, 64, 2, 1934); attr_dev(button, "class", "svelte-7k1yf9"); - add_location(button, file$f, 75, 2, 2257); + add_location(button, file$g, 75, 2, 2257); attr_dev(div1, "class", "grid svelte-7k1yf9"); - add_location(div1, file$f, 77, 2, 2315); + add_location(div1, file$g, 77, 2, 2315); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -96025,12 +96025,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$c(ctx, each_value, i); + const child_ctx = get_each_context$d(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$c(child_ctx); + each_blocks[i] = create_each_block$d(child_ctx); each_blocks[i].c(); each_blocks[i].m(div1, null); } @@ -96047,7 +96047,7 @@ var app = (function () { if (if_block1) { if_block1.p(ctx, dirty); } else { - if_block1 = create_if_block$7(ctx); + if_block1 = create_if_block$8(ctx); if_block1.c(); if_block1.m(if_block1_anchor.parentNode, if_block1_anchor); } @@ -96081,7 +96081,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$f.name, + id: create_fragment$g.name, type: "component", source: "", ctx @@ -96090,7 +96090,7 @@ var app = (function () { return block; } - function instance$f($$self, $$props, $$invalidate) { + function instance$g($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('MovingDotSpaceGameOrder', slots, []); let gridSize = 4; // Grid size for simplicity @@ -96189,13 +96189,13 @@ var app = (function () { class MovingDotSpaceGameOrder extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$f, create_fragment$f, safe_not_equal, {}); + init(this, options, instance$g, create_fragment$g, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpaceGameOrder", options, - id: create_fragment$f.name + id: create_fragment$g.name }); } } @@ -97933,24 +97933,24 @@ var app = (function () { /* src\MovingDotSpacePortfromReact.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1$2, console: console_1$7 } = globals; + const { Object: Object_1$2, console: console_1$8 } = globals; - const file$e = "src\\MovingDotSpacePortfromReact.svelte"; + const file$f = "src\\MovingDotSpacePortfromReact.svelte"; - function get_each_context$b(ctx, list, i) { + function get_each_context$c(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[31] = list[i]; return child_ctx; } - function get_each_context_1$6(ctx, list, i) { + function get_each_context_1$7(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[34] = list[i]; return child_ctx; } // (321:4) {#each themeKeys as key} - function create_each_block_1$6(ctx) { + function create_each_block_1$7(ctx) { let option; let t_value = /*key*/ ctx[34] + ""; let t; @@ -97961,7 +97961,7 @@ var app = (function () { t = text(t_value); option.__value = /*key*/ ctx[34]; option.value = option.__value; - add_location(option, file$e, 321, 8, 13237); + add_location(option, file$f, 321, 8, 13237); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -97975,7 +97975,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$6.name, + id: create_each_block_1$7.name, type: "each", source: "(321:4) {#each themeKeys as key}", ctx @@ -97985,7 +97985,7 @@ var app = (function () { } // (334:4) {#each $targets as target (target.name)} - function create_each_block$b(key_1, ctx) { + function create_each_block$c(key_1, ctx) { let first; let target; let t0; @@ -98011,7 +98011,7 @@ var app = (function () { set_style(span, "position", "absolute"); set_style(span, "left", /*target*/ ctx[31].x + "px"); set_style(span, "top", /*target*/ ctx[31].y + "px"); - add_location(span, file$e, 335, 8, 14538); + add_location(span, file$f, 335, 8, 14538); this.first = first; }, m: function mount(target$1, anchor) { @@ -98056,7 +98056,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$b.name, + id: create_each_block$c.name, type: "each", source: "(334:4) {#each $targets as target (target.name)}", ctx @@ -98127,7 +98127,7 @@ var app = (function () { } // (344:4) {#if isSMModalOpen} - function create_if_block$6(ctx) { + function create_if_block$7(ctx) { let smmodal; let current; @@ -98170,7 +98170,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$6.name, + id: create_if_block$7.name, type: "if", source: "(344:4) {#if isSMModalOpen}", ctx @@ -98223,9 +98223,9 @@ var app = (function () { h12.textContent = "Find out/ make sense / Resolve Conflict = order mixed up and"; t9 = space(); create_component(ordertest.$$.fragment); - add_location(h10, file$e, 355, 4, 15536); - add_location(h11, file$e, 359, 4, 15665); - add_location(h12, file$e, 361, 4, 15818); + add_location(h10, file$f, 355, 4, 15536); + add_location(h11, file$f, 359, 4, 15665); + add_location(h12, file$f, 361, 4, 15818); }, m: function mount(target, anchor) { insert_dev(target, h10, anchor); @@ -98293,7 +98293,7 @@ var app = (function () { return block; } - function create_fragment$e(ctx) { + function create_fragment$f(ctx) { let t0; let select; let t1; @@ -98339,7 +98339,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$6(get_each_context_1$6(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$7(get_each_context_1$7(ctx, each_value_1, i)); } dotgamethememanager = new MovingDotSpaceThemeManager({ @@ -98360,16 +98360,16 @@ var app = (function () { let each_value = /*$targets*/ ctx[12]; validate_each_argument(each_value); const get_key = ctx => /*target*/ ctx[31].name; - validate_each_keys(ctx, each_value, get_each_context$b, get_key); + validate_each_keys(ctx, each_value, get_each_context$c, get_key); for (let i = 0; i < each_value.length; i += 1) { - let child_ctx = get_each_context$b(ctx, each_value, i); + let child_ctx = get_each_context$c(ctx, each_value, i); let key = get_key(child_ctx); - each1_lookup.set(key, each_blocks[i] = create_each_block$b(key, child_ctx)); + each1_lookup.set(key, each_blocks[i] = create_each_block$c(key, child_ctx)); } let if_block0 = /*isModalOpen*/ ctx[3] && create_if_block_1$3(ctx); - let if_block1 = /*isSMModalOpen*/ ctx[4] && create_if_block$6(ctx); + let if_block1 = /*isSMModalOpen*/ ctx[4] && create_if_block$7(ctx); movingdotstats = new MovingDotStatDisplay({ $$inline: true }); simplecollapsible = new SimpleCollapsible({ @@ -98433,16 +98433,16 @@ var app = (function () { t23 = space(); create_component(simplecollapsible.$$.fragment); if (/*currentTheme*/ ctx[10] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[22].call(select)); - add_location(select, file$e, 319, 0, 13139); - add_location(button0, file$e, 325, 0, 13302); - add_location(button1, file$e, 326, 0, 13416); + add_location(select, file$f, 319, 0, 13139); + add_location(button0, file$f, 325, 0, 13302); + add_location(button1, file$f, 326, 0, 13416); set_style(canvas_1, "width", "100%"); set_style(canvas_1, "height", "100%"); attr_dev(canvas_1, "tabindex", "0"); - add_location(canvas_1, file$e, 330, 4, 13874); + add_location(canvas_1, file$f, 330, 4, 13874); attr_dev(div0, "id", "overlayText"); attr_dev(div0, "class", "svelte-c2nwl9"); - add_location(div0, file$e, 332, 4, 14132); + add_location(div0, file$f, 332, 4, 14132); attr_dev(div1, "id", "game-container"); set_style(div1, "position", "relative"); set_style(div1, "width", "100%"); @@ -98452,10 +98452,10 @@ var app = (function () { set_style(div1, "background-image", "url('" + /*CurrentGameBackground*/ ctx[11] + "')"); set_style(div1, "background-size", "cover"); set_style(div1, "background-position", "center"); - add_location(div1, file$e, 329, 0, 13641); - add_location(h4, file$e, 349, 0, 15169); - add_location(h1, file$e, 351, 0, 15220); - add_location(hr, file$e, 352, 0, 15395); + add_location(div1, file$f, 329, 0, 13641); + add_location(h4, file$f, 349, 0, 15169); + add_location(h1, file$f, 351, 0, 15220); + add_location(hr, file$f, 352, 0, 15395); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -98533,12 +98533,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$6(ctx, each_value_1, i); + const child_ctx = get_each_context_1$7(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$6(child_ctx); + each_blocks_1[i] = create_each_block_1$7(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(select, null); } @@ -98568,8 +98568,8 @@ var app = (function () { each_value = /*$targets*/ ctx[12]; validate_each_argument(each_value); group_outros(); - validate_each_keys(ctx, each_value, get_each_context$b, get_key); - each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each1_lookup, div1, outro_and_destroy_block, create_each_block$b, t15, get_each_context$b); + validate_each_keys(ctx, each_value, get_each_context$c, get_key); + each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each1_lookup, div1, outro_and_destroy_block, create_each_block$c, t15, get_each_context$c); check_outros(); } @@ -98604,7 +98604,7 @@ var app = (function () { transition_in(if_block1, 1); } } else { - if_block1 = create_if_block$6(ctx); + if_block1 = create_if_block$7(ctx); if_block1.c(); transition_in(if_block1, 1); if_block1.m(div1, null); @@ -98699,7 +98699,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$e.name, + id: create_fragment$f.name, type: "component", source: "", ctx @@ -98708,7 +98708,7 @@ var app = (function () { return block; } - function instance$e($$self, $$props, $$invalidate) { + function instance$f($$self, $$props, $$invalidate) { let $dotPosition; let $targets; let $autogenconfigtestsmmdoalfromgraph; @@ -98945,7 +98945,7 @@ var app = (function () { const writable_props = []; Object_1$2.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$7.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$8.warn(` was created with unknown prop '${key}'`); }); function select_change_handler() { @@ -99125,24 +99125,24 @@ var app = (function () { class MovingDotSpacePortfromReact extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$e, create_fragment$e, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$f, create_fragment$f, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MovingDotSpacePortfromReact", options, - id: create_fragment$e.name + id: create_fragment$f.name }); } } /* src\YoutubeIframeAPICustomInterface.svelte generated by Svelte v3.59.2 */ - const { console: console_1$6 } = globals; + const { console: console_1$7 } = globals; - const file$d = "src\\YoutubeIframeAPICustomInterface.svelte"; + const file$e = "src\\YoutubeIframeAPICustomInterface.svelte"; - function get_each_context$a(ctx, list, i) { + function get_each_context$b(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[76] = list[i]; child_ctx[78] = i; @@ -99150,7 +99150,7 @@ var app = (function () { } // (518:8) {#each YTIDitems as item, index} - function create_each_block$a(ctx) { + function create_each_block$b(ctx) { let button; let t0_value = /*item*/ ctx[76] + ""; let t0; @@ -99167,7 +99167,7 @@ var app = (function () { button = element$1("button"); t0 = text(t0_value); t1 = space(); - add_location(button, file$d, 518, 12, 18828); + add_location(button, file$e, 518, 12, 18828); }, m: function mount(target, anchor) { insert_dev(target, button, anchor); @@ -99192,7 +99192,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$a.name, + id: create_each_block$b.name, type: "each", source: "(518:8) {#each YTIDitems as item, index}", ctx @@ -99201,7 +99201,7 @@ var app = (function () { return block; } - function create_fragment$d(ctx) { + function create_fragment$e(ctx) { let h10; let t1; let h20; @@ -99358,7 +99358,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$a(get_each_context$a(ctx, each_value, i)); + each_blocks[i] = create_each_block$b(get_each_context$b(ctx, each_value, i)); } const block = { @@ -99523,120 +99523,120 @@ var app = (function () { div10 = element$1("div"); t100 = text("Skip Interval Button sections\r\n "); br11 = element$1("br"); - add_location(h10, file$d, 504, 0, 17783); - add_location(h20, file$d, 505, 0, 17844); - add_location(b, file$d, 506, 90, 18144); - add_location(h3, file$d, 506, 0, 18054); - add_location(h11, file$d, 508, 0, 18246); + add_location(h10, file$e, 504, 0, 17783); + add_location(h20, file$e, 505, 0, 17844); + add_location(b, file$e, 506, 90, 18144); + add_location(h3, file$e, 506, 0, 18054); + add_location(h11, file$e, 508, 0, 18246); attr_dev(label, "for", "ytid-input"); - add_location(label, file$d, 511, 4, 18304); - add_location(br0, file$d, 511, 58, 18358); + add_location(label, file$e, 511, 4, 18304); + add_location(br0, file$e, 511, 58, 18358); attr_dev(input0, "type", "file"); attr_dev(input0, "id", "file-import"); - add_location(input0, file$d, 512, 11, 18375); - add_location(button0, file$d, 513, 4, 18452); - add_location(button1, file$d, 514, 4, 18508); - add_location(br1, file$d, 514, 76, 18580); + add_location(input0, file$e, 512, 11, 18375); + add_location(button0, file$e, 513, 4, 18452); + add_location(button1, file$e, 514, 4, 18508); + add_location(br1, file$e, 514, 76, 18580); attr_dev(textarea0, "id", "ytid-input"); attr_dev(textarea0, "rows", "4"); set_style(textarea0, "width", "35%"); attr_dev(textarea0, "placeholder", "Add multiple Youtube IDs separated by new lines to make buttons"); - add_location(textarea0, file$d, 515, 4, 18590); - add_location(br2, file$d, 515, 171, 18757); - add_location(div0, file$d, 516, 4, 18767); - add_location(div1, file$d, 510, 0, 18293); + add_location(textarea0, file$e, 515, 4, 18590); + add_location(br2, file$e, 515, 171, 18757); + add_location(div0, file$e, 516, 4, 18767); + add_location(div1, file$e, 510, 0, 18293); attr_dev(input1, "type", "text"); - add_location(input1, file$d, 527, 4, 18974); + add_location(input1, file$e, 527, 4, 18974); attr_dev(input2, "type", "checkbox"); - add_location(input2, file$d, 529, 4, 19086); + add_location(input2, file$e, 529, 4, 19086); attr_dev(textarea1, "placeholder", "Enter transcript here..."); - add_location(textarea1, file$d, 534, 4, 19409); - add_location(button2, file$d, 535, 4, 19499); + add_location(textarea1, file$e, 534, 4, 19409); + add_location(button2, file$e, 535, 4, 19499); attr_dev(pre, "class", "transcriptpre svelte-udvqea"); - add_location(pre, file$d, 536, 4, 19584); - add_location(div2, file$d, 526, 0, 18963); + add_location(pre, file$e, 536, 4, 19584); + add_location(div2, file$e, 526, 0, 18963); attr_dev(div3, "id", "youtube-player"); set_style(div3, "height", "90vh"); set_style(div3, "width", "90%"); - add_location(div3, file$d, 540, 4, 19680); + add_location(div3, file$e, 540, 4, 19680); set_style(div4, "position", "absolute"); set_style(div4, "top", "0%"); set_style(div4, "left", "40%"); set_style(div4, "color", "white"); set_style(div4, "background-color", "rgba(0, 0, 0, 0.5)"); - add_location(div4, file$d, 541, 4, 19750); - add_location(br3, file$d, 545, 15, 20070); - add_location(br4, file$d, 546, 22, 20098); + add_location(div4, file$e, 541, 4, 19750); + add_location(br3, file$e, 545, 15, 20070); + add_location(br4, file$e, 546, 22, 20098); set_style(div5, "position", "absolute"); set_style(div5, "top", "50%"); set_style(div5, "left", "20%"); set_style(div5, "color", "white"); set_style(div5, "background-color", "rgba(0, 0, 0, 0.5)"); set_style(div5, "font-size", "100px"); - add_location(div5, file$d, 544, 4, 19929); + add_location(div5, file$e, 544, 4, 19929); set_style(div6, "position", "absolute"); set_style(div6, "top", "25%"); set_style(div6, "left", "30%"); set_style(div6, "color", "white"); set_style(div6, "background-color", "rgba(0, 0, 0, 0.5)"); set_style(div6, "font-size", "100px"); - add_location(div6, file$d, 548, 4, 20120); + add_location(div6, file$e, 548, 4, 20120); set_style(div7, "position", "relative"); - add_location(div7, file$d, 539, 0, 19641); - add_location(br5, file$d, 554, 110, 20442); + add_location(div7, file$e, 539, 0, 19641); + add_location(br5, file$e, 554, 110, 20442); attr_dev(input3, "type", "file"); - add_location(input3, file$d, 555, 4, 20452); - add_location(button3, file$d, 555, 59, 20507); - add_location(button4, file$d, 555, 169, 20617); + add_location(input3, file$e, 555, 4, 20452); + add_location(button3, file$e, 555, 59, 20507); + add_location(button4, file$e, 555, 169, 20617); attr_dev(textarea2, "name", "notesubtitles"); attr_dev(textarea2, "id", "notestextarea"); attr_dev(textarea2, "rows", "2"); set_style(textarea2, "width", "100%"); - add_location(textarea2, file$d, 556, 4, 20759); - add_location(div8, file$d, 553, 0, 20325); - add_location(button5, file$d, 560, 0, 20986); - add_location(button6, file$d, 561, 0, 21079); - add_location(br6, file$d, 564, 0, 21221); - add_location(button7, file$d, 565, 0, 21227); + add_location(textarea2, file$e, 556, 4, 20759); + add_location(div8, file$e, 553, 0, 20325); + add_location(button5, file$e, 560, 0, 20986); + add_location(button6, file$e, 561, 0, 21079); + add_location(br6, file$e, 564, 0, 21221); + add_location(button7, file$e, 565, 0, 21227); attr_dev(button8, "class", button8_class_value = "" + (null_to_empty(/*currentindexButtonClass*/ ctx[19]) + " svelte-udvqea")); button8.disabled = button8_disabled_value = /*currentuserIndex*/ ctx[0] <= 0; - add_location(button8, file$d, 566, 0, 21287); + add_location(button8, file$e, 566, 0, 21287); attr_dev(button9, "class", button9_class_value = "" + (null_to_empty(/*previousindexButtonClass*/ ctx[20]) + " svelte-udvqea")); button9.disabled = button9_disabled_value = /*currentuserIndex*/ ctx[0] <= 0; - add_location(button9, file$d, 567, 0, 21442); + add_location(button9, file$e, 567, 0, 21442); attr_dev(button10, "class", button10_class_value = "" + (null_to_empty(/*nextindexButtonClass*/ ctx[21]) + " svelte-udvqea")); button10.disabled = button10_disabled_value = /*currentuserIndex*/ ctx[0] >= /*userTimestamps*/ ctx[1].length - 1; - add_location(button10, file$d, 568, 0, 21587); - add_location(br7, file$d, 571, 0, 21810); - add_location(br8, file$d, 571, 82, 21892); - add_location(br9, file$d, 571, 192, 22002); - add_location(button11, file$d, 572, 0, 22008); - add_location(button12, file$d, 572, 63, 22071); + add_location(button10, file$e, 568, 0, 21587); + add_location(br7, file$e, 571, 0, 21810); + add_location(br8, file$e, 571, 82, 21892); + add_location(br9, file$e, 571, 192, 22002); + add_location(button11, file$e, 572, 0, 22008); + add_location(button12, file$e, 572, 63, 22071); attr_dev(input4, "type", "file"); attr_dev(input4, "accept", ".json"); - add_location(input4, file$d, 572, 167, 22175); - add_location(br10, file$d, 573, 0, 22240); + add_location(input4, file$e, 572, 167, 22175); + add_location(br10, file$e, 573, 0, 22240); attr_dev(input5, "type", "checkbox"); - add_location(input5, file$d, 573, 21, 22261); + add_location(input5, file$e, 573, 21, 22261); attr_dev(input6, "type", "number"); attr_dev(input6, "class", "numberinput svelte-udvqea"); attr_dev(input6, "min", "0"); - add_location(input6, file$d, 573, 82, 22322); + add_location(input6, file$e, 573, 82, 22322); attr_dev(input7, "type", "number"); attr_dev(input7, "class", "numberinput svelte-udvqea"); attr_dev(input7, "min", "0"); - add_location(input7, file$d, 573, 162, 22402); + add_location(input7, file$e, 573, 162, 22402); attr_dev(input8, "type", "number"); attr_dev(input8, "class", "numberinput svelte-udvqea"); attr_dev(input8, "min", "0"); - add_location(input8, file$d, 573, 241, 22481); - add_location(h21, file$d, 577, 4, 22594); - add_location(h22, file$d, 578, 4, 22692); + add_location(input8, file$e, 573, 241, 22481); + add_location(h21, file$e, 577, 4, 22594); + add_location(h22, file$e, 578, 4, 22692); attr_dev(div9, "class", "imagesubtitle svelte-udvqea"); - add_location(div9, file$d, 576, 0, 22561); - add_location(hr, file$d, 582, 0, 22808); - add_location(br11, file$d, 585, 4, 22860); - add_location(div10, file$d, 583, 0, 22814); + add_location(div9, file$e, 576, 0, 22561); + add_location(hr, file$e, 582, 0, 22808); + add_location(br11, file$e, 585, 4, 22860); + add_location(div10, file$e, 583, 0, 22814); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -99844,12 +99844,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$a(ctx, each_value, i); + const child_ctx = get_each_context$b(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$a(child_ctx); + each_blocks[i] = create_each_block$b(child_ctx); each_blocks[i].c(); each_blocks[i].m(div0, null); } @@ -100013,7 +100013,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$d.name, + id: create_fragment$e.name, type: "component", source: "", ctx @@ -100027,7 +100027,7 @@ var app = (function () { return words[Math.floor(Math.random() * words.length)]; } - function instance$d($$self, $$props, $$invalidate) { + function instance$e($$self, $$props, $$invalidate) { let nextindexButtonClass; let previousindexButtonClass; let currentindexButtonClass; @@ -100550,7 +100550,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$6.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$7.warn(` was created with unknown prop '${key}'`); }); function textarea0_input_handler() { @@ -100805,13 +100805,13 @@ var app = (function () { class YoutubeIframeAPICustomInterface extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$d, create_fragment$d, safe_not_equal, {}, null, [-1, -1, -1]); + init(this, options, instance$e, create_fragment$e, safe_not_equal, {}, null, [-1, -1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YoutubeIframeAPICustomInterface", options, - id: create_fragment$d.name + id: create_fragment$e.name }); } } @@ -100883,10 +100883,10 @@ var app = (function () { /* src\RecursiveNestedCommentsElement.svelte generated by Svelte v3.59.2 */ - const { console: console_1$5 } = globals; - const file$c = "src\\RecursiveNestedCommentsElement.svelte"; + const { console: console_1$6 } = globals; + const file$d = "src\\RecursiveNestedCommentsElement.svelte"; - function get_each_context$9(ctx, list, i) { + function get_each_context$a(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[15] = list[i]; child_ctx[16] = list; @@ -100895,7 +100895,7 @@ var app = (function () { } // (126:16) {#if showReplyInput[comment.id]} - function create_if_block$5(ctx) { + function create_if_block$6(ctx) { let div; let input; let t0; @@ -100919,10 +100919,10 @@ var app = (function () { button = element$1("button"); button.textContent = "Post Reply"; attr_dev(input, "placeholder", "Write a reply..."); - add_location(input, file$c, 127, 24, 5188); - add_location(button, file$c, 128, 24, 5289); + add_location(input, file$d, 127, 24, 5188); + add_location(button, file$d, 128, 24, 5289); attr_dev(div, "class", "reply-input"); - add_location(div, file$c, 126, 20, 5137); + add_location(div, file$d, 126, 20, 5137); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -100956,7 +100956,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$5.name, + id: create_if_block$6.name, type: "if", source: "(126:16) {#if showReplyInput[comment.id]}", ctx @@ -100966,7 +100966,7 @@ var app = (function () { } // (122:8) {#each flattenedComments as comment} - function create_each_block$9(ctx) { + function create_each_block$a(ctx) { let div; let span; let t0_value = /*comment*/ ctx[15].title + ""; @@ -100983,7 +100983,7 @@ var app = (function () { return /*click_handler*/ ctx[11](/*comment*/ ctx[15]); } - let if_block = /*showReplyInput*/ ctx[3][/*comment*/ ctx[15].id] && create_if_block$5(ctx); + let if_block = /*showReplyInput*/ ctx[3][/*comment*/ ctx[15].id] && create_if_block$6(ctx); const block = { c: function create() { @@ -100996,15 +100996,15 @@ var app = (function () { t3 = space(); if (if_block) if_block.c(); t4 = space(); - add_location(span, file$c, 123, 16, 4951); - add_location(button, file$c, 124, 16, 4997); + add_location(span, file$d, 123, 16, 4951); + add_location(button, file$d, 124, 16, 4997); attr_dev(div, "class", div_class_value = "" + (null_to_empty(/*comment*/ ctx[15].level === 0 ? 'top-level-comment' : 'comment') + " svelte-bsj1sx")); set_style(div, "margin-left", /*comment*/ ctx[15].level * 20 + "px"); - add_location(div, file$c, 122, 12, 4821); + add_location(div, file$d, 122, 12, 4821); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -101029,7 +101029,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$5(ctx); + if_block = create_if_block$6(ctx); if_block.c(); if_block.m(div, t4); } @@ -101058,7 +101058,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$9.name, + id: create_each_block$a.name, type: "each", source: "(122:8) {#each flattenedComments as comment}", ctx @@ -101067,7 +101067,7 @@ var app = (function () { return block; } - function create_fragment$c(ctx) { + function create_fragment$d(ctx) { let h1; let t1; let h4; @@ -101101,7 +101101,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$9(get_each_context$9(ctx, each_value, i)); + each_blocks[i] = create_each_block$a(get_each_context$a(ctx, each_value, i)); } const block = { @@ -101134,22 +101134,22 @@ var app = (function () { each_blocks[i].c(); } - add_location(h1, file$c, 106, 0, 3964); - add_location(h4, file$c, 107, 0, 4066); - add_location(button0, file$c, 111, 8, 4395); + add_location(h1, file$d, 106, 0, 3964); + add_location(h4, file$d, 107, 0, 4066); + add_location(button0, file$d, 111, 8, 4395); attr_dev(input0, "type", "file"); - add_location(input0, file$c, 113, 8, 4498); + add_location(input0, file$d, 113, 8, 4498); attr_dev(input1, "placeholder", "Add a comment..."); - add_location(input1, file$c, 115, 8, 4570); - add_location(button1, file$c, 116, 8, 4644); - add_location(div0, file$c, 110, 4, 4380); - add_location(br, file$c, 119, 4, 4723); + add_location(input1, file$d, 115, 8, 4570); + add_location(button1, file$d, 116, 8, 4644); + add_location(div0, file$d, 110, 4, 4380); + add_location(br, file$d, 119, 4, 4723); attr_dev(div1, "id", "comment-container"); - add_location(div1, file$c, 120, 4, 4733); + add_location(div1, file$d, 120, 4, 4733); attr_dev(div2, "class", "component-containter svelte-bsj1sx"); set_style(div2, "border", "1px solid black"); set_style(div2, "padding", "4px"); - add_location(div2, file$c, 109, 0, 4293); + add_location(div2, file$d, 109, 0, 4293); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -101206,12 +101206,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$9(ctx, each_value, i); + const child_ctx = get_each_context$a(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$9(child_ctx); + each_blocks[i] = create_each_block$a(child_ctx); each_blocks[i].c(); each_blocks[i].m(div1, null); } @@ -101249,7 +101249,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$c.name, + id: create_fragment$d.name, type: "component", source: "", ctx @@ -101275,7 +101275,7 @@ var app = (function () { return result; } - function instance$c($$self, $$props, $$invalidate) { + function instance$d($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('RecursiveNestedCommentsElement', slots, []); @@ -101376,7 +101376,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$5.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$6.warn(` was created with unknown prop '${key}'`); }); function input1_input_handler() { @@ -101447,23 +101447,23 @@ var app = (function () { class RecursiveNestedCommentsElement extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$c, create_fragment$c, safe_not_equal, {}); + init(this, options, instance$d, create_fragment$d, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "RecursiveNestedCommentsElement", options, - id: create_fragment$c.name + id: create_fragment$d.name }); } } /* src\CopyandRemoveListComponent.svelte generated by Svelte v3.59.2 */ - const { console: console_1$4 } = globals; - const file$b = "src\\CopyandRemoveListComponent.svelte"; + const { console: console_1$5 } = globals; + const file$c = "src\\CopyandRemoveListComponent.svelte"; - function get_each_context$8(ctx, list, i) { + function get_each_context$9(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[6] = list[i]; return child_ctx; @@ -101477,12 +101477,12 @@ var app = (function () { let each_value = /*items*/ ctx[1]; validate_each_argument(each_value); const get_key = ctx => /*item*/ ctx[6].id; - validate_each_keys(ctx, each_value, get_each_context$8, get_key); + validate_each_keys(ctx, each_value, get_each_context$9, get_key); for (let i = 0; i < each_value.length; i += 1) { - let child_ctx = get_each_context$8(ctx, each_value, i); + let child_ctx = get_each_context$9(ctx, each_value, i); let key = get_key(child_ctx); - each_1_lookup.set(key, each_blocks[i] = create_each_block$8(key, child_ctx)); + each_1_lookup.set(key, each_blocks[i] = create_each_block$9(key, child_ctx)); } const block = { @@ -101506,8 +101506,8 @@ var app = (function () { if (dirty & /*copyAndRemoveItem, items*/ 10) { each_value = /*items*/ ctx[1]; validate_each_argument(each_value); - validate_each_keys(ctx, each_value, get_each_context$8, get_key); - each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, each_1_anchor.parentNode, destroy_block, create_each_block$8, each_1_anchor, get_each_context$8); + validate_each_keys(ctx, each_value, get_each_context$9, get_key); + each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, each_1_anchor.parentNode, destroy_block, create_each_block$9, each_1_anchor, get_each_context$9); } }, d: function destroy(detaching) { @@ -101531,14 +101531,14 @@ var app = (function () { } // (24:0) {#if items.length === 0} - function create_if_block$4(ctx) { + function create_if_block$5(ctx) { let p; const block = { c: function create() { p = element$1("p"); p.textContent = "All items have been copied! (or none entered yet)"; - add_location(p, file$b, 24, 4, 732); + add_location(p, file$c, 24, 4, 732); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -101551,7 +101551,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$4.name, + id: create_if_block$5.name, type: "if", source: "(24:0) {#if items.length === 0}", ctx @@ -101561,7 +101561,7 @@ var app = (function () { } // (27:4) {#each items as item (item.id)} - function create_each_block$8(key_1, ctx) { + function create_each_block$9(key_1, ctx) { let button; let t0_value = /*item*/ ctx[6].text + ""; let t0; @@ -101581,7 +101581,7 @@ var app = (function () { t0 = text(t0_value); t1 = space(); attr_dev(button, "class", "item svelte-13m3fab"); - add_location(button, file$b, 27, 8, 844); + add_location(button, file$c, 27, 8, 844); this.first = button; }, m: function mount(target, anchor) { @@ -101607,7 +101607,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$8.name, + id: create_each_block$9.name, type: "each", source: "(27:4) {#each items as item (item.id)}", ctx @@ -101616,7 +101616,7 @@ var app = (function () { return block; } - function create_fragment$b(ctx) { + function create_fragment$c(ctx) { let h1; let t1; let textarea; @@ -101626,7 +101626,7 @@ var app = (function () { let dispose; function select_block_type(ctx, dirty) { - if (/*items*/ ctx[1].length === 0) return create_if_block$4; + if (/*items*/ ctx[1].length === 0) return create_if_block$5; return create_else_block$1; } @@ -101642,10 +101642,10 @@ var app = (function () { t2 = space(); if_block.c(); if_block_anchor = empty(); - add_location(h1, file$b, 19, 0, 537); + add_location(h1, file$c, 19, 0, 537); attr_dev(textarea, "placeholder", "Enter text here..."); attr_dev(textarea, "class", "svelte-13m3fab"); - add_location(textarea, file$b, 21, 0, 598); + add_location(textarea, file$c, 21, 0, 598); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -101701,7 +101701,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$b.name, + id: create_fragment$c.name, type: "component", source: "", ctx @@ -101710,7 +101710,7 @@ var app = (function () { return block; } - function instance$b($$self, $$props, $$invalidate) { + function instance$c($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('CopyandRemoveListComponent', slots, []); let textInput = ''; @@ -101732,7 +101732,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$4.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$5.warn(` was created with unknown prop '${key}'`); }); function textarea_input_handler() { @@ -101771,22 +101771,22 @@ var app = (function () { class CopyandRemoveListComponent extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$b, create_fragment$b, safe_not_equal, {}); + init(this, options, instance$c, create_fragment$c, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "CopyandRemoveListComponent", options, - id: create_fragment$b.name + id: create_fragment$c.name }); } } /* src\ReadingStateCounter.svelte generated by Svelte v3.59.2 */ - const file$a = "src\\ReadingStateCounter.svelte"; + const file$b = "src\\ReadingStateCounter.svelte"; - function get_each_context$7(ctx, list, i) { + function get_each_context$8(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[8] = list[i]; child_ctx[10] = i; @@ -101794,7 +101794,7 @@ var app = (function () { } // (67:4) {#each words as wordObj, index (index)} - function create_each_block$7(key_1, ctx) { + function create_each_block$8(key_1, ctx) { let button; let t0_value = /*wordObj*/ ctx[8].word + ""; let t0; @@ -101820,7 +101820,7 @@ var app = (function () { t3 = text(")\r\n "); attr_dev(button, "class", "word-button svelte-13vjncp"); set_style(button, "background-color", getColor(/*wordObj*/ ctx[8].count)); - add_location(button, file$a, 67, 8, 1994); + add_location(button, file$b, 67, 8, 1994); this.first = button; }, m: function mount(target, anchor) { @@ -101853,7 +101853,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$7.name, + id: create_each_block$8.name, type: "each", source: "(67:4) {#each words as wordObj, index (index)}", ctx @@ -101862,7 +101862,7 @@ var app = (function () { return block; } - function create_fragment$a(ctx) { + function create_fragment$b(ctx) { let div0; let h1; let t1; @@ -101882,12 +101882,12 @@ var app = (function () { let each_value = /*words*/ ctx[1]; validate_each_argument(each_value); const get_key = ctx => /*index*/ ctx[10]; - validate_each_keys(ctx, each_value, get_each_context$7, get_key); + validate_each_keys(ctx, each_value, get_each_context$8, get_key); for (let i = 0; i < each_value.length; i += 1) { - let child_ctx = get_each_context$7(ctx, each_value, i); + let child_ctx = get_each_context$8(ctx, each_value, i); let key = get_key(child_ctx); - each_1_lookup.set(key, each_blocks[i] = create_each_block$7(key, child_ctx)); + each_1_lookup.set(key, each_blocks[i] = create_each_block$8(key, child_ctx)); } const block = { @@ -101912,20 +101912,20 @@ var app = (function () { each_blocks[i].c(); } - add_location(h1, file$a, 57, 4, 1576); + add_location(h1, file$b, 57, 4, 1576); attr_dev(input0, "type", "text"); attr_dev(input0, "placeholder", "Enter text here"); attr_dev(input0, "class", "svelte-13vjncp"); - add_location(input0, file$a, 58, 4, 1617); + add_location(input0, file$b, 58, 4, 1617); attr_dev(button0, "class", "svelte-13vjncp"); - add_location(button0, file$a, 59, 4, 1696); + add_location(button0, file$b, 59, 4, 1696); attr_dev(button1, "class", "svelte-13vjncp"); - add_location(button1, file$a, 60, 4, 1752); + add_location(button1, file$b, 60, 4, 1752); attr_dev(input1, "type", "file"); attr_dev(input1, "class", "svelte-13vjncp"); - add_location(input1, file$a, 61, 4, 1813); - add_location(div0, file$a, 56, 0, 1565); - add_location(div1, file$a, 64, 0, 1873); + add_location(input1, file$b, 61, 4, 1813); + add_location(div0, file$b, 56, 0, 1565); + add_location(div1, file$b, 64, 0, 1873); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -101970,8 +101970,8 @@ var app = (function () { if (dirty & /*getColor, words, handleClick*/ 10) { each_value = /*words*/ ctx[1]; validate_each_argument(each_value); - validate_each_keys(ctx, each_value, get_each_context$7, get_key); - each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, div1, destroy_block, create_each_block$7, null, get_each_context$7); + validate_each_keys(ctx, each_value, get_each_context$8, get_key); + each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, div1, destroy_block, create_each_block$8, null, get_each_context$8); } }, i: noop$2, @@ -101992,7 +101992,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$a.name, + id: create_fragment$b.name, type: "component", source: "", ctx @@ -102018,7 +102018,7 @@ var app = (function () { return colors[Math.min(Math.floor(count / 10), 9)]; } - function instance$a($$self, $$props, $$invalidate) { + function instance$b($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('ReadingStateCounter', slots, []); let inputText = ""; @@ -102108,21 +102108,21 @@ var app = (function () { class ReadingStateCounter extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$a, create_fragment$a, safe_not_equal, {}); + init(this, options, instance$b, create_fragment$b, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "ReadingStateCounter", options, - id: create_fragment$a.name + id: create_fragment$b.name }); } } /* src\DeliberateSubconciousRepititionPractice.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1$1, console: console_1$3 } = globals; - const file$9 = "src\\DeliberateSubconciousRepititionPractice.svelte"; + const { Object: Object_1$1, console: console_1$4 } = globals; + const file$a = "src\\DeliberateSubconciousRepititionPractice.svelte"; // (156:0) {#if selectedItem} function create_if_block_1$2(ctx) { @@ -102149,9 +102149,9 @@ var app = (function () { strong1.textContent = "Count:"; t5 = space(); t6 = text(t6_value); - add_location(strong0, file$9, 157, 8, 5744); - add_location(strong1, file$9, 158, 8, 5805); - add_location(div, file$9, 156, 4, 5729); + add_location(strong0, file$a, 157, 8, 5744); + add_location(strong1, file$a, 158, 8, 5805); + add_location(div, file$a, 156, 4, 5729); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -102184,7 +102184,7 @@ var app = (function () { } // (163:0) {#if allWordsLimitReached} - function create_if_block$3(ctx) { + function create_if_block$4(ctx) { let div; const block = { @@ -102192,7 +102192,7 @@ var app = (function () { div = element$1("div"); div.textContent = "All words have reached the count limit."; attr_dev(div, "class", "alert svelte-fb2ql8"); - add_location(div, file$9, 163, 4, 5910); + add_location(div, file$a, 163, 4, 5910); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -102204,7 +102204,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$3.name, + id: create_if_block$4.name, type: "if", source: "(163:0) {#if allWordsLimitReached}", ctx @@ -102213,7 +102213,7 @@ var app = (function () { return block; } - function create_fragment$9(ctx) { + function create_fragment$a(ctx) { let h1; let t1; let input0; @@ -102245,7 +102245,7 @@ var app = (function () { let mounted; let dispose; let if_block0 = /*selectedItem*/ ctx[1] && create_if_block_1$2(ctx); - let if_block1 = /*allWordsLimitReached*/ ctx[4] && create_if_block$3(ctx); + let if_block1 = /*allWordsLimitReached*/ ctx[4] && create_if_block$4(ctx); const block = { c: function create() { @@ -102285,28 +102285,28 @@ var app = (function () { button3.textContent = "Simulate one hour or limit Counts"; t19 = space(); textarea1 = element$1("textarea"); - add_location(h1, file$9, 141, 0, 5255); + add_location(h1, file$a, 141, 0, 5255); attr_dev(input0, "type", "file"); - add_location(input0, file$9, 143, 0, 5317); - add_location(button0, file$9, 144, 0, 5365); - add_location(br, file$9, 145, 0, 5421); + add_location(input0, file$a, 143, 0, 5317); + add_location(button0, file$a, 144, 0, 5365); + add_location(br, file$a, 145, 0, 5421); attr_dev(textarea0, "placeholder", "Enter text here..."); - add_location(textarea0, file$9, 146, 0, 5427); - add_location(hr0, file$9, 148, 0, 5531); + add_location(textarea0, file$a, 146, 0, 5427); + add_location(hr0, file$a, 148, 0, 5531); attr_dev(label, "for", "totalCountLimit"); - add_location(label, file$9, 151, 4, 5550); + add_location(label, file$a, 151, 4, 5550); attr_dev(input1, "type", "number"); attr_dev(input1, "min", "1"); attr_dev(input1, "id", "totalCountLimit"); - add_location(input1, file$9, 152, 4, 5612); - add_location(div, file$9, 150, 0, 5539); - add_location(button1, file$9, 168, 0, 6001); - add_location(button2, file$9, 169, 0, 6042); - add_location(hr1, file$9, 171, 0, 6083); - add_location(button3, file$9, 173, 0, 6091); + add_location(input1, file$a, 152, 4, 5612); + add_location(div, file$a, 150, 0, 5539); + add_location(button1, file$a, 168, 0, 6001); + add_location(button2, file$a, 169, 0, 6042); + add_location(hr1, file$a, 171, 0, 6083); + add_location(button3, file$a, 173, 0, 6091); textarea1.readOnly = true; attr_dev(textarea1, "placeholder", "Simulation result will be shown here..."); - add_location(textarea1, file$9, 174, 0, 6168); + add_location(textarea1, file$a, 174, 0, 6168); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -102386,7 +102386,7 @@ var app = (function () { if (/*allWordsLimitReached*/ ctx[4]) { if (if_block1) ; else { - if_block1 = create_if_block$3(ctx); + if_block1 = create_if_block$4(ctx); if_block1.c(); if_block1.m(t12.parentNode, t12); } @@ -102436,7 +102436,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$9.name, + id: create_fragment$a.name, type: "component", source: "", ctx @@ -102445,7 +102445,7 @@ var app = (function () { return block; } - function instance$9($$self, $$props, $$invalidate) { + function instance$a($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('DeliberateSubconciousRepititionPractice', slots, []); let textInput = ''; @@ -102596,7 +102596,7 @@ var app = (function () { const writable_props = []; Object_1$1.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$3.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$4.warn(` was created with unknown prop '${key}'`); }); function textarea0_input_handler() { @@ -102672,23 +102672,23 @@ var app = (function () { class DeliberateSubconciousRepititionPractice extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$9, create_fragment$9, safe_not_equal, {}); + init(this, options, instance$a, create_fragment$a, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "DeliberateSubconciousRepititionPractice", options, - id: create_fragment$9.name + id: create_fragment$a.name }); } } /* src\LLMWorkflowTest.svelte generated by Svelte v3.59.2 */ - const { Object: Object_1, console: console_1$2 } = globals; - const file$8 = "src\\LLMWorkflowTest.svelte"; + const { Object: Object_1, console: console_1$3 } = globals; + const file$9 = "src\\LLMWorkflowTest.svelte"; - function get_each_context$6(ctx, list, i) { + function get_each_context$7(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[10] = list[i]; child_ctx[11] = list; @@ -102696,14 +102696,14 @@ var app = (function () { return child_ctx; } - function get_each_context_1$5(ctx, list, i) { + function get_each_context_1$6(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[13] = list[i]; return child_ctx; } // (87:4) {#each Object.keys(workflows) as workflow} - function create_each_block_1$5(ctx) { + function create_each_block_1$6(ctx) { let option; let t_value = /*workflow*/ ctx[13] + ""; let t; @@ -102714,7 +102714,7 @@ var app = (function () { t = text(t_value); option.__value = /*workflow*/ ctx[13]; option.value = option.__value; - add_location(option, file$8, 87, 6, 2693); + add_location(option, file$9, 87, 6, 2693); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -102728,7 +102728,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$5.name, + id: create_each_block_1$6.name, type: "each", source: "(87:4) {#each Object.keys(workflows) as workflow}", ctx @@ -102738,7 +102738,7 @@ var app = (function () { } // (92:2) {#each placeholderInputs as placeholder} - function create_each_block$6(ctx) { + function create_each_block$7(ctx) { let div; let label; let t0; @@ -102763,10 +102763,10 @@ var app = (function () { t2 = text(">"); t3 = space(); input = element$1("input"); - add_location(label, file$8, 93, 6, 2828); + add_location(label, file$9, 93, 6, 2828); attr_dev(input, "type", "text"); - add_location(input, file$8, 94, 6, 2887); - add_location(div, file$8, 92, 4, 2815); + add_location(input, file$9, 94, 6, 2887); + add_location(div, file$9, 92, 4, 2815); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -102804,7 +102804,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$6.name, + id: create_each_block$7.name, type: "each", source: "(92:2) {#each placeholderInputs as placeholder}", ctx @@ -102813,7 +102813,7 @@ var app = (function () { return block; } - function create_fragment$8(ctx) { + function create_fragment$9(ctx) { let div1; let h1; let t1; @@ -102830,7 +102830,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks_1[i] = create_each_block_1$5(get_each_context_1$5(ctx, each_value_1, i)); + each_blocks_1[i] = create_each_block_1$6(get_each_context_1$6(ctx, each_value_1, i)); } let each_value = /*placeholderInputs*/ ctx[2]; @@ -102838,7 +102838,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i)); + each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i)); } const block = { @@ -102864,13 +102864,13 @@ var app = (function () { t4 = space(); button = element$1("button"); button.textContent = "Submit"; - add_location(h1, file$8, 84, 2, 2523); + add_location(h1, file$9, 84, 2, 2523); if (/*selectedWorkflow*/ ctx[0] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[7].call(select)); - add_location(select, file$8, 85, 2, 2566); + add_location(select, file$9, 85, 2, 2566); attr_dev(div0, "id", "input-group"); - add_location(div0, file$8, 102, 2, 3039); - add_location(button, file$8, 104, 2, 3073); - add_location(div1, file$8, 83, 0, 2514); + add_location(div0, file$9, 102, 2, 3039); + add_location(button, file$9, 104, 2, 3073); + add_location(div1, file$9, 83, 0, 2514); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -102918,12 +102918,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$5(ctx, each_value_1, i); + const child_ctx = get_each_context_1$6(ctx, each_value_1, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_1$5(child_ctx); + each_blocks_1[i] = create_each_block_1$6(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(select, null); } @@ -102946,12 +102946,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$6(ctx, each_value, i); + const child_ctx = get_each_context$7(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$6(child_ctx); + each_blocks[i] = create_each_block$7(child_ctx); each_blocks[i].c(); each_blocks[i].m(div1, t3); } @@ -102977,7 +102977,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$8.name, + id: create_fragment$9.name, type: "component", source: "", ctx @@ -102986,7 +102986,7 @@ var app = (function () { return block; } - function instance$8($$self, $$props, $$invalidate) { + function instance$9($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('LLMWorkflowTest', slots, []); @@ -103069,7 +103069,7 @@ var app = (function () { const writable_props = []; Object_1.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$2.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$3.warn(` was created with unknown prop '${key}'`); }); function select_change_handler() { @@ -103123,37 +103123,37 @@ var app = (function () { class LLMWorkflowTest extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$8, create_fragment$8, safe_not_equal, {}); + init(this, options, instance$9, create_fragment$9, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "LLMWorkflowTest", options, - id: create_fragment$8.name + id: create_fragment$9.name }); } } /* src\PictureSubtitlesbasedonYTTranscript.svelte generated by Svelte v3.59.2 */ - const { console: console_1$1 } = globals; + const { console: console_1$2 } = globals; - const file$7 = "src\\PictureSubtitlesbasedonYTTranscript.svelte"; + const file$8 = "src\\PictureSubtitlesbasedonYTTranscript.svelte"; - function get_each_context$5(ctx, list, i) { + function get_each_context$6(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[25] = list[i]; return child_ctx; } - function get_each_context_1$4(ctx, list, i) { + function get_each_context_1$5(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[28] = list[i]; return child_ctx; } // (168:6) {#each subtitleData.images as image} - function create_each_block_1$4(ctx) { + function create_each_block_1$5(ctx) { let img; let img_src_value; @@ -103162,7 +103162,7 @@ var app = (function () { img = element$1("img"); if (!src_url_equal(img.src, img_src_value = /*image*/ ctx[28])) attr_dev(img, "src", img_src_value); attr_dev(img, "alt", "Subtitle Image"); - add_location(img, file$7, 168, 8, 5640); + add_location(img, file$8, 168, 8, 5640); }, m: function mount(target, anchor) { insert_dev(target, img, anchor); @@ -103179,7 +103179,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$4.name, + id: create_each_block_1$5.name, type: "each", source: "(168:6) {#each subtitleData.images as image}", ctx @@ -103189,7 +103189,7 @@ var app = (function () { } // (165:2) {#each subtitlesOutput as subtitleData} - function create_each_block$5(ctx) { + function create_each_block$6(ctx) { let div; let p; let t0_value = /*subtitleData*/ ctx[25].text + ""; @@ -103201,7 +103201,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1$4(get_each_context_1$4(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$5(get_each_context_1$5(ctx, each_value_1, i)); } const block = { @@ -103216,8 +103216,8 @@ var app = (function () { } t2 = space(); - add_location(p, file$7, 166, 6, 5560); - add_location(div, file$7, 165, 4, 5547); + add_location(p, file$8, 166, 6, 5560); + add_location(div, file$8, 165, 4, 5547); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -103242,12 +103242,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$4(ctx, each_value_1, i); + const child_ctx = get_each_context_1$5(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1$4(child_ctx); + each_blocks[i] = create_each_block_1$5(child_ctx); each_blocks[i].c(); each_blocks[i].m(div, t2); } @@ -103268,7 +103268,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$5.name, + id: create_each_block$6.name, type: "each", source: "(165:2) {#each subtitlesOutput as subtitleData}", ctx @@ -103277,7 +103277,7 @@ var app = (function () { return block; } - function create_fragment$7(ctx) { + function create_fragment$8(ctx) { let div; let p; let t1; @@ -103324,7 +103324,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i)); + each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i)); } const block = { @@ -103374,27 +103374,27 @@ var app = (function () { each_blocks[i].c(); } - add_location(p, file$7, 146, 2, 4674); + add_location(p, file$8, 146, 2, 4674); attr_dev(input0, "type", "checkbox"); - add_location(input0, file$7, 148, 4, 4775); - add_location(label0, file$7, 147, 2, 4762); - add_location(br0, file$7, 150, 10, 4915); + add_location(input0, file$8, 148, 4, 4775); + add_location(label0, file$8, 147, 2, 4762); + add_location(br0, file$8, 150, 10, 4915); attr_dev(input1, "type", "file"); attr_dev(input1, "accept", ".zip"); - add_location(input1, file$7, 151, 2, 4923); - add_location(button0, file$7, 152, 2, 5007); + add_location(input1, file$8, 151, 2, 4923); + add_location(button0, file$8, 152, 2, 5007); progress_1.value = /*progress*/ ctx[2]; attr_dev(progress_1, "max", "100"); - add_location(progress_1, file$7, 153, 2, 5070); - add_location(span, file$7, 154, 2, 5122); - add_location(button1, file$7, 156, 2, 5183); - add_location(button2, file$7, 157, 2, 5251); + add_location(progress_1, file$8, 153, 2, 5070); + add_location(span, file$8, 154, 2, 5122); + add_location(button1, file$8, 156, 2, 5183); + add_location(button2, file$8, 157, 2, 5251); attr_dev(input2, "type", "checkbox"); - add_location(input2, file$7, 159, 4, 5309); - add_location(label1, file$7, 158, 2, 5296); - add_location(br1, file$7, 162, 57, 5473); + add_location(input2, file$8, 159, 4, 5309); + add_location(label1, file$8, 158, 2, 5296); + add_location(br1, file$8, 162, 57, 5473); attr_dev(div, "class", "borderdiv svelte-gwzbee"); - add_location(div, file$7, 145, 0, 4647); + add_location(div, file$8, 145, 0, 4647); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -103486,12 +103486,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$5(ctx, each_value, i); + const child_ctx = get_each_context$6(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$5(child_ctx); + each_blocks[i] = create_each_block$6(child_ctx); each_blocks[i].c(); each_blocks[i].m(div, null); } @@ -103516,7 +103516,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$7.name, + id: create_fragment$8.name, type: "component", source: "", ctx @@ -103525,7 +103525,7 @@ var app = (function () { return block; } - function instance$7($$self, $$props, $$invalidate) { + function instance$8($$self, $$props, $$invalidate) { let $onlyCurrentSubtitle; let $restart; let $paused; @@ -103679,7 +103679,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$1.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$2.warn(` was created with unknown prop '${key}'`); }); function input0_change_handler() { @@ -103772,42 +103772,42 @@ var app = (function () { class PictureSubtitlesbasedonYTTranscript extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$7, create_fragment$7, safe_not_equal, {}); + init(this, options, instance$8, create_fragment$8, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "PictureSubtitlesbasedonYTTranscript", options, - id: create_fragment$7.name + id: create_fragment$8.name }); } } /* src\PSWSasspellingpractice.svelte generated by Svelte v3.59.2 */ - const file$6 = "src\\PSWSasspellingpractice.svelte"; + const file$7 = "src\\PSWSasspellingpractice.svelte"; - function get_each_context$4(ctx, list, i) { + function get_each_context$5(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[3] = list[i]; child_ctx[5] = i; return child_ctx; } - function get_each_context_1$3(ctx, list, i) { + function get_each_context_1$4(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[6] = list[i]; return child_ctx; } - function get_each_context_2$3(ctx, list, i) { + function get_each_context_2$4(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[9] = list[i]; return child_ctx; } // (25:8) {#if sentence} - function create_if_block$2(ctx) { + function create_if_block$3(ctx) { let h4; let t1; let div; @@ -103817,7 +103817,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1$3(get_each_context_1$3(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$4(get_each_context_1$4(ctx, each_value_1, i)); } const block = { @@ -103832,13 +103832,13 @@ var app = (function () { each_blocks[i].c(); } - add_location(h4, file$6, 25, 10, 918); - add_location(table, file$6, 27, 12, 1058); + add_location(h4, file$7, 25, 10, 918); + add_location(table, file$7, 27, 12, 1058); set_style(div, "max-height", "275px"); set_style(div, "max-width", "97%"); set_style(div, "overflow", "auto"); set_style(div, "display", "inline-block"); - add_location(div, file$6, 26, 10, 957); + add_location(div, file$7, 26, 10, 957); }, m: function mount(target, anchor) { insert_dev(target, h4, anchor); @@ -103859,12 +103859,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$3(ctx, each_value_1, i); + const child_ctx = get_each_context_1$4(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1$3(child_ctx); + each_blocks[i] = create_each_block_1$4(child_ctx); each_blocks[i].c(); each_blocks[i].m(table, null); } @@ -103887,7 +103887,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$2.name, + id: create_if_block$3.name, type: "if", source: "(25:8) {#if sentence}", ctx @@ -103897,7 +103897,7 @@ var app = (function () { } // (31:18) {#each row as cell} - function create_each_block_2$3(ctx) { + function create_each_block_2$4(ctx) { let td; let t_value = /*cell*/ ctx[9] + ""; let t; @@ -103906,7 +103906,7 @@ var app = (function () { c: function create() { td = element$1("td"); t = text(t_value); - add_location(td, file$6, 31, 20, 1203); + add_location(td, file$7, 31, 20, 1203); }, m: function mount(target, anchor) { insert_dev(target, td, anchor); @@ -103922,7 +103922,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$3.name, + id: create_each_block_2$4.name, type: "each", source: "(31:18) {#each row as cell}", ctx @@ -103932,14 +103932,14 @@ var app = (function () { } // (29:14) {#each extractLetters(sentence) as row} - function create_each_block_1$3(ctx) { + function create_each_block_1$4(ctx) { let tr; let each_value_2 = /*row*/ ctx[6]; validate_each_argument(each_value_2); let each_blocks = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks[i] = create_each_block_2$3(get_each_context_2$3(ctx, each_value_2, i)); + each_blocks[i] = create_each_block_2$4(get_each_context_2$4(ctx, each_value_2, i)); } const block = { @@ -103950,7 +103950,7 @@ var app = (function () { each_blocks[i].c(); } - add_location(tr, file$6, 29, 16, 1138); + add_location(tr, file$7, 29, 16, 1138); }, m: function mount(target, anchor) { insert_dev(target, tr, anchor); @@ -103968,12 +103968,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$3(ctx, each_value_2, i); + const child_ctx = get_each_context_2$4(ctx, each_value_2, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_2$3(child_ctx); + each_blocks[i] = create_each_block_2$4(child_ctx); each_blocks[i].c(); each_blocks[i].m(tr, null); } @@ -103994,7 +103994,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$3.name, + id: create_each_block_1$4.name, type: "each", source: "(29:14) {#each extractLetters(sentence) as row}", ctx @@ -104004,7 +104004,7 @@ var app = (function () { } // (21:4) {#each sentences as sentence, index} - function create_each_block$4(ctx) { + function create_each_block$5(ctx) { let div; let h3; let t0; @@ -104016,7 +104016,7 @@ var app = (function () { let t4_value = /*sentence*/ ctx[3] + ""; let t4; let t5; - let if_block = /*sentence*/ ctx[3] && create_if_block$2(ctx); + let if_block = /*sentence*/ ctx[3] && create_if_block$3(ctx); const block = { c: function create() { @@ -104030,9 +104030,9 @@ var app = (function () { t4 = text(t4_value); t5 = space(); if (if_block) if_block.c(); - add_location(h3, file$6, 22, 8, 825); - add_location(p, file$6, 23, 8, 865); - add_location(div, file$6, 21, 6, 810); + add_location(h3, file$7, 22, 8, 825); + add_location(p, file$7, 23, 8, 865); + add_location(div, file$7, 21, 6, 810); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -104053,7 +104053,7 @@ var app = (function () { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block$2(ctx); + if_block = create_if_block$3(ctx); if_block.c(); if_block.m(div, null); } @@ -104070,7 +104070,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$4.name, + id: create_each_block$5.name, type: "each", source: "(21:4) {#each sentences as sentence, index}", ctx @@ -104079,7 +104079,7 @@ var app = (function () { return block; } - function create_fragment$6(ctx) { + function create_fragment$7(ctx) { let div; let h2; let t1; @@ -104094,7 +104094,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i)); + each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i)); } const block = { @@ -104113,13 +104113,13 @@ var app = (function () { t3 = space(); p = element$1("p"); p.textContent = "Example rough prompt to claude/gpt 4 to generate image prompt - The output of a random sentence brought R b N C I f L r t n f b r, please try and make a sentence where each letter is used to make a sentence with as many nouns adjectives in it while using as few words as possible"; - add_location(h2, file$6, 18, 4, 541); + add_location(h2, file$7, 18, 4, 541); set_style(textarea, "width", "95%"); set_style(textarea, "height", "100px"); attr_dev(textarea, "placeholder", "Enter sentences separated by full stops, question marks, exclamation marks, or colons"); - add_location(textarea, file$6, 19, 4, 581); - add_location(p, file$6, 40, 4, 1379); - add_location(div, file$6, 17, 2, 530); + add_location(textarea, file$7, 19, 4, 581); + add_location(p, file$7, 40, 4, 1379); + add_location(div, file$7, 17, 2, 530); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -104157,12 +104157,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$4(ctx, each_value, i); + const child_ctx = get_each_context$5(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$4(child_ctx); + each_blocks[i] = create_each_block$5(child_ctx); each_blocks[i].c(); each_blocks[i].m(div, t3); } @@ -104187,7 +104187,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$6.name, + id: create_fragment$7.name, type: "component", source: "", ctx @@ -104209,7 +104209,7 @@ var app = (function () { return result; } - function instance$6($$self, $$props, $$invalidate) { + function instance$7($$self, $$props, $$invalidate) { let sentences; let { $$slots: slots = {}, $$scope } = $$props; validate_slots('PSWSasspellingpractice', slots, []); @@ -104248,22 +104248,22 @@ var app = (function () { class PSWSasspellingpractice extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$6, create_fragment$6, safe_not_equal, {}); + init(this, options, instance$7, create_fragment$7, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "PSWSasspellingpractice", options, - id: create_fragment$6.name + id: create_fragment$7.name }); } } /* src\ListeningPracticeandSyllableStudy.svelte generated by Svelte v3.59.2 */ - const file$5 = "src\\ListeningPracticeandSyllableStudy.svelte"; + const file$6 = "src\\ListeningPracticeandSyllableStudy.svelte"; - function get_each_context$3(ctx, list, i) { + function get_each_context$4(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[6] = list[i]; child_ctx[8] = i; @@ -104271,7 +104271,7 @@ var app = (function () { } // (25:4) {#each syllableLists as syllables, index (index)} - function create_each_block$3(key_1, ctx) { + function create_each_block$4(key_1, ctx) { let button; let t0_value = /*displayTexts*/ ctx[1][/*index*/ ctx[8]] + ""; let t0; @@ -104291,7 +104291,7 @@ var app = (function () { t0 = text(t0_value); t1 = space(); set_style(button, "cursor", "pointer"); - add_location(button, file$5, 25, 8, 874); + add_location(button, file$6, 25, 8, 874); this.first = button; }, m: function mount(target, anchor) { @@ -104317,7 +104317,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$3.name, + id: create_each_block$4.name, type: "each", source: "(25:4) {#each syllableLists as syllables, index (index)}", ctx @@ -104326,7 +104326,7 @@ var app = (function () { return block; } - function create_fragment$5(ctx) { + function create_fragment$6(ctx) { let main; let div; let t1; @@ -104335,12 +104335,12 @@ var app = (function () { let each_value = /*syllableLists*/ ctx[0]; validate_each_argument(each_value); const get_key = ctx => /*index*/ ctx[8]; - validate_each_keys(ctx, each_value, get_each_context$3, get_key); + validate_each_keys(ctx, each_value, get_each_context$4, get_key); for (let i = 0; i < each_value.length; i += 1) { - let child_ctx = get_each_context$3(ctx, each_value, i); + let child_ctx = get_each_context$4(ctx, each_value, i); let key = get_key(child_ctx); - each_1_lookup.set(key, each_blocks[i] = create_each_block$3(key, child_ctx)); + each_1_lookup.set(key, each_blocks[i] = create_each_block$4(key, child_ctx)); } const block = { @@ -104355,8 +104355,8 @@ var app = (function () { } attr_dev(div, "class", "svelte-18he4oy"); - add_location(div, file$5, 23, 4, 766); - add_location(main, file$5, 22, 0, 754); + add_location(div, file$6, 23, 4, 766); + add_location(main, file$6, 22, 0, 754); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -104376,8 +104376,8 @@ var app = (function () { if (dirty & /*nextSyllable, syllableLists, displayTexts*/ 7) { each_value = /*syllableLists*/ ctx[0]; validate_each_argument(each_value); - validate_each_keys(ctx, each_value, get_each_context$3, get_key); - each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, main, destroy_block, create_each_block$3, null, get_each_context$3); + validate_each_keys(ctx, each_value, get_each_context$4, get_key); + each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, main, destroy_block, create_each_block$4, null, get_each_context$4); } }, i: noop$2, @@ -104393,7 +104393,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$5.name, + id: create_fragment$6.name, type: "component", source: "", ctx @@ -104402,7 +104402,7 @@ var app = (function () { return block; } - function instance$5($$self, $$props, $$invalidate) { + function instance$6($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('ListeningPracticeandSyllableStudy', slots, []); let { syllableLists = [] } = $$props; @@ -104459,13 +104459,13 @@ var app = (function () { class ListeningPracticeandSyllableStudy extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$5, create_fragment$5, safe_not_equal, { syllableLists: 0 }); + init(this, options, instance$6, create_fragment$6, safe_not_equal, { syllableLists: 0 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "ListeningPracticeandSyllableStudy", options, - id: create_fragment$5.name + id: create_fragment$6.name }); } @@ -104480,30 +104480,22 @@ var app = (function () { /* src\Testspace.svelte generated by Svelte v3.59.2 */ - function create_fragment$4(ctx) { - let t; - + function create_fragment$5(ctx) { const block = { - c: function create() { - t = text("Audio Repitition Creation tool options - Kaggle script?"); - }, + c: noop$2, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); }, - m: function mount(target, anchor) { - insert_dev(target, t, anchor); - }, + m: noop$2, p: noop$2, i: noop$2, o: noop$2, - d: function destroy(detaching) { - if (detaching) detach_dev(t); - } + d: noop$2 }; dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$4.name, + id: create_fragment$5.name, type: "component", source: "", ctx @@ -104512,7 +104504,7 @@ var app = (function () { return block; } - function instance$4($$self, $$props) { + function instance$5($$self, $$props) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('Testspace', slots, []); const writable_props = []; @@ -104527,13 +104519,13 @@ var app = (function () { class Testspace extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$4, create_fragment$4, safe_not_equal, {}); + init(this, options, instance$5, create_fragment$5, safe_not_equal, {}); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Testspace", options, - id: create_fragment$4.name + id: create_fragment$5.name }); } } @@ -104723,7 +104715,7 @@ var app = (function () { return square >> 4; } // Extracts the zero-based file of an 0x88 square. - function file$4(square) { + function file$5(square) { return square & 0xf; } function isDigit(c) { @@ -104731,7 +104723,7 @@ var app = (function () { } // Converts a 0x88 square to algebraic notation. function algebraic(square) { - const f = file$4(square); + const f = file$5(square); const r = rank(square); return ('abcdefgh'.substring(f, f + 1) + '87654321'.substring(r, r + 1)); @@ -104866,7 +104858,7 @@ var app = (function () { if (rank(from) === rank(ambigFrom)) { sameRank++; } - if (file$4(from) === file$4(ambigFrom)) { + if (file$5(from) === file$5(ambigFrom)) { sameFile++; } } @@ -106201,7 +106193,7 @@ var app = (function () { let s = ' +------------------------+\n'; for (let i = Ox88.a8; i <= Ox88.h1; i++) { // display the rank - if (file$4(i) === 0) { + if (file$5(i) === 0) { s += ' ' + '87654321'[rank(i)] + ' |'; } if (this._board[i]) { @@ -106303,7 +106295,7 @@ var app = (function () { squareColor(square) { if (square in Ox88) { const sq = Ox88[square]; - return (rank(sq) + file$4(sq)) % 2 === 0 ? 'light' : 'dark'; + return (rank(sq) + file$5(sq)) % 2 === 0 ? 'light' : 'dark'; } return null; } @@ -106429,29 +106421,29 @@ var app = (function () { } /* src\ChessStudyTool.svelte generated by Svelte v3.59.2 */ - const file$3 = "src\\ChessStudyTool.svelte"; + const file$4 = "src\\ChessStudyTool.svelte"; - function get_each_context$2(ctx, list, i) { + function get_each_context$3(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[31] = list[i]; return child_ctx; } - function get_each_context_1$2(ctx, list, i) { + function get_each_context_1$3(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[34] = list[i]; child_ctx[36] = i; return child_ctx; } - function get_each_context_2$2(ctx, list, i) { + function get_each_context_2$3(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[37] = list[i]; child_ctx[39] = i; return child_ctx; } - function get_each_context_3(ctx, list, i) { + function get_each_context_3$1(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[40] = list[i]; child_ctx[42] = i; @@ -106470,7 +106462,7 @@ var app = (function () { if (!src_url_equal(img.src, img_src_value = getPieceImage(/*piece*/ ctx[40]))) attr_dev(img, "src", img_src_value); attr_dev(img, "alt", img_alt_value = /*piece*/ ctx[40].type); attr_dev(img, "class", "svelte-7r6gh4"); - add_location(img, file$3, 174, 26, 6485); + add_location(img, file$4, 174, 26, 6485); }, m: function mount(target, anchor) { insert_dev(target, img, anchor); @@ -106511,7 +106503,7 @@ var app = (function () { span = element$1("span"); t = text(t_value); attr_dev(span, "class", "square-text svelte-7r6gh4"); - add_location(span, file$3, 177, 26, 6660); + add_location(span, file$4, 177, 26, 6660); }, m: function mount(target, anchor) { insert_dev(target, span, anchor); @@ -106537,7 +106529,7 @@ var app = (function () { } // (169:14) {#each row as piece, colIndex} - function create_each_block_3(ctx) { + function create_each_block_3$1(ctx) { let div; let t; let mounted; @@ -106556,7 +106548,7 @@ var app = (function () { t = space(); if (if_block1) if_block1.c(); attr_dev(div, "class", "square " + getSquareColor(/*rowIndex*/ ctx[39] * 8 + /*colIndex*/ ctx[42]) + " svelte-7r6gh4"); - add_location(div, file$3, 169, 18, 6234); + add_location(div, file$4, 169, 18, 6234); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -106609,7 +106601,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_3.name, + id: create_each_block_3$1.name, type: "each", source: "(169:14) {#each row as piece, colIndex}", ctx @@ -106619,7 +106611,7 @@ var app = (function () { } // (167:6) {#each board as row, rowIndex} - function create_each_block_2$2(ctx) { + function create_each_block_2$3(ctx) { let div; let t; let each_value_3 = /*row*/ ctx[37]; @@ -106627,7 +106619,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_3.length; i += 1) { - each_blocks[i] = create_each_block_3(get_each_context_3(ctx, each_value_3, i)); + each_blocks[i] = create_each_block_3$1(get_each_context_3$1(ctx, each_value_3, i)); } const block = { @@ -106640,7 +106632,7 @@ var app = (function () { t = space(); attr_dev(div, "class", "row svelte-7r6gh4"); - add_location(div, file$3, 167, 10, 6151); + add_location(div, file$4, 167, 10, 6151); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -106660,12 +106652,12 @@ var app = (function () { let i; for (i = 0; i < each_value_3.length; i += 1) { - const child_ctx = get_each_context_3(ctx, each_value_3, i); + const child_ctx = get_each_context_3$1(ctx, each_value_3, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_3(child_ctx); + each_blocks[i] = create_each_block_3$1(child_ctx); each_blocks[i].c(); each_blocks[i].m(div, t); } @@ -106686,7 +106678,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$2.name, + id: create_each_block_2$3.name, type: "each", source: "(167:6) {#each board as row, rowIndex}", ctx @@ -106710,7 +106702,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1$2(get_each_context_1$2(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$3(get_each_context_1$3(ctx, each_value_1, i)); } const block = { @@ -106728,13 +106720,13 @@ var app = (function () { t2 = space(); button = element$1("button"); button.textContent = "Load Selected Game"; - add_location(h3, file$3, 195, 14, 7367); + add_location(h3, file$4, 195, 14, 7367); attr_dev(select, "class", "svelte-7r6gh4"); - add_location(select, file$3, 196, 14, 7405); + add_location(select, file$4, 196, 14, 7405); attr_dev(button, "class", "svelte-7r6gh4"); - add_location(button, file$3, 203, 14, 7765); + add_location(button, file$4, 203, 14, 7765); attr_dev(div, "class", "game-selector svelte-7r6gh4"); - add_location(div, file$3, 194, 10, 7324); + add_location(div, file$4, 194, 10, 7324); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -106767,12 +106759,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$2(ctx, each_value_1, i); + const child_ctx = get_each_context_1$3(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1$2(child_ctx); + each_blocks[i] = create_each_block_1$3(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -106805,7 +106797,7 @@ var app = (function () { } // (198:18) {#each games as game, index} - function create_each_block_1$2(ctx) { + function create_each_block_1$3(ctx) { let option; let t0_value = /*game*/ ctx[34].metadata.Event + ""; let t0; @@ -106828,7 +106820,7 @@ var app = (function () { t5 = space(); option.__value = /*index*/ ctx[36]; option.value = option.__value; - add_location(option, file$3, 198, 22, 7544); + add_location(option, file$4, 198, 22, 7544); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -106851,7 +106843,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$2.name, + id: create_each_block_1$3.name, type: "each", source: "(198:18) {#each games as game, index}", ctx @@ -106861,7 +106853,7 @@ var app = (function () { } // (208:6) {#if previewText} - function create_if_block$1(ctx) { + function create_if_block$2(ctx) { let div; let h3; let t1; @@ -106881,16 +106873,16 @@ var app = (function () { t2 = space(); button = element$1("button"); button.textContent = "Copy to Clipboard"; - add_location(h3, file$3, 209, 14, 7935); + add_location(h3, file$4, 209, 14, 7935); textarea.readOnly = true; attr_dev(textarea, "rows", "10"); attr_dev(textarea, "cols", "50"); textarea.value = /*previewText*/ ctx[4]; attr_dev(textarea, "class", "svelte-7r6gh4"); - add_location(textarea, file$3, 210, 14, 7972); - add_location(button, file$3, 211, 14, 8051); + add_location(textarea, file$4, 210, 14, 7972); + add_location(button, file$4, 211, 14, 8051); attr_dev(div, "class", "preview svelte-7r6gh4"); - add_location(div, file$3, 208, 10, 7898); + add_location(div, file$4, 208, 10, 7898); }, m: function mount(target, anchor) { insert_dev(target, div, anchor); @@ -106919,7 +106911,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block$1.name, + id: create_if_block$2.name, type: "if", source: "(208:6) {#if previewText}", ctx @@ -106929,7 +106921,7 @@ var app = (function () { } // (219:14) {#each squareOptions as option} - function create_each_block$2(ctx) { + function create_each_block$3(ctx) { let option; let t_value = /*option*/ ctx[31].label + ""; let t; @@ -106940,7 +106932,7 @@ var app = (function () { t = text(t_value); option.__value = /*option*/ ctx[31].value; option.value = option.__value; - add_location(option, file$3, 219, 18, 8358); + add_location(option, file$4, 219, 18, 8358); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -106954,7 +106946,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$2.name, + id: create_each_block$3.name, type: "each", source: "(219:14) {#each squareOptions as option}", ctx @@ -106963,7 +106955,7 @@ var app = (function () { return block; } - function create_fragment$3(ctx) { + function create_fragment$4(ctx) { let div4; let div0; let t0; @@ -107005,17 +106997,17 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks_1[i] = create_each_block_2$2(get_each_context_2$2(ctx, each_value_2, i)); + each_blocks_1[i] = create_each_block_2$3(get_each_context_2$3(ctx, each_value_2, i)); } let if_block0 = /*games*/ ctx[2].length > 0 && create_if_block_1$1(ctx); - let if_block1 = /*previewText*/ ctx[4] && create_if_block$1(ctx); + let if_block1 = /*previewText*/ ctx[4] && create_if_block$2(ctx); let each_value = /*squareOptions*/ ctx[8]; validate_each_argument(each_value); let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i)); + each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i)); } const block = { @@ -107075,49 +107067,49 @@ var app = (function () { button5 = element$1("button"); button5.textContent = "Load Saved Position"; attr_dev(div0, "class", "board svelte-7r6gh4"); - add_location(div0, file$3, 165, 2, 6082); + add_location(div0, file$4, 165, 2, 6082); attr_dev(textarea0, "id", "notationTextarea"); attr_dev(textarea0, "placeholder", "Enter notation here..."); attr_dev(textarea0, "rows", "5"); attr_dev(textarea0, "cols", "50"); - add_location(textarea0, file$3, 186, 6, 6870); - add_location(button0, file$3, 187, 6, 7008); - add_location(hr, file$3, 188, 6, 7071); + add_location(textarea0, file$4, 186, 6, 6870); + add_location(button0, file$4, 187, 6, 7008); + add_location(hr, file$4, 188, 6, 7071); attr_dev(input0, "type", "file"); attr_dev(input0, "accept", ".pgn"); - add_location(input0, file$3, 189, 6, 7083); - add_location(button1, file$3, 190, 6, 7155); - add_location(button2, file$3, 191, 6, 7234); + add_location(input0, file$4, 189, 6, 7083); + add_location(button1, file$4, 190, 6, 7155); + add_location(button2, file$4, 191, 6, 7234); option.__value = ""; option.value = option.__value; option.disabled = true; - add_location(option, file$3, 217, 14, 8241); + add_location(option, file$4, 217, 14, 8241); attr_dev(select, "class", "svelte-7r6gh4"); if (/*selectedSquare*/ ctx[1] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[22].call(select)); - add_location(select, file$3, 216, 10, 8189); + add_location(select, file$4, 216, 10, 8189); attr_dev(input1, "type", "text"); attr_dev(input1, "placeholder", "Enter text for selected square"); attr_dev(input1, "class", "svelte-7r6gh4"); - add_location(input1, file$3, 222, 10, 8466); + add_location(input1, file$4, 222, 10, 8466); attr_dev(button3, "class", "svelte-7r6gh4"); - add_location(button3, file$3, 223, 10, 8567); + add_location(button3, file$4, 223, 10, 8567); attr_dev(div1, "class", "text-input svelte-7r6gh4"); - add_location(div1, file$3, 215, 6, 8153); - add_location(h3, file$3, 227, 10, 8688); + add_location(div1, file$4, 215, 6, 8153); + add_location(h3, file$4, 227, 10, 8688); attr_dev(button4, "class", "svelte-7r6gh4"); - add_location(button4, file$3, 228, 10, 8731); + add_location(button4, file$4, 228, 10, 8731); attr_dev(textarea1, "placeholder", "Paste saved position data here..."); attr_dev(textarea1, "rows", "5"); attr_dev(textarea1, "cols", "50"); attr_dev(textarea1, "class", "svelte-7r6gh4"); - add_location(textarea1, file$3, 229, 10, 8805); + add_location(textarea1, file$4, 229, 10, 8805); attr_dev(button5, "class", "svelte-7r6gh4"); - add_location(button5, file$3, 230, 10, 8927); + add_location(button5, file$4, 230, 10, 8927); attr_dev(div2, "class", "save-load svelte-7r6gh4"); - add_location(div2, file$3, 226, 6, 8653); - add_location(div3, file$3, 185, 2, 6857); + add_location(div2, file$4, 226, 6, 8653); + add_location(div3, file$4, 185, 2, 6857); attr_dev(div4, "class", "boardandextra svelte-7r6gh4"); - add_location(div4, file$3, 164, 0, 6051); + add_location(div4, file$4, 164, 0, 6051); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -107202,12 +107194,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$2(ctx, each_value_2, i); + const child_ctx = get_each_context_2$3(ctx, each_value_2, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_2$2(child_ctx); + each_blocks_1[i] = create_each_block_2$3(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(div0, null); } @@ -107237,7 +107229,7 @@ var app = (function () { if (if_block1) { if_block1.p(ctx, dirty); } else { - if_block1 = create_if_block$1(ctx); + if_block1 = create_if_block$2(ctx); if_block1.c(); if_block1.m(div3, t11); } @@ -107252,12 +107244,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$2(ctx, each_value, i); + const child_ctx = get_each_context$3(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$2(child_ctx); + each_blocks[i] = create_each_block$3(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -107297,7 +107289,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$3.name, + id: create_fragment$4.name, type: "component", source: "", ctx @@ -107319,7 +107311,7 @@ var app = (function () { return `/Chess/${pieceColor}_${pieceType}.png`; // Ensure these images are available in the /images directory } - function instance$3($$self, $$props, $$invalidate) { + function instance$4($$self, $$props, $$invalidate) { let { $$slots: slots = {}, $$scope } = $$props; validate_slots('ChessStudyTool', slots, []); let chess = new Chess(); @@ -107631,13 +107623,13 @@ var app = (function () { class ChessStudyTool extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$3, create_fragment$3, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$4, create_fragment$4, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "ChessStudyTool", options, - id: create_fragment$3.name + id: create_fragment$4.name }); } } @@ -111491,28 +111483,28 @@ var app = (function () { }; /* src\CodeComparionToolinGraph.svelte generated by Svelte v3.59.2 */ - const file$2 = "src\\CodeComparionToolinGraph.svelte"; + const file$3 = "src\\CodeComparionToolinGraph.svelte"; - function get_each_context$1(ctx, list, i) { + function get_each_context$2(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[25] = list[i]; return child_ctx; } - function get_each_context_1$1(ctx, list, i) { + function get_each_context_1$2(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[28] = list[i]; return child_ctx; } - function get_each_context_2$1(ctx, list, i) { + function get_each_context_2$2(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[31] = list[i]; return child_ctx; } // (246:4) {#each $changes as change} - function create_each_block_2$1(ctx) { + function create_each_block_2$2(ctx) { let li; let t0_value = /*change*/ ctx[31].type + ""; let t0; @@ -111526,7 +111518,7 @@ var app = (function () { t0 = text(t0_value); t1 = text(": "); t2 = text(t2_value); - add_location(li, file$2, 246, 6, 7835); + add_location(li, file$3, 246, 6, 7835); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -111545,7 +111537,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2$1.name, + id: create_each_block_2$2.name, type: "each", source: "(246:4) {#each $changes as change}", ctx @@ -111555,7 +111547,7 @@ var app = (function () { } // (255:6) {#each diffSet.differences as diff} - function create_each_block_1$1(ctx) { + function create_each_block_1$2(ctx) { let li; let t0_value = /*diff*/ ctx[28].type + ""; let t0; @@ -111569,7 +111561,7 @@ var app = (function () { t0 = text(t0_value); t1 = text(": "); t2 = text(t2_value); - add_location(li, file$2, 255, 8, 8075); + add_location(li, file$3, 255, 8, 8075); }, m: function mount(target, anchor) { insert_dev(target, li, anchor); @@ -111588,7 +111580,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1$1.name, + id: create_each_block_1$2.name, type: "each", source: "(255:6) {#each diffSet.differences as diff}", ctx @@ -111598,7 +111590,7 @@ var app = (function () { } // (252:2) {#each $accumulatedDifferences as diffSet} - function create_each_block$1(ctx) { + function create_each_block$2(ctx) { let h3; let t0_value = /*diffSet*/ ctx[25].timestamp + ""; let t0; @@ -111609,7 +111601,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1$1(get_each_context_1$1(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$2(get_each_context_1$2(ctx, each_value_1, i)); } const block = { @@ -111623,8 +111615,8 @@ var app = (function () { each_blocks[i].c(); } - add_location(h3, file$2, 252, 4, 7984); - add_location(ul, file$2, 253, 4, 8018); + add_location(h3, file$3, 252, 4, 7984); + add_location(ul, file$3, 253, 4, 8018); }, m: function mount(target, anchor) { insert_dev(target, h3, anchor); @@ -111647,12 +111639,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1$1(ctx, each_value_1, i); + const child_ctx = get_each_context_1$2(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1$1(child_ctx); + each_blocks[i] = create_each_block_1$2(child_ctx); each_blocks[i].c(); each_blocks[i].m(ul, null); } @@ -111675,7 +111667,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block$1.name, + id: create_each_block$2.name, type: "each", source: "(252:2) {#each $accumulatedDifferences as diffSet}", ctx @@ -111684,7 +111676,7 @@ var app = (function () { return block; } - function create_fragment$2(ctx) { + function create_fragment$3(ctx) { let h20; let t1; let div4; @@ -111729,7 +111721,7 @@ var app = (function () { let each_blocks_1 = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks_1[i] = create_each_block_2$1(get_each_context_2$1(ctx, each_value_2, i)); + each_blocks_1[i] = create_each_block_2$2(get_each_context_2$2(ctx, each_value_2, i)); } let each_value = /*$accumulatedDifferences*/ ctx[4]; @@ -111737,7 +111729,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i)); + each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i)); } const block = { @@ -111799,41 +111791,41 @@ var app = (function () { div8 = element$1("div"); button4 = element$1("button"); button4.textContent = "Save Differences"; - add_location(h20, file$2, 218, 2, 6804); + add_location(h20, file$3, 218, 2, 6804); attr_dev(div0, "id", "cy1"); attr_dev(div0, "class", "cy svelte-za1uoo"); - add_location(div0, file$2, 221, 6, 6906); - add_location(button0, file$2, 222, 6, 6968); + add_location(div0, file$3, 221, 6, 6906); + add_location(button0, file$3, 222, 6, 6968); attr_dev(div1, "class", "graph-with-button svelte-za1uoo"); - add_location(div1, file$2, 220, 4, 6867); + add_location(div1, file$3, 220, 4, 6867); attr_dev(div2, "id", "cy2"); attr_dev(div2, "class", "cy svelte-za1uoo"); - add_location(div2, file$2, 225, 6, 7082); - add_location(button1, file$2, 226, 6, 7144); + add_location(div2, file$3, 225, 6, 7082); + add_location(button1, file$3, 226, 6, 7144); attr_dev(div3, "class", "graph-with-button svelte-za1uoo"); - add_location(div3, file$2, 224, 4, 7043); + add_location(div3, file$3, 224, 4, 7043); attr_dev(div4, "class", "graph-container svelte-za1uoo"); - add_location(div4, file$2, 219, 2, 6832); - add_location(h30, file$2, 232, 6, 7282); + add_location(div4, file$3, 219, 2, 6832); + add_location(h30, file$3, 232, 6, 7282); attr_dev(textarea0, "class", "textareaYAML svelte-za1uoo"); attr_dev(textarea0, "placeholder", "Enter YAML for Graph 1"); - add_location(textarea0, file$2, 233, 6, 7311); - add_location(button2, file$2, 234, 6, 7427); - add_location(div5, file$2, 231, 4, 7269); - add_location(h31, file$2, 237, 6, 7525); + add_location(textarea0, file$3, 233, 6, 7311); + add_location(button2, file$3, 234, 6, 7427); + add_location(div5, file$3, 231, 4, 7269); + add_location(h31, file$3, 237, 6, 7525); attr_dev(textarea1, "class", "textareaYAML svelte-za1uoo"); attr_dev(textarea1, "placeholder", "Enter YAML for Graph 2"); - add_location(textarea1, file$2, 238, 6, 7554); - add_location(button3, file$2, 239, 6, 7670); - add_location(div6, file$2, 236, 4, 7512); + add_location(textarea1, file$3, 238, 6, 7554); + add_location(button3, file$3, 239, 6, 7670); + add_location(div6, file$3, 236, 4, 7512); attr_dev(div7, "class", "textarea-container svelte-za1uoo"); - add_location(div7, file$2, 230, 2, 7231); - add_location(h21, file$2, 243, 2, 7767); - add_location(ul, file$2, 244, 2, 7791); - add_location(h22, file$2, 250, 2, 7900); - add_location(button4, file$2, 261, 4, 8178); + add_location(div7, file$3, 230, 2, 7231); + add_location(h21, file$3, 243, 2, 7767); + add_location(ul, file$3, 244, 2, 7791); + add_location(h22, file$3, 250, 2, 7900); + add_location(button4, file$3, 261, 4, 8178); attr_dev(div8, "class", "buttons svelte-za1uoo"); - add_location(div8, file$2, 260, 2, 8151); + add_location(div8, file$3, 260, 2, 8151); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -111924,12 +111916,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2$1(ctx, each_value_2, i); + const child_ctx = get_each_context_2$2(ctx, each_value_2, i); if (each_blocks_1[i]) { each_blocks_1[i].p(child_ctx, dirty); } else { - each_blocks_1[i] = create_each_block_2$1(child_ctx); + each_blocks_1[i] = create_each_block_2$2(child_ctx); each_blocks_1[i].c(); each_blocks_1[i].m(ul, null); } @@ -111948,12 +111940,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context$1(ctx, each_value, i); + const child_ctx = get_each_context$2(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block$1(child_ctx); + each_blocks[i] = create_each_block$2(child_ctx); each_blocks[i].c(); each_blocks[i].m(t23.parentNode, t23); } @@ -111994,7 +111986,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$2.name, + id: create_fragment$3.name, type: "component", source: "", ctx @@ -112003,7 +111995,7 @@ var app = (function () { return block; } - function instance$2($$self, $$props, $$invalidate) { + function instance$3($$self, $$props, $$invalidate) { let $accumulatedDifferences; let $changes; let { $$slots: slots = {}, $$scope } = $$props; @@ -112320,35 +112312,35 @@ var app = (function () { class CodeComparionToolinGraph extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$2, create_fragment$2, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$3, create_fragment$3, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "CodeComparionToolinGraph", options, - id: create_fragment$2.name + id: create_fragment$3.name }); } } /* src\GraphEditLoadTool.svelte generated by Svelte v3.59.2 */ - const { console: console_1 } = globals; - const file$1 = "src\\GraphEditLoadTool.svelte"; + const { console: console_1$1 } = globals; + const file$2 = "src\\GraphEditLoadTool.svelte"; - function get_each_context(ctx, list, i) { + function get_each_context$1(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[42] = list[i]; return child_ctx; } - function get_each_context_1(ctx, list, i) { + function get_each_context_1$1(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[45] = list[i]; return child_ctx; } - function get_each_context_2(ctx, list, i) { + function get_each_context_2$1(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[45] = list[i]; return child_ctx; @@ -112362,7 +112354,7 @@ var app = (function () { c: function create() { p = element$1("p"); p.textContent = "Click on a node to see its data."; - add_location(p, file$1, 383, 10, 11916); + add_location(p, file$2, 383, 10, 11916); }, m: function mount(target, anchor) { insert_dev(target, p, anchor); @@ -112439,26 +112431,26 @@ var app = (function () { label2 = element$1("label"); t12 = text("Number of nodes to add:\r\n "); input2 = element$1("input"); - add_location(pre, file$1, 362, 10, 11091); + add_location(pre, file$2, 362, 10, 11091); attr_dev(input0, "type", "text"); - add_location(input0, file$1, 366, 14, 11236); + add_location(input0, file$2, 366, 14, 11236); attr_dev(label0, "class", "label svelte-y6fsmu"); - add_location(label0, file$1, 364, 12, 11177); + add_location(label0, file$2, 364, 12, 11177); attr_dev(input1, "type", "text"); - add_location(input1, file$1, 370, 14, 11377); + add_location(input1, file$2, 370, 14, 11377); attr_dev(label1, "class", "label svelte-y6fsmu"); - add_location(label1, file$1, 368, 12, 11319); - add_location(button0, file$1, 372, 12, 11459); - add_location(div0, file$1, 363, 10, 11158); - add_location(button1, file$1, 375, 12, 11576); - add_location(button2, file$1, 376, 12, 11642); + add_location(label1, file$2, 368, 12, 11319); + add_location(button0, file$2, 372, 12, 11459); + add_location(div0, file$2, 363, 10, 11158); + add_location(button1, file$2, 375, 12, 11576); + add_location(button2, file$2, 376, 12, 11642); attr_dev(input2, "type", "number"); attr_dev(input2, "min", "1"); - add_location(input2, file$1, 379, 14, 11784); + add_location(input2, file$2, 379, 14, 11784); attr_dev(label2, "class", "label svelte-y6fsmu"); - add_location(label2, file$1, 377, 12, 11708); + add_location(label2, file$2, 377, 12, 11708); attr_dev(div1, "class", "buttons svelte-y6fsmu"); - add_location(div1, file$1, 374, 10, 11541); + add_location(div1, file$2, 374, 10, 11541); }, m: function mount(target, anchor) { insert_dev(target, pre, anchor); @@ -112549,9 +112541,9 @@ var app = (function () { option.textContent = "Loading nodes..."; option.__value = "Loading nodes..."; option.value = option.__value; - add_location(option, file$1, 400, 16, 12561); + add_location(option, file$2, 400, 16, 12561); select.disabled = true; - add_location(select, file$1, 399, 14, 12526); + add_location(select, file$2, 399, 14, 12526); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112585,7 +112577,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_2.length; i += 1) { - each_blocks[i] = create_each_block_2(get_each_context_2(ctx, each_value_2, i)); + each_blocks[i] = create_each_block_2$1(get_each_context_2$1(ctx, each_value_2, i)); } const block = { @@ -112601,9 +112593,9 @@ var app = (function () { option.__value = ""; option.value = option.__value; option.disabled = true; - add_location(option, file$1, 393, 16, 12294); + add_location(option, file$2, 393, 16, 12294); if (/*sourceNodeId*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[33].call(select)); - add_location(select, file$1, 392, 14, 12242); + add_location(select, file$2, 392, 14, 12242); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112629,12 +112621,12 @@ var app = (function () { let i; for (i = 0; i < each_value_2.length; i += 1) { - const child_ctx = get_each_context_2(ctx, each_value_2, i); + const child_ctx = get_each_context_2$1(ctx, each_value_2, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_2(child_ctx); + each_blocks[i] = create_each_block_2$1(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -112671,7 +112663,7 @@ var app = (function () { } // (395:16) {#each $nodeIds as id} - function create_each_block_2(ctx) { + function create_each_block_2$1(ctx) { let option; let t_value = /*id*/ ctx[45] + ""; let t; @@ -112683,7 +112675,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*id*/ ctx[45]; option.value = option.__value; - add_location(option, file$1, 395, 18, 12407); + add_location(option, file$2, 395, 18, 12407); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -112704,7 +112696,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_2.name, + id: create_each_block_2$1.name, type: "each", source: "(395:16) {#each $nodeIds as id}", ctx @@ -112725,9 +112717,9 @@ var app = (function () { option.textContent = "Loading nodes..."; option.__value = "Loading nodes..."; option.value = option.__value; - add_location(option, file$1, 415, 16, 13083); + add_location(option, file$2, 415, 16, 13083); select.disabled = true; - add_location(select, file$1, 414, 14, 13048); + add_location(select, file$2, 414, 14, 13048); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112761,7 +112753,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value_1.length; i += 1) { - each_blocks[i] = create_each_block_1(get_each_context_1(ctx, each_value_1, i)); + each_blocks[i] = create_each_block_1$1(get_each_context_1$1(ctx, each_value_1, i)); } const block = { @@ -112777,9 +112769,9 @@ var app = (function () { option.__value = ""; option.value = option.__value; option.disabled = true; - add_location(option, file$1, 408, 16, 12816); + add_location(option, file$2, 408, 16, 12816); if (/*targetNodeId*/ ctx[5] === void 0) add_render_callback(() => /*select_change_handler_1*/ ctx[34].call(select)); - add_location(select, file$1, 407, 14, 12764); + add_location(select, file$2, 407, 14, 12764); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112805,12 +112797,12 @@ var app = (function () { let i; for (i = 0; i < each_value_1.length; i += 1) { - const child_ctx = get_each_context_1(ctx, each_value_1, i); + const child_ctx = get_each_context_1$1(ctx, each_value_1, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block_1(child_ctx); + each_blocks[i] = create_each_block_1$1(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -112847,7 +112839,7 @@ var app = (function () { } // (410:16) {#each $nodeIds as id} - function create_each_block_1(ctx) { + function create_each_block_1$1(ctx) { let option; let t_value = /*id*/ ctx[45] + ""; let t; @@ -112859,7 +112851,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*id*/ ctx[45]; option.value = option.__value; - add_location(option, file$1, 410, 18, 12929); + add_location(option, file$2, 410, 18, 12929); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -112880,7 +112872,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block_1.name, + id: create_each_block_1$1.name, type: "each", source: "(410:16) {#each $nodeIds as id}", ctx @@ -112901,9 +112893,9 @@ var app = (function () { option.textContent = "Loading edges..."; option.__value = "Loading edges..."; option.value = option.__value; - add_location(option, file$1, 433, 16, 13720); + add_location(option, file$2, 433, 16, 13720); select.disabled = true; - add_location(select, file$1, 432, 14, 13685); + add_location(select, file$2, 432, 14, 13685); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112927,7 +112919,7 @@ var app = (function () { } // (425:12) {#if $cyReady} - function create_if_block(ctx) { + function create_if_block$1(ctx) { let select; let option; let mounted; @@ -112937,7 +112929,7 @@ var app = (function () { let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { - each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i)); + each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i)); } const block = { @@ -112953,9 +112945,9 @@ var app = (function () { option.__value = ""; option.value = option.__value; option.disabled = true; - add_location(option, file$1, 426, 16, 13444); + add_location(option, file$2, 426, 16, 13444); if (/*selectedEdge*/ ctx[6] === void 0) add_render_callback(() => /*select_change_handler_2*/ ctx[35].call(select)); - add_location(select, file$1, 425, 14, 13392); + add_location(select, file$2, 425, 14, 13392); }, m: function mount(target, anchor) { insert_dev(target, select, anchor); @@ -112981,12 +112973,12 @@ var app = (function () { let i; for (i = 0; i < each_value.length; i += 1) { - const child_ctx = get_each_context(ctx, each_value, i); + const child_ctx = get_each_context$1(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { - each_blocks[i] = create_each_block(child_ctx); + each_blocks[i] = create_each_block$1(child_ctx); each_blocks[i].c(); each_blocks[i].m(select, null); } @@ -113013,7 +113005,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_if_block.name, + id: create_if_block$1.name, type: "if", source: "(425:12) {#if $cyReady}", ctx @@ -113023,7 +113015,7 @@ var app = (function () { } // (428:16) {#each $edgeIds as edge} - function create_each_block(ctx) { + function create_each_block$1(ctx) { let option; let t_value = /*edge*/ ctx[42] + ""; let t; @@ -113035,7 +113027,7 @@ var app = (function () { t = text(t_value); option.__value = option_value_value = /*edge*/ ctx[42]; option.value = option.__value; - add_location(option, file$1, 428, 18, 13562); + add_location(option, file$2, 428, 18, 13562); }, m: function mount(target, anchor) { insert_dev(target, option, anchor); @@ -113056,7 +113048,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_each_block.name, + id: create_each_block$1.name, type: "each", source: "(428:16) {#each $edgeIds as edge}", ctx @@ -113065,7 +113057,7 @@ var app = (function () { return block; } - function create_fragment$1(ctx) { + function create_fragment$2(ctx) { let div11; let h1; let t1; @@ -113150,7 +113142,7 @@ var app = (function () { let if_block2 = current_block_type_2(ctx); function select_block_type_3(ctx, dirty) { - if (/*$cyReady*/ ctx[10]) return create_if_block; + if (/*$cyReady*/ ctx[10]) return create_if_block$1; return create_else_block; } @@ -113234,60 +113226,60 @@ var app = (function () { t37 = space(); pre = element$1("pre"); pre.textContent = " - file: CustomScenario\r\n symbols:\r\n - id: functionA\r\n type: function\r\n - id: variableX\r\n type: variable\r\n - id: functionB\r\n type: function\r\n - id: variableY\r\n type: variable\r\n edges:\r\n - source: functionA\r\n target: variableX\r\n type: function-to-variable\r\n - source: variableX\r\n target: functionB\r\n type: variable-to-function\r\n - source: functionB\r\n target: variableY\r\n type: function-to-variable\r\n "; - add_location(h1, file$1, 356, 4, 10882); + add_location(h1, file$2, 356, 4, 10882); attr_dev(div0, "id", "cy"); attr_dev(div0, "class", "svelte-y6fsmu"); - add_location(div0, file$1, 358, 6, 10950); - add_location(h3, file$1, 360, 8, 11028); - add_location(button0, file$1, 386, 10, 12013); + add_location(div0, file$2, 358, 6, 10950); + add_location(h3, file$2, 360, 8, 11028); + add_location(button0, file$2, 386, 10, 12013); attr_dev(div1, "class", "buttons svelte-y6fsmu"); - add_location(div1, file$1, 385, 8, 11980); + add_location(div1, file$2, 385, 8, 11980); attr_dev(label0, "class", "label svelte-y6fsmu"); - add_location(label0, file$1, 389, 10, 12148); + add_location(label0, file$2, 389, 10, 12148); attr_dev(label1, "class", "label svelte-y6fsmu"); - add_location(label1, file$1, 404, 10, 12670); - add_location(button1, file$1, 419, 10, 13192); + add_location(label1, file$2, 404, 10, 12670); + add_location(button1, file$2, 419, 10, 13192); attr_dev(div2, "class", "buttons svelte-y6fsmu"); - add_location(div2, file$1, 388, 8, 12115); + add_location(div2, file$2, 388, 8, 12115); attr_dev(label2, "class", "label svelte-y6fsmu"); - add_location(label2, file$1, 422, 10, 13301); - add_location(button2, file$1, 437, 10, 13829); + add_location(label2, file$2, 422, 10, 13301); + add_location(button2, file$2, 437, 10, 13829); attr_dev(div3, "class", "buttons svelte-y6fsmu"); - add_location(div3, file$1, 421, 8, 13268); + add_location(div3, file$2, 421, 8, 13268); attr_dev(div4, "id", "nodeData"); attr_dev(div4, "class", "svelte-y6fsmu"); - add_location(div4, file$1, 359, 6, 10999); + add_location(div4, file$2, 359, 6, 10999); attr_dev(div5, "class", "cyandnodedata svelte-y6fsmu"); - add_location(div5, file$1, 357, 4, 10915); - add_location(button3, file$1, 443, 6, 13966); - add_location(button4, file$1, 444, 6, 14020); - add_location(button5, file$1, 445, 6, 14094); - add_location(button6, file$1, 446, 6, 14159); - add_location(button7, file$1, 447, 6, 14233); - add_location(button8, file$1, 448, 6, 14302); + add_location(div5, file$2, 357, 4, 10915); + add_location(button3, file$2, 443, 6, 13966); + add_location(button4, file$2, 444, 6, 14020); + add_location(button5, file$2, 445, 6, 14094); + add_location(button6, file$2, 446, 6, 14159); + add_location(button7, file$2, 447, 6, 14233); + add_location(button8, file$2, 448, 6, 14302); attr_dev(label3, "class", "label svelte-y6fsmu"); - add_location(label3, file$1, 451, 10, 14426); + add_location(label3, file$2, 451, 10, 14426); textarea0.readOnly = true; attr_dev(textarea0, "placeholder", "Current graph data (readonly)"); attr_dev(textarea0, "class", "svelte-y6fsmu"); - add_location(textarea0, file$1, 452, 10, 14496); - add_location(div6, file$1, 450, 8, 14409); + add_location(textarea0, file$2, 452, 10, 14496); + add_location(div6, file$2, 450, 8, 14409); attr_dev(label4, "class", "label svelte-y6fsmu"); - add_location(label4, file$1, 455, 10, 14643); + add_location(label4, file$2, 455, 10, 14643); attr_dev(textarea1, "placeholder", "Enter custom scenario in YAML format"); attr_dev(textarea1, "class", "svelte-y6fsmu"); - add_location(textarea1, file$1, 456, 10, 14710); - add_location(div7, file$1, 454, 8, 14626); - add_location(p, file$1, 459, 10, 14875); - add_location(pre, file$1, 460, 10, 14923); + add_location(textarea1, file$2, 456, 10, 14710); + add_location(div7, file$2, 454, 8, 14626); + add_location(p, file$2, 459, 10, 14875); + add_location(pre, file$2, 460, 10, 14923); attr_dev(div8, "class", "guidance-text svelte-y6fsmu"); - add_location(div8, file$1, 458, 8, 14836); + add_location(div8, file$2, 458, 8, 14836); attr_dev(div9, "class", "textarea-container svelte-y6fsmu"); - add_location(div9, file$1, 449, 6, 14367); + add_location(div9, file$2, 449, 6, 14367); attr_dev(div10, "id", "controls"); attr_dev(div10, "class", "svelte-y6fsmu"); - add_location(div10, file$1, 442, 4, 13939); - add_location(div11, file$1, 355, 2, 10871); + add_location(div10, file$2, 442, 4, 13939); + add_location(div11, file$2, 355, 2, 10871); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -113448,7 +113440,7 @@ var app = (function () { dispatch_dev("SvelteRegisterBlock", { block, - id: create_fragment$1.name, + id: create_fragment$2.name, type: "component", source: "", ctx @@ -113457,7 +113449,7 @@ var app = (function () { return block; } - function instance$1($$self, $$props, $$invalidate) { + function instance$2($$self, $$props, $$invalidate) { let $selectedNodeData; let $cyReady; let $nodeIds; @@ -113861,7 +113853,7 @@ var app = (function () { const writable_props = []; Object.keys($$props).forEach(key => { - if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1.warn(` was created with unknown prop '${key}'`); + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$1.warn(` was created with unknown prop '${key}'`); }); function div0_binding($$value) { @@ -114015,12 +114007,1143 @@ var app = (function () { class GraphEditLoadTool extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$1, safe_not_equal, {}, null, [-1, -1]); + init(this, options, instance$2, create_fragment$2, safe_not_equal, {}, null, [-1, -1]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "GraphEditLoadTool", options, + id: create_fragment$2.name + }); + } + } + + /* src\SentenceOrderPracticeandState.svelte generated by Svelte v3.59.2 */ + + const { console: console_1 } = globals; + const file$1 = "src\\SentenceOrderPracticeandState.svelte"; + + function get_each_context(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[27] = list[i]; + child_ctx[28] = list; + child_ctx[29] = i; + return child_ctx; + } + + function get_each_context_1(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[30] = list[i]; + child_ctx[31] = list; + child_ctx[32] = i; + return child_ctx; + } + + function get_each_context_2(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[33] = list[i]; + return child_ctx; + } + + function get_each_context_3(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[30] = list[i]; + child_ctx[36] = list; + child_ctx[32] = i; + return child_ctx; + } + + function get_each_context_4(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[33] = list[i]; + return child_ctx; + } + + // (220:12) {#each currentrandomiseditems.wordforwordtranslationNodes[cardIndex] as option} + function create_each_block_4(ctx) { + let option; + let t_value = /*option*/ ctx[33] + ""; + let t; + let option_value_value; + + const block = { + c: function create() { + option = element$1("option"); + t = text(t_value); + option.__value = option_value_value = /*option*/ ctx[33]; + option.value = option.__value; + add_location(option, file$1, 220, 14, 7331); + }, + m: function mount(target, anchor) { + insert_dev(target, option, anchor); + append_dev(option, t); + }, + p: function update(ctx, dirty) { + if (dirty[0] & /*currentrandomiseditems*/ 2 && t_value !== (t_value = /*option*/ ctx[33] + "")) set_data_dev(t, t_value); + + if (dirty[0] & /*currentrandomiseditems*/ 2 && option_value_value !== (option_value_value = /*option*/ ctx[33])) { + prop_dev(option, "__value", option_value_value); + option.value = option.__value; + } + }, + d: function destroy(detaching) { + if (detaching) detach_dev(option); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_each_block_4.name, + type: "each", + source: "(220:12) {#each currentrandomiseditems.wordforwordtranslationNodes[cardIndex] as option}", + ctx + }); + + return block; + } + + // (217:8) {#each currentrandomiseditems.wordforwordtranslationNodes[cardIndex] as word, index} + function create_each_block_3(ctx) { + let select; + let option; + let mounted; + let dispose; + let each_value_4 = /*currentrandomiseditems*/ ctx[1].wordforwordtranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_4); + let each_blocks = []; + + for (let i = 0; i < each_value_4.length; i += 1) { + each_blocks[i] = create_each_block_4(get_each_context_4(ctx, each_value_4, i)); + } + + function select_change_handler() { + /*select_change_handler*/ ctx[14].call(select, /*cardIndex*/ ctx[29], /*index*/ ctx[32]); + } + + const block = { + c: function create() { + select = element$1("select"); + option = element$1("option"); + option.textContent = "Select..."; + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + + option.__value = ""; + option.value = option.__value; + option.disabled = true; + option.selected = true; + add_location(option, file$1, 218, 12, 7169); + if (/*userPairs*/ ctx[3][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]] === void 0) add_render_callback(select_change_handler); + add_location(select, file$1, 217, 10, 7106); + }, + m: function mount(target, anchor) { + insert_dev(target, select, anchor); + append_dev(select, option); + + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(select, null); + } + } + + select_option(select, /*userPairs*/ ctx[3][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]], true); + + if (!mounted) { + dispose = listen_dev(select, "change", select_change_handler); + mounted = true; + } + }, + p: function update(new_ctx, dirty) { + ctx = new_ctx; + + if (dirty[0] & /*currentrandomiseditems*/ 2) { + each_value_4 = /*currentrandomiseditems*/ ctx[1].wordforwordtranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_4); + let i; + + for (i = 0; i < each_value_4.length; i += 1) { + const child_ctx = get_each_context_4(ctx, each_value_4, i); + + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + } else { + each_blocks[i] = create_each_block_4(child_ctx); + each_blocks[i].c(); + each_blocks[i].m(select, null); + } + } + + for (; i < each_blocks.length; i += 1) { + each_blocks[i].d(1); + } + + each_blocks.length = each_value_4.length; + } + + if (dirty[0] & /*userPairs, currentrandomiseditems*/ 10) { + select_option(select, /*userPairs*/ ctx[3][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]]); + } + }, + d: function destroy(detaching) { + if (detaching) detach_dev(select); + destroy_each(each_blocks, detaching); + mounted = false; + dispose(); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_each_block_3.name, + type: "each", + source: "(217:8) {#each currentrandomiseditems.wordforwordtranslationNodes[cardIndex] as word, index}", + ctx + }); + + return block; + } + + // (232:12) {#each currentrandomiseditems.naturaltranslationNodes[cardIndex] as option} + function create_each_block_2(ctx) { + let option; + let t_value = /*option*/ ctx[33] + ""; + let t; + let option_value_value; + + const block = { + c: function create() { + option = element$1("option"); + t = text(t_value); + option.__value = option_value_value = /*option*/ ctx[33]; + option.value = option.__value; + add_location(option, file$1, 232, 14, 7933); + }, + m: function mount(target, anchor) { + insert_dev(target, option, anchor); + append_dev(option, t); + }, + p: function update(ctx, dirty) { + if (dirty[0] & /*currentrandomiseditems*/ 2 && t_value !== (t_value = /*option*/ ctx[33] + "")) set_data_dev(t, t_value); + + if (dirty[0] & /*currentrandomiseditems*/ 2 && option_value_value !== (option_value_value = /*option*/ ctx[33])) { + prop_dev(option, "__value", option_value_value); + option.value = option.__value; + } + }, + d: function destroy(detaching) { + if (detaching) detach_dev(option); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_each_block_2.name, + type: "each", + source: "(232:12) {#each currentrandomiseditems.naturaltranslationNodes[cardIndex] as option}", + ctx + }); + + return block; + } + + // (229:8) {#each currentrandomiseditems.naturaltranslationNodes[cardIndex] as word, index} + function create_each_block_1(ctx) { + let select; + let option; + let mounted; + let dispose; + let each_value_2 = /*currentrandomiseditems*/ ctx[1].naturaltranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_2); + let each_blocks = []; + + for (let i = 0; i < each_value_2.length; i += 1) { + each_blocks[i] = create_each_block_2(get_each_context_2(ctx, each_value_2, i)); + } + + function select_change_handler_1() { + /*select_change_handler_1*/ ctx[16].call(select, /*cardIndex*/ ctx[29], /*index*/ ctx[32]); + } + + const block = { + c: function create() { + select = element$1("select"); + option = element$1("option"); + option.textContent = "Select..."; + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + + option.__value = ""; + option.value = option.__value; + option.disabled = true; + option.selected = true; + add_location(option, file$1, 230, 12, 7775); + if (/*userOrders*/ ctx[2][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]] === void 0) add_render_callback(select_change_handler_1); + add_location(select, file$1, 229, 10, 7711); + }, + m: function mount(target, anchor) { + insert_dev(target, select, anchor); + append_dev(select, option); + + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(select, null); + } + } + + select_option(select, /*userOrders*/ ctx[2][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]], true); + + if (!mounted) { + dispose = listen_dev(select, "change", select_change_handler_1); + mounted = true; + } + }, + p: function update(new_ctx, dirty) { + ctx = new_ctx; + + if (dirty[0] & /*currentrandomiseditems*/ 2) { + each_value_2 = /*currentrandomiseditems*/ ctx[1].naturaltranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_2); + let i; + + for (i = 0; i < each_value_2.length; i += 1) { + const child_ctx = get_each_context_2(ctx, each_value_2, i); + + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + } else { + each_blocks[i] = create_each_block_2(child_ctx); + each_blocks[i].c(); + each_blocks[i].m(select, null); + } + } + + for (; i < each_blocks.length; i += 1) { + each_blocks[i].d(1); + } + + each_blocks.length = each_value_2.length; + } + + if (dirty[0] & /*userOrders, currentrandomiseditems*/ 6) { + select_option(select, /*userOrders*/ ctx[2][/*cardIndex*/ ctx[29]][/*index*/ ctx[32]]); + } + }, + d: function destroy(detaching) { + if (detaching) detach_dev(select); + destroy_each(each_blocks, detaching); + mounted = false; + dispose(); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_each_block_1.name, + type: "each", + source: "(229:8) {#each currentrandomiseditems.naturaltranslationNodes[cardIndex] as word, index}", + ctx + }); + + return block; + } + + // (209:2) {#each cards as card, cardIndex} + function create_each_block(ctx) { + let div2; + let h3; + let t0; + let t1_value = /*cardIndex*/ ctx[29] + 1 + ""; + let t1; + let t2; + let p0; + let t3; + let t4_value = /*card*/ ctx[27].hint + ""; + let t4; + let t5; + let h40; + let t7; + let p1; + let t8_value = /*card*/ ctx[27].nodes.join(" ") + ""; + let t8; + let t9; + let h41; + let t11; + let div0; + let t12; + let button0; + let t13; + let button0_disabled_value; + let t14; + let h42; + let t16; + let div1; + let t17; + let button1; + let t18; + let button1_disabled_value; + let t19; + let p2; + let t20; + let t21_value = /*feedbacks*/ ctx[4][/*cardIndex*/ ctx[29]] + ""; + let t21; + let t22; + let mounted; + let dispose; + let each_value_3 = /*currentrandomiseditems*/ ctx[1].wordforwordtranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_3); + let each_blocks_1 = []; + + for (let i = 0; i < each_value_3.length; i += 1) { + each_blocks_1[i] = create_each_block_3(get_each_context_3(ctx, each_value_3, i)); + } + + function click_handler() { + return /*click_handler*/ ctx[15](/*cardIndex*/ ctx[29]); + } + + let each_value_1 = /*currentrandomiseditems*/ ctx[1].naturaltranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_1); + let each_blocks = []; + + for (let i = 0; i < each_value_1.length; i += 1) { + each_blocks[i] = create_each_block_1(get_each_context_1(ctx, each_value_1, i)); + } + + function click_handler_1() { + return /*click_handler_1*/ ctx[17](/*cardIndex*/ ctx[29]); + } + + const block = { + c: function create() { + div2 = element$1("div"); + h3 = element$1("h3"); + t0 = text("Sentence "); + t1 = text(t1_value); + t2 = space(); + p0 = element$1("p"); + t3 = text("Hint: "); + t4 = text(t4_value); + t5 = space(); + h40 = element$1("h4"); + h40.textContent = "Original sentence"; + t7 = space(); + p1 = element$1("p"); + t8 = text(t8_value); + t9 = space(); + h41 = element$1("h4"); + h41.textContent = "Word-for-word translation"; + t11 = space(); + div0 = element$1("div"); + + for (let i = 0; i < each_blocks_1.length; i += 1) { + each_blocks_1[i].c(); + } + + t12 = space(); + button0 = element$1("button"); + t13 = text("Check Pairs"); + t14 = space(); + h42 = element$1("h4"); + h42.textContent = "Natural translation"; + t16 = space(); + div1 = element$1("div"); + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + + t17 = space(); + button1 = element$1("button"); + t18 = text("Check Order"); + t19 = space(); + p2 = element$1("p"); + t20 = text("Feedback: "); + t21 = text(t21_value); + t22 = space(); + add_location(h3, file$1, 210, 6, 6809); + add_location(p0, file$1, 211, 6, 6850); + add_location(h40, file$1, 212, 6, 6882); + add_location(p1, file$1, 213, 6, 6916); + add_location(h41, file$1, 214, 6, 6953); + add_location(div0, file$1, 215, 6, 6995); + button0.disabled = button0_disabled_value = /*correctPairsStatus*/ ctx[5][/*cardIndex*/ ctx[29]]; + attr_dev(button0, "class", "svelte-a8xq0d"); + add_location(button0, file$1, 225, 6, 7452); + add_location(h42, file$1, 226, 6, 7568); + add_location(div1, file$1, 227, 6, 7604); + button1.disabled = button1_disabled_value = /*correctOrderStatus*/ ctx[6][/*cardIndex*/ ctx[29]]; + attr_dev(button1, "class", "svelte-a8xq0d"); + add_location(button1, file$1, 237, 6, 8054); + add_location(p2, file$1, 238, 6, 8170); + attr_dev(div2, "class", "card svelte-a8xq0d"); + add_location(div2, file$1, 209, 4, 6783); + }, + m: function mount(target, anchor) { + insert_dev(target, div2, anchor); + append_dev(div2, h3); + append_dev(h3, t0); + append_dev(h3, t1); + append_dev(div2, t2); + append_dev(div2, p0); + append_dev(p0, t3); + append_dev(p0, t4); + append_dev(div2, t5); + append_dev(div2, h40); + append_dev(div2, t7); + append_dev(div2, p1); + append_dev(p1, t8); + append_dev(div2, t9); + append_dev(div2, h41); + append_dev(div2, t11); + append_dev(div2, div0); + + for (let i = 0; i < each_blocks_1.length; i += 1) { + if (each_blocks_1[i]) { + each_blocks_1[i].m(div0, null); + } + } + + append_dev(div2, t12); + append_dev(div2, button0); + append_dev(button0, t13); + append_dev(div2, t14); + append_dev(div2, h42); + append_dev(div2, t16); + append_dev(div2, div1); + + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(div1, null); + } + } + + append_dev(div2, t17); + append_dev(div2, button1); + append_dev(button1, t18); + append_dev(div2, t19); + append_dev(div2, p2); + append_dev(p2, t20); + append_dev(p2, t21); + append_dev(div2, t22); + + if (!mounted) { + dispose = [ + listen_dev(button0, "click", click_handler, false, false, false, false), + listen_dev(button1, "click", click_handler_1, false, false, false, false) + ]; + + mounted = true; + } + }, + p: function update(new_ctx, dirty) { + ctx = new_ctx; + if (dirty[0] & /*cards*/ 1 && t4_value !== (t4_value = /*card*/ ctx[27].hint + "")) set_data_dev(t4, t4_value); + if (dirty[0] & /*cards*/ 1 && t8_value !== (t8_value = /*card*/ ctx[27].nodes.join(" ") + "")) set_data_dev(t8, t8_value); + + if (dirty[0] & /*userPairs, currentrandomiseditems*/ 10) { + each_value_3 = /*currentrandomiseditems*/ ctx[1].wordforwordtranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_3); + let i; + + for (i = 0; i < each_value_3.length; i += 1) { + const child_ctx = get_each_context_3(ctx, each_value_3, i); + + if (each_blocks_1[i]) { + each_blocks_1[i].p(child_ctx, dirty); + } else { + each_blocks_1[i] = create_each_block_3(child_ctx); + each_blocks_1[i].c(); + each_blocks_1[i].m(div0, null); + } + } + + for (; i < each_blocks_1.length; i += 1) { + each_blocks_1[i].d(1); + } + + each_blocks_1.length = each_value_3.length; + } + + if (dirty[0] & /*correctPairsStatus*/ 32 && button0_disabled_value !== (button0_disabled_value = /*correctPairsStatus*/ ctx[5][/*cardIndex*/ ctx[29]])) { + prop_dev(button0, "disabled", button0_disabled_value); + } + + if (dirty[0] & /*userOrders, currentrandomiseditems*/ 6) { + each_value_1 = /*currentrandomiseditems*/ ctx[1].naturaltranslationNodes[/*cardIndex*/ ctx[29]]; + validate_each_argument(each_value_1); + let i; + + for (i = 0; i < each_value_1.length; i += 1) { + const child_ctx = get_each_context_1(ctx, each_value_1, i); + + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + } else { + each_blocks[i] = create_each_block_1(child_ctx); + each_blocks[i].c(); + each_blocks[i].m(div1, null); + } + } + + for (; i < each_blocks.length; i += 1) { + each_blocks[i].d(1); + } + + each_blocks.length = each_value_1.length; + } + + if (dirty[0] & /*correctOrderStatus*/ 64 && button1_disabled_value !== (button1_disabled_value = /*correctOrderStatus*/ ctx[6][/*cardIndex*/ ctx[29]])) { + prop_dev(button1, "disabled", button1_disabled_value); + } + + if (dirty[0] & /*feedbacks*/ 16 && t21_value !== (t21_value = /*feedbacks*/ ctx[4][/*cardIndex*/ ctx[29]] + "")) set_data_dev(t21, t21_value); + }, + d: function destroy(detaching) { + if (detaching) detach_dev(div2); + destroy_each(each_blocks_1, detaching); + destroy_each(each_blocks, detaching); + mounted = false; + run_all(dispose); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_each_block.name, + type: "each", + source: "(209:2) {#each cards as card, cardIndex}", + ctx + }); + + return block; + } + + // (244:0) {#if allCorrect} + function create_if_block(ctx) { + let p; + + const block = { + c: function create() { + p = element$1("p"); + p.textContent = "Congratulations! You have correctly completed all sentences."; + add_location(p, file$1, 244, 2, 8264); + }, + m: function mount(target, anchor) { + insert_dev(target, p, anchor); + }, + d: function destroy(detaching) { + if (detaching) detach_dev(p); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_if_block.name, + type: "if", + source: "(244:0) {#if allCorrect}", + ctx + }); + + return block; + } + + function create_fragment$1(ctx) { + let div0; + let p; + let t0; + let t1_value = /*correctPairsCount*/ ctx[7] + /*correctOrderCount*/ ctx[8] + ""; + let t1; + let t2; + let t3_value = /*cards*/ ctx[0].length * 2 + ""; + let t3; + let t4; + let div1; + let button; + let t6; + let input; + let t7; + let div2; + let t8; + let t9; + let mounted; + let dispose; + let each_value = /*cards*/ ctx[0]; + validate_each_argument(each_value); + let each_blocks = []; + + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i)); + } + + let if_block = /*allCorrect*/ ctx[9] && create_if_block(ctx); + + const block = { + c: function create() { + div0 = element$1("div"); + p = element$1("p"); + t0 = text("Correct items: "); + t1 = text(t1_value); + t2 = text(" / "); + t3 = text(t3_value); + t4 = space(); + div1 = element$1("div"); + button = element$1("button"); + button.textContent = "Save Cards"; + t6 = space(); + input = element$1("input"); + t7 = space(); + div2 = element$1("div"); + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + + t8 = space(); + if (if_block) if_block.c(); + t9 = text("\r\n\r\n\r\n \r\nThis is the prototype for learning knowledge - sentence word to glosaary definition matching = word for word matching --- infered meaning / critcal reading interpretations / relative meaning ? = natural translation \r\n\r\nAudio Repitition Creation tool options - Kaggle script?"); + add_location(p, file$1, 199, 2, 6493); + add_location(div0, file$1, 198, 0, 6484); + attr_dev(button, "class", "svelte-a8xq0d"); + add_location(button, file$1, 203, 2, 6596); + attr_dev(input, "type", "file"); + attr_dev(input, "accept", ".txt"); + add_location(input, file$1, 204, 2, 6648); + add_location(div1, file$1, 202, 0, 6587); + attr_dev(div2, "class", "scrollable svelte-a8xq0d"); + add_location(div2, file$1, 207, 0, 6717); + }, + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + m: function mount(target, anchor) { + insert_dev(target, div0, anchor); + append_dev(div0, p); + append_dev(p, t0); + append_dev(p, t1); + append_dev(p, t2); + append_dev(p, t3); + insert_dev(target, t4, anchor); + insert_dev(target, div1, anchor); + append_dev(div1, button); + append_dev(div1, t6); + append_dev(div1, input); + insert_dev(target, t7, anchor); + insert_dev(target, div2, anchor); + + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(div2, null); + } + } + + insert_dev(target, t8, anchor); + if (if_block) if_block.m(target, anchor); + insert_dev(target, t9, anchor); + + if (!mounted) { + dispose = [ + listen_dev(button, "click", /*saveCards*/ ctx[12], false, false, false, false), + listen_dev(input, "change", /*loadCards*/ ctx[13], false, false, false, false) + ]; + + mounted = true; + } + }, + p: function update(ctx, dirty) { + if (dirty[0] & /*correctPairsCount, correctOrderCount*/ 384 && t1_value !== (t1_value = /*correctPairsCount*/ ctx[7] + /*correctOrderCount*/ ctx[8] + "")) set_data_dev(t1, t1_value); + if (dirty[0] & /*cards*/ 1 && t3_value !== (t3_value = /*cards*/ ctx[0].length * 2 + "")) set_data_dev(t3, t3_value); + + if (dirty[0] & /*feedbacks, correctOrderStatus, checkOrder, currentrandomiseditems, userOrders, correctPairsStatus, checkPairs, userPairs, cards*/ 3199) { + each_value = /*cards*/ ctx[0]; + validate_each_argument(each_value); + let i; + + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context(ctx, each_value, i); + + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + } else { + each_blocks[i] = create_each_block(child_ctx); + each_blocks[i].c(); + each_blocks[i].m(div2, null); + } + } + + for (; i < each_blocks.length; i += 1) { + each_blocks[i].d(1); + } + + each_blocks.length = each_value.length; + } + + if (/*allCorrect*/ ctx[9]) { + if (if_block) ; else { + if_block = create_if_block(ctx); + if_block.c(); + if_block.m(t9.parentNode, t9); + } + } else if (if_block) { + if_block.d(1); + if_block = null; + } + }, + i: noop$2, + o: noop$2, + d: function destroy(detaching) { + if (detaching) detach_dev(div0); + if (detaching) detach_dev(t4); + if (detaching) detach_dev(div1); + if (detaching) detach_dev(t7); + if (detaching) detach_dev(div2); + destroy_each(each_blocks, detaching); + if (detaching) detach_dev(t8); + if (if_block) if_block.d(detaching); + if (detaching) detach_dev(t9); + mounted = false; + run_all(dispose); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_fragment$1.name, + type: "component", + source: "", + ctx + }); + + return block; + } + + function scrambleArray(array) { + let scrambled = array.slice(); + + for (let i = scrambled.length - 1; i > 0; i--) { + const j = Math.floor(Math.random() * (i + 1)); + [scrambled[i], scrambled[j]] = [scrambled[j], scrambled[i]]; + } + + return scrambled; + } + + function instance$1($$self, $$props, $$invalidate) { + let { $$slots: slots = {}, $$scope } = $$props; + validate_slots('SentenceOrderPracticeandState', slots, []); + + let cards = [ + { + nodes: ["Where", "am", "I", "going", "next?"], + wordforwordtranslationNodes: ["¿Adónde", "voy", "yo", "próximo?", "a"], + naturaltranslationNodes: ["¿Adónde", "voy", "después?"], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + }, + { + nodes: ["What", "is", "your", "name?"], + wordforwordtranslationNodes: ["¿Cuál", "es", "tu", "nombre?"], + naturaltranslationNodes: ["¿Cómo", "te", "llamas?"], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + }, + { + nodes: ["I", "am", "learning", "Svelte."], + wordforwordtranslationNodes: ["Yo", "estoy", "aprendiendo", "Svelte."], + naturaltranslationNodes: ["Estoy", "aprendiendo", "Svelte."], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + }, + { + nodes: ["How", "are", "you", "today?"], + wordforwordtranslationNodes: ["¿Cómo", "estás", "tú", "hoy?"], + naturaltranslationNodes: ["¿Cómo", "estás", "hoy?"], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + }, + { + nodes: ["The", "weather", "is", "nice", "today."], + wordforwordtranslationNodes: ["El", "tiempo", "está", "agradable", "hoy."], + naturaltranslationNodes: ["El", "clima", "está", "agradable", "hoy."], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + }, + { + nodes: ["Let's", "go", "to", "the", "park."], + wordforwordtranslationNodes: ["Vamos", "al", "parque."], + naturaltranslationNodes: ["Vamos", "al", "parque."], + hint: "SVO -> SVO (Spanish)", + stats: { + attempts: 0, + correctPairs: 0, + correctOrders: 0 + } + } + ]; + + let currentrandomiseditems = { + wordforwordtranslationNodes: Array(cards.length).fill([]).map(() => []), + naturaltranslationNodes: Array(cards.length).fill([]).map(() => []) + }; + + let userOrders = Array(cards.length).fill([]).map(() => []); + let userPairs = Array(cards.length).fill([]).map(() => []); + let feedbacks = Array(cards.length).fill(""); + let orderFeedbacks = Array(cards.length).fill([]).map(() => []); + let pairFeedbacks = Array(cards.length).fill([]).map(() => []); + let correctPairsStatus = Array(cards.length).fill(false); + let correctOrderStatus = Array(cards.length).fill(false); + + // Stat tracking variables + let totalAttempts = 0; + + let correctPairsCount = 0; + let correctOrderCount = 0; + + // Timer variables + let timer = 0; + + let timerInterval; + let timerActive = false; + + // Correct status + let allCorrect = false; + + onMount(() => { + cards.forEach((card, index) => { + $$invalidate(1, currentrandomiseditems.wordforwordtranslationNodes[index] = scrambleArray(card.wordforwordtranslationNodes), currentrandomiseditems); + $$invalidate(1, currentrandomiseditems.naturaltranslationNodes[index] = scrambleArray(card.naturaltranslationNodes), currentrandomiseditems); + }); + }); + + function startTimer() { + timerActive = true; + + timerInterval = setInterval( + () => { + timer++; + }, + 1000 + ); + } + + function stopTimer() { + timerActive = false; + clearInterval(timerInterval); + } + + function checkOrder(cardIndex) { + if (correctOrderStatus[cardIndex]) return; + totalAttempts++; + $$invalidate(0, cards[cardIndex].stats.attempts++, cards); + + if (JSON.stringify(userOrders[cardIndex]) === JSON.stringify(cards[cardIndex].naturaltranslationNodes)) { + $$invalidate(8, correctOrderCount++, correctOrderCount); + $$invalidate(0, cards[cardIndex].stats.correctOrders++, cards); + $$invalidate(4, feedbacks[cardIndex] = "Correct!", feedbacks); + $$invalidate(6, correctOrderStatus[cardIndex] = true, correctOrderStatus); + } else { + $$invalidate(4, feedbacks[cardIndex] = "Try again!", feedbacks); + } + + checkAllCorrect(); + } + + function checkPairs(cardIndex) { + if (correctPairsStatus[cardIndex]) return; + totalAttempts++; + $$invalidate(0, cards[cardIndex].stats.attempts++, cards); + let correctPairs = 0; + + userPairs[cardIndex].forEach((pair, index) => { + if (pair === cards[cardIndex].wordforwordtranslationNodes[index]) { + correctPairs++; + } + }); + + if (correctPairs === cards[cardIndex].wordforwordtranslationNodes.length) { + $$invalidate(7, correctPairsCount++, correctPairsCount); + $$invalidate(0, cards[cardIndex].stats.correctPairs++, cards); + $$invalidate(4, feedbacks[cardIndex] = "All pairs are correct!", feedbacks); + $$invalidate(5, correctPairsStatus[cardIndex] = true, correctPairsStatus); + } else { + $$invalidate(4, feedbacks[cardIndex] = `${correctPairs} pairs are correct.`, feedbacks); + } + + checkAllCorrect(); + } + + function checkAllCorrect() { + $$invalidate(9, allCorrect = cards.every((card, index) => correctOrderStatus[index] && correctPairsStatus[index])); + + if (allCorrect) { + // Reset statuses for next pass + correctOrderStatus.fill(false); + + correctPairsStatus.fill(false); + } + } + + function saveCards() { + const blob = new Blob([JSON.stringify(cards, null, 2)], { type: 'text/plain' }); + const url = URL.createObjectURL(blob); + const a = document.createElement('a'); + a.href = url; + a.download = 'cards.txt'; + a.click(); + URL.revokeObjectURL(url); + } + + function loadCards(event) { + const file = event.target.files[0]; + + if (file) { + const reader = new FileReader(); + + reader.onload = () => { + try { + $$invalidate(0, cards = JSON.parse(reader.result)); + + cards.forEach((card, index) => { + $$invalidate(1, currentrandomiseditems.wordforwordtranslationNodes[index] = scrambleArray(card.wordforwordtranslationNodes), currentrandomiseditems); + $$invalidate(1, currentrandomiseditems.naturaltranslationNodes[index] = scrambleArray(card.naturaltranslationNodes), currentrandomiseditems); + }); + } catch(error) { + console.error("Failed to load cards:", error); + } + }; + + reader.readAsText(file); + } + } + + const writable_props = []; + + Object.keys($$props).forEach(key => { + if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1.warn(` was created with unknown prop '${key}'`); + }); + + function select_change_handler(cardIndex, index) { + userPairs[cardIndex][index] = select_value(this); + $$invalidate(3, userPairs); + $$invalidate(1, currentrandomiseditems); + } + + const click_handler = cardIndex => checkPairs(cardIndex); + + function select_change_handler_1(cardIndex, index) { + userOrders[cardIndex][index] = select_value(this); + $$invalidate(2, userOrders); + $$invalidate(1, currentrandomiseditems); + } + + const click_handler_1 = cardIndex => checkOrder(cardIndex); + + $$self.$capture_state = () => ({ + onMount, + cards, + currentrandomiseditems, + userOrders, + userPairs, + feedbacks, + orderFeedbacks, + pairFeedbacks, + correctPairsStatus, + correctOrderStatus, + totalAttempts, + correctPairsCount, + correctOrderCount, + timer, + timerInterval, + timerActive, + allCorrect, + scrambleArray, + startTimer, + stopTimer, + checkOrder, + checkPairs, + checkAllCorrect, + saveCards, + loadCards + }); + + $$self.$inject_state = $$props => { + if ('cards' in $$props) $$invalidate(0, cards = $$props.cards); + if ('currentrandomiseditems' in $$props) $$invalidate(1, currentrandomiseditems = $$props.currentrandomiseditems); + if ('userOrders' in $$props) $$invalidate(2, userOrders = $$props.userOrders); + if ('userPairs' in $$props) $$invalidate(3, userPairs = $$props.userPairs); + if ('feedbacks' in $$props) $$invalidate(4, feedbacks = $$props.feedbacks); + if ('orderFeedbacks' in $$props) orderFeedbacks = $$props.orderFeedbacks; + if ('pairFeedbacks' in $$props) pairFeedbacks = $$props.pairFeedbacks; + if ('correctPairsStatus' in $$props) $$invalidate(5, correctPairsStatus = $$props.correctPairsStatus); + if ('correctOrderStatus' in $$props) $$invalidate(6, correctOrderStatus = $$props.correctOrderStatus); + if ('totalAttempts' in $$props) totalAttempts = $$props.totalAttempts; + if ('correctPairsCount' in $$props) $$invalidate(7, correctPairsCount = $$props.correctPairsCount); + if ('correctOrderCount' in $$props) $$invalidate(8, correctOrderCount = $$props.correctOrderCount); + if ('timer' in $$props) timer = $$props.timer; + if ('timerInterval' in $$props) timerInterval = $$props.timerInterval; + if ('timerActive' in $$props) timerActive = $$props.timerActive; + if ('allCorrect' in $$props) $$invalidate(9, allCorrect = $$props.allCorrect); + }; + + if ($$props && "$$inject" in $$props) { + $$self.$inject_state($$props.$$inject); + } + + return [ + cards, + currentrandomiseditems, + userOrders, + userPairs, + feedbacks, + correctPairsStatus, + correctOrderStatus, + correctPairsCount, + correctOrderCount, + allCorrect, + checkOrder, + checkPairs, + saveCards, + loadCards, + select_change_handler, + click_handler, + select_change_handler_1, + click_handler_1 + ]; + } + + class SentenceOrderPracticeandState extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$1, create_fragment$1, safe_not_equal, {}, null, [-1, -1]); + + dispatch_dev("SvelteRegisterComponent", { + component: this, + tagName: "SentenceOrderPracticeandState", + options, id: create_fragment$1.name }); } @@ -114029,7 +115152,46 @@ var app = (function () { /* src\App.svelte generated by Svelte v3.59.2 */ const file = "src\\App.svelte"; - // (56:1) + // (57:1) + function create_default_slot_5(ctx) { + let sentenceorderpracticeandstate; + let current; + sentenceorderpracticeandstate = new SentenceOrderPracticeandState({ $$inline: true }); + + const block = { + c: function create() { + create_component(sentenceorderpracticeandstate.$$.fragment); + }, + m: function mount(target, anchor) { + mount_component(sentenceorderpracticeandstate, target, anchor); + current = true; + }, + i: function intro(local) { + if (current) return; + transition_in(sentenceorderpracticeandstate.$$.fragment, local); + current = true; + }, + o: function outro(local) { + transition_out(sentenceorderpracticeandstate.$$.fragment, local); + current = false; + }, + d: function destroy(detaching) { + destroy_component(sentenceorderpracticeandstate, detaching); + } + }; + + dispatch_dev("SvelteRegisterBlock", { + block, + id: create_default_slot_5.name, + type: "slot", + source: "(57:1) ", + ctx + }); + + return block; + } + + // (61:1) function create_default_slot_4(ctx) { let h3; let t1; @@ -114092,22 +115254,22 @@ var app = (function () { t8 = space(); div5 = element$1("div"); create_component(firstsyllable.$$.fragment); - add_location(h3, file, 56, 2, 2563); + add_location(h3, file, 61, 2, 2760); attr_dev(div0, "class", "componentborder svelte-192gzri"); - add_location(div0, file, 59, 3, 2662); + add_location(div0, file, 64, 3, 2859); attr_dev(div1, "class", "componentborder svelte-192gzri"); - add_location(div1, file, 60, 3, 2715); + add_location(div1, file, 65, 3, 2912); attr_dev(div2, "class", "componentborder svelte-192gzri"); - add_location(div2, file, 61, 3, 2763); + add_location(div2, file, 66, 3, 2960); attr_dev(div3, "class", "componentborder svelte-192gzri"); - add_location(div3, file, 62, 3, 2816); - add_location(br, file, 64, 144, 3052); + add_location(div3, file, 67, 3, 3013); + add_location(br, file, 69, 144, 3249); attr_dev(div4, "class", "componentborder svelte-192gzri"); - add_location(div4, file, 63, 3, 2878); + add_location(div4, file, 68, 3, 3075); attr_dev(div5, "class", "componentborder svelte-192gzri"); - add_location(div5, file, 67, 3, 3339); + add_location(div5, file, 72, 3, 3536); attr_dev(div6, "class", "grid-MultiComponentContainer svelte-192gzri"); - add_location(div6, file, 58, 2, 2616); + add_location(div6, file, 63, 2, 2813); }, m: function mount(target, anchor) { insert_dev(target, h3, anchor); @@ -114172,14 +115334,14 @@ var app = (function () { block, id: create_default_slot_4.name, type: "slot", - source: "(56:1) ", + source: "(61:1) ", ctx }); return block; } - // (74:1) + // (79:1) function create_default_slot_3(ctx) { let nestedcommentssvelte; let current; @@ -114211,14 +115373,14 @@ var app = (function () { block, id: create_default_slot_3.name, type: "slot", - source: "(74:1) ", + source: "(79:1) ", ctx }); return block; } - // (78:1) + // (83:1) function create_default_slot_2(ctx) { let myyoutube; let t; @@ -114261,14 +115423,14 @@ var app = (function () { block, id: create_default_slot_2.name, type: "slot", - source: "(78:1) ", + source: "(83:1) ", ctx }); return block; } - // (83:1) + // (88:1) function create_default_slot_1(ctx) { let chessstudytool; let current; @@ -114300,14 +115462,14 @@ var app = (function () { block, id: create_default_slot_1.name, type: "slot", - source: "(83:1) ", + source: "(88:1) ", ctx }); return block; } - // (87:1) + // (92:1) function create_default_slot(ctx) { let grapheditloadtool; let t0; @@ -114332,9 +115494,9 @@ var app = (function () { b = element$1("b"); b.textContent = "which should allow some flattened input and output for an llm to use"; t4 = text(")"); - add_location(b, file, 89, 112, 4070); + add_location(b, file, 94, 112, 4267); attr_dev(h1, "class", "svelte-192gzri"); - add_location(h1, file, 89, 2, 3960); + add_location(h1, file, 94, 2, 4157); }, m: function mount(target, anchor) { mount_component(grapheditloadtool, target, anchor); @@ -114372,7 +115534,7 @@ var app = (function () { block, id: create_default_slot.name, type: "slot", - source: "(87:1) ", + source: "(92:1) ", ctx }); @@ -114413,15 +115575,26 @@ var app = (function () { let t20; let simplecollapsible4; let t21; + let simplecollapsible5; + let t22; let h12; - let t23; + let t24; let h22; - let t25; + let t26; let dotgame; let current; testspace = new Testspace({ $$inline: true }); simplecollapsible0 = new SimpleCollapsible({ + props: { + title: "Sentence Order Practice", + $$slots: { default: [create_default_slot_5] }, + $$scope: { ctx } + }, + $$inline: true + }); + + simplecollapsible1 = new SimpleCollapsible({ props: { title: "Random Text Idea Tests", $$slots: { default: [create_default_slot_4] }, @@ -114430,7 +115603,7 @@ var app = (function () { $$inline: true }); - simplecollapsible1 = new SimpleCollapsible({ + simplecollapsible2 = new SimpleCollapsible({ props: { title: "Nested Comments Idea", $$slots: { default: [create_default_slot_3] }, @@ -114439,7 +115612,7 @@ var app = (function () { $$inline: true }); - simplecollapsible2 = new SimpleCollapsible({ + simplecollapsible3 = new SimpleCollapsible({ props: { title: "YT Player Idea", $$slots: { default: [create_default_slot_2] }, @@ -114448,7 +115621,7 @@ var app = (function () { $$inline: true }); - simplecollapsible3 = new SimpleCollapsible({ + simplecollapsible4 = new SimpleCollapsible({ props: { title: "Chess Loader as a glossary/vocab repitition Tool", $$slots: { default: [create_default_slot_1] }, @@ -114457,7 +115630,7 @@ var app = (function () { $$inline: true }); - simplecollapsible4 = new SimpleCollapsible({ + simplecollapsible5 = new SimpleCollapsible({ props: { title: "Text/Code to YAML to Graph Ideas for Visual structure", $$slots: { default: [create_default_slot] }, @@ -114507,29 +115680,31 @@ var app = (function () { t20 = space(); create_component(simplecollapsible4.$$.fragment); t21 = space(); + create_component(simplecollapsible5.$$.fragment); + t22 = space(); h12 = element$1("h1"); h12.textContent = "Themeable Game Brainstorm - Image + Lists - Game as Universal Translator for any subject - Textbook to Realwork Demonstation / Mockup of Digital Twin / Custom Game playing"; - t23 = space(); + t24 = space(); h22 = element$1("h2"); h22.textContent = "Also bridge to testing on low pc before auto refactor pipeline to playcanvas and then to unreal engine = truly multiplatform game"; - t25 = space(); + t26 = space(); create_component(dotgame.$$.fragment); attr_dev(h10, "class", "svelte-192gzri"); - add_location(h10, file, 42, 1, 1405); - add_location(h20, file, 43, 1, 1442); + add_location(h10, file, 43, 1, 1490); + add_location(h20, file, 44, 1, 1527); attr_dev(a, "href", "https://svelte.dev/tutorial"); - add_location(a, file, 44, 14, 1637); - add_location(p, file, 44, 1, 1624); + add_location(a, file, 45, 14, 1722); + add_location(p, file, 45, 1, 1709); attr_dev(h11, "class", "svelte-192gzri"); - add_location(h11, file, 48, 1, 1891); - add_location(h21, file, 50, 2, 2021); - add_location(br, file, 52, 2, 2396); - add_location(div, file, 49, 1, 2013); + add_location(h11, file, 49, 1, 1976); + add_location(h21, file, 51, 2, 2106); + add_location(br, file, 53, 2, 2481); + add_location(div, file, 50, 1, 2098); attr_dev(h12, "class", "svelte-192gzri"); - add_location(h12, file, 92, 1, 4177); - add_location(h22, file, 93, 1, 4361); + add_location(h12, file, 97, 1, 4374); + add_location(h22, file, 98, 1, 4558); attr_dev(main, "class", "svelte-192gzri"); - add_location(main, file, 39, 0, 1381); + add_location(main, file, 40, 0, 1466); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); @@ -114568,10 +115743,12 @@ var app = (function () { append_dev(main, t20); mount_component(simplecollapsible4, main, null); append_dev(main, t21); + mount_component(simplecollapsible5, main, null); + append_dev(main, t22); append_dev(main, h12); - append_dev(main, t23); + append_dev(main, t24); append_dev(main, h22); - append_dev(main, t25); + append_dev(main, t26); mount_component(dotgame, main, null); current = true; }, @@ -114612,6 +115789,13 @@ var app = (function () { } simplecollapsible4.$set(simplecollapsible4_changes); + const simplecollapsible5_changes = {}; + + if (dirty & /*$$scope*/ 64) { + simplecollapsible5_changes.$$scope = { dirty, ctx }; + } + + simplecollapsible5.$set(simplecollapsible5_changes); }, i: function intro(local) { if (current) return; @@ -114621,6 +115805,7 @@ var app = (function () { transition_in(simplecollapsible2.$$.fragment, local); transition_in(simplecollapsible3.$$.fragment, local); transition_in(simplecollapsible4.$$.fragment, local); + transition_in(simplecollapsible5.$$.fragment, local); transition_in(dotgame.$$.fragment, local); current = true; }, @@ -114631,6 +115816,7 @@ var app = (function () { transition_out(simplecollapsible2.$$.fragment, local); transition_out(simplecollapsible3.$$.fragment, local); transition_out(simplecollapsible4.$$.fragment, local); + transition_out(simplecollapsible5.$$.fragment, local); transition_out(dotgame.$$.fragment, local); current = false; }, @@ -114642,6 +115828,7 @@ var app = (function () { destroy_component(simplecollapsible2); destroy_component(simplecollapsible3); destroy_component(simplecollapsible4); + destroy_component(simplecollapsible5); destroy_component(dotgame); } }; @@ -114713,6 +115900,7 @@ var app = (function () { ChessStudyTool, CodeComparionToolinGraph, GraphEditLoadTool, + SentenceOrderPracticeandState, showModal, openModal, closeModal,