@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
|
@@ -4,7 +4,6 @@ import ButtonClose from "../../../button/components/button-close-icon/button-clo
|
|
|
4
4
|
|
|
5
5
|
<script lang="ts">import Button from "../../../button/components/button/button.svelte";
|
|
6
6
|
import {} from "svelte";
|
|
7
|
-
import "../../../../../tailwind.css";
|
|
8
7
|
import { mdiArrowLeft, mdiClose } from "../../../icon";
|
|
9
8
|
import { DialogSizeEnum, isMobileScreen } from "../../../../../services";
|
|
10
9
|
let {
|
|
@@ -183,9 +182,10 @@ function handleOkClick(event) {
|
|
|
183
182
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
|
184
183
|
<div
|
|
185
184
|
tabindex="-1"
|
|
186
|
-
class="relative flex flex-col
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
class="relative flex flex-col transform overflow-hidden bg-base-50 dark:bg-base-800 text-left transition-all outline-none {size ==
|
|
186
|
+
DialogSizeEnum.FULL
|
|
187
|
+
? 'max-h-dvh'
|
|
188
|
+
: 'max-h-[90dvh]'} {screenSizeClassNameMap[size]} {isOpened
|
|
189
189
|
? 'ease-out duration-300 opacity-100 translate-y-0 sm:scale-100'
|
|
190
190
|
: 'ease-in duration-200 opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95'} {size == 'full'
|
|
191
191
|
? ''
|
|
@@ -223,32 +223,26 @@ function handleOkClick(event) {
|
|
|
223
223
|
</div>
|
|
224
224
|
{/if}
|
|
225
225
|
</div>
|
|
226
|
-
|
|
227
|
-
{
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
iconPath={headerCloseIconPath}
|
|
247
|
-
iconClassName={headerCloseIconClassName}
|
|
248
|
-
onClick={handleClose}
|
|
249
|
-
/>
|
|
250
|
-
{/if}
|
|
251
|
-
</div>
|
|
226
|
+
{#if headerSnippet}
|
|
227
|
+
{@render headerSnippet()}
|
|
228
|
+
{/if}
|
|
229
|
+
{#if hasHeaderOkButton}
|
|
230
|
+
<Button
|
|
231
|
+
appearance="border"
|
|
232
|
+
className=" {headerOkButtonClassName}"
|
|
233
|
+
iconPath={headerOkButtonIconPath}
|
|
234
|
+
iconClassName=" text-primary {headerOkButtonIconClassName}"
|
|
235
|
+
onClick={handleClose}
|
|
236
|
+
/>
|
|
237
|
+
{/if}
|
|
238
|
+
{#if hasHeaderClose}
|
|
239
|
+
<ButtonClose
|
|
240
|
+
className={headerCloseButtonClassName}
|
|
241
|
+
iconPath={headerCloseIconPath}
|
|
242
|
+
iconClassName={headerCloseIconClassName}
|
|
243
|
+
onClick={handleClose}
|
|
244
|
+
/>
|
|
245
|
+
{/if}
|
|
252
246
|
</div>
|
|
253
247
|
{/if}
|
|
254
248
|
|
|
@@ -71,25 +71,9 @@ export type DialogExports = {
|
|
|
71
71
|
setFooterSnippet: (snippet: Snippet) => void;
|
|
72
72
|
setDialogTitle: (title: string) => void;
|
|
73
73
|
};
|
|
74
|
-
import { type Snippet } from 'svelte';
|
|
75
|
-
import '../../../../../tailwind.css';
|
|
74
|
+
import { type Component as ComponetType, type Snippet } from 'svelte';
|
|
76
75
|
import { DialogSizeEnum } from '../../../../../services';
|
|
77
|
-
|
|
78
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
79
|
-
$$bindings?: Bindings;
|
|
80
|
-
} & Exports;
|
|
81
|
-
(internal: unknown, props: Props & {
|
|
82
|
-
$$events?: Events;
|
|
83
|
-
$$slots?: Slots;
|
|
84
|
-
}): Exports & {
|
|
85
|
-
$set?: any;
|
|
86
|
-
$on?: any;
|
|
87
|
-
};
|
|
88
|
-
z_$$bindings?: Bindings;
|
|
89
|
-
}
|
|
90
|
-
declare const Dialog: $$__sveltets_2_IsomorphicComponent<DialogProps, {
|
|
91
|
-
[evt: string]: CustomEvent<any>;
|
|
92
|
-
}, {}, {
|
|
76
|
+
declare const Dialog: ComponetType<DialogProps, {
|
|
93
77
|
toggleDialog: () => void;
|
|
94
78
|
openDialog: () => void;
|
|
95
79
|
closeDialog: (value?: any) => Promise<any>;
|
|
@@ -104,5 +88,5 @@ declare const Dialog: $$__sveltets_2_IsomorphicComponent<DialogProps, {
|
|
|
104
88
|
setFooterSnippet: (snippet: Snippet) => void;
|
|
105
89
|
setDialogTitle: (dialogTitle: string) => void;
|
|
106
90
|
}, "">;
|
|
107
|
-
type Dialog =
|
|
91
|
+
type Dialog = ReturnType<typeof Dialog>;
|
|
108
92
|
export default Dialog;
|
|
@@ -1,25 +1,12 @@
|
|
|
1
1
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
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 LoadingDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PropsType = {
|
|
16
3
|
msg?: string;
|
|
17
4
|
msgClassName?: string;
|
|
18
5
|
spinnerClassName?: string;
|
|
19
6
|
containerClassName?: string;
|
|
20
7
|
className?: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
type LoadingDialog =
|
|
8
|
+
};
|
|
9
|
+
type $$ComponentProps = PropsType & DialogExports;
|
|
10
|
+
declare const LoadingDialog: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
11
|
+
type LoadingDialog = ReturnType<typeof LoadingDialog>;
|
|
25
12
|
export default LoadingDialog;
|
|
@@ -1,22 +1,9 @@
|
|
|
1
1
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
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 MsgDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PropsType = {
|
|
16
3
|
className?: string;
|
|
17
4
|
msg?: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
type MsgDialog =
|
|
5
|
+
};
|
|
6
|
+
type $$ComponentProps = PropsType & DialogExports;
|
|
7
|
+
declare const MsgDialog: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
8
|
+
type MsgDialog = ReturnType<typeof MsgDialog>;
|
|
22
9
|
export default MsgDialog;
|
package/dist/views/core/dialog/components/number-field-dialog/number-field-dialog.svelte.d.ts
CHANGED
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
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 NumberFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PropsType = {
|
|
16
3
|
value?: number;
|
|
17
4
|
label?: string;
|
|
18
5
|
name?: string;
|
|
@@ -20,8 +7,8 @@ declare const NumberFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
|
20
7
|
className?: string;
|
|
21
8
|
autofocus?: boolean;
|
|
22
9
|
required?: boolean;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
type NumberFieldDialog =
|
|
10
|
+
};
|
|
11
|
+
type $$ComponentProps = PropsType & DialogExports;
|
|
12
|
+
declare const NumberFieldDialog: import("svelte").Component<$$ComponentProps, {}, "value">;
|
|
13
|
+
type NumberFieldDialog = ReturnType<typeof NumberFieldDialog>;
|
|
27
14
|
export default NumberFieldDialog;
|
|
@@ -21,21 +21,7 @@ export type PickerDialogProps = {
|
|
|
21
21
|
};
|
|
22
22
|
import { type Snippet } from 'svelte';
|
|
23
23
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
} & Exports;
|
|
28
|
-
(internal: unknown, props: Props & {
|
|
29
|
-
$$events?: Events;
|
|
30
|
-
$$slots?: Slots;
|
|
31
|
-
}): Exports & {
|
|
32
|
-
$set?: any;
|
|
33
|
-
$on?: any;
|
|
34
|
-
};
|
|
35
|
-
z_$$bindings?: Bindings;
|
|
36
|
-
}
|
|
37
|
-
declare const PickerDialog: $$__sveltets_2_IsomorphicComponent<DialogExports & PickerDialogProps, {
|
|
38
|
-
[evt: string]: CustomEvent<any>;
|
|
39
|
-
}, {}, {}, "">;
|
|
40
|
-
type PickerDialog = InstanceType<typeof PickerDialog>;
|
|
24
|
+
type $$ComponentProps = DialogExports & PickerDialogProps;
|
|
25
|
+
declare const PickerDialog: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
26
|
+
type PickerDialog = ReturnType<typeof PickerDialog>;
|
|
41
27
|
export default PickerDialog;
|
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import type { InputValue } from '../../../input/components/input-field/input-field.svelte';
|
|
2
2
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
3
|
-
|
|
4
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
5
|
-
$$bindings?: Bindings;
|
|
6
|
-
} & Exports;
|
|
7
|
-
(internal: unknown, props: Props & {
|
|
8
|
-
$$events?: Events;
|
|
9
|
-
$$slots?: Slots;
|
|
10
|
-
}): Exports & {
|
|
11
|
-
$set?: any;
|
|
12
|
-
$on?: any;
|
|
13
|
-
};
|
|
14
|
-
z_$$bindings?: Bindings;
|
|
15
|
-
}
|
|
16
|
-
declare const TextFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
3
|
+
type PropsType = {
|
|
17
4
|
value?: InputValue;
|
|
18
5
|
label?: string;
|
|
19
6
|
name?: string;
|
|
@@ -21,8 +8,8 @@ declare const TextFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
|
21
8
|
className?: string;
|
|
22
9
|
autofocus?: boolean;
|
|
23
10
|
required?: boolean;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
type TextFieldDialog =
|
|
11
|
+
};
|
|
12
|
+
type $$ComponentProps = PropsType & DialogExports;
|
|
13
|
+
declare const TextFieldDialog: import("svelte").Component<$$ComponentProps, {}, "value">;
|
|
14
|
+
type TextFieldDialog = ReturnType<typeof TextFieldDialog>;
|
|
28
15
|
export default TextFieldDialog;
|
package/dist/views/core/dialog/components/textarea-field-dialog/textarea-field-dialog.svelte.d.ts
CHANGED
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import type { InputValue } from '../../../input/components/input-field/input-field.svelte';
|
|
2
2
|
import type { DialogExports } from '../dialog/dialog.svelte';
|
|
3
|
-
|
|
4
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
5
|
-
$$bindings?: Bindings;
|
|
6
|
-
} & Exports;
|
|
7
|
-
(internal: unknown, props: Props & {
|
|
8
|
-
$$events?: Events;
|
|
9
|
-
$$slots?: Slots;
|
|
10
|
-
}): Exports & {
|
|
11
|
-
$set?: any;
|
|
12
|
-
$on?: any;
|
|
13
|
-
};
|
|
14
|
-
z_$$bindings?: Bindings;
|
|
15
|
-
}
|
|
16
|
-
declare const TextareaFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
3
|
+
type PropsType = {
|
|
17
4
|
value?: InputValue;
|
|
18
5
|
label?: string;
|
|
19
6
|
name?: string;
|
|
@@ -21,8 +8,8 @@ declare const TextareaFieldDialog: $$__sveltets_2_IsomorphicComponent<{
|
|
|
21
8
|
className?: string;
|
|
22
9
|
autofocus?: boolean;
|
|
23
10
|
required?: boolean;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
type TextareaFieldDialog =
|
|
11
|
+
};
|
|
12
|
+
type $$ComponentProps = PropsType & DialogExports;
|
|
13
|
+
declare const TextareaFieldDialog: import("svelte").Component<$$ComponentProps, {}, "value">;
|
|
14
|
+
type TextareaFieldDialog = ReturnType<typeof TextareaFieldDialog>;
|
|
28
15
|
export default TextareaFieldDialog;
|
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import type { Snippet } from 'svelte';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
5
|
-
$$bindings?: Bindings;
|
|
6
|
-
} & Exports;
|
|
7
|
-
(internal: unknown, props: Props & {
|
|
8
|
-
$$events?: Events;
|
|
9
|
-
$$slots?: Slots;
|
|
10
|
-
}): Exports & {
|
|
11
|
-
$set?: any;
|
|
12
|
-
$on?: any;
|
|
13
|
-
};
|
|
14
|
-
z_$$bindings?: Bindings;
|
|
15
|
-
}
|
|
16
|
-
declare const Drawer: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PositionType = 'left' | 'right' | 'top' | 'bottom';
|
|
3
|
+
type PropsType = {
|
|
17
4
|
backdropClassName?: string;
|
|
18
5
|
children?: Snippet;
|
|
19
6
|
className?: string;
|
|
@@ -21,13 +8,12 @@ declare const Drawer: $$__sveltets_2_IsomorphicComponent<{
|
|
|
21
8
|
drawerClassName?: string;
|
|
22
9
|
floatingSnippet?: Snippet;
|
|
23
10
|
id?: string;
|
|
24
|
-
position?:
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
}, {}, {
|
|
11
|
+
position?: PositionType;
|
|
12
|
+
};
|
|
13
|
+
declare const Drawer: import("svelte").Component<PropsType, {
|
|
28
14
|
toggleDrawer: () => void;
|
|
29
15
|
openDrawer: () => void;
|
|
30
16
|
closeDrawer: () => void;
|
|
31
17
|
}, "">;
|
|
32
|
-
type Drawer =
|
|
18
|
+
type Drawer = ReturnType<typeof Drawer>;
|
|
33
19
|
export default Drawer;
|
|
@@ -1,18 +1,4 @@
|
|
|
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 Icon: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type IconPropsType = {
|
|
16
2
|
path: string;
|
|
17
3
|
className?: string;
|
|
18
4
|
sizeClassName?: string;
|
|
@@ -20,8 +6,7 @@ declare const Icon: $$__sveltets_2_IsomorphicComponent<{
|
|
|
20
6
|
fill?: string;
|
|
21
7
|
viewBox?: string;
|
|
22
8
|
color?: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
type Icon = InstanceType<typeof Icon>;
|
|
9
|
+
};
|
|
10
|
+
declare const Icon: import("svelte").Component<IconPropsType, {}, "">;
|
|
11
|
+
type Icon = ReturnType<typeof Icon>;
|
|
27
12
|
export default Icon;
|
|
@@ -1,22 +1,8 @@
|
|
|
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 IconCircle: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type Props = {
|
|
15
2
|
iconPath?: string;
|
|
16
3
|
iconClassName?: string;
|
|
17
4
|
circleClassName?: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
type IconCircle = InstanceType<typeof IconCircle>;
|
|
5
|
+
};
|
|
6
|
+
declare const IconCircle: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type IconCircle = ReturnType<typeof IconCircle>;
|
|
22
8
|
export default IconCircle;
|
|
@@ -1,17 +1,4 @@
|
|
|
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 CheckboxField: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type CheckboxPropsType = {
|
|
15
2
|
className?: string;
|
|
16
3
|
containerClassName?: string;
|
|
17
4
|
desc?: string;
|
|
@@ -21,13 +8,12 @@ declare const CheckboxField: $$__sveltets_2_IsomorphicComponent<{
|
|
|
21
8
|
labelClassName?: string;
|
|
22
9
|
name?: string;
|
|
23
10
|
onChange?: (value: boolean) => void;
|
|
24
|
-
position?:
|
|
11
|
+
position?: 'left' | 'right';
|
|
25
12
|
value?: boolean;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
}, {}, {
|
|
13
|
+
};
|
|
14
|
+
declare const CheckboxField: import("svelte").Component<CheckboxPropsType, {
|
|
29
15
|
getElement: () => HTMLInputElement | null;
|
|
30
16
|
select: () => void | null;
|
|
31
17
|
}, "value">;
|
|
32
|
-
type CheckboxField =
|
|
18
|
+
type CheckboxField = ReturnType<typeof CheckboxField>;
|
|
33
19
|
export default CheckboxField;
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
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 ColorField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
value?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}, {}, {
|
|
4
|
+
};
|
|
5
|
+
declare const ColorField: import("svelte").Component<$$ComponentProps, {
|
|
20
6
|
focus: () => void;
|
|
21
7
|
getElement: () => any;
|
|
22
8
|
select: () => any;
|
|
23
9
|
}, "value">;
|
|
24
|
-
type ColorField =
|
|
10
|
+
type ColorField = ReturnType<typeof ColorField>;
|
|
25
11
|
export default ColorField;
|
|
@@ -47,23 +47,9 @@ export type ComboboxFieldProps = {
|
|
|
47
47
|
};
|
|
48
48
|
import type { Snippet } from 'svelte';
|
|
49
49
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
$$bindings?: Bindings;
|
|
53
|
-
} & Exports;
|
|
54
|
-
(internal: unknown, props: Props & {
|
|
55
|
-
$$events?: Events;
|
|
56
|
-
$$slots?: Slots;
|
|
57
|
-
}): Exports & {
|
|
58
|
-
$set?: any;
|
|
59
|
-
$on?: any;
|
|
60
|
-
};
|
|
61
|
-
z_$$bindings?: Bindings;
|
|
62
|
-
}
|
|
63
|
-
declare const ComboboxField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & ComboboxFieldProps, {
|
|
64
|
-
[evt: string]: CustomEvent<any>;
|
|
65
|
-
}, {}, {
|
|
50
|
+
type $$ComponentProps = InputFieldProps & ComboboxFieldProps;
|
|
51
|
+
declare const ComboboxField: import("svelte").Component<$$ComponentProps, {
|
|
66
52
|
focus: () => void;
|
|
67
53
|
}, "value">;
|
|
68
|
-
type ComboboxField =
|
|
54
|
+
type ComboboxField = ReturnType<typeof ComboboxField>;
|
|
69
55
|
export default ComboboxField;
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
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 DateField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
value?: Date | string | number | null | undefined;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}, {}, {
|
|
4
|
+
};
|
|
5
|
+
declare const DateField: import("svelte").Component<$$ComponentProps, {
|
|
20
6
|
focus: () => void;
|
|
21
7
|
getElement: () => any;
|
|
22
8
|
select: () => void;
|
|
23
9
|
}, "value">;
|
|
24
|
-
type DateField =
|
|
10
|
+
type DateField = ReturnType<typeof DateField>;
|
|
25
11
|
export default DateField;
|
|
@@ -1,23 +1,8 @@
|
|
|
1
1
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
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 DatetimeField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {}, {
|
|
2
|
+
declare const DatetimeField: import("svelte").Component<InputFieldProps, {
|
|
18
3
|
focus: () => void;
|
|
19
4
|
getElement: () => any;
|
|
20
5
|
select: () => void;
|
|
21
6
|
}, "value">;
|
|
22
|
-
type DatetimeField =
|
|
7
|
+
type DatetimeField = ReturnType<typeof DatetimeField>;
|
|
23
8
|
export default DatetimeField;
|
|
@@ -1,23 +1,8 @@
|
|
|
1
1
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
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 EmailField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {}, {
|
|
2
|
+
declare const EmailField: import("svelte").Component<InputFieldProps, {
|
|
18
3
|
focus: () => void;
|
|
19
4
|
getElement: () => any;
|
|
20
5
|
select: () => void;
|
|
21
6
|
}, "value">;
|
|
22
|
-
type EmailField =
|
|
7
|
+
type EmailField = ReturnType<typeof EmailField>;
|
|
23
8
|
export default EmailField;
|
|
@@ -1,27 +1,13 @@
|
|
|
1
1
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
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 FileField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
accepts?: string;
|
|
17
4
|
multiple?: boolean;
|
|
18
5
|
value?: File | File[] | null;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
}, {}, {
|
|
6
|
+
};
|
|
7
|
+
declare const FileField: import("svelte").Component<$$ComponentProps, {
|
|
22
8
|
focus: () => void;
|
|
23
9
|
getElement: () => any;
|
|
24
10
|
select: () => void;
|
|
25
11
|
}, "value">;
|
|
26
|
-
type FileField =
|
|
12
|
+
type FileField = ReturnType<typeof FileField>;
|
|
27
13
|
export default FileField;
|