mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 04:57:59 +00:00
Import organisation
This commit is contained in:
parent
5015a47495
commit
a7727eaa84
@ -1,9 +1,9 @@
|
||||
<script>
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import Icon from './icon.svelte';
|
||||
import FormInput from './forminput.svelte';
|
||||
import contextMenu from '$lib/stores/contextmenu';
|
||||
import { resolveKeypath, setValue } from '$lib/objects';
|
||||
import contextMenu from '$lib/stores/contextmenu';
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import FormInput from './forminput.svelte';
|
||||
import Icon from './icon.svelte';
|
||||
|
||||
export let items = [];
|
||||
export let columns = [];
|
||||
|
@ -1,9 +1,9 @@
|
||||
<script>
|
||||
import { jsonLooseParse } from '$lib/strings';
|
||||
import { createEventDispatcher, onDestroy } from 'svelte';
|
||||
import Icon from './icon.svelte';
|
||||
import Modal from './modal.svelte';
|
||||
import { createEventDispatcher, onDestroy } from 'svelte';
|
||||
import ObjectEditor from './objecteditor.svelte';
|
||||
import { jsonLooseParse } from '$lib/strings';
|
||||
|
||||
export let data;
|
||||
export let saveable = false;
|
||||
|
@ -2,6 +2,7 @@
|
||||
import Grid from '$components/grid.svelte';
|
||||
import Icon from '$components/icon.svelte';
|
||||
import ObjectGrid from '$components/objectgrid.svelte';
|
||||
import ObjectViewer from '$components/objectviewer.svelte';
|
||||
import input from '$lib/actions/input';
|
||||
import { deepClone } from '$lib/objects';
|
||||
import { startProgress } from '$lib/progress';
|
||||
@ -13,7 +14,6 @@
|
||||
import { createEventDispatcher, onMount } from 'svelte';
|
||||
import ExportInfo from './components/export.svelte';
|
||||
import QueryChooser from './components/querychooser.svelte';
|
||||
import ObjectViewer from '$components/objectviewer.svelte';
|
||||
|
||||
export let collection;
|
||||
export let hosts = {};
|
||||
|
Loading…
Reference in New Issue
Block a user