windmill-components 1.501.16 → 1.501.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">import { createEventDispatcher, onDestroy, getContext, untrack } from 'svelte';
2
- import { getFirstStepSchema } from './flows/flowStore.svelte';
2
+ import { getFirstStepSchema } from './flows/flowStore';
3
3
  import { twMerge } from 'tailwind-merge';
4
4
  import { Alert } from './common';
5
5
  import FlowModuleSchemaItemViewer from './flows/map/FlowModuleSchemaItemViewer.svelte';
@@ -4,7 +4,7 @@ import BarsStaggered from '../icons/BarsStaggered.svelte';
4
4
  import { Button } from '../common';
5
5
  import Drawer from '../common/drawer/Drawer.svelte';
6
6
  import DrawerContent from '../common/drawer/DrawerContent.svelte';
7
- import { importFlowStore } from './flowStore.svelte';
7
+ import { importFlowStore } from './flowStore';
8
8
  import { Loader2, Plus } from 'lucide-svelte';
9
9
  import YAML from 'yaml';
10
10
  let drawer = $state(undefined);
@@ -11,7 +11,7 @@ import { dfs as dfsPreviousResults } from '../previousResults';
11
11
  import { Drawer } from '../../common';
12
12
  import DrawerContent from '../../common/drawer/DrawerContent.svelte';
13
13
  import { getDependeeAndDependentComponents } from '../flowExplorer';
14
- import { replaceId } from '../flowStore.svelte';
14
+ import { replaceId } from '../flowStore';
15
15
  import FlowModuleSchemaItemViewer from './FlowModuleSchemaItemViewer.svelte';
16
16
  import OutputPicker from '../propPicker/OutputPicker.svelte';
17
17
  import OutputPickerInner from '../propPicker/OutputPickerInner.svelte';
@@ -11,7 +11,7 @@ import FlowTutorials from '../../FlowTutorials.svelte';
11
11
  import { ignoredTutorials } from '../../tutorials/ignoredTutorials';
12
12
  import { tutorialInProgress } from '../../../tutorialUtils';
13
13
  import FlowGraphV2 from '../../graph/FlowGraphV2.svelte';
14
- import { replaceId } from '../flowStore.svelte';
14
+ import { replaceId } from '../flowStore';
15
15
  import { setScheduledPollSchedule } from '../../triggers';
16
16
  import { JobService } from '../../../gen';
17
17
  import { dfsByModule } from '../previousResults';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.501.16",
3
+ "version": "1.501.17",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",