@likable-hair/svelte 3.0.83 → 3.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/composed/buttons/ActivableButton.svelte.d.ts +2 -2
- package/dist/components/composed/common/MenuOrDrawer.svelte.d.ts +2 -2
- package/dist/components/composed/common/MenuOrDrawerOptions.svelte.d.ts +2 -2
- package/dist/components/composed/common/ToolTip.svelte.d.ts +2 -2
- package/dist/components/composed/forms/AsyncAutocomplete.svelte.d.ts +2 -2
- package/dist/components/composed/forms/AvatarDropdown.svelte.d.ts +2 -2
- package/dist/components/composed/forms/ConfirmOrCancelButtons.svelte.d.ts +2 -2
- package/dist/components/composed/forms/CountriesAutocomplete.svelte.d.ts +2 -2
- package/dist/components/composed/forms/DatePickerTextField.svelte.d.ts +2 -2
- package/dist/components/composed/forms/Dropdown.svelte.d.ts +2 -2
- package/dist/components/composed/forms/IconsDropdown.svelte.d.ts +2 -2
- package/dist/components/composed/forms/YearPickerTextField.svelte.d.ts +2 -2
- package/dist/components/composed/list/PaginatedTable.svelte.d.ts +2 -2
- package/dist/components/composed/list/Paginator.svelte.d.ts +2 -2
- package/dist/components/composed/progress/HorizontalStackedProgress.svelte.d.ts +2 -2
- package/dist/components/composed/search/FilterEditor.svelte.d.ts +2 -2
- package/dist/components/composed/search/Filters.svelte.d.ts +2 -2
- package/dist/components/composed/search/GlobalSearchTextField.svelte.d.ts +2 -2
- package/dist/components/composed/search/MobileFilterEditor.svelte.d.ts +2 -2
- package/dist/components/composed/search/SearchBar.svelte.d.ts +2 -2
- package/dist/components/composed/search/SearchResults.svelte.d.ts +2 -2
- package/dist/components/composed/shop/ProductCard.svelte.d.ts +2 -2
- package/dist/components/composed/shop/ProductsGrid.svelte.d.ts +2 -2
- package/dist/components/layouts/CollapsibleSideBarLayout.svelte +1 -0
- package/dist/components/layouts/CollapsibleSideBarLayout.svelte.d.ts +2 -2
- package/dist/components/layouts/StableDividedSideBarLayout.svelte.d.ts +2 -2
- package/dist/components/layouts/UnstableDividedSideBarLayout.svelte.d.ts +2 -2
- package/dist/components/simple/buttons/Button.svelte.d.ts +2 -2
- package/dist/components/simple/buttons/LinkButton.svelte.d.ts +2 -2
- package/dist/components/simple/charts/GanymedeLineChart.svelte +53 -21
- package/dist/components/simple/charts/GanymedeLineChart.svelte.d.ts +4 -2
- package/dist/components/simple/common/Card.svelte.d.ts +2 -2
- package/dist/components/simple/common/CollapsibleDivider.svelte.d.ts +2 -2
- package/dist/components/simple/common/Gesture.svelte.d.ts +2 -2
- package/dist/components/simple/common/IntersectionObserver.svelte.d.ts +2 -2
- package/dist/components/simple/common/MediaQuery.svelte.d.ts +2 -2
- package/dist/components/simple/common/Menu.svelte +4 -1
- package/dist/components/simple/common/Menu.svelte.d.ts +2 -2
- package/dist/components/simple/common/Playground.svelte.d.ts +2 -2
- package/dist/components/simple/dashboards/DashboardGridShaper.svelte.d.ts +2 -2
- package/dist/components/simple/dates/Calendar.svelte.d.ts +2 -2
- package/dist/components/simple/dates/DatePicker.svelte.d.ts +2 -2
- package/dist/components/simple/dates/MonthSelector.svelte.d.ts +2 -2
- package/dist/components/simple/dates/TimePicker.svelte +0 -2
- package/dist/components/simple/dates/TimePicker.svelte.d.ts +2 -2
- package/dist/components/simple/dates/TimePickerTextField.svelte.d.ts +2 -2
- package/dist/components/simple/dates/YearSelector.svelte.d.ts +2 -2
- package/dist/components/simple/dialogs/Dialog.svelte.d.ts +2 -2
- package/dist/components/simple/forms/Autocomplete.svelte +2 -2
- package/dist/components/simple/forms/Autocomplete.svelte.d.ts +2 -2
- package/dist/components/simple/forms/Checkbox.svelte.d.ts +2 -2
- package/dist/components/simple/forms/FileInput.svelte.d.ts +2 -2
- package/dist/components/simple/forms/FileInputList.svelte.d.ts +2 -2
- package/dist/components/simple/forms/SimpleTextField.svelte.d.ts +2 -2
- package/dist/components/simple/forms/Switch.svelte.d.ts +2 -2
- package/dist/components/simple/forms/Textarea.svelte.d.ts +2 -2
- package/dist/components/simple/forms/Textfield.svelte.d.ts +2 -2
- package/dist/components/simple/forms/TreeEditor.svelte.d.ts +2 -2
- package/dist/components/simple/forms/TreeEditorItem.svelte.d.ts +2 -2
- package/dist/components/simple/forms/VerticalSwitch.svelte.d.ts +2 -2
- package/dist/components/simple/forms/VerticalTextSwitch.svelte.d.ts +2 -2
- package/dist/components/simple/lists/ColorInvertedSelector.svelte.d.ts +2 -2
- package/dist/components/simple/lists/SelectableMenuList.svelte.d.ts +2 -2
- package/dist/components/simple/lists/SelectableVerticalList.svelte.d.ts +2 -2
- package/dist/components/simple/lists/SidebarMenuList.svelte.d.ts +2 -2
- package/dist/components/simple/lists/SimpleTable.svelte.d.ts +2 -2
- package/dist/components/simple/loaders/CircularLoader.svelte.d.ts +2 -2
- package/dist/components/simple/loaders/Skeleton.svelte.d.ts +2 -2
- package/dist/components/simple/media/AttachmentDownloader.svelte.d.ts +2 -2
- package/dist/components/simple/media/Avatar.svelte.d.ts +2 -2
- package/dist/components/simple/media/Carousel.svelte.d.ts +2 -2
- package/dist/components/simple/media/DescriptiveAvatar.svelte.d.ts +2 -2
- package/dist/components/simple/media/FlagIcon.svelte.d.ts +2 -2
- package/dist/components/simple/media/Gallery.svelte.d.ts +2 -2
- package/dist/components/simple/media/Icon.svelte.d.ts +2 -2
- package/dist/components/simple/media/Image.svelte.d.ts +2 -2
- package/dist/components/simple/media/ImageGrid.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/Breadcrumb.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/Chip.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/Drawer.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/HeaderMenu.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/Navigator.svelte.d.ts +2 -2
- package/dist/components/simple/navigation/TabSwitcher.svelte.d.ts +2 -2
- package/dist/components/simple/notifiers/AlertBanner.svelte.d.ts +2 -2
- package/dist/components/simple/progress/ProgressBar.svelte.d.ts +2 -2
- package/dist/components/simple/timeline/SimpleTimeLine.svelte.d.ts +2 -2
- package/dist/components/simple/typography/Code.svelte.d.ts +2 -2
- package/package.json +9 -7
|
@@ -130,7 +130,10 @@ $:
|
|
|
130
130
|
}
|
|
131
131
|
$:
|
|
132
132
|
if (!!_width && !!activator && !!menuElement) {
|
|
133
|
-
|
|
133
|
+
setTimeout(() => {
|
|
134
|
+
if (!!activator && !!menuElement)
|
|
135
|
+
calculateMenuPosition({ activator, menuElement });
|
|
136
|
+
}, 1);
|
|
134
137
|
}
|
|
135
138
|
$:
|
|
136
139
|
if (refreshPosition && !!activator && !!menuElement) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import { type FadeParams, type FlyParams, type SlideParams, type TransitionConfig } from "svelte/transition";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -38,6 +38,6 @@ declare const __propDef: {
|
|
|
38
38
|
export type MenuProps = typeof __propDef.props;
|
|
39
39
|
export type MenuEvents = typeof __propDef.events;
|
|
40
40
|
export type MenuSlots = typeof __propDef.slots;
|
|
41
|
-
export default class Menu extends
|
|
41
|
+
export default class Menu extends SvelteComponent<MenuProps, MenuEvents, MenuSlots> {
|
|
42
42
|
}
|
|
43
43
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
@@ -12,6 +12,6 @@ declare const __propDef: {
|
|
|
12
12
|
export type PlaygroundProps = typeof __propDef.props;
|
|
13
13
|
export type PlaygroundEvents = typeof __propDef.events;
|
|
14
14
|
export type PlaygroundSlots = typeof __propDef.slots;
|
|
15
|
-
export default class Playground extends
|
|
15
|
+
export default class Playground extends SvelteComponent<PlaygroundProps, PlaygroundEvents, PlaygroundSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: Record<string, never>;
|
|
4
4
|
events: {
|
|
@@ -9,6 +9,6 @@ declare const __propDef: {
|
|
|
9
9
|
export type DashboardGridShaperProps = typeof __propDef.props;
|
|
10
10
|
export type DashboardGridShaperEvents = typeof __propDef.events;
|
|
11
11
|
export type DashboardGridShaperSlots = typeof __propDef.slots;
|
|
12
|
-
export default class DashboardGridShaper extends
|
|
12
|
+
export default class DashboardGridShaper extends SvelteComponent<DashboardGridShaperProps, DashboardGridShaperEvents, DashboardGridShaperSlots> {
|
|
13
13
|
}
|
|
14
14
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './Calendar.css';
|
|
4
4
|
import type { DateStat, Locale } from "./utils";
|
|
@@ -41,6 +41,6 @@ declare const __propDef: {
|
|
|
41
41
|
export type CalendarProps = typeof __propDef.props;
|
|
42
42
|
export type CalendarEvents = typeof __propDef.events;
|
|
43
43
|
export type CalendarSlots = typeof __propDef.slots;
|
|
44
|
-
export default class Calendar extends
|
|
44
|
+
export default class Calendar extends SvelteComponent<CalendarProps, CalendarEvents, CalendarSlots> {
|
|
45
45
|
}
|
|
46
46
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './DatePicker.css';
|
|
4
4
|
import type { Locale } from "./utils";
|
|
@@ -38,6 +38,6 @@ declare const __propDef: {
|
|
|
38
38
|
export type DatePickerProps = typeof __propDef.props;
|
|
39
39
|
export type DatePickerEvents = typeof __propDef.events;
|
|
40
40
|
export type DatePickerSlots = typeof __propDef.slots;
|
|
41
|
-
export default class DatePicker extends
|
|
41
|
+
export default class DatePicker extends SvelteComponent<DatePickerProps, DatePickerEvents, DatePickerSlots> {
|
|
42
42
|
}
|
|
43
43
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './MonthSelector.css';
|
|
4
4
|
import type { Locale } from "./utils";
|
|
@@ -32,6 +32,6 @@ declare const __propDef: {
|
|
|
32
32
|
export type MonthSelectorProps = typeof __propDef.props;
|
|
33
33
|
export type MonthSelectorEvents = typeof __propDef.events;
|
|
34
34
|
export type MonthSelectorSlots = typeof __propDef.slots;
|
|
35
|
-
export default class MonthSelector extends
|
|
35
|
+
export default class MonthSelector extends SvelteComponent<MonthSelectorProps, MonthSelectorEvents, MonthSelectorSlots> {
|
|
36
36
|
}
|
|
37
37
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './TimePicker.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -19,6 +19,6 @@ declare const __propDef: {
|
|
|
19
19
|
export type TimePickerProps = typeof __propDef.props;
|
|
20
20
|
export type TimePickerEvents = typeof __propDef.events;
|
|
21
21
|
export type TimePickerSlots = typeof __propDef.slots;
|
|
22
|
-
export default class TimePicker extends
|
|
22
|
+
export default class TimePicker extends SvelteComponent<TimePickerProps, TimePickerEvents, TimePickerSlots> {
|
|
23
23
|
}
|
|
24
24
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
hourFormat?: "12" | "24" | undefined;
|
|
@@ -21,6 +21,6 @@ declare const __propDef: {
|
|
|
21
21
|
export type TimePickerTextFieldProps = typeof __propDef.props;
|
|
22
22
|
export type TimePickerTextFieldEvents = typeof __propDef.events;
|
|
23
23
|
export type TimePickerTextFieldSlots = typeof __propDef.slots;
|
|
24
|
-
export default class TimePickerTextField extends
|
|
24
|
+
export default class TimePickerTextField extends SvelteComponent<TimePickerTextFieldProps, TimePickerTextFieldEvents, TimePickerTextFieldSlots> {
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './YearSelector.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -27,6 +27,6 @@ declare const __propDef: {
|
|
|
27
27
|
export type YearSelectorProps = typeof __propDef.props;
|
|
28
28
|
export type YearSelectorEvents = typeof __propDef.events;
|
|
29
29
|
export type YearSelectorSlots = typeof __propDef.slots;
|
|
30
|
-
export default class YearSelector extends
|
|
30
|
+
export default class YearSelector extends SvelteComponent<YearSelectorProps, YearSelectorEvents, YearSelectorSlots> {
|
|
31
31
|
}
|
|
32
32
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
open?: boolean | undefined;
|
|
@@ -25,6 +25,6 @@ declare const __propDef: {
|
|
|
25
25
|
export type DialogProps = typeof __propDef.props;
|
|
26
26
|
export type DialogEvents = typeof __propDef.events;
|
|
27
27
|
export type DialogSlots = typeof __propDef.slots;
|
|
28
|
-
export default class Dialog extends
|
|
28
|
+
export default class Dialog extends SvelteComponent<DialogProps, DialogEvents, DialogSlots> {
|
|
29
29
|
}
|
|
30
30
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Item = {
|
|
3
3
|
value: string | number;
|
|
4
4
|
label?: string | number;
|
|
@@ -81,6 +81,6 @@ declare const __propDef: {
|
|
|
81
81
|
export type AutocompleteProps = typeof __propDef.props;
|
|
82
82
|
export type AutocompleteEvents = typeof __propDef.events;
|
|
83
83
|
export type AutocompleteSlots = typeof __propDef.slots;
|
|
84
|
-
export default class Autocomplete extends
|
|
84
|
+
export default class Autocomplete extends SvelteComponent<AutocompleteProps, AutocompleteEvents, AutocompleteSlots> {
|
|
85
85
|
}
|
|
86
86
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
value?: boolean | undefined;
|
|
@@ -23,6 +23,6 @@ declare const __propDef: {
|
|
|
23
23
|
export type CheckboxProps = typeof __propDef.props;
|
|
24
24
|
export type CheckboxEvents = typeof __propDef.events;
|
|
25
25
|
export type CheckboxSlots = typeof __propDef.slots;
|
|
26
|
-
export default class Checkbox extends
|
|
26
|
+
export default class Checkbox extends SvelteComponent<CheckboxProps, CheckboxEvents, CheckboxSlots> {
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './FileInput.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -30,6 +30,6 @@ declare const __propDef: {
|
|
|
30
30
|
export type FileInputProps = typeof __propDef.props;
|
|
31
31
|
export type FileInputEvents = typeof __propDef.events;
|
|
32
32
|
export type FileInputSlots = typeof __propDef.slots;
|
|
33
|
-
export default class FileInput extends
|
|
33
|
+
export default class FileInput extends SvelteComponent<FileInputProps, FileInputEvents, FileInputSlots> {
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import "../../../css/main.css";
|
|
3
3
|
import "./FileInputList.css";
|
|
4
4
|
declare const __propDef: {
|
|
@@ -17,6 +17,6 @@ declare const __propDef: {
|
|
|
17
17
|
export type FileInputListProps = typeof __propDef.props;
|
|
18
18
|
export type FileInputListEvents = typeof __propDef.events;
|
|
19
19
|
export type FileInputListSlots = typeof __propDef.slots;
|
|
20
|
-
export default class FileInputList extends
|
|
20
|
+
export default class FileInputList extends SvelteComponent<FileInputListProps, FileInputListEvents, FileInputListSlots> {
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './SimpleTextField.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -60,6 +60,6 @@ declare const __propDef: {
|
|
|
60
60
|
export type SimpleTextFieldProps = typeof __propDef.props;
|
|
61
61
|
export type SimpleTextFieldEvents = typeof __propDef.events;
|
|
62
62
|
export type SimpleTextFieldSlots = typeof __propDef.slots;
|
|
63
|
-
export default class SimpleTextField extends
|
|
63
|
+
export default class SimpleTextField extends SvelteComponent<SimpleTextFieldProps, SimpleTextFieldEvents, SimpleTextFieldSlots> {
|
|
64
64
|
}
|
|
65
65
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
value?: boolean | undefined;
|
|
@@ -22,6 +22,6 @@ declare const __propDef: {
|
|
|
22
22
|
export type SwitchProps = typeof __propDef.props;
|
|
23
23
|
export type SwitchEvents = typeof __propDef.events;
|
|
24
24
|
export type SwitchSlots = typeof __propDef.slots;
|
|
25
|
-
export default class Switch extends
|
|
25
|
+
export default class Switch extends SvelteComponent<SwitchProps, SwitchEvents, SwitchSlots> {
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
label?: string | null | undefined;
|
|
@@ -34,6 +34,6 @@ declare const __propDef: {
|
|
|
34
34
|
export type TextareaProps = typeof __propDef.props;
|
|
35
35
|
export type TextareaEvents = typeof __propDef.events;
|
|
36
36
|
export type TextareaSlots = typeof __propDef.slots;
|
|
37
|
-
export default class Textarea extends
|
|
37
|
+
export default class Textarea extends SvelteComponent<TextareaProps, TextareaEvents, TextareaSlots> {
|
|
38
38
|
}
|
|
39
39
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type VariantOptions = "outlined" | "boxed";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -49,6 +49,6 @@ declare const __propDef: {
|
|
|
49
49
|
export type TextfieldProps = typeof __propDef.props;
|
|
50
50
|
export type TextfieldEvents = typeof __propDef.events;
|
|
51
51
|
export type TextfieldSlots = typeof __propDef.slots;
|
|
52
|
-
export default class Textfield extends
|
|
52
|
+
export default class Textfield extends SvelteComponent<TextfieldProps, TextfieldEvents, TextfieldSlots> {
|
|
53
53
|
}
|
|
54
54
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Item = {
|
|
3
3
|
id: number | string;
|
|
4
4
|
title: string;
|
|
@@ -54,6 +54,6 @@ declare const __propDef: {
|
|
|
54
54
|
export type TreeEditorProps = typeof __propDef.props;
|
|
55
55
|
export type TreeEditorEvents = typeof __propDef.events;
|
|
56
56
|
export type TreeEditorSlots = typeof __propDef.slots;
|
|
57
|
-
export default class TreeEditor extends
|
|
57
|
+
export default class TreeEditor extends SvelteComponent<TreeEditorProps, TreeEditorEvents, TreeEditorSlots> {
|
|
58
58
|
}
|
|
59
59
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import Sortable from 'sortablejs';
|
|
3
3
|
import type { Item } from './TreeEditor.svelte';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -50,6 +50,6 @@ declare const __propDef: {
|
|
|
50
50
|
export type TreeEditorItemProps = typeof __propDef.props;
|
|
51
51
|
export type TreeEditorItemEvents = typeof __propDef.events;
|
|
52
52
|
export type TreeEditorItemSlots = typeof __propDef.slots;
|
|
53
|
-
export default class TreeEditorItem extends
|
|
53
|
+
export default class TreeEditorItem extends SvelteComponent<TreeEditorItemProps, TreeEditorItemEvents, TreeEditorItemSlots> {
|
|
54
54
|
}
|
|
55
55
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
value?: boolean | undefined;
|
|
@@ -25,6 +25,6 @@ declare const __propDef: {
|
|
|
25
25
|
export type VerticalSwitchProps = typeof __propDef.props;
|
|
26
26
|
export type VerticalSwitchEvents = typeof __propDef.events;
|
|
27
27
|
export type VerticalSwitchSlots = typeof __propDef.slots;
|
|
28
|
-
export default class VerticalSwitch extends
|
|
28
|
+
export default class VerticalSwitch extends SvelteComponent<VerticalSwitchProps, VerticalSwitchEvents, VerticalSwitchSlots> {
|
|
29
29
|
}
|
|
30
30
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
value?: boolean | undefined;
|
|
@@ -23,6 +23,6 @@ declare const __propDef: {
|
|
|
23
23
|
export type VerticalTextSwitchProps = typeof __propDef.props;
|
|
24
24
|
export type VerticalTextSwitchEvents = typeof __propDef.events;
|
|
25
25
|
export type VerticalTextSwitchSlots = typeof __propDef.slots;
|
|
26
|
-
export default class VerticalTextSwitch extends
|
|
26
|
+
export default class VerticalTextSwitch extends SvelteComponent<VerticalTextSwitchProps, VerticalTextSwitchEvents, VerticalTextSwitchSlots> {
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Option = {
|
|
3
3
|
label: string;
|
|
4
4
|
name: string;
|
|
@@ -47,6 +47,6 @@ declare const __propDef: {
|
|
|
47
47
|
export type ColorInvertedSelectorProps = typeof __propDef.props;
|
|
48
48
|
export type ColorInvertedSelectorEvents = typeof __propDef.events;
|
|
49
49
|
export type ColorInvertedSelectorSlots = typeof __propDef.slots;
|
|
50
|
-
export default class ColorInvertedSelector extends
|
|
50
|
+
export default class ColorInvertedSelector extends SvelteComponent<ColorInvertedSelectorProps, ColorInvertedSelectorEvents, ColorInvertedSelectorSlots> {
|
|
51
51
|
}
|
|
52
52
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
type Divider = {
|
|
3
3
|
divider: true;
|
|
4
4
|
marginTop?: string;
|
|
@@ -34,6 +34,6 @@ declare const __propDef: {
|
|
|
34
34
|
export type SelectableMenuListProps = typeof __propDef.props;
|
|
35
35
|
export type SelectableMenuListEvents = typeof __propDef.events;
|
|
36
36
|
export type SelectableMenuListSlots = typeof __propDef.slots;
|
|
37
|
-
export default class SelectableMenuList extends
|
|
37
|
+
export default class SelectableMenuList extends SvelteComponent<SelectableMenuListProps, SelectableMenuListEvents, SelectableMenuListSlots> {
|
|
38
38
|
}
|
|
39
39
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Element = {
|
|
3
3
|
title: string | number;
|
|
4
4
|
name: string | number;
|
|
@@ -59,6 +59,6 @@ declare const __propDef: {
|
|
|
59
59
|
export type SelectableVerticalListProps = typeof __propDef.props;
|
|
60
60
|
export type SelectableVerticalListEvents = typeof __propDef.events;
|
|
61
61
|
export type SelectableVerticalListSlots = typeof __propDef.slots;
|
|
62
|
-
export default class SelectableVerticalList extends
|
|
62
|
+
export default class SelectableVerticalList extends SvelteComponent<SelectableVerticalListProps, SelectableVerticalListEvents, SelectableVerticalListSlots> {
|
|
63
63
|
}
|
|
64
64
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Menu = {
|
|
3
3
|
title: string;
|
|
4
4
|
name: string | number;
|
|
@@ -28,6 +28,6 @@ declare const __propDef: {
|
|
|
28
28
|
export type SidebarMenuListProps = typeof __propDef.props;
|
|
29
29
|
export type SidebarMenuListEvents = typeof __propDef.events;
|
|
30
30
|
export type SidebarMenuListSlots = typeof __propDef.slots;
|
|
31
|
-
export default class SidebarMenuList extends
|
|
31
|
+
export default class SidebarMenuList extends SvelteComponent<SidebarMenuListProps, SidebarMenuListEvents, SidebarMenuListSlots> {
|
|
32
32
|
}
|
|
33
33
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type HeaderType = ColumnBoolean | ColumnString | ColumnNumber | ColumnDate | ColumnIcon | ColumnCheckBox | ColumnCustom;
|
|
3
3
|
export type Header = {
|
|
4
4
|
value: string;
|
|
@@ -72,6 +72,6 @@ declare const __propDef: {
|
|
|
72
72
|
export type SimpleTableProps = typeof __propDef.props;
|
|
73
73
|
export type SimpleTableEvents = typeof __propDef.events;
|
|
74
74
|
export type SimpleTableSlots = typeof __propDef.slots;
|
|
75
|
-
export default class SimpleTable extends
|
|
75
|
+
export default class SimpleTable extends SvelteComponent<SimpleTableProps, SimpleTableEvents, SimpleTableSlots> {
|
|
76
76
|
}
|
|
77
77
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './CircularLoader.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -14,6 +14,6 @@ declare const __propDef: {
|
|
|
14
14
|
export type CircularLoaderProps = typeof __propDef.props;
|
|
15
15
|
export type CircularLoaderEvents = typeof __propDef.events;
|
|
16
16
|
export type CircularLoaderSlots = typeof __propDef.slots;
|
|
17
|
-
export default class CircularLoader extends
|
|
17
|
+
export default class CircularLoader extends SvelteComponent<CircularLoaderProps, CircularLoaderEvents, CircularLoaderSlots> {
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type SectionType = "image" | "text";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -23,6 +23,6 @@ declare const __propDef: {
|
|
|
23
23
|
export type SkeletonProps = typeof __propDef.props;
|
|
24
24
|
export type SkeletonEvents = typeof __propDef.events;
|
|
25
25
|
export type SkeletonSlots = typeof __propDef.slots;
|
|
26
|
-
export default class Skeleton extends
|
|
26
|
+
export default class Skeleton extends SvelteComponent<SkeletonProps, SkeletonEvents, SkeletonSlots> {
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
title?: string | undefined;
|
|
@@ -25,6 +25,6 @@ declare const __propDef: {
|
|
|
25
25
|
export type AttachmentDownloaderProps = typeof __propDef.props;
|
|
26
26
|
export type AttachmentDownloaderEvents = typeof __propDef.events;
|
|
27
27
|
export type AttachmentDownloaderSlots = typeof __propDef.slots;
|
|
28
|
-
export default class AttachmentDownloader extends
|
|
28
|
+
export default class AttachmentDownloader extends SvelteComponent<AttachmentDownloaderProps, AttachmentDownloaderEvents, AttachmentDownloaderSlots> {
|
|
29
29
|
}
|
|
30
30
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import './Avatar.css';
|
|
3
3
|
import '../../../css/main.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -16,6 +16,6 @@ declare const __propDef: {
|
|
|
16
16
|
export type AvatarProps = typeof __propDef.props;
|
|
17
17
|
export type AvatarEvents = typeof __propDef.events;
|
|
18
18
|
export type AvatarSlots = typeof __propDef.slots;
|
|
19
|
-
export default class Avatar extends
|
|
19
|
+
export default class Avatar extends SvelteComponent<AvatarProps, AvatarEvents, AvatarSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
images?: {
|
|
@@ -21,6 +21,6 @@ declare const __propDef: {
|
|
|
21
21
|
export type CarouselProps = typeof __propDef.props;
|
|
22
22
|
export type CarouselEvents = typeof __propDef.events;
|
|
23
23
|
export type CarouselSlots = typeof __propDef.slots;
|
|
24
|
-
export default class Carousel extends
|
|
24
|
+
export default class Carousel extends SvelteComponent<CarouselProps, CarouselEvents, CarouselSlots> {
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
src: string;
|
|
@@ -30,6 +30,6 @@ declare const __propDef: {
|
|
|
30
30
|
export type DescriptiveAvatarProps = typeof __propDef.props;
|
|
31
31
|
export type DescriptiveAvatarEvents = typeof __propDef.events;
|
|
32
32
|
export type DescriptiveAvatarSlots = typeof __propDef.slots;
|
|
33
|
-
export default class DescriptiveAvatar extends
|
|
33
|
+
export default class DescriptiveAvatar extends SvelteComponent<DescriptiveAvatarProps, DescriptiveAvatarEvents, DescriptiveAvatarSlots> {
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/flag-icons/css/flag-icons.min.css';
|
|
3
3
|
import './FlagIcon.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -14,6 +14,6 @@ declare const __propDef: {
|
|
|
14
14
|
export type FlagIconProps = typeof __propDef.props;
|
|
15
15
|
export type FlagIconEvents = typeof __propDef.events;
|
|
16
16
|
export type FlagIconSlots = typeof __propDef.slots;
|
|
17
|
-
export default class FlagIcon extends
|
|
17
|
+
export default class FlagIcon extends SvelteComponent<FlagIconProps, FlagIconEvents, FlagIconSlots> {
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { Image } from "./ImageGrid.svelte";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -21,6 +21,6 @@ declare const __propDef: {
|
|
|
21
21
|
export type GalleryProps = typeof __propDef.props;
|
|
22
22
|
export type GalleryEvents = typeof __propDef.events;
|
|
23
23
|
export type GallerySlots = typeof __propDef.slots;
|
|
24
|
-
export default class Gallery extends
|
|
24
|
+
export default class Gallery extends SvelteComponent<GalleryProps, GalleryEvents, GallerySlots> {
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import "../common/materialDesign.css";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -17,6 +17,6 @@ declare const __propDef: {
|
|
|
17
17
|
export type IconProps = typeof __propDef.props;
|
|
18
18
|
export type IconEvents = typeof __propDef.events;
|
|
19
19
|
export type IconSlots = typeof __propDef.slots;
|
|
20
|
-
export default class Icon extends
|
|
20
|
+
export default class Icon extends SvelteComponent<IconProps, IconEvents, IconSlots> {
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
maxWidth?: string | undefined;
|
|
@@ -30,6 +30,6 @@ declare const __propDef: {
|
|
|
30
30
|
export type ImageProps = typeof __propDef.props;
|
|
31
31
|
export type ImageEvents = typeof __propDef.events;
|
|
32
32
|
export type ImageSlots = typeof __propDef.slots;
|
|
33
|
-
export default class Image extends
|
|
33
|
+
export default class Image extends SvelteComponent<ImageProps, ImageEvents, ImageSlots> {
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type Image = {
|
|
3
3
|
url: string;
|
|
4
4
|
title: string;
|
|
@@ -30,6 +30,6 @@ declare const __propDef: {
|
|
|
30
30
|
export type ImageGridProps = typeof __propDef.props;
|
|
31
31
|
export type ImageGridEvents = typeof __propDef.events;
|
|
32
32
|
export type ImageGridSlots = typeof __propDef.slots;
|
|
33
|
-
export default class ImageGrid extends
|
|
33
|
+
export default class ImageGrid extends SvelteComponent<ImageGridProps, ImageGridEvents, ImageGridSlots> {
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export type BreadcrumbItem = {
|
|
3
3
|
name: string;
|
|
4
4
|
title: string;
|
|
@@ -24,6 +24,6 @@ declare const __propDef: {
|
|
|
24
24
|
export type BreadcrumbProps = typeof __propDef.props;
|
|
25
25
|
export type BreadcrumbEvents = typeof __propDef.events;
|
|
26
26
|
export type BreadcrumbSlots = typeof __propDef.slots;
|
|
27
|
-
export default class Breadcrumb extends
|
|
27
|
+
export default class Breadcrumb extends SvelteComponent<BreadcrumbProps, BreadcrumbEvents, BreadcrumbSlots> {
|
|
28
28
|
}
|
|
29
29
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import '../../../css/main.css';
|
|
3
3
|
import './Chip.css';
|
|
4
4
|
declare const __propDef: {
|
|
@@ -26,6 +26,6 @@ declare const __propDef: {
|
|
|
26
26
|
export type ChipProps = typeof __propDef.props;
|
|
27
27
|
export type ChipEvents = typeof __propDef.events;
|
|
28
28
|
export type ChipSlots = typeof __propDef.slots;
|
|
29
|
-
export default class Chip extends
|
|
29
|
+
export default class Chip extends SvelteComponent<ChipProps, ChipEvents, ChipSlots> {
|
|
30
30
|
}
|
|
31
31
|
export {};
|