mertani-web-toolkit 0.1.26 → 0.1.27
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/dist/components/HeaderContent/HeaderContent.svelte +45 -0
- package/dist/components/HeaderContent/HeaderContent.svelte.d.ts +10 -0
- package/dist/components/Illustration/Illustration.svelte +77 -0
- package/dist/components/Illustration/Illustration.svelte.d.ts +11 -0
- package/dist/components/Illustration/IllustrationLibrary.svelte +290 -0
- package/dist/components/Illustration/IllustrationLibrary.svelte.d.ts +13 -0
- package/dist/components/Illustration/co-Disconnect1.svelte +29 -0
- package/dist/components/Illustration/co-Disconnect1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-Disconnect2.svelte +25 -0
- package/dist/components/Illustration/co-Disconnect2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-EmptyState1.svelte +28 -0
- package/dist/components/Illustration/co-EmptyState1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-EmptyState2.svelte +21 -0
- package/dist/components/Illustration/co-EmptyState2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-EmptyState3.svelte +17 -0
- package/dist/components/Illustration/co-EmptyState3.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-ErrorNetwork1.svelte +18 -0
- package/dist/components/Illustration/co-ErrorNetwork1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-ErrorNetwork2.svelte +15 -0
- package/dist/components/Illustration/co-ErrorNetwork2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-LogOut1.svelte +14 -0
- package/dist/components/Illustration/co-LogOut1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-LogOut2.svelte +13 -0
- package/dist/components/Illustration/co-LogOut2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-LogOut3.svelte +12 -0
- package/dist/components/Illustration/co-LogOut3.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-RTO1.svelte +23 -0
- package/dist/components/Illustration/co-RTO1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-RTO2.svelte +26 -0
- package/dist/components/Illustration/co-RTO2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-ServerError1.svelte +38 -0
- package/dist/components/Illustration/co-ServerError1.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-ServerError2.svelte +25 -0
- package/dist/components/Illustration/co-ServerError2.svelte.d.ts +26 -0
- package/dist/components/Illustration/co-ServerError3.svelte +25 -0
- package/dist/components/Illustration/co-ServerError3.svelte.d.ts +26 -0
- package/dist/components/Illustration/def-BlankBoxEmpty.svelte +14 -0
- package/dist/components/Illustration/def-BlankBoxEmpty.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-BubbleChat.svelte +14 -0
- package/dist/components/Illustration/def-BubbleChat.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-CheckSuccess.svelte +24 -0
- package/dist/components/Illustration/def-CheckSuccess.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-CompanyBuilding.svelte +13 -0
- package/dist/components/Illustration/def-CompanyBuilding.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-ErrorCloud.svelte +20 -0
- package/dist/components/Illustration/def-ErrorCloud.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-GlassCupCoffeeTea.svelte +15 -0
- package/dist/components/Illustration/def-GlassCupCoffeeTea.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-ImageGallery.svelte +18 -0
- package/dist/components/Illustration/def-ImageGallery.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-LocationNavigation.svelte +17 -0
- package/dist/components/Illustration/def-LocationNavigation.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-PaperFile.svelte +14 -0
- package/dist/components/Illustration/def-PaperFile.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-PaymentCard.svelte +14 -0
- package/dist/components/Illustration/def-PaymentCard.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-QRScanCode.svelte +12 -0
- package/dist/components/Illustration/def-QRScanCode.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-Searching.svelte +19 -0
- package/dist/components/Illustration/def-Searching.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-ShoppingBag.svelte +20 -0
- package/dist/components/Illustration/def-ShoppingBag.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-SleepCloud.svelte +16 -0
- package/dist/components/Illustration/def-SleepCloud.svelte.d.ts +18 -0
- package/dist/components/Illustration/def-warning.svelte +17 -0
- package/dist/components/Illustration/def-warning.svelte.d.ts +18 -0
- package/dist/components/Illustration/index.js +65 -0
- package/dist/components/Table/Table.svelte +184 -34
- package/dist/components/Table/Table.svelte.d.ts +2 -1
- package/dist/components/Table/TableBadge.svelte +27 -10
- package/dist/components/Table/TableBadge.svelte.d.ts +3 -2
- package/dist/components/Table/types.d.ts +9 -1
- package/dist/components/{Table/TableTabs.svelte → Tabs/Tabs.svelte} +1 -1
- package/dist/components/Tabs/Tabs.svelte.d.ts +9 -0
- package/dist/components/inputs/SelectInput/SelectInput.d.ts +4 -0
- package/dist/components/inputs/SelectInput/SelectInput.js +1 -0
- package/dist/components/inputs/SelectInput/SelectInput.svelte +441 -0
- package/dist/components/inputs/SelectInput/SelectInput.svelte.d.ts +21 -0
- package/dist/components/inputs/TextInput/TextInput.svelte +1 -0
- package/dist/components/inputs/TextareaInput/TextareaInput.svelte +81 -14
- package/dist/components/inputs/TextareaInput/TextareaInput.svelte.d.ts +4 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +4 -2
- package/package.json +1 -1
- package/dist/components/Table/TableContoh.svelte +0 -1614
- package/dist/components/Table/TableContoh.svelte.d.ts +0 -14
- package/dist/components/Table/TableHeader.svelte +0 -84
- package/dist/components/Table/TableHeader.svelte.d.ts +0 -16
- package/dist/components/Table/TableTabs.svelte.d.ts +0 -9
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Tabs from '../Tabs/Tabs.svelte';
|
|
3
|
+
import Icon from '../Icon/Icon.svelte';
|
|
4
|
+
|
|
5
|
+
function formatTime(date: Date): string {
|
|
6
|
+
const hours = date.getHours().toString().padStart(2, '0');
|
|
7
|
+
const minutes = date.getMinutes().toString().padStart(2, '0');
|
|
8
|
+
const seconds = date.getSeconds().toString().padStart(2, '0');
|
|
9
|
+
return `${hours}:${minutes}:${seconds}`;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
let {
|
|
13
|
+
title,
|
|
14
|
+
currentTime,
|
|
15
|
+
showRealtime = true,
|
|
16
|
+
tabs,
|
|
17
|
+
activeTab = $bindable()
|
|
18
|
+
}: {
|
|
19
|
+
title: string;
|
|
20
|
+
currentTime: Date;
|
|
21
|
+
showRealtime?: boolean;
|
|
22
|
+
tabs?: string[];
|
|
23
|
+
activeTab?: any;
|
|
24
|
+
} = $props();
|
|
25
|
+
</script>
|
|
26
|
+
|
|
27
|
+
<header class="flex flex-col border-b border-[#EAECF0] px-5 {tabs && tabs.length > 0 ? 'pb-0 pt-4' : 'py-4'}">
|
|
28
|
+
<div class="flex items-center justify-between {tabs && tabs.length > 0 ? 'mb-4' : ''}">
|
|
29
|
+
<h1 class="text-[18px] font-medium text-[#2C2C30]">{title}</h1>
|
|
30
|
+
<div class="flex items-center gap-4">
|
|
31
|
+
{#if showRealtime}
|
|
32
|
+
<div class="flex items-center gap-2 text-sm text-[#2C2C30]">
|
|
33
|
+
<span>Waktu Realtime {formatTime(currentTime)}</span>
|
|
34
|
+
<Icon name="bs-clock" width={16} height={16} color="#2C2C30" />
|
|
35
|
+
</div>
|
|
36
|
+
{/if}
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
{#if tabs && tabs.length > 0}
|
|
40
|
+
<div class="-mx-5 -mb-px">
|
|
41
|
+
<Tabs bind:activeTab {tabs} />
|
|
42
|
+
</div>
|
|
43
|
+
{/if}
|
|
44
|
+
</header>
|
|
45
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type $$ComponentProps = {
|
|
2
|
+
title: string;
|
|
3
|
+
currentTime: Date;
|
|
4
|
+
showRealtime?: boolean;
|
|
5
|
+
tabs?: string[];
|
|
6
|
+
activeTab?: any;
|
|
7
|
+
};
|
|
8
|
+
declare const HeaderContent: import("svelte").Component<$$ComponentProps, {}, "activeTab">;
|
|
9
|
+
type HeaderContent = ReturnType<typeof HeaderContent>;
|
|
10
|
+
export default HeaderContent;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { illustrationMap } from './index.js';
|
|
3
|
+
import type { TIllustrationName } from './index.js';
|
|
4
|
+
|
|
5
|
+
interface IllustrationProps {
|
|
6
|
+
name: TIllustrationName;
|
|
7
|
+
width?: number | string;
|
|
8
|
+
height?: number | string;
|
|
9
|
+
color?: string;
|
|
10
|
+
style?: string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
const { name, width, height, color, style }: IllustrationProps = $props();
|
|
14
|
+
|
|
15
|
+
const IllustrationComponent = $derived(illustrationMap[name]);
|
|
16
|
+
|
|
17
|
+
const illustrationWidth = $derived(
|
|
18
|
+
width !== undefined ? (typeof width === 'number' ? `${width}px` : width) : '128px'
|
|
19
|
+
);
|
|
20
|
+
const illustrationHeight = $derived(
|
|
21
|
+
height !== undefined ? (typeof height === 'number' ? `${height}px` : height) : '128px'
|
|
22
|
+
);
|
|
23
|
+
const illustrationColor = $derived(color || '#0A0A0A');
|
|
24
|
+
|
|
25
|
+
const combinedStyles = $derived(() => {
|
|
26
|
+
const styles: string[] = [];
|
|
27
|
+
styles.push(`--illustration-width: ${illustrationWidth};`);
|
|
28
|
+
styles.push(`--illustration-height: ${illustrationHeight};`);
|
|
29
|
+
styles.push(`--illustration-color: ${illustrationColor};`);
|
|
30
|
+
if (style) {
|
|
31
|
+
styles.push(style);
|
|
32
|
+
}
|
|
33
|
+
return styles.join(' ');
|
|
34
|
+
});
|
|
35
|
+
</script>
|
|
36
|
+
|
|
37
|
+
{#if IllustrationComponent}
|
|
38
|
+
{@const Component = IllustrationComponent as any}
|
|
39
|
+
<div class="illustration-wrapper" style={combinedStyles()}>
|
|
40
|
+
<div class="illustration-content">
|
|
41
|
+
<Component />
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
{:else}
|
|
45
|
+
<span class="illustration-error">Illustration "{name}" tidak ditemukan</span>
|
|
46
|
+
{/if}
|
|
47
|
+
|
|
48
|
+
<style>
|
|
49
|
+
.illustration-wrapper {
|
|
50
|
+
display: inline-flex;
|
|
51
|
+
align-items: center;
|
|
52
|
+
justify-content: center;
|
|
53
|
+
width: var(--illustration-width, 128px);
|
|
54
|
+
height: var(--illustration-height, 128px);
|
|
55
|
+
color: var(--illustration-color, #0A0A0A);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.illustration-content {
|
|
59
|
+
width: 100%;
|
|
60
|
+
height: 100%;
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
justify-content: center;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.illustration-content :global(svg) {
|
|
67
|
+
width: 100%;
|
|
68
|
+
height: 100%;
|
|
69
|
+
color: var(--illustration-color, #0A0A0A);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.illustration-error {
|
|
73
|
+
color: red;
|
|
74
|
+
font-size: 12px;
|
|
75
|
+
}
|
|
76
|
+
</style>
|
|
77
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TIllustrationName } from './index.js';
|
|
2
|
+
interface IllustrationProps {
|
|
3
|
+
name: TIllustrationName;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
height?: number | string;
|
|
6
|
+
color?: string;
|
|
7
|
+
style?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const Illustration: import("svelte").Component<IllustrationProps, {}, "">;
|
|
10
|
+
type Illustration = ReturnType<typeof Illustration>;
|
|
11
|
+
export default Illustration;
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { illustrationMap } from './index.js';
|
|
3
|
+
import type { TIllustrationName } from './index.js';
|
|
4
|
+
|
|
5
|
+
const {
|
|
6
|
+
width = 128,
|
|
7
|
+
height = 128,
|
|
8
|
+
color = '#0A0A0A',
|
|
9
|
+
style,
|
|
10
|
+
columns = 3,
|
|
11
|
+
showLabels = true,
|
|
12
|
+
action
|
|
13
|
+
} = $props<{
|
|
14
|
+
width?: number | string;
|
|
15
|
+
height?: number | string;
|
|
16
|
+
color?: string;
|
|
17
|
+
style?: string;
|
|
18
|
+
columns?: number;
|
|
19
|
+
showLabels?: boolean;
|
|
20
|
+
action?: (illustrationName: TIllustrationName) => void;
|
|
21
|
+
}>();
|
|
22
|
+
|
|
23
|
+
// Daftar semua ilustrasi - otomatis dari illustrationMap
|
|
24
|
+
const illustrations = Object.entries(illustrationMap).map(([name, component]) => ({
|
|
25
|
+
name: name as TIllustrationName,
|
|
26
|
+
component
|
|
27
|
+
}));
|
|
28
|
+
|
|
29
|
+
let searchQuery = $state('');
|
|
30
|
+
let copiedName = $state<string | null>(null);
|
|
31
|
+
|
|
32
|
+
let filteredIllustrations = $derived(
|
|
33
|
+
searchQuery.trim() === ''
|
|
34
|
+
? illustrations
|
|
35
|
+
: illustrations.filter((illustration) => {
|
|
36
|
+
const query = searchQuery.toLowerCase();
|
|
37
|
+
return illustration.name.toLowerCase().includes(query);
|
|
38
|
+
})
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
const illustrationWidth = $derived(
|
|
42
|
+
width !== undefined ? (typeof width === 'number' ? `${width}px` : width) : '128px'
|
|
43
|
+
);
|
|
44
|
+
const illustrationHeight = $derived(
|
|
45
|
+
height !== undefined ? (typeof height === 'number' ? `${height}px` : height) : '128px'
|
|
46
|
+
);
|
|
47
|
+
const illustrationColor = $derived(color || '#0A0A0A');
|
|
48
|
+
|
|
49
|
+
const combinedStyles = $derived(() => {
|
|
50
|
+
const styles: string[] = [];
|
|
51
|
+
styles.push(`--illustration-width: ${illustrationWidth};`);
|
|
52
|
+
styles.push(`--illustration-height: ${illustrationHeight};`);
|
|
53
|
+
styles.push(`--illustration-color: ${illustrationColor};`);
|
|
54
|
+
if (style) {
|
|
55
|
+
styles.push(style);
|
|
56
|
+
}
|
|
57
|
+
return styles.join(' ');
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
async function handleIllustrationClick(illustrationName: TIllustrationName) {
|
|
61
|
+
// Copy nama ilustrasi ke clipboard
|
|
62
|
+
try {
|
|
63
|
+
await navigator.clipboard.writeText(illustrationName);
|
|
64
|
+
} catch (err) {
|
|
65
|
+
// Fallback untuk browser yang tidak support clipboard API
|
|
66
|
+
const textArea = document.createElement('textarea');
|
|
67
|
+
textArea.value = illustrationName;
|
|
68
|
+
textArea.style.position = 'fixed';
|
|
69
|
+
textArea.style.opacity = '0';
|
|
70
|
+
document.body.appendChild(textArea);
|
|
71
|
+
textArea.select();
|
|
72
|
+
try {
|
|
73
|
+
document.execCommand('copy');
|
|
74
|
+
} catch (fallbackErr) {
|
|
75
|
+
console.error('Failed to copy:', fallbackErr);
|
|
76
|
+
}
|
|
77
|
+
document.body.removeChild(textArea);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Tampilkan feedback "Copied"
|
|
81
|
+
copiedName = illustrationName;
|
|
82
|
+
setTimeout(() => {
|
|
83
|
+
copiedName = null;
|
|
84
|
+
}, 2000);
|
|
85
|
+
|
|
86
|
+
// Call custom action if provided
|
|
87
|
+
if (action) {
|
|
88
|
+
action(illustrationName);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
</script>
|
|
92
|
+
|
|
93
|
+
<div class="illustrations-container">
|
|
94
|
+
<div class="search-container">
|
|
95
|
+
<input type="text" placeholder="Cari ilustrasi..." bind:value={searchQuery} class="search-input" />
|
|
96
|
+
<div class="search-info">
|
|
97
|
+
Menampilkan {filteredIllustrations.length} dari {illustrations.length} ilustrasi
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div
|
|
102
|
+
class="illustrations-grid"
|
|
103
|
+
style="--illustration-width: {illustrationWidth}; --illustration-height: {illustrationHeight}; --illustration-color: {illustrationColor}; --grid-columns: {columns};"
|
|
104
|
+
>
|
|
105
|
+
{#each filteredIllustrations as illustration}
|
|
106
|
+
{@const IllustrationComponent = illustration.component as any}
|
|
107
|
+
<div
|
|
108
|
+
class="illustration-item illustration-clickable"
|
|
109
|
+
class:copied={copiedName === illustration.name}
|
|
110
|
+
style={combinedStyles()}
|
|
111
|
+
onclick={() => handleIllustrationClick(illustration.name)}
|
|
112
|
+
role="button"
|
|
113
|
+
onkeydown={(e) => {
|
|
114
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
115
|
+
e.preventDefault();
|
|
116
|
+
handleIllustrationClick(illustration.name);
|
|
117
|
+
}
|
|
118
|
+
}}
|
|
119
|
+
tabindex="0"
|
|
120
|
+
>
|
|
121
|
+
<div class="illustration-wrapper">
|
|
122
|
+
<IllustrationComponent />
|
|
123
|
+
</div>
|
|
124
|
+
{#if showLabels}
|
|
125
|
+
<div class="illustration-name">{illustration.name}</div>
|
|
126
|
+
{/if}
|
|
127
|
+
{#if copiedName === illustration.name}
|
|
128
|
+
<div class="copied-badge">Copied!</div>
|
|
129
|
+
{/if}
|
|
130
|
+
</div>
|
|
131
|
+
{/each}
|
|
132
|
+
</div>
|
|
133
|
+
|
|
134
|
+
{#if filteredIllustrations.length === 0}
|
|
135
|
+
<div class="no-results">
|
|
136
|
+
<p>Tidak ada ilustrasi yang ditemukan untuk "{searchQuery}"</p>
|
|
137
|
+
</div>
|
|
138
|
+
{/if}
|
|
139
|
+
</div>
|
|
140
|
+
|
|
141
|
+
<style>
|
|
142
|
+
.illustrations-container {
|
|
143
|
+
padding: 24px;
|
|
144
|
+
max-width: 1400px;
|
|
145
|
+
margin: 0 auto;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.search-container {
|
|
149
|
+
margin-bottom: 32px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.search-input {
|
|
153
|
+
width: 100%;
|
|
154
|
+
max-width: 500px;
|
|
155
|
+
padding: 12px 16px;
|
|
156
|
+
font-size: 16px;
|
|
157
|
+
border: 1px solid #e0e0e0;
|
|
158
|
+
border-radius: 4px;
|
|
159
|
+
outline: none;
|
|
160
|
+
transition: border-color 0.2s ease;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.search-input:focus {
|
|
164
|
+
border-color: #007bff;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.search-info {
|
|
168
|
+
margin-top: 8px;
|
|
169
|
+
color: #666;
|
|
170
|
+
font-size: 14px;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.illustrations-grid {
|
|
174
|
+
display: grid;
|
|
175
|
+
grid-template-columns: repeat(var(--grid-columns, 3), 1fr);
|
|
176
|
+
gap: 24px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.illustration-item {
|
|
180
|
+
display: flex;
|
|
181
|
+
flex-direction: column;
|
|
182
|
+
align-items: center;
|
|
183
|
+
padding: 24px 16px;
|
|
184
|
+
border: 1px solid #e0e0e0;
|
|
185
|
+
border-radius: 8px;
|
|
186
|
+
transition: all 0.2s ease;
|
|
187
|
+
background: white;
|
|
188
|
+
position: relative;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.illustration-item:hover {
|
|
192
|
+
background: #f8f9fa;
|
|
193
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.illustration-item.illustration-clickable {
|
|
197
|
+
cursor: pointer;
|
|
198
|
+
transition: all 0.2s ease;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.illustration-item.illustration-clickable:hover {
|
|
202
|
+
transform: translateY(-2px);
|
|
203
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.illustration-item.illustration-clickable:active {
|
|
207
|
+
transform: translateY(0);
|
|
208
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.illustration-item.illustration-clickable:focus {
|
|
212
|
+
outline: 2px solid #007bff;
|
|
213
|
+
outline-offset: 2px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.illustration-item.copied {
|
|
217
|
+
border-color: #28a745;
|
|
218
|
+
background: #f0fff4;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.copied-badge {
|
|
222
|
+
position: absolute;
|
|
223
|
+
top: 8px;
|
|
224
|
+
right: 8px;
|
|
225
|
+
background: #28a745;
|
|
226
|
+
color: white;
|
|
227
|
+
padding: 4px 8px;
|
|
228
|
+
border-radius: 4px;
|
|
229
|
+
font-size: 11px;
|
|
230
|
+
font-weight: 600;
|
|
231
|
+
animation: fadeInOut 2s ease-in-out;
|
|
232
|
+
z-index: 10;
|
|
233
|
+
pointer-events: none;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@keyframes fadeInOut {
|
|
237
|
+
0% {
|
|
238
|
+
opacity: 0;
|
|
239
|
+
transform: scale(0.8);
|
|
240
|
+
}
|
|
241
|
+
15% {
|
|
242
|
+
opacity: 1;
|
|
243
|
+
transform: scale(1);
|
|
244
|
+
}
|
|
245
|
+
85% {
|
|
246
|
+
opacity: 1;
|
|
247
|
+
transform: scale(1);
|
|
248
|
+
}
|
|
249
|
+
100% {
|
|
250
|
+
opacity: 0;
|
|
251
|
+
transform: scale(0.8);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.illustration-wrapper {
|
|
256
|
+
display: flex;
|
|
257
|
+
align-items: center;
|
|
258
|
+
justify-content: center;
|
|
259
|
+
width: var(--illustration-width, 128px);
|
|
260
|
+
height: var(--illustration-height, 128px);
|
|
261
|
+
color: var(--illustration-color, #0A0A0A);
|
|
262
|
+
margin-bottom: 12px;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.illustration-wrapper :global(svg) {
|
|
266
|
+
width: var(--illustration-width, 128px);
|
|
267
|
+
height: var(--illustration-height, 128px);
|
|
268
|
+
color: var(--illustration-color, #0A0A0A);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.illustration-name {
|
|
272
|
+
font-size: 12px;
|
|
273
|
+
color: #666;
|
|
274
|
+
text-align: center;
|
|
275
|
+
word-break: break-word;
|
|
276
|
+
max-width: 100%;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.no-results {
|
|
280
|
+
text-align: center;
|
|
281
|
+
padding: 48px 24px;
|
|
282
|
+
color: #999;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.no-results p {
|
|
286
|
+
margin: 0;
|
|
287
|
+
font-size: 16px;
|
|
288
|
+
}
|
|
289
|
+
</style>
|
|
290
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TIllustrationName } from './index.js';
|
|
2
|
+
type $$ComponentProps = {
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
color?: string;
|
|
6
|
+
style?: string;
|
|
7
|
+
columns?: number;
|
|
8
|
+
showLabels?: boolean;
|
|
9
|
+
action?: (illustrationName: TIllustrationName) => void;
|
|
10
|
+
};
|
|
11
|
+
declare const IllustrationLibrary: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
12
|
+
type IllustrationLibrary = ReturnType<typeof IllustrationLibrary>;
|
|
13
|
+
export default IllustrationLibrary;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="216" height="209" viewBox="0 0 216 209" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M119 61C122.866 61 126 64.134 126 68C126 71.866 122.866 75 119 75H183C186.866 75 190 78.134 190 82C190 85.866 186.866 89 183 89H205C208.866 89 212 92.134 212 96C212 99.866 208.866 103 205 103H186C182.134 103 179 106.134 179 110C179 113.866 182.134 117 186 117H192C195.866 117 199 120.134 199 124C199 127.866 195.866 131 192 131H140C139.485 131 138.983 130.944 138.5 130.839C138.017 130.944 137.515 131 137 131H46C42.134 131 39 127.866 39 124C39 120.134 42.134 117 46 117H7C3.13401 117 0 113.866 0 110C0 106.134 3.13401 103 7 103H47C50.866 103 54 99.866 54 96C54 92.134 50.866 89 47 89H22C18.134 89 15 85.866 15 82C15 78.134 18.134 75 22 75H62C58.134 75 55 71.866 55 68C55 64.134 58.134 61 62 61H119ZM209 117C212.866 117 216 120.134 216 124C216 127.866 212.866 131 209 131C205.134 131 202 127.866 202 124C202 120.134 205.134 117 209 117Z" fill="#FFF5E5"/>
|
|
3
|
+
<path d="M137.266 55.3035C140.204 47.8122 154.186 34.2846 186.606 40.1047" stroke="black" stroke-width="2.5" stroke-linecap="round"/>
|
|
4
|
+
<path d="M137.551 56.9803C136.683 56.6397 136.227 55.6996 136.473 54.8202L136.531 54.6455L136.696 54.242C140.346 45.6999 155.386 32.4998 187.867 38.331C188.846 38.507 189.497 39.444 189.322 40.4231C189.146 41.4021 188.209 42.0533 187.23 41.8775C155.885 36.2506 142.83 49.0872 140.013 55.653L139.886 55.9606L139.81 56.1291C139.392 56.941 138.419 57.3207 137.551 56.9803Z" fill="white" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
5
|
+
<rect x="128.166" y="79.1726" width="7.2062" height="28.8248" rx="3.6031" transform="rotate(-150 128.166 79.1726)" fill="white"/>
|
|
6
|
+
<rect x="128.168" y="79.1726" width="4.58781" height="28.8248" rx="2.29391" transform="rotate(-150 128.168 79.1726)" fill="#FFE4B7"/>
|
|
7
|
+
<rect x="128.166" y="79.1726" width="7.2062" height="28.8248" rx="3.6031" transform="rotate(-150 128.166 79.1726)" stroke="#FFA000" stroke-width="2.5"/>
|
|
8
|
+
<rect x="136.14" y="94.1792" width="36.031" height="28.8248" rx="4.45935" transform="rotate(-150 136.14 94.1792)" fill="white"/>
|
|
9
|
+
<rect x="136.142" y="94.179" width="31.1444" height="28.8248" rx="4.45935" transform="rotate(-150 136.142 94.179)" fill="#FFE4B7"/>
|
|
10
|
+
<rect x="136.143" y="94.1794" width="36.031" height="28.8248" rx="4.45935" transform="rotate(-150 136.143 94.1794)" stroke="#FFA000" stroke-width="2.5"/>
|
|
11
|
+
<rect x="136.559" y="100.661" width="43.2372" height="24.3209" rx="4.45935" transform="rotate(-150 136.559 100.661)" fill="white"/>
|
|
12
|
+
<rect x="136.562" y="100.661" width="38.4092" height="24.3209" rx="4.45935" transform="rotate(-150 136.562 100.661)" fill="#FFE4B7"/>
|
|
13
|
+
<path d="M119.397 90.7529L115.496 88.5009L113.156 87.1498L110.816 85.7986L108.476 84.4474L106.135 83.0963L103.795 81.7451L101.455 80.3939C100.162 79.6477 99.7193 77.995 100.466 76.7025L109.045 61.8422C110.277 59.7093 113.004 58.9785 115.137 60.2099L115.955 60.6826L118.296 62.0337M123.297 93.0048L127.978 95.7071M131.878 97.9591L132.697 98.4317C134.83 99.6631 137.557 98.9323 138.789 96.7995L146.49 83.4608C147.721 81.3279 146.99 78.6006 144.857 77.3692L139.358 74.1942L134.678 71.4919L132.337 70.1407L129.217 68.3392M125.317 66.0872L122.196 64.2857" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
14
|
+
<rect x="80.7843" y="114.368" width="36.031" height="28.8248" rx="4.45935" transform="rotate(30 80.7843 114.368)" fill="white"/>
|
|
15
|
+
<path d="M79.2738 153.017C76.3355 160.508 62.3539 174.036 29.9339 168.215" stroke="black" stroke-width="2.5" stroke-linecap="round"/>
|
|
16
|
+
<path d="M79.9309 151.34C80.7993 151.681 81.2546 152.621 81.0088 153.5L80.9506 153.675L80.7857 154.078C77.1357 162.62 62.0961 175.821 29.6146 169.989C28.6356 169.813 27.9844 168.876 28.1602 167.897C28.3362 166.918 29.2732 166.267 30.2523 166.443C61.597 172.07 74.6514 159.233 77.4693 152.667L77.5961 152.36L77.672 152.191C78.0896 151.379 79.0626 151 79.9309 151.34Z" fill="white" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
17
|
+
<rect x="88.7628" y="129.373" width="7.2062" height="28.8248" rx="3.6031" transform="rotate(30 88.7628 129.373)" fill="white"/>
|
|
18
|
+
<rect x="90.8064" y="130.552" width="4.84675" height="28.8248" rx="2.42337" transform="rotate(30 90.8064 130.552)" fill="#FFE4B7"/>
|
|
19
|
+
<rect x="88.7635" y="129.372" width="7.2062" height="28.8248" rx="3.6031" transform="rotate(30 88.7635 129.372)" stroke="#FFA000" stroke-width="2.5"/>
|
|
20
|
+
<rect x="84.6732" y="116.612" width="31.5421" height="28.8248" rx="4.45935" transform="rotate(30 84.6732 116.612)" fill="#FFE4B7"/>
|
|
21
|
+
<rect x="80.7852" y="114.368" width="36.031" height="28.8248" rx="4.45935" transform="rotate(30 80.7852 114.368)" stroke="#FFA000" stroke-width="2.5"/>
|
|
22
|
+
<rect x="99.6696" y="88.8645" width="5.40465" height="21.6186" rx="2.70232" transform="rotate(30 99.6696 88.8645)" fill="white" stroke="#FFA000" stroke-width="2.5"/>
|
|
23
|
+
<rect x="119.951" y="100.575" width="5.40465" height="21.6186" rx="2.70232" transform="rotate(30 119.951 100.575)" fill="white" stroke="#FFA000" stroke-width="2.5"/>
|
|
24
|
+
<rect x="86.2195" y="97.7419" width="43.2372" height="36.031" rx="4.45935" transform="rotate(30 86.2195 97.7419)" fill="white"/>
|
|
25
|
+
<rect x="88.3116" y="103.639" width="38.478" height="31.9704" rx="4.45935" transform="rotate(30 88.3116 103.639)" fill="#FFE4B7"/>
|
|
26
|
+
<path d="M86.1462 139.305L84.586 138.404L82.2457 137.053L79.9055 135.701L77.5652 134.35L72.066 131.175C69.9331 129.944 69.2023 127.217 70.4337 125.084L83.9899 101.604C85.2213 99.471 87.9486 98.7402 90.0815 99.9716L95.5807 103.147L97.9209 104.498L100.261 105.849M90.0467 141.557L94.7272 144.259M98.6277 146.511L100.968 147.862L101.787 148.335C103.92 149.566 106.647 148.835 107.878 146.702L121.434 123.222C122.666 121.09 121.935 118.362 119.802 117.131L114.303 113.956L111.183 112.154M104.162 108.101L107.282 109.902" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
27
|
+
<path d="M52.7263 90.271L69.0608 86.885M78.7761 45.1514L84.011 60.9905L78.7761 45.1514ZM62 65.603L76.511 73.9809L62 65.603Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
+
<path d="M173.836 104.227L157.502 107.613M147.786 149.346L142.551 133.507L147.786 149.346ZM164.562 128.895L150.051 120.517L164.562 128.895Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default CoDisconnect1;
|
|
2
|
+
type CoDisconnect1 = SvelteComponent<{
|
|
3
|
+
[x: string]: never;
|
|
4
|
+
}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> & {
|
|
7
|
+
$$bindings?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
declare const CoDisconnect1: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
+
[x: string]: never;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}, {}, string>;
|
|
14
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
+
$$bindings?: Bindings;
|
|
17
|
+
} & Exports;
|
|
18
|
+
(internal: unknown, props: {
|
|
19
|
+
$$events?: Events;
|
|
20
|
+
$$slots?: Slots;
|
|
21
|
+
}): Exports & {
|
|
22
|
+
$set?: any;
|
|
23
|
+
$on?: any;
|
|
24
|
+
};
|
|
25
|
+
z_$$bindings?: Bindings;
|
|
26
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="216" height="209" viewBox="0 0 216 209" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M119 61C122.866 61 126 64.134 126 68C126 71.866 122.866 75 119 75H183C186.866 75 190 78.134 190 82C190 85.866 186.866 89 183 89H205C208.866 89 212 92.134 212 96C212 99.866 208.866 103 205 103H186C182.134 103 179 106.134 179 110C179 113.866 182.134 117 186 117H192C195.866 117 199 120.134 199 124C199 127.866 195.866 131 192 131H140C139.485 131 138.983 130.944 138.5 130.839C138.017 130.944 137.515 131 137 131H46C42.134 131 39 127.866 39 124C39 120.134 42.134 117 46 117H7C3.13401 117 0 113.866 0 110C0 106.134 3.13401 103 7 103H47C50.866 103 54 99.866 54 96C54 92.134 50.866 89 47 89H22C18.134 89 15 85.866 15 82C15 78.134 18.134 75 22 75H62C58.134 75 55 71.866 55 68C55 64.134 58.134 61 62 61H119ZM209 117C212.866 117 216 120.134 216 124C216 127.866 212.866 131 209 131C205.134 131 202 127.866 202 124C202 120.134 205.134 117 209 117Z" fill="#FFF5E5"/>
|
|
3
|
+
<path d="M58.6942 67.3305C56.0586 62.1188 49.6971 60.0306 44.4855 62.6662L19.3215 75.3922C14.1098 78.0278 12.0216 84.3893 14.6572 89.6009C17.2929 94.8126 23.6543 96.9008 28.866 94.2652L54.03 81.5392C59.2416 78.9036 61.3299 72.5421 58.6942 67.3305ZM64.9852 64.149C69.378 72.835 65.8975 83.4375 57.2115 87.8302L32.0475 100.556C23.3614 104.949 12.759 101.468 8.36622 92.7824C3.97349 84.0964 7.45392 73.4939 16.14 69.1012L41.304 56.3752C49.99 51.9825 60.5925 55.4629 64.9852 64.149Z" fill="#FFE4B7"/>
|
|
4
|
+
<path d="M16.1405 69.1015C7.4544 73.4942 3.97348 84.0971 8.36621 92.7831C8.78742 93.616 9.26651 94.4004 9.79473 95.1352C5.92656 86.5871 9.44872 76.4296 17.9029 72.1541L43.0664 59.4285C50.9191 55.4572 60.3381 57.9205 65.3189 64.848C65.213 64.614 65.1022 64.3809 64.9851 64.1494C60.5924 55.4634 49.99 51.9832 41.3039 56.3759L16.1405 69.1015Z" fill="white"/>
|
|
5
|
+
<path d="M31.8675 61.1474L28.722 62.7382L22.431 65.9197L16.14 69.1012C7.45392 73.4939 3.97349 84.0964 8.36622 92.7824C12.759 101.468 23.3614 104.949 32.0475 100.556L35.193 98.9654M38.1585 57.9659L41.304 56.3752C49.99 51.9825 60.5925 55.4629 64.9852 64.149C69.378 72.835 65.8975 83.4375 57.2115 87.8302L44.6295 94.1932L41.484 95.7839M28.758 70.6199L31.9035 69.0292L44.4855 62.6662C49.6971 60.0306 56.0586 62.1188 58.6942 67.3305C61.3299 72.5421 59.2416 78.9036 54.03 81.5392L50.8845 83.1299M22.467 73.8014L19.3215 75.3922C14.1098 78.0278 12.0216 84.3893 14.6572 89.6009C17.2929 94.8126 23.6543 96.9008 28.866 94.2652L41.448 87.9022L44.5935 86.3114" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
6
|
+
<path d="M160.049 120.542C157.129 115.484 158.862 109.017 163.92 106.096L188.341 91.997C193.399 89.0769 199.866 90.8098 202.786 95.8676C205.706 100.925 203.973 107.393 198.915 110.313L174.494 124.412C169.437 127.332 162.969 125.599 160.049 120.542ZM153.944 124.066C158.811 132.496 169.59 135.384 178.019 130.517L202.44 116.418C210.87 111.551 213.758 100.772 208.891 92.3427C204.024 83.9131 193.246 81.0249 184.816 85.8917L160.395 99.9912C151.965 104.858 149.077 115.637 153.944 124.066Z" fill="#FFE4B7"/>
|
|
7
|
+
<path d="M160.395 99.9912C151.966 104.858 149.077 115.637 153.944 124.066C154.242 124.582 154.562 125.076 154.901 125.549C151.214 117.394 154.243 107.613 162.158 103.044L186.578 88.9444C194.493 84.375 204.478 86.6416 209.697 93.9125C209.457 93.3817 209.189 92.8578 208.891 92.3427C204.024 83.9131 193.246 81.0249 184.816 85.8917L160.395 99.9912Z" fill="white"/>
|
|
8
|
+
<path d="M169.553 94.7039L172.606 92.9415L178.711 89.4166L184.816 85.8917C193.246 81.0249 204.024 83.9131 208.891 92.3427C213.758 100.772 210.87 111.551 202.44 116.418L199.388 118.18M163.448 98.2288L160.395 99.9912C151.965 104.858 149.077 115.637 153.944 124.066C158.811 132.496 169.59 135.384 178.019 130.517L190.23 123.468L193.282 121.705M179.183 97.2843L176.13 99.0467L163.92 106.096C158.862 109.017 157.129 115.484 160.049 120.542C162.969 125.599 169.437 127.332 174.494 124.412L177.547 122.65M185.288 93.7594L188.341 91.997C193.399 89.0769 199.866 90.8098 202.786 95.8676C205.706 100.925 203.973 107.393 198.915 110.313L186.705 117.362L183.652 119.125" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
9
|
+
<path d="M102.456 67.5259C94.0266 62.6592 83.2481 65.5474 78.3812 73.9767C73.5144 82.4062 76.4021 93.1856 84.8316 98.0524L93.9895 103.34C95.6755 104.313 97.8312 103.736 98.8046 102.05C99.778 100.364 99.2004 98.2078 97.5144 97.2345L88.3565 91.9471C83.2988 89.027 81.5664 82.5593 84.4865 77.5016C87.4067 72.4441 93.8735 70.7113 98.9312 73.6312L107.678 78.681C109.591 79.7856 112.037 79.1301 113.142 77.2169L113.716 76.2215C114.223 75.3436 113.993 74.1867 113.115 73.6799L102.456 67.5259Z" fill="white"/>
|
|
10
|
+
<path d="M132.48 100.122C140.91 104.989 143.798 115.767 138.931 124.197C134.064 132.626 123.285 135.515 114.856 130.648L105.698 125.361C104.012 124.388 103.434 122.232 104.408 120.546C105.381 118.86 107.537 118.282 109.223 119.256L118.381 124.543C123.438 127.463 129.906 125.729 132.826 120.672C135.746 115.614 134.013 109.147 128.955 106.227L120.209 101.177C118.296 100.073 117.64 97.6264 118.745 95.7132L119.319 94.7178C119.826 93.8399 120.943 93.461 121.821 93.9678L132.48 100.122Z" fill="white"/>
|
|
11
|
+
<path d="M102.456 67.5259C94.0266 62.6592 83.2481 65.5474 78.3812 73.9767C73.5144 82.4062 76.4021 93.1856 84.8316 98.0524L93.9895 103.34C95.6755 104.313 97.8312 103.736 98.8046 102.05C99.778 100.364 99.2004 98.2078 97.5144 97.2345L88.3565 91.9471C83.2988 89.027 81.5664 82.5593 84.4865 77.5016C87.4067 72.4441 93.8735 70.7113 98.9312 73.6312L107.678 78.681C109.591 79.7856 112.037 79.1301 113.142 77.2169L113.716 76.2215C114.223 75.3436 113.993 74.1867 113.115 73.6799L102.456 67.5259Z" fill="#FFE4B7"/>
|
|
12
|
+
<path d="M83.9003 78.6889C83.6368 79.0371 83.3887 79.4031 83.1647 79.791C80.2447 84.8487 81.9771 91.3164 87.0347 94.2365L96.1931 99.5241C97.4738 100.264 98.1142 101.686 97.9213 103.066C98.2684 102.795 98.5707 102.455 98.8044 102.05C99.7777 100.364 99.2005 98.2082 97.5148 97.2347L88.3565 91.9471C83.6865 89.2508 81.8554 83.5316 83.9003 78.6889ZM102.456 67.5259C94.0266 62.6592 83.2481 65.5474 78.3812 73.9767C78.1588 74.3619 77.9534 74.7525 77.7632 75.1467C82.9067 67.5898 93.0898 65.1709 101.134 69.8153L111.793 75.9691C112.487 76.3698 112.775 77.177 112.615 77.9313C112.813 77.7174 112.99 77.4794 113.142 77.2169L113.716 76.2215C114.223 75.3436 113.993 74.1865 113.115 73.6797L102.456 67.5259Z" fill="white"/>
|
|
13
|
+
<path d="M102.456 67.5259L103.081 66.4433L103.081 66.4433L102.456 67.5259ZM78.3812 73.9767L77.2987 73.3517L77.2987 73.3517L78.3812 73.9767ZM84.8315 98.0524L84.2065 99.135L84.2065 99.135L84.8315 98.0524ZM97.0422 105.102L98.1247 105.727L97.4997 106.81L96.4172 106.185L97.0422 105.102ZM100.567 98.9969L101.192 97.9144L102.275 98.5394L101.65 99.6219L100.567 98.9969ZM88.3564 91.9471L87.7314 93.0296L87.7314 93.0296L88.3564 91.9471ZM84.4865 77.5016L83.404 76.8766L83.404 76.8766L84.4865 77.5016ZM98.9311 73.6312L99.5561 72.5486L99.5561 72.5487L98.9311 73.6312ZM111.142 80.681L112.224 81.306L111.599 82.3885L110.517 81.7635L111.142 80.681ZM113.716 76.2215L112.634 75.5965L112.634 75.5965L113.716 76.2215ZM114.765 74.6323L115.39 73.5498L116.608 74.2531L115.766 75.3802L114.765 74.6323ZM102.456 67.5259L101.831 68.6084C93.9995 64.0869 83.9854 66.7702 79.4637 74.6017L78.3812 73.9767L77.2987 73.3517C82.5107 64.3245 94.0537 61.2315 103.081 66.4433L102.456 67.5259ZM78.3812 73.9767L79.4637 74.6017C74.9421 82.4334 77.625 92.4483 85.4565 96.9699L84.8315 98.0524L84.2065 99.135C75.1791 93.9229 72.0867 82.379 77.2987 73.3517L78.3812 73.9767ZM84.8315 98.0524L85.4565 96.9699L97.6672 104.02L97.0422 105.102L96.4172 106.185L84.2065 99.135L84.8315 98.0524ZM97.0422 105.102L95.9596 104.477L99.4845 98.3719L100.567 98.9969L101.65 99.6219L98.1247 105.727L97.0422 105.102ZM100.567 98.9969L99.9421 100.079L87.7314 93.0296L88.3564 91.9471L88.9814 90.8646L101.192 97.9144L100.567 98.9969ZM88.3564 91.9471L87.7314 93.0296C82.0758 89.7643 80.1388 82.5321 83.404 76.8766L84.4865 77.5016L85.569 78.1266C82.9941 82.5866 84.5218 88.2897 88.9815 90.8646L88.3564 91.9471ZM84.4865 77.5016L83.404 76.8766C86.6693 71.2213 93.9006 69.2836 99.5561 72.5486L98.9311 73.6312L98.3062 74.7137C93.8464 72.139 88.144 73.667 85.569 78.1267L84.4865 77.5016ZM98.9311 73.6312L99.5561 72.5487L111.767 79.5985L111.142 80.681L110.517 81.7635L98.3061 74.7137L98.9311 73.6312ZM111.142 80.681L110.059 80.056L112.634 75.5965L113.716 76.2215L114.799 76.8465L112.224 81.306L111.142 80.681ZM113.716 76.2215L112.634 75.5965C112.981 74.9951 113.36 74.4249 113.763 73.8844L114.765 74.6323L115.766 75.3802C115.419 75.8455 115.095 76.3339 114.799 76.8465L113.716 76.2215ZM114.765 74.6323L114.14 75.7149L101.831 68.6084L102.456 67.5259L103.081 66.4433L115.39 73.5498L114.765 74.6323Z" fill="#FFA000"/>
|
|
14
|
+
<path d="M132.48 100.122C140.91 104.989 143.798 115.767 138.931 124.197C134.064 132.626 123.285 135.515 114.856 130.648L105.698 125.361C104.012 124.388 103.434 122.232 104.408 120.546C105.381 118.86 107.537 118.282 109.223 119.256L118.381 124.543C123.438 127.463 129.906 125.729 132.826 120.672C135.746 115.614 134.013 109.147 128.955 106.227L120.209 101.177C118.296 100.073 117.64 97.6264 118.745 95.7132L119.319 94.7178C119.826 93.8399 120.943 93.461 121.821 93.9678L132.48 100.122Z" fill="#FFE4B7"/>
|
|
15
|
+
<path d="M132.091 121.773C131.921 122.175 131.728 122.573 131.504 122.961C128.584 128.019 122.117 129.752 117.059 126.832L107.901 121.545C106.62 120.806 105.068 120.962 103.969 121.819C104.03 121.383 104.174 120.951 104.407 120.546C105.381 118.86 107.537 118.283 109.223 119.256L118.381 124.543C123.051 127.239 128.919 125.965 132.091 121.773ZM132.48 100.122C140.91 104.989 143.798 115.767 138.931 124.197C138.709 124.582 138.473 124.954 138.227 125.316C142.199 117.083 139.203 107.056 131.158 102.411L120.5 96.2574C119.806 95.8566 118.963 96.0106 118.389 96.5262C118.476 96.2485 118.593 95.9757 118.745 95.7132L119.319 94.7178C119.826 93.8399 120.944 93.4612 121.822 93.968L132.48 100.122Z" fill="white"/>
|
|
16
|
+
<path d="M54.9859 67.6702L54.8094 67.6274C52.9861 67.2367 51.157 68.3411 50.6689 70.1627C50.1808 71.9843 51.2126 73.8553 52.987 74.4286L53.1613 74.4798L87.2089 83.6028C89.0893 84.1066 91.0221 82.9907 91.5259 81.1103C92.0298 79.2299 90.9139 77.2971 89.0335 76.7933L54.9859 67.6702Z" fill="white"/>
|
|
17
|
+
<path d="M54.3024 70.2247L54.1263 70.1803C52.3121 69.7553 50.6325 70.3019 50.3274 71.4404C50.0224 72.5788 51.2037 73.892 52.9873 74.431L53.162 74.4806L87.2096 83.6037C89.09 84.1075 90.8696 83.5632 91.1845 82.388C91.4994 81.2127 90.2303 79.8516 88.3499 79.3477L54.3024 70.2247Z" fill="#FFE4B7"/>
|
|
18
|
+
<path d="M54.9859 67.6702L54.8094 67.6274C52.9861 67.2367 51.157 68.3411 50.6689 70.1627C50.1808 71.9843 51.2126 73.8553 52.987 74.4286L53.1613 74.4798L87.2089 83.6028C89.0893 84.1066 91.0221 82.9907 91.5259 81.1103C92.0298 79.2299 90.9139 77.2971 89.0335 76.7933L54.9859 67.6702Z" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
19
|
+
<path d="M132.48 100.122L133.105 99.0393L133.105 99.0393L132.48 100.122ZM138.931 124.197L140.014 124.822L140.014 124.822L138.931 124.197ZM114.856 130.648L114.231 131.731L114.231 131.731L114.856 130.648ZM102.645 123.599L101.563 122.974L100.938 124.056L102.02 124.681L102.645 123.599ZM106.17 117.493L106.795 116.411L105.713 115.786L105.088 116.868L106.17 117.493ZM118.381 124.543L117.756 125.626L117.756 125.626L118.381 124.543ZM132.826 120.672L133.908 121.297L133.908 121.297L132.826 120.672ZM128.955 106.227L129.58 105.145L129.58 105.145L128.955 106.227ZM116.745 99.1773L115.662 98.5523L115.037 99.6349L116.12 100.26L116.745 99.1773ZM119.319 94.7178L120.402 95.3428L120.402 95.3428L119.319 94.7178ZM120.172 93.0154L120.797 91.9328L119.578 91.2295L119.023 92.522L120.172 93.0154ZM132.48 100.122L131.855 101.204C139.687 105.726 142.37 115.74 137.849 123.572L138.931 124.197L140.014 124.822C145.225 115.794 142.133 104.251 133.105 99.0393L132.48 100.122ZM138.931 124.197L137.849 123.572C133.327 131.403 123.312 134.087 115.481 129.566L114.856 130.648L114.231 131.731C123.258 136.943 134.802 133.849 140.014 124.822L138.931 124.197ZM114.856 130.648L115.481 129.566L103.27 122.516L102.645 123.599L102.02 124.681L114.231 131.731L114.856 130.648ZM102.645 123.599L103.728 124.224L107.253 118.118L106.17 117.493L105.088 116.868L101.563 122.974L102.645 123.599ZM106.17 117.493L105.545 118.576L117.756 125.626L118.381 124.543L119.006 123.461L106.795 116.411L106.17 117.493ZM118.381 124.543L117.756 125.626C123.411 128.891 130.643 126.952 133.908 121.297L132.826 120.672L131.743 120.047C129.168 124.507 123.465 126.035 119.006 123.461L118.381 124.543ZM132.826 120.672L133.908 121.297C137.173 115.641 135.236 108.41 129.58 105.145L128.955 106.227L128.33 107.31C132.79 109.885 134.318 115.587 131.743 120.047L132.826 120.672ZM128.955 106.227L129.58 105.145L117.37 98.0948L116.745 99.1773L116.12 100.26L128.33 107.31L128.955 106.227ZM116.745 99.1773L117.827 99.8023L120.402 95.3428L119.319 94.7178L118.237 94.0928L115.662 98.5523L116.745 99.1773ZM119.319 94.7178L120.402 95.3428C120.749 94.7415 121.054 94.1285 121.32 93.5088L120.172 93.0154L119.023 92.522C118.794 93.0555 118.533 93.5803 118.237 94.0928L119.319 94.7178ZM120.172 93.0154L119.547 94.0979L131.855 101.204L132.48 100.122L133.105 99.0393L120.797 91.9328L120.172 93.0154Z" fill="#FFA000"/>
|
|
20
|
+
<path d="M164.655 114.482L164.837 114.487C166.699 114.581 168.18 116.121 168.18 118.007C168.18 119.893 166.699 121.433 164.837 121.528L164.655 121.532H129.407C127.46 121.532 125.882 119.954 125.882 118.007C125.882 116.061 127.46 114.482 129.407 114.482H164.655Z" fill="white"/>
|
|
21
|
+
<path d="M164.655 117.126L164.837 117.129C166.699 117.188 168.18 118.15 168.18 119.329C168.18 120.508 166.699 121.47 164.837 121.529L164.655 121.532H129.407C127.46 121.532 125.882 120.546 125.882 119.329C125.882 118.112 127.46 117.126 129.407 117.126H164.655Z" fill="#FFE4B7"/>
|
|
22
|
+
<path d="M164.655 114.482L164.837 114.487C166.699 114.581 168.18 116.121 168.18 118.007C168.18 119.893 166.699 121.433 164.837 121.528L164.655 121.532H129.407C127.46 121.532 125.882 119.954 125.882 118.007C125.882 116.061 127.46 114.482 129.407 114.482H164.655Z" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
23
|
+
<path d="M154.993 62.8691L139.153 68.104M109.873 36.8193L113.259 53.1538L109.873 36.8193ZM134.627 46.1428L126.249 60.6538L134.627 46.1428Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
+
<path d="M57.0861 135.51L72.9252 130.275M102.206 161.56L98.8197 145.225L102.206 161.56ZM77.4514 152.236L85.8293 137.725L77.4514 152.236Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default CoDisconnect2;
|
|
2
|
+
type CoDisconnect2 = SvelteComponent<{
|
|
3
|
+
[x: string]: never;
|
|
4
|
+
}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> & {
|
|
7
|
+
$$bindings?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
declare const CoDisconnect2: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
+
[x: string]: never;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}, {}, string>;
|
|
14
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
+
$$bindings?: Bindings;
|
|
17
|
+
} & Exports;
|
|
18
|
+
(internal: unknown, props: {
|
|
19
|
+
$$events?: Events;
|
|
20
|
+
$$slots?: Slots;
|
|
21
|
+
}): Exports & {
|
|
22
|
+
$set?: any;
|
|
23
|
+
$on?: any;
|
|
24
|
+
};
|
|
25
|
+
z_$$bindings?: Bindings;
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg width="216" height="209" viewBox="0 0 216 209" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M185 68.6602C188.866 68.6602 192 71.7942 192 75.6602C192 79.5261 188.866 82.6602 185 82.6602H145C148.866 82.6602 152 85.7942 152 89.6602C152 93.5261 148.866 96.6602 145 96.6602H167C170.866 96.6602 174 99.7942 174 103.66C174 107.526 170.866 110.66 167 110.66H156.826C151.952 110.66 148 113.794 148 117.66C148 120.237 150 122.571 154 124.66C157.866 124.66 161 127.794 161 131.66C161 135.526 157.866 138.66 154 138.66H71C67.134 138.66 64 135.526 64 131.66C64 127.794 67.134 124.66 71 124.66H32C28.134 124.66 25 121.526 25 117.66C25 113.794 28.134 110.66 32 110.66H72C75.866 110.66 79 107.526 79 103.66C79 99.7942 75.866 96.6602 72 96.6602H47C43.134 96.6602 40 93.5261 40 89.6602C40 85.7942 43.134 82.6602 47 82.6602H87C83.134 82.6602 80 79.5261 80 75.6602C80 71.7942 83.134 68.6602 87 68.6602H185ZM185 96.6602C188.866 96.6602 192 99.7942 192 103.66C192 107.526 188.866 110.66 185 110.66C181.134 110.66 178 107.526 178 103.66C178 99.7942 181.134 96.6602 185 96.6602Z" fill="#FFF5E5"/>
|
|
3
|
+
<path d="M109.704 115.317C102.153 98.6746 108.42 89.634 112.497 87.1941C100.972 92.2666 75.7439 103.336 67.0372 107.035C56.1539 111.658 57.2133 120.133 65.7852 144.211C72.6426 163.474 59.0754 164.18 51.4345 162.126C62.0289 165.978 76.187 164.919 92.0788 164.919C136.19 170.601 119.143 136.121 109.704 115.317Z" fill="white"/>
|
|
4
|
+
<path d="M109.019 113.735C95.4235 119.698 80.1861 126.357 73.3811 129.249C67.9596 131.553 65.0171 134.657 64.1663 139.575C64.672 141.052 65.2108 142.597 65.7854 144.211C68.1319 150.802 68.087 155.221 66.7063 158.1C67.3228 160.222 68.0381 162.495 68.843 164.933C75.9407 165.206 83.7731 164.919 92.0793 164.919C136.191 170.601 119.143 136.121 109.704 115.317C109.462 114.782 109.234 114.255 109.019 113.735Z" fill="#FFE4B7"/>
|
|
5
|
+
<path d="M114.121 125.16C114.619 126.315 115.111 127.484 115.589 128.66M117.855 134.66C118.201 135.664 118.528 136.665 118.829 137.66C119.186 138.838 119.509 140.006 119.789 141.16C123.407 156.061 119.956 168.51 92.0788 164.919C76.187 164.919 62.0289 165.978 51.4345 162.126C59.0753 164.18 72.6426 163.474 65.7852 144.211C57.2133 120.133 56.1539 111.658 67.0372 107.035C75.7439 103.336 100.972 92.2666 112.497 87.1941C111.001 89.1604 102.153 98.6746 109.704 115.317C110.194 116.397 110.705 117.514 111.226 118.66" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
6
|
+
<path d="M109.031 164.726C63.9568 170.582 47.2304 164.983 44.5015 161.451L57.2871 159.068L60.4835 158.472L63.6799 157.876L66.8762 157.28L70.0726 156.684L73.269 156.088L76.4654 155.492L79.6618 154.896L82.8582 154.3L86.0546 153.704L89.251 153.108L92.4473 152.512L95.6437 151.917C97.0665 156.367 98.724 162.799 109.031 164.726Z" fill="#FFE4B7"/>
|
|
7
|
+
<path d="M82.8566 154.3L79.6602 154.896L76.4638 155.492L74.8656 155.79L73.2674 156.088L70.071 156.684L66.8747 157.28L63.6783 157.876L60.4819 158.472L57.2855 159.068L44.4999 161.451C47.2288 164.983 63.9552 170.582 109.03 164.726C98.7224 162.799 97.0649 156.367 95.6422 151.916L92.4458 152.512L89.2494 153.108" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
8
|
+
<path d="M104.15 70.6345C100.761 57.8823 110.944 50.3398 116.638 48.2836C108.933 39.2687 88.5792 42.3443 79.3653 45.0089C70.8897 47.4601 64.822 57.4333 63.6663 85.1715C78.9031 87.8379 89.1495 80.6176 103.809 71.5173C104.103 71.3343 104.239 70.9697 104.15 70.6345Z" fill="white"/>
|
|
9
|
+
<path d="M106.438 43.4014C96.7521 40.519 84.4594 43.6964 77.7451 46.5693C75.4874 47.5354 73.3914 49.2468 71.498 51.957C73.6518 51.053 75.6783 50.6488 77.5195 50.5693C81.2823 50.407 84.2911 51.5978 86.0459 52.6758C86.1061 52.7127 86.1799 52.7222 86.2471 52.7002C86.3141 52.6781 86.3679 52.6269 86.3945 52.5615C87.54 49.7474 93.457 43.8978 106.438 43.4014Z" fill="#FFE4B7"/>
|
|
10
|
+
<path d="M66.2037 63.6602C65.7451 65.6355 65.3393 67.7972 64.9901 70.1602M67.6043 58.6602C70.4097 50.3193 74.489 46.4192 79.3653 45.0089C88.5792 42.3443 108.933 39.2687 116.638 48.2836C110.944 50.3398 100.761 57.8823 104.15 70.6345C104.239 70.9697 104.103 71.3343 103.809 71.5173C89.1495 80.6176 78.9031 87.8379 63.6663 85.1715C63.8041 81.8646 64.0117 78.8102 64.2848 75.991" stroke="#FFA000" stroke-width="2.5" stroke-linecap="round"/>
|
|
11
|
+
<path d="M86.05 72.5234C85.9907 72.5471 85.9425 72.5936 85.9172 72.6523C84.6234 75.6637 81.8279 80.1383 78.1233 84.707C83.8733 83.2663 89.2804 80.4147 95.177 76.8604C93.4574 76.1828 91.7615 75.3413 90.2385 74.5518C88.6701 73.7386 87.2709 72.9759 86.2346 72.5264L86.1897 72.5117C86.1434 72.5017 86.0947 72.5057 86.05 72.5234Z" fill="#FFE4B7"/>
|
|
12
|
+
<path d="M77.55 84.7815C84.7108 82.5387 91.8873 73.0651 93.716 68.7981C95.9817 69.7833 101.421 73.5174 104.118 71.2059C100.267 77.3672 88.3332 81.4115 77.55 84.7815Z" fill="#FFE4B7" stroke="#FFA000" stroke-width="2.5"/>
|
|
13
|
+
<path d="M73.6829 48.2834C79.9432 44.431 85.5294 45.5867 87.8409 46.5498C88.7077 45.1052 93.5234 42.0232 104.31 42.5047C87.552 40.2895 80.1359 42.5047 73.6829 48.2834Z" fill="#FFE4B7" stroke="#FFA000" stroke-width="2.5"/>
|
|
14
|
+
<path d="M116.542 68.7982L123.669 73.5176C123.308 70.0857 119.895 67.308 116.542 68.7982Z" fill="#FFA000" stroke="#FFA000" stroke-width="2.5"/>
|
|
15
|
+
<path d="M151.889 91.9133C153.892 102.315 158.181 107.227 160.076 108.383C157.668 107.805 150.452 106.624 141.487 104.049C117.987 103.278 131.567 79.2963 120.587 68.8945C132.819 76.0217 149.385 78.9111 151.889 91.9133Z" fill="#FFE4B7"/>
|
|
16
|
+
<path d="M157.715 106.109C157.895 106.76 158.083 107.389 158.275 107.998C159.026 108.15 159.633 108.276 160.077 108.383C159.479 108.018 158.643 107.277 157.715 106.109ZM120.588 68.8945C122.656 70.8535 123.853 73.2942 124.59 75.9707C134.843 80.7191 145.659 84.6285 151.854 91.7393C149.236 78.8854 132.765 75.9897 120.588 68.8945Z" fill="white"/>
|
|
17
|
+
<path d="M151.889 91.9133C153.892 102.315 158.181 107.227 160.076 108.383C157.668 107.805 150.452 106.624 141.487 104.049C117.987 103.278 131.567 79.2963 120.587 68.8945C132.819 76.0217 149.385 78.9111 151.889 91.9133Z" stroke="#FFA000" stroke-width="2.5"/>
|
|
18
|
+
<path d="M143.125 101.159C151.292 105.397 166.111 108.511 172.5 109.539C169.418 112.139 143.125 106.746 133.397 102.315C131.5 101.451 139.754 103.278 143.125 101.159Z" fill="#FFE4B7" stroke="#FFA000" stroke-width="2.5"/>
|
|
19
|
+
<path d="M99.5911 112.621L75.0312 119.201" stroke="#FFA000" stroke-width="3.08202" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
+
<path d="M102.288 123.504L68.8672 132.459" stroke="#FFA000" stroke-width="3.08202" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
<path d="M104.985 134.387L93.3307 137.51" stroke="#FFA000" stroke-width="3.08202" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path d="M132.5 122.66C134.157 122.66 135.5 121.317 135.5 119.66C135.5 118.003 134.157 116.66 132.5 116.66C130.843 116.66 129.5 118.003 129.5 119.66C129.5 121.317 130.843 122.66 132.5 122.66Z" stroke="#FFC25C" stroke-width="2"/>
|
|
23
|
+
<path d="M163.5 138.66C165.157 138.66 166.5 137.317 166.5 135.66C166.5 134.003 165.157 132.66 163.5 132.66C161.843 132.66 160.5 134.003 160.5 135.66C160.5 137.317 161.843 138.66 163.5 138.66Z" fill="#FFC25C"/>
|
|
24
|
+
<path d="M140.258 130.417L148.616 138.776M148.743 130.417L140.385 138.776L148.743 130.417Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
<path d="M53.5 97.6602C51.8431 97.6602 50.5 96.317 50.5 94.6602C50.5 93.0033 51.8431 91.6602 53.5 91.6602C55.1569 91.6602 56.5 93.0033 56.5 94.6602C56.5 96.317 55.1569 97.6602 53.5 97.6602Z" stroke="#FFC25C" stroke-width="2"/>
|
|
26
|
+
<path d="M22.5 113.66C20.8431 113.66 19.5 112.317 19.5 110.66C19.5 109.003 20.8431 107.66 22.5 107.66C24.1569 107.66 25.5 109.003 25.5 110.66C25.5 112.317 24.1569 113.66 22.5 113.66Z" fill="#FFC25C"/>
|
|
27
|
+
<path d="M45.7422 105.417L37.384 113.776M37.2569 105.417L45.6151 113.776L37.2569 105.417Z" stroke="#FFC25C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default CoEmptyState1;
|
|
2
|
+
type CoEmptyState1 = SvelteComponent<{
|
|
3
|
+
[x: string]: never;
|
|
4
|
+
}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> & {
|
|
7
|
+
$$bindings?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
declare const CoEmptyState1: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
+
[x: string]: never;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}, {}, string>;
|
|
14
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
+
$$bindings?: Bindings;
|
|
17
|
+
} & Exports;
|
|
18
|
+
(internal: unknown, props: {
|
|
19
|
+
$$events?: Events;
|
|
20
|
+
$$slots?: Slots;
|
|
21
|
+
}): Exports & {
|
|
22
|
+
$set?: any;
|
|
23
|
+
$on?: any;
|
|
24
|
+
};
|
|
25
|
+
z_$$bindings?: Bindings;
|
|
26
|
+
}
|