@cloudparker/moldex.js 0.0.93 → 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.
Files changed (64) hide show
  1. package/dist/services/dialog/dialog-service.d.ts +0 -3
  2. package/dist/tailwind.css +1 -1
  3. package/dist/views/core/button/components/button/button.svelte.d.ts +2 -17
  4. package/dist/views/core/button/components/button-back/button-back.svelte.d.ts +4 -18
  5. package/dist/views/core/button/components/button-close/button-close.svelte.d.ts +2 -17
  6. package/dist/views/core/button/components/button-close-icon/button-close-icon.svelte.d.ts +4 -18
  7. package/dist/views/core/button/components/button-dropdown/button-dropdown.svelte.d.ts +3 -17
  8. package/dist/views/core/button/components/button-list-item/button-list-item.svelte.d.ts +2 -17
  9. package/dist/views/core/button/components/button-menu/button-menu.svelte.d.ts +5 -18
  10. package/dist/views/core/button/components/button-ok/button-ok.svelte.d.ts +2 -17
  11. package/dist/views/core/button/components/button-search/button-search.svelte.d.ts +5 -18
  12. package/dist/views/core/common/components/content-area/content-area.svelte.d.ts +7 -20
  13. package/dist/views/core/common/components/loading/loading.svelte.d.ts +4 -18
  14. package/dist/views/core/dialog/components/cropper-dialog/cropper-dialog.svelte.d.ts +3 -17
  15. package/dist/views/core/dialog/components/dialog/dialog.svelte +24 -29
  16. package/dist/views/core/dialog/components/dialog/dialog.svelte.d.ts +3 -18
  17. package/dist/views/core/dialog/components/loading-dialog/loading-dialog.svelte.d.ts +5 -18
  18. package/dist/views/core/dialog/components/msg-dialog/msg-dialog.svelte.d.ts +5 -18
  19. package/dist/views/core/dialog/components/number-field-dialog/number-field-dialog.svelte.d.ts +5 -18
  20. package/dist/views/core/dialog/components/picker-dialog/picker-dialog.svelte.d.ts +3 -17
  21. package/dist/views/core/dialog/components/text-field-dialog/text-field-dialog.svelte.d.ts +5 -18
  22. package/dist/views/core/dialog/components/textarea-field-dialog/textarea-field-dialog.svelte.d.ts +5 -18
  23. package/dist/views/core/drawer/components/drawer/drawer.svelte.d.ts +6 -19
  24. package/dist/views/core/icon/components/icon/icon.svelte.d.ts +4 -18
  25. package/dist/views/core/icon/components/icon-circle/icon-circle.svelte.d.ts +4 -18
  26. package/dist/views/core/input/components/checkbox-field/checkbox-field.svelte.d.ts +5 -19
  27. package/dist/views/core/input/components/color-field/color-field.svelte.d.ts +4 -18
  28. package/dist/views/core/input/components/combobox-field/combobox-field.svelte.d.ts +3 -17
  29. package/dist/views/core/input/components/date-field/date-field.svelte.d.ts +4 -18
  30. package/dist/views/core/input/components/datetime-field/datetime-field.svelte.d.ts +2 -17
  31. package/dist/views/core/input/components/email-field/email-field.svelte.d.ts +2 -17
  32. package/dist/views/core/input/components/file-field/file-field.svelte.d.ts +4 -18
  33. package/dist/views/core/input/components/input-field/input-field.svelte.d.ts +2 -17
  34. package/dist/views/core/input/components/label/label.svelte.d.ts +4 -18
  35. package/dist/views/core/input/components/number-field/number-field.svelte.d.ts +2 -17
  36. package/dist/views/core/input/components/password-field/password-field.svelte.d.ts +4 -18
  37. package/dist/views/core/input/components/phone-field/phone-field.svelte.d.ts +4 -18
  38. package/dist/views/core/input/components/radio-field/radio-field.svelte.d.ts +2 -17
  39. package/dist/views/core/input/components/range-field/range-field.svelte.d.ts +4 -18
  40. package/dist/views/core/input/components/search-field/search-field.svelte.d.ts +4 -18
  41. package/dist/views/core/input/components/text-field/text-field.svelte.d.ts +4 -18
  42. package/dist/views/core/input/components/textarea-field/textarea-field.svelte.d.ts +2 -17
  43. package/dist/views/core/input/components/time-field/time-field.svelte.d.ts +2 -17
  44. package/dist/views/core/navbar/components/navbar/navbar.svelte.d.ts +2 -17
  45. package/dist/views/core/no-data/components/no-data/no-data.svelte.d.ts +6 -19
  46. package/dist/views/core/pagination/components/pagination/pagination.svelte.d.ts +4 -18
  47. package/dist/views/core/progressbar/components/progressbar/progressbar.svelte.d.ts +4 -18
  48. package/dist/views/core/ruler/components/vertical-ruler/verticcal-ruler.svelte.d.ts +4 -18
  49. package/dist/views/core/screen-detector/components/screen-detector.svelte.d.ts +2 -17
  50. package/dist/views/core/sidebar/components/sidebar.svelte.d.ts +7 -20
  51. package/dist/views/core/spinner/components/spinner/spinner.svelte.d.ts +4 -18
  52. package/dist/views/core/text/components/text-await/text-await.svelte.d.ts +4 -18
  53. package/dist/views/core/text/components/text-copy/text-copy.svelte.d.ts +4 -18
  54. package/dist/views/core/text/components/text-currency/text-currency.svelte.d.ts +4 -18
  55. package/dist/views/core/text/components/text-date/text-date.svelte.d.ts +5 -19
  56. package/dist/views/core/text/components/text-email/text-email.svelte.d.ts +4 -18
  57. package/dist/views/core/text/components/text-html/text-html.svelte.d.ts +4 -18
  58. package/dist/views/core/text/components/text-phone/text-phone.svelte.d.ts +4 -18
  59. package/dist/views/core/toast/components/toast/toast.svelte.d.ts +2 -17
  60. package/dist/views/extra/fields/country-combobox-field.svelte.d.ts +5 -18
  61. package/dist/views/extra/loaders/country-loader.svelte.d.ts +4 -18
  62. package/dist/views/extra/texts/text-country-state.svelte.d.ts +4 -18
  63. package/dist/views/extra/texts/text-country.svelte.d.ts +4 -18
  64. package/package.json +1 -1
