windmill-components 1.57.4 → 1.60.0
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.
- package/components/AddUser.svelte +66 -0
- package/components/AddUser.svelte.d.ts +16 -0
- package/components/AppConnect.svelte +6 -5
- package/components/ArgInput.svelte +69 -26
- package/components/ArgInput.svelte.d.ts +1 -0
- package/components/Dropdown.svelte +2 -1
- package/components/EditorBar.svelte +3 -2
- package/components/FlowStatusViewer.svelte +24 -4
- package/components/IconedResourceType.svelte +4 -4
- package/components/InviteUser.svelte +0 -1
- package/components/ItemPicker.svelte +5 -5
- package/components/ModulePreview.svelte +1 -1
- package/components/MoveDrawer.svelte +2 -2
- package/components/NumberTypeNarrowing.svelte +19 -0
- package/components/NumberTypeNarrowing.svelte.d.ts +17 -0
- package/components/Path.svelte +5 -3
- package/components/Popover.svelte +22 -11
- package/components/Popover.svelte.d.ts +1 -0
- package/components/Range.svelte +304 -0
- package/components/Range.svelte.d.ts +37 -0
- package/components/ResourcePicker.svelte +9 -2
- package/components/RunForm.svelte +4 -2
- package/components/RunForm.svelte.d.ts +1 -0
- package/components/SchemaForm.svelte +8 -5
- package/components/ScriptBuilder.svelte +0 -1
- package/components/Tooltip.svelte +3 -2
- package/components/Tooltip.svelte.d.ts +3 -1
- package/components/apps/components/DisplayComponent.svelte +1 -1
- package/components/apps/components/buttons/AppButton.svelte +2 -5
- package/components/apps/components/dataDisplay/AppBarChart.svelte +1 -1
- package/components/apps/components/dataDisplay/AppHtml.svelte +1 -1
- package/components/apps/components/dataDisplay/AppPieChart.svelte +1 -1
- package/components/apps/components/dataDisplay/AppScatterChart.svelte +1 -1
- package/components/apps/components/dataDisplay/AppText.svelte +32 -9
- package/components/apps/components/dataDisplay/AppTimeseries.svelte +1 -1
- package/components/apps/components/form/AppForm.svelte +39 -26
- package/components/apps/components/helpers/RunnableComponent.svelte +12 -7
- package/components/apps/components/helpers/RunnableComponent.svelte.d.ts +3 -0
- package/components/apps/components/helpers/RunnableWrapper.svelte +6 -0
- package/components/apps/components/helpers/RunnableWrapper.svelte.d.ts +3 -0
- package/components/apps/components/numberInputs/AppSliderInputs.svelte +37 -0
- package/components/apps/components/numberInputs/AppSliderInputs.svelte.d.ts +21 -0
- package/components/apps/components/table/AppTable.svelte +5 -5
- package/components/apps/editor/AppEditorHeader.svelte +77 -36
- package/components/apps/editor/AppExportButton.svelte +4 -7
- package/components/apps/editor/AppExportButton.svelte.d.ts +2 -0
- package/components/apps/editor/ComponentEditor.svelte +3 -0
- package/components/apps/editor/GridEditor.svelte +0 -1
- package/components/apps/editor/GridEditor.svelte.d.ts +0 -2
- package/components/apps/editor/componentsPanel/data.js +29 -0
- package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte +7 -8
- package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorPanel.svelte +1 -1
- package/components/apps/editor/settingsPanel/ComponentPanel.svelte +4 -1
- package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte +1 -3
- package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte +52 -33
- package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte.d.ts +2 -4
- package/components/apps/editor/settingsPanel/TableActions.svelte +1 -1
- package/components/apps/editor/settingsPanel/inputEditor/RowInputEditor.svelte +1 -1
- package/components/apps/editor/settingsPanel/inputEditor/RunnableInputEditor.svelte +2 -1
- package/components/apps/editor/settingsPanel/inputEditor/RunnableInputEditor.svelte.d.ts +1 -0
- package/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte +1 -1
- package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte +4 -3
- package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte.d.ts +1 -0
- package/components/apps/editorUtils.js +7 -2
- package/components/apps/inputType.d.ts +1 -1
- package/components/apps/types.d.ts +5 -3
- package/components/apps/utils.d.ts +1 -1
- package/components/apps/utils.js +11 -4
- package/components/common/button/Button.svelte +2 -2
- package/components/common/drawer/Drawer.svelte +1 -1
- package/components/common/table/AppRow.svelte +18 -1
- package/components/common/table/LanguageBadge.svelte +3 -1
- package/components/common/table/Row.svelte +5 -3
- package/components/flows/CreateActionsApp.svelte +1 -3
- package/components/flows/CreateActionsFlow.svelte +1 -1
- package/components/flows/content/CapturePayload.svelte +4 -4
- package/components/flows/content/FlowSettings.svelte +0 -1
- package/components/flows/utils.js +8 -6
- package/components/home/ItemsList.svelte +10 -4
- package/components/home/ListFilters.svelte +9 -1
- package/components/icons/AppwriteIcon.svelte +16 -0
- package/components/icons/AppwriteIcon.svelte.d.ts +17 -0
- package/components/icons/AwsIcon.svelte +9 -0
- package/components/icons/AwsIcon.svelte.d.ts +17 -0
- package/components/icons/BcryptIcon.svelte +10 -0
- package/components/icons/BcryptIcon.svelte.d.ts +17 -0
- package/components/icons/{GItlabIcon.svelte → GitlabIcon.svelte} +0 -0
- package/components/icons/GitlabIcon.svelte.d.ts +17 -0
- package/components/icons/GoogleIcon.svelte +10 -0
- package/components/icons/GoogleIcon.svelte.d.ts +17 -0
- package/components/icons/HackernewsIcon.svelte +15 -0
- package/components/icons/HackernewsIcon.svelte.d.ts +17 -0
- package/components/icons/LinkdingIcon.svelte +13 -0
- package/components/icons/LinkdingIcon.svelte.d.ts +17 -0
- package/components/icons/MongodbIcon.svelte +7 -0
- package/components/icons/MongodbIcon.svelte.d.ts +17 -0
- package/components/icons/RedditIcon.svelte +8 -0
- package/components/icons/RedditIcon.svelte.d.ts +17 -0
- package/components/icons/SupabaseIcon.svelte +19 -0
- package/components/icons/SupabaseIcon.svelte.d.ts +17 -0
- package/components/icons/WebdavIcon.svelte +7 -0
- package/components/icons/WebdavIcon.svelte.d.ts +17 -0
- package/components/icons/ZammadIcon.svelte +23 -0
- package/components/icons/ZammadIcon.svelte.d.ts +17 -0
- package/components/icons/index.d.ts +25 -3
- package/components/icons/index.js +25 -3
- package/components/preview/FlowPreviewStatus.svelte +1 -1
- package/components/scripts/CreateActionsScript.svelte +1 -1
- package/gen/core/OpenAPI.js +1 -1
- package/gen/services/AppService.d.ts +1 -5
- package/gen/services/AppService.js +2 -2
- package/gen/services/CaptureService.d.ts +8 -8
- package/gen/services/CaptureService.js +9 -9
- package/gen/services/FlowService.d.ts +8 -0
- package/gen/services/FlowService.js +14 -0
- package/gen/services/JobService.d.ts +9 -1
- package/gen/services/JobService.js +10 -8
- package/gen/services/ScriptService.d.ts +8 -0
- package/gen/services/ScriptService.js +14 -0
- package/gen/services/WorkspaceService.d.ts +34 -1
- package/gen/services/WorkspaceService.js +46 -2
- package/package.json +517 -501
- package/utils.d.ts +3 -1
- package/utils.js +14 -0
- package/components/apps/editor/AppPublishButton.svelte +0 -46
- package/components/apps/editor/AppPublishButton.svelte.d.ts +0 -19
- package/components/icons/GItlabIcon.svelte.d.ts +0 -17
|
@@ -23,6 +23,7 @@ let itemKind = 'all';
|
|
|
23
23
|
let shareModal;
|
|
24
24
|
let moveDrawer;
|
|
25
25
|
let loading = true;
|
|
26
|
+
let nbDisplayed = 30;
|
|
26
27
|
async function loadScripts() {
|
|
27
28
|
const loadedScripts = await ScriptService.listScripts({
|
|
28
29
|
workspace: $workspaceStore,
|
|
@@ -234,9 +235,9 @@ $: items && resetScroll();
|
|
|
234
235
|
{:else if filteredItems.length === 0}
|
|
235
236
|
<NoItemFound />
|
|
236
237
|
{:else}
|
|
237
|
-
<div class="border rounded-md divide-y divide-gray-200
|
|
238
|
+
<div class="border rounded-md divide-y divide-gray-200">
|
|
238
239
|
<!-- <VirtualList {items} let:item bind:start bind:end> -->
|
|
239
|
-
{#each items ?? [] as item, i (item.type + '/' + item.path + (item.summary ?? ''))}
|
|
240
|
+
{#each (items ?? []).slice(0, nbDisplayed) as item, i (item.type + '/' + item.path + (item.summary ?? ''))}
|
|
240
241
|
{#if item.type == 'script'}
|
|
241
242
|
<ScriptRow
|
|
242
243
|
starred={item.starred ?? false}
|
|
@@ -268,8 +269,13 @@ $: items && resetScroll();
|
|
|
268
269
|
{/each}
|
|
269
270
|
<!-- </VirtualList> -->
|
|
270
271
|
</div>
|
|
271
|
-
|
|
272
|
-
|
|
272
|
+
{#if items && items?.length > 30}
|
|
273
|
+
<span class="text-xs"
|
|
274
|
+
>{nbDisplayed} items out of {items.length}
|
|
275
|
+
<button class="ml-4" on:click={() => (nbDisplayed += 30)}>load 30 more</button></span
|
|
276
|
+
>
|
|
277
|
+
{/if}
|
|
278
|
+
<div class="pb-80" />
|
|
273
279
|
{/if}
|
|
274
280
|
</div>
|
|
275
281
|
</CenteredPage>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<script>import { classNames } from '../../utils';
|
|
2
|
+
import { Folder, User } from 'lucide-svelte';
|
|
2
3
|
import { flip } from 'svelte/animate';
|
|
3
4
|
import { fade } from 'svelte/transition';
|
|
4
5
|
import { Badge } from '../common';
|
|
@@ -6,6 +7,9 @@ import { APP_TO_ICON_COMPONENT } from '../icons';
|
|
|
6
7
|
export let filters;
|
|
7
8
|
export let selectedFilter = undefined;
|
|
8
9
|
export let resourceType = false;
|
|
10
|
+
function getIconComponent(name) {
|
|
11
|
+
return APP_TO_ICON_COMPONENT[name] || APP_TO_ICON_COMPONENT[name.split('_')[0]];
|
|
12
|
+
}
|
|
9
13
|
</script>
|
|
10
14
|
|
|
11
15
|
{#if Array.isArray(filters) && filters.length > 0}
|
|
@@ -25,7 +29,11 @@ export let resourceType = false;
|
|
|
25
29
|
>
|
|
26
30
|
<span style="height: 12px" class="-mt-0.5">
|
|
27
31
|
{#if resourceType}
|
|
28
|
-
<svelte:component this={
|
|
32
|
+
<svelte:component this={getIconComponent(filter)} height="14px" width="14px" />
|
|
33
|
+
{:else if filter.startsWith('u/')}
|
|
34
|
+
<User class="mr-0.5" size={14} />
|
|
35
|
+
{:else if filter.startsWith('f/')}
|
|
36
|
+
<Folder class="mr-0.5" size={14} />
|
|
29
37
|
{/if}
|
|
30
38
|
</span>
|
|
31
39
|
{filter}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg
|
|
6
|
+
x="0px"
|
|
7
|
+
y="0px"
|
|
8
|
+
{width}
|
|
9
|
+
{height}
|
|
10
|
+
viewBox="0 0 168 168"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M111.716 139.591C101.618 139.591 92.1532 136.884 84.0067 132.157C77.8943 135.694 71.1023 138.062 63.9721 139.059C49.4512 141.09 34.7181 137.269 23.0142 128.437C17.2134 124.066 12.3308 118.594 8.64533 112.336C4.95993 106.077 2.54395 99.1532 1.53545 91.9602C0.527001 84.7672 0.94584 77.4461 2.768 70.4149C4.59016 63.3838 7.77996 56.7809 12.1551 50.9832C16.5302 45.1854 22.005 40.3066 28.2664 36.6256C34.5278 32.9446 41.4532 30.5335 48.6472 29.5301C55.8407 28.5267 63.1613 28.9507 70.1914 30.7777C75.0433 32.0389 79.6913 33.9515 84.0104 36.4554C92.1563 31.7292 101.62 29.023 111.716 29.023C142.249 29.023 167 53.7741 167 84.307C167 114.84 142.249 139.591 111.716 139.591ZM74.7533 43.1944L74.7699 43.1799C67.0929 39.7354 58.5382 38.4798 50.0717 39.6638C38.2317 41.3196 27.534 47.6111 20.3325 57.1542C13.1311 66.6976 10.0156 78.7102 11.6714 90.5507C13.3272 102.391 19.6187 113.088 29.1618 120.29C38.7048 127.491 50.718 130.607 62.558 128.951C74.3985 127.295 85.0961 121.003 92.2974 111.46C99.4987 101.917 102.614 89.9044 100.958 78.0639C100.194 72.6015 98.4441 67.3823 95.8425 62.6373C91.1307 54.0783 83.7183 47.2148 74.7533 43.1944Z" fill="#F02E65"/>
|
|
15
|
+
<path d="M57.7961 65.1797C57.7297 65.3431 56.8847 68.6631 55.9743 72.6009C55.0296 76.5387 53.5325 82.7544 52.688 86.4318C51.0591 93.1683 50.0828 97.5943 50.0828 98.1805C50.0828 98.3418 51.0923 98.4736 52.328 98.4736H54.5747L55.5821 93.9812C56.1693 91.541 57.4714 85.9432 58.5125 81.5499C59.5542 77.156 60.8225 71.8191 61.3117 69.6705C61.7988 67.5223 62.287 65.5713 62.3855 65.3431C62.4836 65.0505 61.929 64.9535 60.2374 64.9535C58.9675 64.9535 57.8599 65.0505 57.7961 65.1797ZM40.3189 79.2715L37.3247 82.5267L38.2045 83.5673C38.6911 84.1524 40.0269 85.6179 41.1661 86.8224L43.2488 89.0344H49.1719L46.3738 86.0075C44.843 84.3822 43.5736 82.8192 43.5736 82.6242C43.5736 82.3965 44.7459 80.9325 46.1782 79.3701C47.6094 77.7765 48.7813 76.4075 48.7813 76.2451C48.7813 76.1149 47.5446 76.0174 46.048 76.0174H43.3469L40.3189 79.2715ZM63.1004 76.2119C63.1004 76.311 63.6539 76.9283 64.336 77.612C66.8763 80.1503 68.666 82.2995 68.568 82.7212C68.5037 82.95 67.2659 84.4782 65.7698 86.0734L63.0698 89.0344H66.0951L69.122 89.0022L71.8869 85.9764C73.4178 84.2852 74.654 82.786 74.654 82.591C74.654 82.4297 73.3524 80.8993 71.7246 79.1755L68.7967 76.0174H65.9639C64.3692 76.0174 63.1004 76.1149 63.1004 76.2119Z" fill="#F02E65"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type AppwriteIconProps = typeof __propDef.props;
|
|
13
|
+
export type AppwriteIconEvents = typeof __propDef.events;
|
|
14
|
+
export type AppwriteIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AppwriteIcon extends SvelteComponentTyped<AppwriteIconProps, AppwriteIconEvents, AppwriteIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M47.7805 70.052C47.7805 72.0948 48.0013 73.7511 48.3878 74.9657C48.8295 76.1803 49.3816 77.5054 50.1545 78.9408C50.4306 79.3825 50.541 79.8242 50.541 80.2106C50.541 80.7627 50.2097 81.3148 49.492 81.8669L46.0138 84.1858C45.5169 84.517 45.02 84.6826 44.5783 84.6826C44.0262 84.6826 43.4741 84.4066 42.922 83.9097C42.1491 83.0816 41.4866 82.1982 40.9345 81.3148C40.3824 80.3763 39.8303 79.3273 39.223 78.0575C34.9166 83.1368 29.506 85.6764 22.9913 85.6764C18.3536 85.6764 14.6546 84.3514 11.9493 81.7013C9.24402 79.0512 7.86377 75.5178 7.86377 71.101C7.86377 66.4082 9.52007 62.5987 12.8879 59.7278C16.2557 56.8569 20.7277 55.4214 26.4143 55.4214C28.2914 55.4214 30.2238 55.5871 32.2665 55.8631C34.3093 56.1392 36.4073 56.5808 38.6157 57.0777V53.0474C38.6157 48.8515 37.7323 45.9253 36.0208 44.2138C34.2541 42.5023 31.2727 41.6742 27.0216 41.6742C25.0892 41.6742 23.1017 41.895 21.0589 42.3919C19.0162 42.8888 17.0286 43.4961 15.0963 44.269C14.2129 44.6555 13.5504 44.8763 13.1639 44.9868C12.7774 45.0972 12.5014 45.1524 12.2806 45.1524C11.5076 45.1524 11.1212 44.6003 11.1212 43.4409V40.7356C11.1212 39.8522 11.2316 39.1897 11.5076 38.8033C11.7837 38.4168 12.2806 38.0303 13.0535 37.6439C14.9858 36.6501 17.3047 35.8219 20.0099 35.1594C22.7152 34.4417 25.5861 34.1104 28.6227 34.1104C35.1926 34.1104 39.9959 35.6011 43.0877 38.5824C46.1242 41.5637 47.6701 46.091 47.6701 52.164V70.052H47.7805ZM25.3653 78.4439C27.1872 78.4439 29.0644 78.1127 31.0519 77.4502C33.0395 76.7876 34.8062 75.573 36.2968 73.9167C37.1802 72.8677 37.8427 71.7083 38.174 70.3833C38.5052 69.0583 38.7261 67.4572 38.7261 65.58V63.2612C37.125 62.8748 35.4135 62.5435 33.6468 62.3227C31.8801 62.1018 30.1685 61.9914 28.457 61.9914C24.758 61.9914 22.0527 62.7091 20.2308 64.1998C18.4088 65.6905 17.5255 67.7884 17.5255 70.5489C17.5255 73.1438 18.188 75.0761 19.5683 76.4012C20.8933 77.7814 22.8256 78.4439 25.3653 78.4439ZM69.6988 84.4066C68.705 84.4066 68.0425 84.241 67.6008 83.8545C67.1591 83.5232 66.7727 82.7503 66.4414 81.7013L53.4671 39.0241C53.1358 37.9199 52.9702 37.2022 52.9702 36.8157C52.9702 35.9323 53.4119 35.4355 54.2952 35.4355H59.7058C60.7548 35.4355 61.4725 35.6011 61.859 35.9876C62.3007 36.3188 62.6319 37.0918 62.9632 38.1407L72.2384 74.6897L80.8512 38.1407C81.1272 37.0365 81.4585 36.3188 81.9002 35.9876C82.3418 35.6563 83.1148 35.4355 84.1086 35.4355H88.5253C89.5743 35.4355 90.2921 35.6011 90.7337 35.9876C91.1754 36.3188 91.5619 37.0918 91.7827 38.1407L100.506 75.1313L110.057 38.1407C110.388 37.0365 110.775 36.3188 111.161 35.9876C111.603 35.6563 112.321 35.4355 113.315 35.4355H118.449C119.332 35.4355 119.829 35.8771 119.829 36.8157C119.829 37.0918 119.774 37.3678 119.719 37.6991C119.664 38.0303 119.553 38.472 119.332 39.0793L106.027 81.7565C105.696 82.8607 105.309 83.5784 104.867 83.9097C104.426 84.241 103.708 84.4618 102.769 84.4618H98.0214C96.9725 84.4618 96.2547 84.2962 95.813 83.9097C95.3714 83.5232 94.9849 82.8055 94.7641 81.7013L86.2065 46.091L77.7042 81.6461C77.4282 82.7503 77.0969 83.468 76.6552 83.8545C76.2136 84.241 75.4406 84.4066 74.4468 84.4066H69.6988ZM140.643 85.8973C137.773 85.8973 134.902 85.566 132.141 84.9035C129.381 84.241 127.227 83.5232 125.792 82.6951C124.909 82.1982 124.301 81.6461 124.08 81.1492C123.86 80.6523 123.749 80.1002 123.749 79.6033V76.7876C123.749 75.6282 124.191 75.0761 125.019 75.0761C125.35 75.0761 125.682 75.1313 126.013 75.2418C126.344 75.3522 126.841 75.573 127.393 75.7939C129.27 76.622 131.313 77.2845 133.466 77.7262C135.675 78.1679 137.828 78.3887 140.036 78.3887C143.514 78.3887 146.22 77.7814 148.097 76.5668C149.974 75.3522 150.968 73.5855 150.968 71.3219C150.968 69.776 150.471 68.5062 149.477 67.4572C148.483 66.4082 146.606 65.4696 143.901 64.5863L135.895 62.1018C131.865 60.832 128.884 58.9549 127.062 56.4704C125.24 54.0412 124.301 51.3359 124.301 48.465C124.301 46.1462 124.798 44.1034 125.792 42.3367C126.786 40.57 128.111 39.0241 129.767 37.8095C131.423 36.5397 133.301 35.6011 135.509 34.9386C137.717 34.276 140.036 34 142.465 34C143.68 34 144.95 34.0552 146.164 34.2208C147.434 34.3865 148.594 34.6073 149.753 34.8281C150.857 35.1042 151.906 35.3802 152.9 35.7115C153.894 36.0428 154.667 36.374 155.219 36.7053C155.992 37.147 156.544 37.5886 156.875 38.0855C157.206 38.5272 157.372 39.1345 157.372 39.9075V42.5023C157.372 43.6617 156.93 44.269 156.102 44.269C155.661 44.269 154.943 44.0482 154.004 43.6065C150.857 42.1711 147.324 41.4533 143.404 41.4533C140.257 41.4533 137.773 41.9502 136.061 42.9992C134.35 44.0482 133.466 45.6493 133.466 47.9129C133.466 49.4588 134.018 50.7838 135.122 51.8328C136.227 52.8818 138.269 53.9308 141.196 54.8693L149.035 57.3538C153.01 58.6236 155.881 60.3903 157.593 62.6539C159.304 64.9175 160.133 67.5124 160.133 70.3833C160.133 72.7573 159.636 74.9105 158.697 76.7876C157.703 78.6648 156.378 80.3211 154.667 81.6461C152.955 83.0263 150.912 84.0201 148.538 84.7379C146.054 85.5108 143.459 85.8973 140.643 85.8973Z" fill="#252F3E"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.078 112.729C132.914 126.145 106.524 133.267 83.8324 133.267C52.0316 133.267 23.3777 121.508 1.7354 101.963C0.0238993 100.417 1.56977 98.3195 3.61254 99.5341C27.0215 113.116 55.8963 121.342 85.7648 121.342C105.916 121.342 128.056 117.146 148.428 108.533C151.465 107.153 154.059 110.521 151.078 112.729Z" fill="#FF9900"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M158.642 104.117C156.323 101.135 143.294 102.681 137.386 103.399C135.62 103.62 135.343 102.074 136.945 100.914C147.324 93.6267 164.384 95.7246 166.371 98.1539C168.359 100.638 165.819 117.698 156.102 125.869C154.612 127.139 153.176 126.477 153.839 124.82C156.047 119.354 160.961 107.043 158.642 104.117Z" fill="#FF9900"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type AwsIconProps = typeof __propDef.props;
|
|
13
|
+
export type AwsIconEvents = typeof __propDef.events;
|
|
14
|
+
export type AwsIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AwsIcon extends SvelteComponentTyped<AwsIconProps, AwsIconEvents, AwsIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M28 63H140" stroke="black" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M28 105H140" stroke="black" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M70 21L56 147" stroke="black" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M112 21L98 147" stroke="black" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type BcryptIconProps = typeof __propDef.props;
|
|
13
|
+
export type BcryptIconEvents = typeof __propDef.events;
|
|
14
|
+
export type BcryptIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BcryptIcon extends SvelteComponentTyped<BcryptIconProps, BcryptIconEvents, BcryptIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type GitlabIconProps = typeof __propDef.props;
|
|
13
|
+
export type GitlabIconEvents = typeof __propDef.events;
|
|
14
|
+
export type GitlabIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class GitlabIcon extends SvelteComponentTyped<GitlabIconProps, GitlabIconEvents, GitlabIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M157.92 85.75C157.92 80.29 157.43 75.04 156.52 70H84V99.82H125.44C123.62 109.41 118.16 117.53 109.97 122.99V142.38H134.96C149.52 128.94 157.92 109.2 157.92 85.75Z" fill="#4285F4"/>
|
|
7
|
+
<path d="M83.9998 161C104.79 161 122.22 154.14 134.96 142.38L109.97 122.99C103.11 127.61 94.3598 130.41 83.9998 130.41C63.9798 130.41 46.9698 116.9 40.8798 98.7H15.2598V118.58C27.9298 143.71 53.8998 161 83.9998 161Z" fill="#34A853"/>
|
|
8
|
+
<path d="M40.88 98.63C39.34 94.01 38.43 89.11 38.43 84C38.43 78.89 39.34 73.99 40.88 69.37V49.49H15.26C10.01 59.85 7 71.54 7 84C7 96.46 10.01 108.15 15.26 118.51L35.21 102.97L40.88 98.63Z" fill="#FBBC05"/>
|
|
9
|
+
<path d="M83.9998 37.66C95.3398 37.66 105.42 41.58 113.47 49.14L135.52 27.09C122.15 14.63 104.79 7 83.9998 7C53.8998 7 27.9298 24.29 15.2598 49.49L40.8798 69.37C46.9698 51.17 63.9798 37.66 83.9998 37.66Z" fill="#EA4335"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type GoogleIconProps = typeof __propDef.props;
|
|
13
|
+
export type GoogleIconEvents = typeof __propDef.events;
|
|
14
|
+
export type GoogleIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class GoogleIcon extends SvelteComponentTyped<GoogleIconProps, GoogleIconEvents, GoogleIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<g clip-path="url(#clip0_210_234)">
|
|
7
|
+
<path d="M168 0H0V168H168V0Z" fill="#FB651E"/>
|
|
8
|
+
<path d="M78.339 94.9894L49.5029 40.9707H62.6814L79.6438 75.1565C79.9048 75.7654 80.2092 76.396 80.5572 77.0484C80.9051 77.7008 81.2096 78.375 81.4705 79.0709C81.6445 79.3318 81.775 79.571 81.862 79.7885C81.949 80.006 82.0359 80.2017 82.1229 80.3757C82.5579 81.2455 82.9493 82.0936 83.2973 82.92C83.6452 83.7464 83.9496 84.5075 84.2106 85.2034C84.9065 83.7246 85.6676 82.1372 86.494 80.4409C87.3204 78.7447 88.1685 76.9832 89.0384 75.1565L106.262 40.9707H118.527L89.4298 95.6418V130.48H78.339V94.9894Z" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_210_234">
|
|
12
|
+
<rect width="168" height="168" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type HackernewsIconProps = typeof __propDef.props;
|
|
13
|
+
export type HackernewsIconEvents = typeof __propDef.events;
|
|
14
|
+
export type HackernewsIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HackernewsIcon extends SvelteComponentTyped<HackernewsIconProps, HackernewsIconEvents, HackernewsIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg version="1.1" id="svg2" x=0 y=0 {width} {height} viewBox="0 0 56 56">
|
|
6
|
+
<g id="g8">
|
|
7
|
+
<path
|
|
8
|
+
style="fill:#000000"
|
|
9
|
+
d="M 21.934964,54.577686 C -1.2680732,49.62024 -6.9798152,18.503632 12.863299,5.1567822 32.772873,-8.2347712 58.966204,9.2924868 54.765887,33.195885 53.022738,43.115892 43.59487,52.995551 34.461449,54.473328 c -2.2,0.355957 -4.675,0.790728 -5.5,0.966157 -0.825,0.175429 -3.986918,-0.212381 -7.026485,-0.861799 z M 45.071867,32.670208 C 51.629793,25.125635 52.430122,21.8666 49.075771,16.36585 46.719483,12.501807 40.750657,9.5309908 37.156102,10.433166 c -1.449711,0.363855 -7.267103,5.218963 -12.927538,10.78913 -9.143972,8.998151 -10.124574,10.294702 -8.793078,11.626198 1.331496,1.331496 2.599723,0.416811 11.372216,-8.201994 5.862435,-5.759729 10.688216,-9.700615 11.878812,-9.700615 3.447831,0 7.274935,3.794342 7.274935,7.212657 0,2.529244 -1.664895,4.762079 -9.488223,12.724911 -8.933265,9.092559 -9.388707,9.75693 -7.786773,11.358864 1.601934,1.601934 1.958639,1.452934 6.098641,-2.547491 2.418455,-2.336917 7.047503,-7.297996 10.286773,-11.024618 z M 20.243568,44.55131 c 1.769834,-0.767016 7.407067,-5.639768 12.527183,-10.828339 8.223928,-8.333878 9.123338,-9.5881 7.71428,-10.757515 -1.387314,-1.151368 -2.874359,-0.06683 -11.419226,8.328339 -11.100401,10.90593 -13.206314,11.696497 -17.515462,6.575365 -1.423892,-1.692199 -2.5888942,-3.782435 -2.5888942,-4.64497 0,-0.862534 4.5088982,-6.150211 10.0197732,-11.750393 9.53558,-9.69011 9.931944,-10.261632 8.202286,-11.8269512 -1.717047,-1.553906 -2.319947,-1.135176 -10.909762,7.5771182 -5.000752,5.072057 -9.5917812,10.204837 -10.2022872,11.40618 -2.73924,5.390228 0.339025,13.302752 6.1596852,15.833154 4.065039,1.767185 4.136052,1.767965 8.012424,0.08801 z"
|
|
10
|
+
id="path116"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type LinkdingIconProps = typeof __propDef.props;
|
|
13
|
+
export type LinkdingIconEvents = typeof __propDef.events;
|
|
14
|
+
export type LinkdingIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class LinkdingIcon extends SvelteComponentTyped<LinkdingIconProps, LinkdingIconEvents, LinkdingIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M98.4088 19.5019C91.411 11.2358 85.3852 2.8405 84.1541 1.09687C84.0245 0.967711 83.83 0.967711 83.7005 1.09687C82.4694 2.8405 76.4434 11.2358 69.4456 19.5019C9.38116 95.7693 78.9057 147.239 78.9057 147.239L79.4888 147.626C80.0072 155.57 81.303 167 81.303 167H83.8948H86.4866C86.4866 167 87.7826 155.634 88.3009 147.626L88.884 147.175C88.9488 147.175 158.473 95.7693 98.4088 19.5019ZM83.8948 146.076C83.8948 146.076 80.7847 143.429 79.9424 142.072V141.944L83.7005 58.8949C83.7005 58.6366 84.0893 58.6366 84.0893 58.8949L87.8473 141.944V142.072C87.005 143.429 83.8948 146.076 83.8948 146.076Z" fill="#00684A"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type MongodbIconProps = typeof __propDef.props;
|
|
13
|
+
export type MongodbIconEvents = typeof __propDef.events;
|
|
14
|
+
export type MongodbIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MongodbIcon extends SvelteComponentTyped<MongodbIconProps, MongodbIconEvents, MongodbIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M84 167C129.84 167 167 129.84 167 84C167 38.1604 129.84 1 84 1C38.1604 1 1 38.1604 1 84C1 129.84 38.1604 167 84 167Z" fill="#FF4500"/>
|
|
7
|
+
<path d="M139.334 84C139.334 77.3018 133.898 71.8655 127.199 71.8655C123.899 71.8655 120.986 73.1275 118.851 75.2632C110.599 69.3415 99.1444 65.4585 86.5245 64.9731L92.0578 39.0538L110.017 42.8398C110.211 47.4024 113.997 51.0912 118.657 51.0912C123.413 51.0912 127.296 47.2082 127.296 42.4515C127.296 37.6948 123.413 33.8117 118.657 33.8117C115.259 33.8117 112.347 35.7532 110.988 38.6655L90.8929 34.3942C90.3105 34.2971 89.728 34.3942 89.2426 34.6854C88.7572 34.9766 88.466 35.462 88.2719 36.0445L82.1561 64.9731C69.245 65.3614 57.6929 69.1474 49.3444 75.2632C47.2087 73.2246 44.1993 71.8655 40.9958 71.8655C34.2976 71.8655 28.8613 77.3018 28.8613 84C28.8613 88.9509 31.7736 93.1252 36.045 95.0667C35.8508 96.2316 35.7537 97.4936 35.7537 98.7556C35.7537 117.394 57.4017 132.441 84.1947 132.441C110.988 132.441 132.636 117.394 132.636 98.7556C132.636 97.4936 132.539 96.3287 132.344 95.1638C136.324 93.2222 139.334 88.9509 139.334 84ZM56.3338 92.6398C56.3338 87.8831 60.2169 84 64.9736 84C69.7303 84 73.6134 87.8831 73.6134 92.6398C73.6134 97.3965 69.7303 101.28 64.9736 101.28C60.2169 101.28 56.3338 97.3965 56.3338 92.6398ZM104.581 115.453C98.659 121.374 87.3982 121.763 84.0976 121.763C80.797 121.763 69.4391 121.277 63.6145 115.453C62.7409 114.579 62.7409 113.123 63.6145 112.249C64.4882 111.375 65.9444 111.375 66.8181 112.249C70.5069 115.938 78.4672 117.297 84.1947 117.297C89.9222 117.297 97.7853 115.938 101.571 112.249C102.445 111.375 103.901 111.375 104.775 112.249C105.454 113.22 105.454 114.579 104.581 115.453ZM103.027 101.28C98.2707 101.28 94.3877 97.3965 94.3877 92.6398C94.3877 87.8831 98.2707 84 103.027 84C107.784 84 111.667 87.8831 111.667 92.6398C111.667 97.3965 107.784 101.28 103.027 101.28Z" fill="white"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type RedditIconProps = typeof __propDef.props;
|
|
13
|
+
export type RedditIconEvents = typeof __propDef.events;
|
|
14
|
+
export type RedditIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class RedditIcon extends SvelteComponentTyped<RedditIconProps, RedditIconEvents, RedditIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M97.4434 164.242C93.2027 169.582 84.6042 166.656 84.502 159.837L83.0078 60.1013H150.07C162.217 60.1013 168.992 74.1309 161.439 83.644L97.4434 164.242Z" fill="url(#paint0_linear_210_201)"/>
|
|
7
|
+
<path d="M97.4434 164.242C93.2027 169.582 84.6042 166.656 84.502 159.837L83.0078 60.1013H150.07C162.217 60.1013 168.992 74.1309 161.439 83.644L97.4434 164.242Z" fill="url(#paint1_linear_210_201)" fill-opacity="0.2"/>
|
|
8
|
+
<path d="M70.1702 3.75823C74.411 -1.58278 83.0096 1.3437 83.1118 8.1628L83.7666 107.899H17.5434C5.39617 107.899 -1.37853 93.8692 6.17495 84.3561L70.1702 3.75823Z" fill="#3ECF8E"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="paint0_linear_210_201" x1="83.0078" y1="82.2153" x2="142.611" y2="107.213" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#249361"/>
|
|
12
|
+
<stop offset="1" stop-color="#3ECF8E"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="paint1_linear_210_201" x1="56.5831" y1="46.0351" x2="83.765" y2="97.2037" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop/>
|
|
16
|
+
<stop offset="1" stop-opacity="0"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type SupabaseIconProps = typeof __propDef.props;
|
|
13
|
+
export type SupabaseIconEvents = typeof __propDef.events;
|
|
14
|
+
export type SupabaseIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SupabaseIcon extends SvelteComponentTyped<SupabaseIconProps, SupabaseIconEvents, SupabaseIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6951 45.489C20.6951 49.068 5.05705 118.392 3.14105 123.309C2.47205 125.025 3.47205 125.103 22.3151 124.809C43.3111 124.483 44.513 124.249 52.462 118.957L55.7281 116.783L54.712 119.456C52.706 124.731 53.045 125 61.695 125C67.026 125 69.6951 124.619 69.6951 123.858C69.6951 123.23 70.6141 119.63 71.7371 115.858L73.7801 109H84.5741H95.368L97.1951 117L99.0221 125H109.926C120.781 125 120.827 124.99 120.107 122.75C119.008 119.332 106.174 78.372 101.143 62.226C98.6971 54.375 96.6951 46.837 96.6951 45.476V43H85.3241H73.9531L73.2951 47.959C72.9331 50.686 72.2721 53.144 71.8251 53.42C71.3781 53.696 70.0671 52.642 68.9111 51.079C67.7551 49.515 64.445 47.058 61.556 45.618C56.48 43.089 55.6991 43 38.4991 43H20.6951V45.489ZM99.6951 43.435C99.6951 43.674 100.177 45.137 100.766 46.685C104.356 56.115 123.695 119.739 123.695 122.117V125H134.312C144.879 125 144.925 124.99 144.17 122.75C142.547 117.932 143.651 113.382 154.491 80.216C160.653 61.359 165.695 45.272 165.695 44.466C165.695 43.302 164.073 43 157.834 43C150.031 43 149.976 43.018 150.441 45.449C151.076 48.776 136.427 98.563 135.495 96.242C135.11 95.284 132.492 84.6 129.677 72.5C126.861 60.4 124.122 48.813 123.588 46.75L122.618 43H111.156C104.853 43 99.6951 43.196 99.6951 43.435ZM52.0261 57.045C61.4741 64.478 56.0681 94.319 42.7751 108.112C38.1321 112.928 37.9711 113 31.8791 113C28.3001 113 25.6951 112.566 25.6951 111.969C25.6951 111.103 35.6211 70.742 38.7831 58.75C39.7531 55.071 39.864 55 44.599 55C47.947 55 50.2221 55.627 52.0261 57.045ZM88.6131 83.5C90.3341 89 91.9871 94.287 92.2861 95.25C92.7751 96.824 91.9571 97 84.1551 97C77.6371 97 75.5951 96.689 75.9411 95.75C76.1941 95.063 78.093 89.398 80.16 83.162C82.227 76.926 84.271 72.201 84.701 72.662C85.131 73.123 86.8911 78 88.6131 83.5Z" fill="black"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type WebdavIconProps = typeof __propDef.props;
|
|
13
|
+
export type WebdavIconEvents = typeof __propDef.events;
|
|
14
|
+
export type WebdavIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class WebdavIcon extends SvelteComponentTyped<WebdavIconProps, WebdavIconEvents, WebdavIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<script>export let height = '24px';
|
|
2
|
+
export let width = '24px';
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M114.807 61.0046L154.093 48.9456L130.823 63.7367L114.807 61.0046Z" fill="#CA2317"/>
|
|
7
|
+
<path d="M138.736 90.3985L130.823 63.7367L154.093 48.9456L147.121 72.8752L138.736 90.3985Z" fill="#E84F83"/>
|
|
8
|
+
<path d="M165.586 41.6913L161.253 48.9455L147.121 72.8752L154.093 48.9455L165.586 41.6913Z" fill="#CA2317"/>
|
|
9
|
+
<path d="M167 46.4019L156.072 57.613L161.253 48.9456L167 46.4019Z" fill="#E54011"/>
|
|
10
|
+
<path d="M117.162 53.5619L149.288 50.3587L126.96 57.2361L117.162 53.5619Z" fill="#E54011"/>
|
|
11
|
+
<path d="M118.387 71.7446L130.823 63.7366L138.737 90.3984L134.592 98.8774L118.387 71.7446Z" fill="#CA2317"/>
|
|
12
|
+
<path d="M99.8274 103.4L93.8921 30.8569L134.591 98.8774L99.8274 103.4Z" fill="#B7DFF2"/>
|
|
13
|
+
<path d="M82.9639 121.959L99.8277 103.4L134.592 98.8774L82.9639 121.959Z" fill="#E54011"/>
|
|
14
|
+
<path d="M1 158.419L82.9637 121.959L99.8275 103.4L73.0715 100.667L1 158.419Z" fill="#FFCE33"/>
|
|
15
|
+
<path d="M4.1084 128.648L46.2208 122.242L59.3161 111.69L52.9098 108.864L4.1084 128.648Z" fill="#D6B12D"/>
|
|
16
|
+
<path d="M19.2769 94.2611L59.3166 111.69L73.0714 100.667L19.2769 94.2611Z" fill="#FFDE85"/>
|
|
17
|
+
<path d="M90.8777 57.1418L85.7903 57.9898L73.0718 100.667L86.8266 92L90.8777 57.1418Z" fill="#009EC6"/>
|
|
18
|
+
<path d="M98.3199 84.6515L86.8262 91.9999L93.892 30.8569L98.3199 84.6515Z" fill="#5EAFCE"/>
|
|
19
|
+
<path d="M54.8887 62.8888L90.8773 57.1419L92.4789 42.916L54.8887 62.8888Z" fill="#045972"/>
|
|
20
|
+
<path d="M51.0264 29.538L82.3045 48.3803L92.4793 42.916L92.7619 40.9376L51.0264 29.538Z" fill="#5A8591"/>
|
|
21
|
+
<path d="M57.1504 9L85.6021 38.9591L92.7622 40.9376L93.8927 30.857L57.1504 9Z" fill="#009EC6"/>
|
|
22
|
+
<path d="M73.0718 100.667L98.3204 84.6516L99.8277 103.4L73.0718 100.667Z" fill="#F39804"/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type ZammadIconProps = typeof __propDef.props;
|
|
13
|
+
export type ZammadIconEvents = typeof __propDef.events;
|
|
14
|
+
export type ZammadIconSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ZammadIcon extends SvelteComponentTyped<ZammadIconProps, ZammadIconEvents, ZammadIconSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -5,7 +5,7 @@ import GcalIcon from './GcalIcon.svelte';
|
|
|
5
5
|
import GCloudIcon from './GCloudIcon.svelte';
|
|
6
6
|
import GdriveIcon from './GdriveIcon.svelte';
|
|
7
7
|
import GithubIcon from './GithubIcon.svelte';
|
|
8
|
-
import GitlabIcon from './
|
|
8
|
+
import GitlabIcon from './GitlabIcon.svelte';
|
|
9
9
|
import GmailIcon from './GmailIcon.svelte';
|
|
10
10
|
import GSheetsIcon from './GSheetsIcon.svelte';
|
|
11
11
|
import HttpIcon from './HttpIcon.svelte';
|
|
@@ -33,11 +33,21 @@ import NextcloudIcon from './NextcloudIcon.svelte';
|
|
|
33
33
|
import FaunadbIcon from './FaunadbIcon.svelte';
|
|
34
34
|
import ClickhouseIcon from './ClickhouseIcon.svelte';
|
|
35
35
|
import OpenaiIcon from './OpenaiIcon.svelte';
|
|
36
|
+
import AppwriteIcon from './AppwriteIcon.svelte';
|
|
37
|
+
import LinkdingIconSvelte from './LinkdingIcon.svelte';
|
|
38
|
+
import AwsIcon from './AwsIcon.svelte';
|
|
39
|
+
import BcryptIcon from './BcryptIcon.svelte';
|
|
40
|
+
import GoogleIcon from './GoogleIcon.svelte';
|
|
41
|
+
import HackernewsIcon from './HackernewsIcon.svelte';
|
|
42
|
+
import MongodbIcon from './MongodbIcon.svelte';
|
|
43
|
+
import RedditIcon from './RedditIcon.svelte';
|
|
44
|
+
import SupabaseIcon from './SupabaseIcon.svelte';
|
|
45
|
+
import WebdavIcon from './WebdavIcon.svelte';
|
|
46
|
+
import ZammadIcon from './ZammadIcon.svelte';
|
|
36
47
|
export declare const APP_TO_ICON_COMPONENT: {
|
|
37
48
|
readonly postgresql: typeof PostgresIcon;
|
|
38
49
|
readonly mysql: typeof Mysql;
|
|
39
50
|
readonly smtp: typeof Mail;
|
|
40
|
-
readonly mongodb: typeof DbIcon;
|
|
41
51
|
readonly slack: typeof Slack;
|
|
42
52
|
readonly github: typeof GithubIcon;
|
|
43
53
|
readonly gmail: typeof GmailIcon;
|
|
@@ -72,5 +82,17 @@ export declare const APP_TO_ICON_COMPONENT: {
|
|
|
72
82
|
readonly faunadb: typeof FaunadbIcon;
|
|
73
83
|
readonly clickhouse: typeof ClickhouseIcon;
|
|
74
84
|
readonly openai: typeof OpenaiIcon;
|
|
85
|
+
readonly appwrite: typeof AppwriteIcon;
|
|
86
|
+
readonly linkding: typeof LinkdingIconSvelte;
|
|
87
|
+
readonly aws: typeof AwsIcon;
|
|
88
|
+
readonly bcrypt: typeof BcryptIcon;
|
|
89
|
+
readonly google: typeof GoogleIcon;
|
|
90
|
+
readonly hackernews: typeof HackernewsIcon;
|
|
91
|
+
readonly mongodb: typeof MongodbIcon;
|
|
92
|
+
readonly reddit: typeof RedditIcon;
|
|
93
|
+
readonly supabase: typeof SupabaseIcon;
|
|
94
|
+
readonly webdav: typeof WebdavIcon;
|
|
95
|
+
readonly zammad: typeof ZammadIcon;
|
|
96
|
+
readonly nextcloud: typeof NextcloudIcon;
|
|
75
97
|
};
|
|
76
|
-
export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, };
|
|
98
|
+
export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, };
|
|
@@ -5,7 +5,7 @@ import GcalIcon from './GcalIcon.svelte';
|
|
|
5
5
|
import GCloudIcon from './GCloudIcon.svelte';
|
|
6
6
|
import GdriveIcon from './GdriveIcon.svelte';
|
|
7
7
|
import GithubIcon from './GithubIcon.svelte';
|
|
8
|
-
import GitlabIcon from './
|
|
8
|
+
import GitlabIcon from './GitlabIcon.svelte';
|
|
9
9
|
import GmailIcon from './GmailIcon.svelte';
|
|
10
10
|
import GSheetsIcon from './GSheetsIcon.svelte';
|
|
11
11
|
import HttpIcon from './HttpIcon.svelte';
|
|
@@ -33,11 +33,21 @@ import NextcloudIcon from './NextcloudIcon.svelte';
|
|
|
33
33
|
import FaunadbIcon from './FaunadbIcon.svelte';
|
|
34
34
|
import ClickhouseIcon from './ClickhouseIcon.svelte';
|
|
35
35
|
import OpenaiIcon from './OpenaiIcon.svelte';
|
|
36
|
+
import AppwriteIcon from './AppwriteIcon.svelte';
|
|
37
|
+
import LinkdingIconSvelte from './LinkdingIcon.svelte';
|
|
38
|
+
import AwsIcon from './AwsIcon.svelte';
|
|
39
|
+
import BcryptIcon from './BcryptIcon.svelte';
|
|
40
|
+
import GoogleIcon from './GoogleIcon.svelte';
|
|
41
|
+
import HackernewsIcon from './HackernewsIcon.svelte';
|
|
42
|
+
import MongodbIcon from './MongodbIcon.svelte';
|
|
43
|
+
import RedditIcon from './RedditIcon.svelte';
|
|
44
|
+
import SupabaseIcon from './SupabaseIcon.svelte';
|
|
45
|
+
import WebdavIcon from './WebdavIcon.svelte';
|
|
46
|
+
import ZammadIcon from './ZammadIcon.svelte';
|
|
36
47
|
export const APP_TO_ICON_COMPONENT = {
|
|
37
48
|
postgresql: PostgresIcon,
|
|
38
49
|
mysql: Mysql,
|
|
39
50
|
smtp: Mail,
|
|
40
|
-
mongodb: DbIcon,
|
|
41
51
|
slack: Slack,
|
|
42
52
|
github: GithubIcon,
|
|
43
53
|
gmail: GmailIcon,
|
|
@@ -72,5 +82,17 @@ export const APP_TO_ICON_COMPONENT = {
|
|
|
72
82
|
faunadb: FaunadbIcon,
|
|
73
83
|
clickhouse: ClickhouseIcon,
|
|
74
84
|
openai: OpenaiIcon,
|
|
85
|
+
appwrite: AppwriteIcon,
|
|
86
|
+
linkding: LinkdingIconSvelte,
|
|
87
|
+
aws: AwsIcon,
|
|
88
|
+
bcrypt: BcryptIcon,
|
|
89
|
+
google: GoogleIcon,
|
|
90
|
+
hackernews: HackernewsIcon,
|
|
91
|
+
mongodb: MongodbIcon,
|
|
92
|
+
reddit: RedditIcon,
|
|
93
|
+
supabase: SupabaseIcon,
|
|
94
|
+
webdav: WebdavIcon,
|
|
95
|
+
zammad: ZammadIcon,
|
|
96
|
+
nextcloud: NextcloudIcon,
|
|
75
97
|
};
|
|
76
|
-
export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, };
|
|
98
|
+
export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, };
|
|
@@ -6,7 +6,7 @@ export let job;
|
|
|
6
6
|
<JobStatus {job} />
|
|
7
7
|
{#if job}
|
|
8
8
|
<div
|
|
9
|
-
><div class=" text-gray-900 whitespace-nowrap ">
|
|
9
|
+
><div class=" text-gray-900 whitespace-nowrap truncate ">
|
|
10
10
|
<span class="font-bold">Job Id</span>
|
|
11
11
|
<a rel="noreferrer" target="_blank" href="/run/{job?.id}?workspace={job?.workspace_id}">
|
|
12
12
|
{job?.id}
|
|
@@ -11,7 +11,7 @@ let drawer = undefined;
|
|
|
11
11
|
<!-- Buttons -->
|
|
12
12
|
<div class="flex flex-row gap-2">
|
|
13
13
|
<ButtonPopup size="sm" spacingSize="xl" startIcon={{ icon: faPlus }} href="/scripts/add">
|
|
14
|
-
<svelte:fragment slot="main">
|
|
14
|
+
<svelte:fragment slot="main">Script <Code2 class="ml-1.5" size={18} /></svelte:fragment>
|
|
15
15
|
<ButtonPopupItem on:click={() => drawer?.toggleDrawer?.()}>
|
|
16
16
|
Import from template
|
|
17
17
|
</ButtonPopupItem>
|
package/gen/core/OpenAPI.js
CHANGED