windmill-components 1.269.2 → 1.269.4

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.
@@ -17,7 +17,6 @@ import Required from './Required.svelte';
17
17
  import Tooltip from './Tooltip.svelte';
18
18
  import { Eye, Folder, Plus, SearchCode, User } from 'lucide-svelte';
19
19
  import ContentSearch from './ContentSearch.svelte';
20
- import { goto } from '$app/navigation';
21
20
  let meta = undefined;
22
21
  export let fullNamePlaceholder = undefined;
23
22
  export let namePlaceholder = '';
@@ -237,13 +236,13 @@ function setDirty() {
237
236
  let contentSearch;
238
237
  </script>
239
238
 
240
- {#if kind != 'app' && kind != 'schedule' && initialPath != '' && initialPath != undefined}
239
+ <!-- {#if kind != 'app' && kind != 'schedule' && initialPath != '' && initialPath != undefined}
241
240
  <ContentSearch
242
241
  on:editScript={(e) => goto(`/scripts/edit/${e.detail}?no_draft=true`)}
243
242
  on:editFlow={(e) => goto(`/flows/edit/${e.detail}?no_draft=true`)}
244
243
  bind:this={contentSearch}
245
244
  />
246
- {/if}
245
+ {/if} -->
247
246
 
248
247
  <Drawer bind:this={newFolder}>
249
248
  <DrawerContent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.269.2",
3
+ "version": "1.269.4",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",