@@ -20,28 +20,14 @@ export type EasyCountryDataType = {
20
20
  }) => CountryType;
21
21
  };
22
22
  import { type InputFieldProps } from '../input-field/input-field.svelte';
23
- 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> {
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
- [evt: string]: CustomEvent<any>;
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 = InstanceType<typeof 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
- 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> {
31
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
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
- 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 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
- [evt: string]: CustomEvent<any>;
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 = InstanceType<typeof 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
- 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 SearchField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
2
+ type $$ComponentProps = InputFieldProps & {
16
3
  iconClassName?: string;
17
4
  onSearch?: (value: string) => void;
18
- }, {
19
- [evt: string]: CustomEvent<any>;
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 = InstanceType<typeof 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
- 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 TextField: $$__sveltets_2_IsomorphicComponent<InputFieldProps & {
2
+ type $$ComponentProps = InputFieldProps & {
16
3
  value?: string | null | undefined;
17
- }, {
18
- [evt: string]: CustomEvent<any>;
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 = InstanceType<typeof 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
- 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 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 = InstanceType<typeof 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
- 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 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 = InstanceType<typeof TimeField>;
7
+ type TimeField = ReturnType<typeof TimeField>;
23
8
  export default TimeField;
@@ -33,21 +33,6 @@ export type NavbarProps = {
33
33
  titleClassName?: string;
34
34
  };
35
35
  import type { Snippet } from 'svelte';
36
- 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> {
37
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
38
- $$bindings?: Bindings;
39
- } & Exports;
40
- (internal: unknown, props: Props & {
41
- $$events?: Events;
42
- $$slots?: Slots;
43
- }): Exports & {
44
- $set?: any;
45
- $on?: any;
46
- };
47
- z_$$bindings?: Bindings;
48
- }
49
- declare const Navbar: $$__sveltets_2_IsomorphicComponent<NavbarProps, {
50
- [evt: string]: CustomEvent<any>;
51
- }, {}, {}, "">;
52
- type Navbar = InstanceType<typeof Navbar>;
36
+ declare const Navbar: import("svelte").Component<NavbarProps, {}, "">;
37
+ type Navbar = ReturnType<typeof Navbar>;
53
38
  export default Navbar;
@@ -1,26 +1,13 @@
1
1
  import type { Snippet } from 'svelte';
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 NoData: $$__sveltets_2_IsomorphicComponent<{
2
+ type PlacementType = 'top' | 'bottom' | 'left' | 'right';
3
+ type PropsType = {
16
4
  message?: string;
17
5
  className?: string;
18
6
  iconPath?: string;
19
7
  iconClassName?: string;
20
- iconPlacement?: "left" | "right" | "top" | "bottom";
8
+ iconPlacement?: PlacementType;
21
9
  children?: Snippet;
22
- }, {
23
- [evt: string]: CustomEvent<any>;
24
- }, {}, {}, "">;
25
- type NoData = InstanceType<typeof NoData>;
10
+ };
11
+ declare const NoData: import("svelte").Component<PropsType, {}, "">;
12
+ type NoData = ReturnType<typeof NoData>;
26
13
  export default NoData;
@@ -1,17 +1,4 @@
1
- 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> {
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 Pagination: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  length?: number;
16
3
  pageIndex?: number;
17
4
  pageSize?: number;
@@ -22,8 +9,7 @@ declare const Pagination: $$__sveltets_2_IsomorphicComponent<{
22
9
  disbaleSizeMenuButton?: boolean;
23
10
  onPageSizeChange?: (size: number) => void;
24
11
  onPageIndexChange?: (index: number) => void;
25
- }, {
26
- [evt: string]: CustomEvent<any>;
27
- }, {}, {}, "">;
28
- type Pagination = InstanceType<typeof Pagination>;
12
+ };
13
+ declare const Pagination: import("svelte").Component<PropsType, {}, "">;
14
+ type Pagination = ReturnType<typeof Pagination>;
29
15
  export default Pagination;
@@ -1,25 +1,11 @@
1
1
  import type { Snippet } from 'svelte';
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 Progressbar: $$__sveltets_2_IsomorphicComponent<{
2
+ type PropsType = {
16
3
  className?: string;
17
4
  backgroundClassName?: string;
18
5
  value?: number;
19
6
  showValue?: boolean;
20
7
  children?: Snippet;
21
- }, {
22
- [evt: string]: CustomEvent<any>;
23
- }, {}, {}, "">;
24
- type Progressbar = InstanceType<typeof Progressbar>;
8
+ };
9
+ declare const Progressbar: import("svelte").Component<PropsType, {}, "">;
10
+ type Progressbar = ReturnType<typeof Progressbar>;
25
11
  export default Progressbar;
@@ -1,20 +1,6 @@
1
- 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> {
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 VerticcalRuler: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  className?: string;
16
- }, {
17
- [evt: string]: CustomEvent<any>;
18
- }, {}, {}, "">;
19
- type VerticcalRuler = InstanceType<typeof VerticcalRuler>;
3
+ };
4
+ declare const VerticcalRuler: import("svelte").Component<PropsType, {}, "">;
5
+ type VerticcalRuler = ReturnType<typeof VerticcalRuler>;
20
6
  export default VerticcalRuler;
@@ -1,18 +1,3 @@
1
- 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> {
2
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
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
- 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 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?: "lg" | "md" | "sm" | "xs" | "xl" | "2xl";
20
- position?: "left" | "right";
21
- }, {
22
- [evt: string]: CustomEvent<any>;
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,20 +1,6 @@
1
- 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> {
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 Spinner: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  className?: string;
16
- }, {
17
- [evt: string]: CustomEvent<any>;
18
- }, {}, {}, "">;
19
- type Spinner = InstanceType<typeof Spinner>;
3
+ };
4
+ declare const Spinner: import("svelte").Component<PropsType, {}, "">;
5
+ type Spinner = ReturnType<typeof Spinner>;
20
6
  export default Spinner;
@@ -1,22 +1,8 @@
1
- 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> {
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 TextAwait: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input?: Promise<any | null> | undefined;
16
3
  key?: string;
17
4
  hasTitle?: string;
18
- }, {
19
- [evt: string]: CustomEvent<any>;
20
- }, {}, {}, "">;
21
- type TextAwait = InstanceType<typeof TextAwait>;
5
+ };
6
+ declare const TextAwait: import("svelte").Component<PropsType, {}, "">;
7
+ type TextAwait = ReturnType<typeof TextAwait>;
22
8
  export default TextAwait;
@@ -1,24 +1,10 @@
1
- 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> {
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 TextCopy: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input: string;
16
3
  containerClassName?: string;
17
4
  buttonClassName?: string;
18
5
  iconClassName?: string;
19
6
  iconPath?: string;
20
- }, {
21
- [evt: string]: CustomEvent<any>;
22
- }, {}, {}, "">;
23
- type TextCopy = InstanceType<typeof TextCopy>;
7
+ };
8
+ declare const TextCopy: import("svelte").Component<PropsType, {}, "">;
9
+ type TextCopy = ReturnType<typeof TextCopy>;
24
10
  export default TextCopy;
@@ -1,22 +1,8 @@
1
- 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> {
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 TextCurrency: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input: number;
16
3
  symbol: string;
17
4
  hasSymbol: boolean;
18
- }, {
19
- [evt: string]: CustomEvent<any>;
20
- }, {}, {}, "">;
21
- type TextCurrency = InstanceType<typeof TextCurrency>;
5
+ };
6
+ declare const TextCurrency: import("svelte").Component<PropsType, {}, "">;
7
+ type TextCurrency = ReturnType<typeof TextCurrency>;
22
8
  export default TextCurrency;
