|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
|
import { assign, callAll, init, makePropertyMap, noop, proto } from "svelte/shared.js";
|
|
|
|
|
import { assign, assignTrue, callAll, init, noop, proto } from "svelte/shared.js";
|
|
|
|
|
|
|
|
|
|
function data_1() {
|
|
|
|
|
return {
|
|
|
|
@ -38,7 +38,7 @@ function SvelteComponent(options) {
|
|
|
|
|
|
|
|
|
|
this.root._oncreate.push(() => {
|
|
|
|
|
oncreate.call(this);
|
|
|
|
|
this.fire("update", { changed: makePropertyMap(this._state), current: this._state });
|
|
|
|
|
this.fire("update", { changed: assignTrue({}, this._state), current: this._state });
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
if (options.target) {
|
|
|
|
|