@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
|
@@ -59,26 +59,11 @@ export type InputFieldProps = {
|
|
|
59
59
|
};
|
|
60
60
|
import type { Snippet } from 'svelte';
|
|
61
61
|
import type { HTMLInputTypeAttribute, AriaRole } from 'svelte/elements';
|
|
62
|
-
|
|
63
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
64
|
-
$$bindings?: Bindings;
|
|
65
|
-
} & Exports;
|
|
66
|
-
(internal: unknown, props: Props & {
|
|
67
|
-
$$events?: Events;
|
|
68
|
-
$$slots?: Slots;
|
|
69
|
-
}): Exports & {
|
|
70
|
-
$set?: any;
|
|
71
|
-
$on?: any;
|
|
72
|
-
};
|
|
73
|
-
z_$$bindings?: Bindings;
|
|
74
|
-
}
|
|
75
|
-
declare const InputField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
76
|
-
[evt: string]: CustomEvent<any>;
|
|
77
|
-
}, {}, {
|
|
62
|
+
declare const InputField: import("svelte").Component<InputFieldProps, {
|
|
78
63
|
focus: () => void;
|
|
79
64
|
getElement: () => HTMLInputElement | HTMLTextAreaElement | null;
|
|
80
65
|
select: () => void | null;
|
|
81
66
|
getBoundingClientRect: () => DOMRect | undefined;
|
|
82
67
|
}, "value">;
|
|
83
|
-
type InputField =
|
|
68
|
+
type InputField = ReturnType<typeof InputField>;
|
|
84
69
|
export default InputField;
|
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
import type { Snippet } from '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 Label: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PropsType = {
|
|
16
3
|
forName?: string;
|
|
17
4
|
label?: string;
|
|
18
5
|
className?: string;
|
|
@@ -21,8 +8,7 @@ declare const Label: $$__sveltets_2_IsomorphicComponent<{
|
|
|
21
8
|
requiredSymbolColor?: string;
|
|
22
9
|
requiredSymbol?: string;
|
|
23
10
|
hasRequiredSymbol?: boolean;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
type Label = InstanceType<typeof Label>;
|
|
11
|
+
};
|
|
12
|
+
declare const Label: import("svelte").Component<PropsType, {}, "">;
|
|
13
|
+
type Label = ReturnType<typeof Label>;
|
|
28
14
|
export default Label;
|
|
@@ -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 NumberField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {}, {
|
|
2
|
+
declare const NumberField: import("svelte").Component<InputFieldProps, {
|
|
18
3
|
focus: () => void;
|
|
19
4
|
getElement: () => any;
|
|
20
5
|
select: () => void;
|
|
21
6
|
}, "value">;
|
|
22
|
-
type NumberField =
|
|
7
|
+
type NumberField = ReturnType<typeof NumberField>;
|
|
23
8
|
export default NumberField;
|
|
@@ -1,26 +1,12 @@
|
|
|
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 PasswordField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
buttonClassName?: string;
|
|
17
4
|
iconClassName?: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
}, {}, {
|
|
5
|
+
};
|
|
6
|
+
declare const PasswordField: import("svelte").Component<$$ComponentProps, {
|
|
21
7
|
focus: () => void;
|
|
22
8
|
getElement: () => any;
|
|
23
9
|
select: () => void;
|
|
24
10
|
}, "value">;
|
|
25
|
-
type PasswordField =
|
|
11
|
+
type PasswordField = ReturnType<typeof PasswordField>;
|
|
26
12
|
export default PasswordField;
|
|
@@ -20,28 +20,14 @@ export type EasyCountryDataType = {
|
|
|
20
20
|
}) => CountryType;
|
|
21
21
|
};
|
|
22
22
|
import { type InputFieldProps } from '../input-field/input-field.svelte';
|
|
23
|
-
|
|
24
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
25
|
-
$$bindings?: Bindings;
|
|
26
|
-
} & Exports;
|
|
27
|
-
(internal: unknown, props: Props & {
|
|
28
|
-
$$events?: Events;
|
|
29
|
-
$$slots?: Slots;
|
|
30
|
-
}): Exports & {
|
|
31
|
-
$set?: any;
|
|
32
|
-
$on?: any;
|
|
33
|
-
};
|
|
34
|
-
z_$$bindings?: Bindings;
|
|
35
|
-
}
|
|
36
|
-
declare const PhoneField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
23
|
+
type $$ComponentProps = InputFieldProps & {
|
|
37
24
|
buttonClassName?: string;
|
|
38
25
|
dialCode?: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
}, {}, {
|
|
26
|
+
};
|
|
27
|
+
declare const PhoneField: import("svelte").Component<$$ComponentProps, {
|
|
42
28
|
focus: () => void;
|
|
43
29
|
getElement: () => any;
|
|
44
30
|
select: () => void;
|
|
45
31
|
}, "value" | "dialCode">;
|
|
46
|
-
type PhoneField =
|
|
32
|
+
type PhoneField = ReturnType<typeof PhoneField>;
|
|
47
33
|
export default PhoneField;
|
|
@@ -27,21 +27,6 @@ export type RadioPropsType = {
|
|
|
27
27
|
descClassName?: string;
|
|
28
28
|
onChange?: (value: RadioValuetype) => void;
|
|
29
29
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
$$bindings?: Bindings;
|
|
33
|
-
} & Exports;
|
|
34
|
-
(internal: unknown, props: Props & {
|
|
35
|
-
$$events?: Events;
|
|
36
|
-
$$slots?: Slots;
|
|
37
|
-
}): Exports & {
|
|
38
|
-
$set?: any;
|
|
39
|
-
$on?: any;
|
|
40
|
-
};
|
|
41
|
-
z_$$bindings?: Bindings;
|
|
42
|
-
}
|
|
43
|
-
declare const RadioField: $$__sveltets_2_IsomorphicComponent<RadioPropsType, {
|
|
44
|
-
[evt: string]: CustomEvent<any>;
|
|
45
|
-
}, {}, {}, "value">;
|
|
46
|
-
type RadioField = InstanceType<typeof RadioField>;
|
|
30
|
+
declare const RadioField: import("svelte").Component<RadioPropsType, {}, "value">;
|
|
31
|
+
type RadioField = ReturnType<typeof RadioField>;
|
|
47
32
|
export default RadioField;
|
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
import { type InputFieldSize } 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 RangeField: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type RangeFieldPropsType = {
|
|
16
3
|
id?: string;
|
|
17
4
|
name?: string;
|
|
18
5
|
className?: string;
|
|
@@ -26,12 +13,11 @@ declare const RangeField: $$__sveltets_2_IsomorphicComponent<{
|
|
|
26
13
|
oninput?: (ev: any) => void;
|
|
27
14
|
onfocus?: (ev: any) => void;
|
|
28
15
|
onblur?: (ev: any) => void;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
}, {}, {
|
|
16
|
+
};
|
|
17
|
+
declare const RangeField: import("svelte").Component<RangeFieldPropsType, {
|
|
32
18
|
getElement: () => HTMLInputElement | null;
|
|
33
19
|
focus: () => void | null;
|
|
34
20
|
select: () => void | null;
|
|
35
21
|
}, "value">;
|
|
36
|
-
type RangeField =
|
|
22
|
+
type RangeField = ReturnType<typeof RangeField>;
|
|
37
23
|
export default RangeField;
|
|
@@ -1,26 +1,12 @@
|
|
|
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 SearchField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
iconClassName?: string;
|
|
17
4
|
onSearch?: (value: string) => void;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
}, {}, {
|
|
5
|
+
};
|
|
6
|
+
declare const SearchField: import("svelte").Component<$$ComponentProps, {
|
|
21
7
|
focus: () => void;
|
|
22
8
|
getElement: () => any;
|
|
23
9
|
select: () => void;
|
|
24
10
|
}, "value">;
|
|
25
|
-
type SearchField =
|
|
11
|
+
type SearchField = ReturnType<typeof SearchField>;
|
|
26
12
|
export default SearchField;
|
|
@@ -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 TextField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
|
|
2
|
+
type $$ComponentProps = InputFieldProps & {
|
|
16
3
|
value?: string | null | undefined;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}, {}, {
|
|
4
|
+
};
|
|
5
|
+
declare const TextField: import("svelte").Component<$$ComponentProps, {
|
|
20
6
|
focus: () => void;
|
|
21
7
|
getElement: () => any;
|
|
22
8
|
select: () => any;
|
|
23
9
|
}, "value">;
|
|
24
|
-
type TextField =
|
|
10
|
+
type TextField = ReturnType<typeof TextField>;
|
|
25
11
|
export default TextField;
|
|
@@ -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 TextareaField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {}, {
|
|
2
|
+
declare const TextareaField: import("svelte").Component<InputFieldProps, {
|
|
18
3
|
focus: () => void;
|
|
19
4
|
getElement: () => any;
|
|
20
5
|
select: () => any;
|
|
21
6
|
}, "value">;
|
|
22
|
-
type TextareaField =
|
|
7
|
+
type TextareaField = ReturnType<typeof TextareaField>;
|
|
23
8
|
export default TextareaField;
|
|
@@ -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 TimeField: $$__sveltets_2_IsomorphicComponent<InputFieldProps, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {}, {
|
|
2
|
+
declare const TimeField: import("svelte").Component<InputFieldProps, {
|
|
18
3
|
focus: () => void;
|
|
19
4
|
getElement: () => any;
|
|
20
5
|
select: () => any;
|
|
21
6
|
}, "value">;
|
|
22
|
-
type TimeField =
|
|
7
|
+
type TimeField = ReturnType<typeof TimeField>;
|
|
23
8
|
export default TimeField;
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
<script lang="ts">import ButtonBack from "../../../button/components/button-back/button-back.svelte";
|
|
4
4
|
import Button from "../../../button/components/button/button.svelte";
|
|
5
5
|
import { Icon, mdiMenu } from "../../../icon";
|
|
6
|
-
import "../../../../../tailwind.css";
|
|
7
6
|
let {
|
|
8
7
|
disabledLogo,
|
|
9
8
|
backButtonClassName,
|
|
@@ -33,22 +33,6 @@ export type NavbarProps = {
|
|
|
33
33
|
titleClassName?: string;
|
|
34
34
|
};
|
|
35
35
|
import type { Snippet } from 'svelte';
|
|
36
|
-
import
|
|
37
|
-
|
|
38
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
39
|
-
$$bindings?: Bindings;
|
|
40
|
-
} & Exports;
|
|
41
|
-
(internal: unknown, props: Props & {
|
|
42
|
-
$$events?: Events;
|
|
43
|
-
$$slots?: Slots;
|
|
44
|
-
}): Exports & {
|
|
45
|
-
$set?: any;
|
|
46
|
-
$on?: any;
|
|
47
|
-
};
|
|
48
|
-
z_$$bindings?: Bindings;
|
|
49
|
-
}
|
|
50
|
-
declare const Navbar: $$__sveltets_2_IsomorphicComponent<NavbarProps, {
|
|
51
|
-
[evt: string]: CustomEvent<any>;
|
|
52
|
-
}, {}, {}, "">;
|
|
53
|
-
type Navbar = InstanceType<typeof Navbar>;
|
|
36
|
+
declare const Navbar: import("svelte").Component<NavbarProps, {}, "">;
|
|
37
|
+
type Navbar = ReturnType<typeof Navbar>;
|
|
54
38
|
export default Navbar;
|
|
@@ -1,27 +1,13 @@
|
|
|
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 NoData: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PlacementType = 'top' | 'bottom' | 'left' | 'right';
|
|
3
|
+
type PropsType = {
|
|
17
4
|
message?: string;
|
|
18
5
|
className?: string;
|
|
19
6
|
iconPath?: string;
|
|
20
7
|
iconClassName?: string;
|
|
21
|
-
iconPlacement?:
|
|
8
|
+
iconPlacement?: PlacementType;
|
|
22
9
|
children?: Snippet;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
type NoData = InstanceType<typeof NoData>;
|
|
10
|
+
};
|
|
11
|
+
declare const NoData: import("svelte").Component<PropsType, {}, "">;
|
|
12
|
+
type NoData = ReturnType<typeof NoData>;
|
|
27
13
|
export default NoData;
|
|
@@ -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 Pagination: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
length?: number;
|
|
17
3
|
pageIndex?: number;
|
|
18
4
|
pageSize?: number;
|
|
@@ -23,8 +9,7 @@ declare const Pagination: $$__sveltets_2_IsomorphicComponent<{
|
|
|
23
9
|
disbaleSizeMenuButton?: boolean;
|
|
24
10
|
onPageSizeChange?: (size: number) => void;
|
|
25
11
|
onPageIndexChange?: (index: number) => void;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
type Pagination = InstanceType<typeof Pagination>;
|
|
12
|
+
};
|
|
13
|
+
declare const Pagination: import("svelte").Component<PropsType, {}, "">;
|
|
14
|
+
type Pagination = ReturnType<typeof Pagination>;
|
|
30
15
|
export default Pagination;
|
|
@@ -1,26 +1,11 @@
|
|
|
1
|
-
import '../../../../../tailwind.css';
|
|
2
1
|
import type { Snippet } from '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 Progressbar: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type PropsType = {
|
|
17
3
|
className?: string;
|
|
18
4
|
backgroundClassName?: string;
|
|
19
5
|
value?: number;
|
|
20
6
|
showValue?: boolean;
|
|
21
7
|
children?: Snippet;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
type Progressbar = InstanceType<typeof Progressbar>;
|
|
8
|
+
};
|
|
9
|
+
declare const Progressbar: import("svelte").Component<PropsType, {}, "">;
|
|
10
|
+
type Progressbar = ReturnType<typeof Progressbar>;
|
|
26
11
|
export default Progressbar;
|
|
@@ -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 VerticcalRuler: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
className?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type VerticcalRuler = InstanceType<typeof VerticcalRuler>;
|
|
3
|
+
};
|
|
4
|
+
declare const VerticcalRuler: import("svelte").Component<PropsType, {}, "">;
|
|
5
|
+
type VerticcalRuler = ReturnType<typeof VerticcalRuler>;
|
|
21
6
|
export default VerticcalRuler;
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const ScreenDetector: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
-
[evt: string]: CustomEvent<any>;
|
|
16
|
-
}, {}, {}, "">;
|
|
17
|
-
type ScreenDetector = InstanceType<typeof ScreenDetector>;
|
|
1
|
+
declare const ScreenDetector: import("svelte").Component<Record<string, never>, {}, "">;
|
|
2
|
+
type ScreenDetector = ReturnType<typeof ScreenDetector>;
|
|
18
3
|
export default ScreenDetector;
|
|
@@ -1,25 +1,12 @@
|
|
|
1
1
|
import type { Snippet } from 'svelte';
|
|
2
|
-
|
|
3
|
-
|
|
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 Sidebar: $$__sveltets_2_IsomorphicComponent<{
|
|
2
|
+
type BreakpointType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
|
+
type PropsType = {
|
|
16
4
|
children?: Snippet;
|
|
17
5
|
className?: string;
|
|
18
6
|
id?: string;
|
|
19
|
-
responsiveBreakpoint?:
|
|
20
|
-
position?:
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
type Sidebar = InstanceType<typeof Sidebar>;
|
|
7
|
+
responsiveBreakpoint?: BreakpointType;
|
|
8
|
+
position?: 'left' | 'right';
|
|
9
|
+
};
|
|
10
|
+
declare const Sidebar: import("svelte").Component<PropsType, {}, "">;
|
|
11
|
+
type Sidebar = ReturnType<typeof Sidebar>;
|
|
25
12
|
export default Sidebar;
|
|
@@ -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 Spinner: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type PropsType = {
|
|
16
2
|
className?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type Spinner = InstanceType<typeof Spinner>;
|
|
3
|
+
};
|
|
4
|
+
declare const Spinner: import("svelte").Component<PropsType, {}, "">;
|
|
5
|
+
type Spinner = ReturnType<typeof Spinner>;
|
|
21
6
|
export default Spinner;
|