@cloudparker/moldex.js 0.0.92 → 0.0.94
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/actions/badge.d.ts +0 -1
- package/dist/actions/badge.js +0 -1
- package/dist/actions/ripple.css +17 -0
- package/dist/actions/ripple.d.ts +1 -1
- package/dist/actions/ripple.js +1 -1
- package/dist/services/dialog/dialog-service.d.ts +0 -3
- package/dist/tailwind.css +1 -1
- package/dist/views/core/button/components/button/button.svelte +0 -1
- package/dist/views/core/button/components/button/button.svelte.d.ts +2 -18
- package/dist/views/core/button/components/button-back/button-back.svelte.d.ts +4 -18
- package/dist/views/core/button/components/button-close/button-close.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-close-icon/button-close-icon.svelte.d.ts +4 -18
- package/dist/views/core/button/components/button-dropdown/button-dropdown.svelte +1 -2
- package/dist/views/core/button/components/button-dropdown/button-dropdown.svelte.d.ts +3 -18
- package/dist/views/core/button/components/button-list-item/button-list-item.svelte +1 -2
- package/dist/views/core/button/components/button-list-item/button-list-item.svelte.d.ts +2 -18
- package/dist/views/core/button/components/button-menu/button-menu.svelte.d.ts +5 -18
- package/dist/views/core/button/components/button-ok/button-ok.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-search/button-search.svelte.d.ts +5 -18
- package/dist/views/core/common/components/content-area/content-area.svelte.d.ts +7 -20
- package/dist/views/core/common/components/loading/loading.svelte.d.ts +4 -18
- package/dist/views/core/dialog/components/cropper-dialog/cropper-dialog.svelte.d.ts +3 -17
- package/dist/views/core/dialog/components/dialog/dialog.svelte +24 -30
- package/dist/views/core/dialog/components/dialog/dialog.svelte.d.ts +3 -19
- package/dist/views/core/dialog/components/loading-dialog/loading-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/msg-dialog/msg-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/number-field-dialog/number-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/picker-dialog/picker-dialog.svelte.d.ts +3 -17
- package/dist/views/core/dialog/components/text-field-dialog/text-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/textarea-field-dialog/textarea-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/drawer/components/drawer/drawer.svelte +1 -2
- package/dist/views/core/drawer/components/drawer/drawer.svelte.d.ts +6 -20
- package/dist/views/core/icon/components/icon/icon.svelte +0 -1
- package/dist/views/core/icon/components/icon/icon.svelte.d.ts +4 -19
- package/dist/views/core/icon/components/icon-circle/icon-circle.svelte.d.ts +4 -18
- package/dist/views/core/input/components/checkbox-field/checkbox-field.svelte.d.ts +5 -19
- package/dist/views/core/input/components/color-field/color-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/combobox-field/combobox-field.svelte.d.ts +3 -17
- package/dist/views/core/input/components/date-field/date-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/datetime-field/datetime-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/email-field/email-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/file-field/file-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/input-field/input-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/label/label.svelte.d.ts +4 -18
- package/dist/views/core/input/components/number-field/number-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/password-field/password-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/phone-field/phone-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/radio-field/radio-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/range-field/range-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/search-field/search-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/text-field/text-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/textarea-field/textarea-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/time-field/time-field.svelte.d.ts +2 -17
- package/dist/views/core/navbar/components/navbar/navbar.svelte +0 -1
- package/dist/views/core/navbar/components/navbar/navbar.svelte.d.ts +2 -18
- package/dist/views/core/no-data/components/no-data/no-data.svelte +0 -1
- package/dist/views/core/no-data/components/no-data/no-data.svelte.d.ts +6 -20
- package/dist/views/core/pagination/components/pagination/pagination.svelte +0 -1
- package/dist/views/core/pagination/components/pagination/pagination.svelte.d.ts +4 -19
- package/dist/views/core/progressbar/components/progressbar/progressbar.svelte +1 -2
- package/dist/views/core/progressbar/components/progressbar/progressbar.svelte.d.ts +4 -19
- package/dist/views/core/ruler/components/vertical-ruler/verticcal-ruler.svelte +1 -2
- package/dist/views/core/ruler/components/vertical-ruler/verticcal-ruler.svelte.d.ts +4 -19
- package/dist/views/core/screen-detector/components/screen-detector.svelte.d.ts +2 -17
- package/dist/views/core/sidebar/components/sidebar.svelte.d.ts +7 -20
- package/dist/views/core/spinner/components/spinner/spinner.svelte +1 -2
- package/dist/views/core/spinner/components/spinner/spinner.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-await/text-await.svelte +1 -2
- package/dist/views/core/text/components/text-await/text-await.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-copy/text-copy.svelte +1 -2
- package/dist/views/core/text/components/text-copy/text-copy.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-currency/text-currency.svelte +1 -2
- package/dist/views/core/text/components/text-currency/text-currency.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-date/text-date.svelte +1 -2
- package/dist/views/core/text/components/text-date/text-date.svelte.d.ts +5 -20
- package/dist/views/core/text/components/text-email/text-email.svelte +1 -2
- package/dist/views/core/text/components/text-email/text-email.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-html/text-html.svelte +1 -2
- package/dist/views/core/text/components/text-html/text-html.svelte.d.ts +4 -19
- package/dist/views/core/text/components/text-phone/text-phone.svelte +0 -1
- package/dist/views/core/text/components/text-phone/text-phone.svelte.d.ts +4 -19
- package/dist/views/core/toast/components/toast/toast.svelte +1 -2
- package/dist/views/core/toast/components/toast/toast.svelte.d.ts +2 -18
- package/dist/views/extra/fields/country-combobox-field.svelte.d.ts +5 -18
- package/dist/views/extra/loaders/country-loader.svelte.d.ts +4 -18
- package/dist/views/extra/texts/text-country-state.svelte.d.ts +4 -18
- package/dist/views/extra/texts/text-country.svelte.d.ts +4 -18
- package/package.json +1 -1
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextAwait: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input?: Promise<any | null> | undefined;
|
|
17
3
|
key?: string;
|
|
18
4
|
hasTitle?: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
type TextAwait = InstanceType<typeof TextAwait>;
|
|
5
|
+
};
|
|
6
|
+
declare const TextAwait: import("svelte").Component<PropsType, {}, "">;
|
|
7
|
+
type TextAwait = ReturnType<typeof TextAwait>;
|
|
23
8
|
export default TextAwait;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<script lang="ts">import "
|
|
2
|
-
import Button from "../../../button/components/button/button.svelte";
|
|
1
|
+
<script lang="ts">import Button from "../../../button/components/button/button.svelte";
|
|
3
2
|
import { copyToClipboard, showToast } from "../../../../../services/index.js";
|
|
4
3
|
import { mdiContentCopy } from "../../../icon";
|
|
5
4
|
let {
|
|
@@ -1,25 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextCopy: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input: string;
|
|
17
3
|
containerClassName?: string;
|
|
18
4
|
buttonClassName?: string;
|
|
19
5
|
iconClassName?: string;
|
|
20
6
|
iconPath?: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
type TextCopy = InstanceType<typeof TextCopy>;
|
|
7
|
+
};
|
|
8
|
+
declare const TextCopy: import("svelte").Component<PropsType, {}, "">;
|
|
9
|
+
type TextCopy = ReturnType<typeof TextCopy>;
|
|
25
10
|
export default TextCopy;
|
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextCurrency: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input: number;
|
|
17
3
|
symbol: string;
|
|
18
4
|
hasSymbol: boolean;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
type TextCurrency = InstanceType<typeof TextCurrency>;
|
|
5
|
+
};
|
|
6
|
+
declare const TextCurrency: import("svelte").Component<PropsType, {}, "">;
|
|
7
|
+
type TextCurrency = ReturnType<typeof TextCurrency>;
|
|
23
8
|
export default TextCurrency;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<script lang="ts">import "../../../../../
|
|
2
|
-
import { dateFormat, dateToAgo, toDate } from "../../../../../services";
|
|
1
|
+
<script lang="ts">import { dateFormat, dateToAgo, toDate } from "../../../../../services";
|
|
3
2
|
import { BROWSER } from "esm-env";
|
|
4
3
|
let { input, format = "DD-MM-YYYY hh:mm a" } = $props();
|
|
5
4
|
let dateString = $state("");
|
|
@@ -1,25 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextDate: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input: Date | number | string | {
|
|
17
3
|
seconds: number;
|
|
18
4
|
nanoseconds: number;
|
|
19
5
|
};
|
|
20
|
-
format?:
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
type TextDate = InstanceType<typeof TextDate>;
|
|
6
|
+
format?: 'ago' | string;
|
|
7
|
+
};
|
|
8
|
+
declare const TextDate: import("svelte").Component<PropsType, {}, "">;
|
|
9
|
+
type TextDate = ReturnType<typeof TextDate>;
|
|
25
10
|
export default TextDate;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<script lang="ts">import "../../../../../
|
|
2
|
-
import { ripple } from "../../../../../actions";
|
|
1
|
+
<script lang="ts">import { ripple } from "../../../../../actions";
|
|
3
2
|
import { Icon, mdiEmailOutline } from "../../../icon";
|
|
4
3
|
let { input, buttonClassName, iconClassName, iconPath = mdiEmailOutline } = $props();
|
|
5
4
|
</script>
|
|
@@ -1,24 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextEmail: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input: string;
|
|
17
3
|
buttonClassName?: string;
|
|
18
4
|
iconPath?: string;
|
|
19
5
|
iconClassName?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type TextEmail = InstanceType<typeof TextEmail>;
|
|
6
|
+
};
|
|
7
|
+
declare const TextEmail: import("svelte").Component<PropsType, {}, "">;
|
|
8
|
+
type TextEmail = ReturnType<typeof TextEmail>;
|
|
24
9
|
export default TextEmail;
|
|
@@ -1,21 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextHtml: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type $$ComponentProps = {
|
|
16
2
|
input: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type TextHtml = InstanceType<typeof TextHtml>;
|
|
3
|
+
};
|
|
4
|
+
declare const TextHtml: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
5
|
+
type TextHtml = ReturnType<typeof TextHtml>;
|
|
21
6
|
export default TextHtml;
|
|
@@ -1,24 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
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> {
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const TextPhone: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
input: string;
|
|
17
3
|
buttonClassName?: string;
|
|
18
4
|
iconPath?: string;
|
|
19
5
|
iconClassName?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type TextPhone = InstanceType<typeof TextPhone>;
|
|
6
|
+
};
|
|
7
|
+
declare const TextPhone: import("svelte").Component<PropsType, {}, "">;
|
|
8
|
+
type TextPhone = ReturnType<typeof TextPhone>;
|
|
24
9
|
export default TextPhone;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<script module lang="ts"></script>
|
|
2
2
|
|
|
3
|
-
<script lang="ts">
|
|
4
|
-
let isPlaced = $state(false);
|
|
3
|
+
<script lang="ts">let isPlaced = $state(false);
|
|
5
4
|
let isOpened = $state(false);
|
|
6
5
|
let { id, msg, duration = 3e3, className, children } = $props();
|
|
7
6
|
export function openToast() {
|
|
@@ -6,25 +6,9 @@ export type ToastPropsType = {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
children?: Snippet;
|
|
8
8
|
};
|
|
9
|
-
import
|
|
10
|
-
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> {
|
|
11
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
12
|
-
$$bindings?: Bindings;
|
|
13
|
-
} & Exports;
|
|
14
|
-
(internal: unknown, props: Props & {
|
|
15
|
-
$$events?: Events;
|
|
16
|
-
$$slots?: Slots;
|
|
17
|
-
}): Exports & {
|
|
18
|
-
$set?: any;
|
|
19
|
-
$on?: any;
|
|
20
|
-
};
|
|
21
|
-
z_$$bindings?: Bindings;
|
|
22
|
-
}
|
|
23
|
-
declare const Toast: $$__sveltets_2_IsomorphicComponent<ToastPropsType, {
|
|
24
|
-
[evt: string]: CustomEvent<any>;
|
|
25
|
-
}, {}, {
|
|
9
|
+
declare const Toast: import("svelte").Component<ToastPropsType, {
|
|
26
10
|
openToast: () => void;
|
|
27
11
|
closeClose: () => void;
|
|
28
12
|
}, "">;
|
|
29
|
-
type Toast =
|
|
13
|
+
type Toast = ReturnType<typeof Toast>;
|
|
30
14
|
export default Toast;
|
|
@@ -1,21 +1,8 @@
|
|
|
1
1
|
import type { ComboboxFieldProps, InputFieldProps } from '../../core';
|
|
2
|
-
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const CountryComboboxField: $$__sveltets_2_IsomorphicComponent<ComboboxFieldProps & InputFieldProps & {
|
|
2
|
+
type Props = {
|
|
16
3
|
value?: any;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type CountryComboboxField =
|
|
4
|
+
};
|
|
5
|
+
type $$ComponentProps = ComboboxFieldProps & InputFieldProps & Props;
|
|
6
|
+
declare const CountryComboboxField: import("svelte").Component<$$ComponentProps, {}, "value">;
|
|
7
|
+
type CountryComboboxField = ReturnType<typeof CountryComboboxField>;
|
|
21
8
|
export default CountryComboboxField;
|
|
@@ -4,27 +4,13 @@ export type Country = {
|
|
|
4
4
|
name: string;
|
|
5
5
|
};
|
|
6
6
|
import type { Snippet } from 'svelte';
|
|
7
|
-
|
|
8
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
9
|
-
$$bindings?: Bindings;
|
|
10
|
-
} & Exports;
|
|
11
|
-
(internal: unknown, props: Props & {
|
|
12
|
-
$$events?: Events;
|
|
13
|
-
$$slots?: Slots;
|
|
14
|
-
}): Exports & {
|
|
15
|
-
$set?: any;
|
|
16
|
-
$on?: any;
|
|
17
|
-
};
|
|
18
|
-
z_$$bindings?: Bindings;
|
|
19
|
-
}
|
|
20
|
-
declare const CountryLoader: $$__sveltets_2_IsomorphicComponent<{
|
|
7
|
+
type Props = {
|
|
21
8
|
countries?: Country[];
|
|
22
9
|
onLoad?: (countries?: Country[]) => void;
|
|
23
10
|
children?: Snippet;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
}, {}, {
|
|
11
|
+
};
|
|
12
|
+
declare const CountryLoader: import("svelte").Component<Props, {
|
|
27
13
|
loadCountries: () => Promise<void>;
|
|
28
14
|
}, "countries">;
|
|
29
|
-
type CountryLoader =
|
|
15
|
+
type CountryLoader = ReturnType<typeof CountryLoader>;
|
|
30
16
|
export default CountryLoader;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: Props & {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const TextCountryState: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type $$ComponentProps = {
|
|
15
2
|
input: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
type TextCountryState = InstanceType<typeof TextCountryState>;
|
|
3
|
+
};
|
|
4
|
+
declare const TextCountryState: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
5
|
+
type TextCountryState = ReturnType<typeof TextCountryState>;
|
|
20
6
|
export default TextCountryState;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: Props & {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const TextCountry: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type Props = {
|
|
15
2
|
input?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
type TextCountry = InstanceType<typeof TextCountry>;
|
|
3
|
+
};
|
|
4
|
+
declare const TextCountry: import("svelte").Component<Props, {}, "">;
|
|
5
|
+
type TextCountry = ReturnType<typeof TextCountry>;
|
|
20
6
|
export default TextCountry;
|