@@ -1,24 +1,10 @@
1
- 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> {
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 TextDate: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input: Date | number | string | {
16
3
  seconds: number;
17
4
  nanoseconds: number;
18
5
  };
19
- format?: "ago" | string;
20
- }, {
21
- [evt: string]: CustomEvent<any>;
22
- }, {}, {}, "">;
23
- type TextDate = InstanceType<typeof TextDate>;
6
+ format?: 'ago' | string;
7
+ };
8
+ declare const TextDate: import("svelte").Component<PropsType, {}, "">;
9
+ type TextDate = ReturnType<typeof TextDate>;
24
10
  export default TextDate;
@@ -1,23 +1,9 @@
1
- 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> {
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 TextEmail: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input: string;
16
3
  buttonClassName?: string;
17
4
  iconPath?: string;
18
5
  iconClassName?: string;
19
- }, {
20
- [evt: string]: CustomEvent<any>;
21
- }, {}, {}, "">;
22
- type TextEmail = InstanceType<typeof TextEmail>;
6
+ };
7
+ declare const TextEmail: import("svelte").Component<PropsType, {}, "">;
8
+ type TextEmail = ReturnType<typeof TextEmail>;
23
9
  export default TextEmail;
@@ -1,20 +1,6 @@
1
- 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> {
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 TextHtml: $$__sveltets_2_IsomorphicComponent<{
1
+ type $$ComponentProps = {
15
2
  input: string;
16
- }, {
17
- [evt: string]: CustomEvent<any>;
18
- }, {}, {}, "">;
19
- type TextHtml = InstanceType<typeof TextHtml>;
3
+ };
4
+ declare const TextHtml: import("svelte").Component<$$ComponentProps, {}, "">;
5
+ type TextHtml = ReturnType<typeof TextHtml>;
20
6
  export default TextHtml;
@@ -1,23 +1,9 @@
1
- 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> {
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 TextPhone: $$__sveltets_2_IsomorphicComponent<{
1
+ type PropsType = {
15
2
  input: string;
16
3
  buttonClassName?: string;
17
4
  iconPath?: string;
18
5
  iconClassName?: string;
19
- }, {
20
- [evt: string]: CustomEvent<any>;
21
- }, {}, {}, "">;
22
- type TextPhone = InstanceType<typeof TextPhone>;
6
+ };
7
+ declare const TextPhone: import("svelte").Component<PropsType, {}, "">;
8
+ type TextPhone = ReturnType<typeof TextPhone>;
23
9
  export default TextPhone;