@medyll/idae-slotui-svelte 0.3.0 → 0.5.0
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/base/alert/Alert.demo.svelte.d.ts +17 -12
- package/dist/base/alert/Alert.svelte.d.ts +37 -34
- package/dist/base/avatar/Avatar.demo.svelte.d.ts +17 -12
- package/dist/base/avatar/Avatar.preview.svelte.d.ts +17 -12
- package/dist/base/avatar/Avatar.svelte.d.ts +31 -27
- package/dist/base/backdrop/Backdrop.demo.svelte.d.ts +17 -12
- package/dist/base/backdrop/Backdrop.svelte.d.ts +19 -19
- package/dist/base/badge/Badge.svelte.d.ts +16 -12
- package/dist/base/box/Box.demo.svelte.d.ts +17 -12
- package/dist/base/box/Box.svelte.d.ts +40 -41
- package/dist/base/cartouche/Cartouche.demo.svelte.d.ts +17 -12
- package/dist/base/cartouche/Cartouche.preview.svelte.d.ts +23 -19
- package/dist/base/cartouche/Cartouche.svelte.d.ts +48 -48
- package/dist/base/chipper/Chipper.demo.svelte.d.ts +17 -12
- package/dist/base/chipper/Chipper.svelte.d.ts +33 -29
- package/dist/base/columner/Column.svelte.d.ts +16 -12
- package/dist/base/columner/Columner.demo.svelte.d.ts +17 -12
- package/dist/base/columner/Columner.svelte.d.ts +18 -14
- package/dist/base/contentSwitcher/ContentSwitcher.demo.svelte.d.ts +17 -12
- package/dist/base/contentSwitcher/ContentSwitcher.svelte.d.ts +33 -29
- package/dist/base/debug/Debug.svelte.d.ts +18 -14
- package/dist/base/demoer/DemoPage.svelte.d.ts +16 -12
- package/dist/base/demoer/Demoer.svelte.d.ts +13 -6
- package/dist/base/demoer/DemoerCode.svelte.d.ts +22 -18
- package/dist/base/demoer/DemoerComponent.svelte.d.ts +13 -6
- package/dist/base/divider/Divider.demo.svelte.d.ts +17 -12
- package/dist/base/divider/Divider.svelte.d.ts +25 -21
- package/dist/base/icon/Icon.demo.svelte.d.ts +17 -12
- package/dist/base/icon/Icon.svelte.d.ts +26 -22
- package/dist/base/paper/Paper.demo.svelte.d.ts +17 -12
- package/dist/base/paper/Paper.svelte.d.ts +28 -24
- package/dist/base/titleBar/TitleBar.demo.svelte.d.ts +17 -12
- package/dist/base/titleBar/TitleBar.svelte.d.ts +24 -20
- package/dist/controls/autocomplete/AutoComplete.demo.svelte.d.ts +17 -12
- package/dist/controls/autocomplete/AutoComplete.svelte.d.ts +28 -21
- package/dist/controls/button/Button.demo.svelte.d.ts +17 -12
- package/dist/controls/button/Button.svelte +1 -1
- package/dist/controls/button/Button.svelte.d.ts +41 -37
- package/dist/controls/button/ButtonAction.svelte.d.ts +44 -40
- package/dist/controls/button/ButtonMenu.svelte.d.ts +13 -6
- package/dist/controls/button/IconButton.svelte.d.ts +32 -28
- package/dist/controls/checkbox/Checkbox.demo.svelte.d.ts +17 -12
- package/dist/controls/checkbox/Checkbox.svelte.d.ts +437 -433
- package/dist/controls/confirm/Confirm.demo.svelte.d.ts +17 -12
- package/dist/controls/confirm/Confirm.preview.svelte.d.ts +17 -12
- package/dist/controls/confirm/Confirm.svelte.d.ts +18 -11
- package/dist/controls/inplaceedit/InPlaceEdit.demo.svelte.d.ts +17 -12
- package/dist/controls/inplaceedit/InPlaceEdit.svelte.d.ts +23 -19
- package/dist/controls/progress/Progress.demo.svelte.d.ts +17 -12
- package/dist/controls/progress/Progress.svelte.d.ts +23 -19
- package/dist/controls/rating/Rating.demo.svelte.d.ts +17 -12
- package/dist/controls/rating/Rating.svelte.d.ts +33 -29
- package/dist/controls/select/Select.demo.svelte.d.ts +17 -12
- package/dist/controls/select/Select.svelte.d.ts +44 -40
- package/dist/controls/slider/Slider.demo.svelte.d.ts +17 -12
- package/dist/controls/slider/Slider.svelte.d.ts +42 -38
- package/dist/controls/stepper/Stepper.demo.svelte.d.ts +17 -12
- package/dist/controls/stepper/Stepper.svelte.d.ts +27 -23
- package/dist/controls/switch/Switch.demo.svelte.d.ts +17 -12
- package/dist/controls/switch/Switch.svelte.d.ts +20 -13
- package/dist/controls/textfield/TextField.demo.svelte.d.ts +17 -12
- package/dist/controls/textfield/TextField.svelte.d.ts +39 -35
- package/dist/data/dataList/DataList.demo.svelte.d.ts +17 -12
- package/dist/data/dataList/DataList.preview.svelte.d.ts +17 -12
- package/dist/data/dataList/DataList.svelte.d.ts +40 -37
- package/dist/data/dataList/DataListCell.svelte +2 -1
- package/dist/data/dataList/DataListCell.svelte.d.ts +21 -15
- package/dist/data/dataList/DataListHead.svelte.d.ts +22 -18
- package/dist/data/dataList/DataListRow.svelte.d.ts +13 -6
- package/dist/data/finder/Finder.demo.svelte.d.ts +17 -12
- package/dist/data/finder/Finder.svelte.d.ts +30 -26
- package/dist/data/grouper/Grouper.demo.svelte.d.ts +17 -12
- package/dist/data/grouper/Grouper.svelte.d.ts +32 -26
- package/dist/data/jsoner/Jsoner.svelte.d.ts +16 -12
- package/dist/data/list/List.svelte.d.ts +16 -12
- package/dist/data/list/ListItem.svelte.d.ts +16 -12
- package/dist/data/list/ListTitle.svelte.d.ts +16 -12
- package/dist/data/loader/Loader.demo.svelte.d.ts +17 -12
- package/dist/data/loader/Loader.preview.svelte.d.ts +17 -12
- package/dist/data/loader/Loader.svelte.d.ts +43 -39
- package/dist/data/sorter/Sorter.demo.svelte.d.ts +17 -12
- package/dist/data/sorter/Sorter.svelte.d.ts +26 -22
- package/dist/data/sorter/Sorterer.svelte.d.ts +16 -12
- package/dist/index.d.ts +386 -280
- package/dist/index.js +386 -280
- package/dist/navigation/drawer/Drawer.demo.svelte.d.ts +17 -12
- package/dist/navigation/drawer/Drawer.svelte.d.ts +47 -46
- package/dist/navigation/tabs/Tabs.demo.svelte.d.ts +17 -12
- package/dist/navigation/tabs/Tabs.preview.svelte.d.ts +17 -12
- package/dist/navigation/tabs/Tabs.svelte.d.ts +31 -24
- package/dist/slotui-css/alert.css +96 -0
- package/dist/slotui-css/alert.min.css +1 -0
- package/dist/slotui-css/auto-complete.css +12 -0
- package/dist/slotui-css/auto-complete.min.css +1 -0
- package/dist/slotui-css/avatar.css +13 -0
- package/dist/slotui-css/avatar.min.css +1 -0
- package/dist/slotui-css/backdrop.css +32 -0
- package/dist/slotui-css/backdrop.min.css +1 -0
- package/dist/slotui-css/badge.css +16 -0
- package/dist/slotui-css/badge.min.css +1 -0
- package/dist/slotui-css/boot-menu.css +77 -0
- package/dist/slotui-css/boot-menu.min.css +1 -0
- package/dist/slotui-css/box.css +29 -0
- package/dist/slotui-css/box.min.css +1 -0
- package/dist/slotui-css/breadcrumb.css +3 -0
- package/dist/slotui-css/breadcrumb.min.css +1 -0
- package/dist/slotui-css/button-action.css +7 -0
- package/dist/slotui-css/button-action.min.css +1 -0
- package/dist/slotui-css/button-menu.css +31 -0
- package/dist/slotui-css/button-menu.min.css +1 -0
- package/dist/slotui-css/button.css +1195 -0
- package/dist/slotui-css/button.min.css +1 -0
- package/dist/slotui-css/cartouche.css +90 -0
- package/dist/slotui-css/cartouche.min.css +1 -0
- package/dist/slotui-css/checkbox.css +123 -0
- package/dist/slotui-css/checkbox.min.css +1 -0
- package/dist/slotui-css/chipper.css +56 -0
- package/dist/slotui-css/chipper.min.css +1 -0
- package/dist/slotui-css/chrome-frame.css +34 -0
- package/dist/slotui-css/chrome-frame.min.css +1 -0
- package/dist/slotui-css/confirm.css +9 -0
- package/dist/slotui-css/confirm.min.css +1 -0
- package/dist/slotui-css/content-switcher.css +21 -0
- package/dist/slotui-css/content-switcher.min.css +1 -0
- package/dist/slotui-css/csss.css +10 -0
- package/dist/slotui-css/csss.min.css +1 -0
- package/dist/slotui-css/datalist.css +136 -0
- package/dist/slotui-css/datalist.min.css +1 -0
- package/dist/slotui-css/divider.css +16 -0
- package/dist/slotui-css/divider.min.css +1 -0
- package/dist/slotui-css/drawer.css +84 -0
- package/dist/slotui-css/drawer.min.css +1 -0
- package/dist/slotui-css/finder.css +73 -0
- package/dist/slotui-css/finder.min.css +1 -0
- package/dist/slotui-css/frame.css +49 -0
- package/dist/slotui-css/frame.min.css +1 -0
- package/dist/slotui-css/icon.css +16 -0
- package/dist/slotui-css/icon.min.css +1 -0
- package/dist/slotui-css/loader.css +46 -0
- package/dist/slotui-css/loader.min.css +1 -0
- package/dist/slotui-css/marquee.css +56 -0
- package/dist/slotui-css/marquee.min.css +1 -0
- package/dist/slotui-css/menu-list.css +346 -0
- package/dist/slotui-css/menu-list.min.css +1 -0
- package/dist/slotui-css/menu.css +95 -0
- package/dist/slotui-css/menu.min.css +1 -0
- package/dist/slotui-css/panel.css +25 -0
- package/dist/slotui-css/panel.min.css +1 -0
- package/dist/slotui-css/paper.css +21 -0
- package/dist/slotui-css/paper.min.css +1 -0
- package/dist/slotui-css/popper.css +85 -0
- package/dist/slotui-css/popper.min.css +1 -0
- package/dist/slotui-css/progress.css +20 -0
- package/dist/slotui-css/progress.min.css +1 -0
- package/dist/slotui-css/rating.css +9 -0
- package/dist/slotui-css/rating.min.css +1 -0
- package/dist/slotui-css/select.css +11 -0
- package/dist/slotui-css/select.min.css +1 -0
- package/dist/slotui-css/slider.css +72 -0
- package/dist/slotui-css/slider.min.css +1 -0
- package/dist/slotui-css/slotui-combined.css +0 -0
- package/dist/slotui-css/slotui-mixins.css +0 -0
- package/dist/slotui-css/slotui-mixins.min.css +0 -0
- package/dist/slotui-css/slotui-presets.css +0 -0
- package/dist/slotui-css/slotui-presets.min.css +0 -0
- package/dist/slotui-css/slotui-sheet.css +295 -0
- package/dist/slotui-css/slotui-sheet.min.css +1 -0
- package/dist/slotui-css/sorterer.css +11 -0
- package/dist/slotui-css/sorterer.min.css +1 -0
- package/dist/slotui-css/stepper.css +20 -0
- package/dist/slotui-css/stepper.min.css +1 -0
- package/dist/slotui-css/stylesheet-container.css +374 -0
- package/dist/slotui-css/stylesheet-container.min.css +1 -0
- package/dist/slotui-css/stylesheet.css +374 -0
- package/dist/slotui-css/stylesheet.min.css +1 -0
- package/dist/slotui-css/switch.css +63 -0
- package/dist/slotui-css/switch.min.css +1 -0
- package/dist/slotui-css/tabs.css +85 -0
- package/dist/slotui-css/tabs.min.css +1 -0
- package/dist/slotui-css/taskbar.css +25 -0
- package/dist/slotui-css/taskbar.min.css +1 -0
- package/dist/slotui-css/textfield.css +127 -0
- package/dist/slotui-css/textfield.min.css +1 -0
- package/dist/slotui-css/title-bar.css +26 -0
- package/dist/slotui-css/title-bar.min.css +1 -0
- package/dist/slotui-css/toggle-bar.css +41 -0
- package/dist/slotui-css/toggle-bar.min.css +1 -0
- package/dist/slotui-css/toolbar.css +28 -0
- package/dist/slotui-css/toolbar.min.css +1 -0
- package/dist/slotui-css/tree.css +51 -0
- package/dist/slotui-css/tree.min.css +1 -0
- package/dist/slotui-css/window.css +60 -0
- package/dist/slotui-css/window.min.css +1 -0
- package/dist/styles/slotuisheet/SlotuiSheet.svelte.d.ts +16 -12
- package/dist/styles/slotuisheet/SlotyuiSheet.demo.svelte.d.ts +16 -12
- package/dist/ui/bootstrapp/BootStrApp.svelte.d.ts +18 -14
- package/dist/ui/chromeFrame/ChromeFrame.svelte.d.ts +19 -15
- package/dist/ui/chromeFrame/ChromeFrameButtonList.svelte.d.ts +20 -16
- package/dist/ui/chromeFrame/ChromeFrameList.svelte.d.ts +25 -21
- package/dist/ui/frame/Frame.demo.svelte.d.ts +17 -12
- package/dist/ui/frame/Frame.svelte.d.ts +20 -39
- package/dist/ui/login/Login.demo.svelte.d.ts +17 -12
- package/dist/ui/login/Login.svelte.d.ts +20 -35
- package/dist/ui/marquee/Marque.demo.svelte.d.ts +16 -12
- package/dist/ui/marquee/Marquee.svelte.d.ts +24 -17
- package/dist/ui/menu/Menu.svelte.d.ts +13 -6
- package/dist/ui/menu/MenuItem.svelte.d.ts +13 -6
- package/dist/ui/menu/MenuTitle.svelte.d.ts +16 -12
- package/dist/ui/menuList/MenuList.demo.svelte.d.ts +17 -12
- package/dist/ui/menuList/MenuList.svelte.d.ts +20 -53
- package/dist/ui/menuList/MenuListItem.svelte.d.ts +13 -6
- package/dist/ui/menuList/MenuListTitle.svelte.d.ts +16 -12
- package/dist/ui/panel/Panel.demo.svelte.d.ts +17 -12
- package/dist/ui/panel/Panel.svelte.d.ts +18 -14
- package/dist/ui/panel/PanelGrid.svelte.d.ts +16 -12
- package/dist/ui/panel/PanelSlide.svelte.d.ts +33 -34
- package/dist/ui/panel/Paneler.svelte.d.ts +24 -21
- package/dist/ui/popper/Popper.demo.svelte.d.ts +17 -12
- package/dist/ui/popper/Popper.svelte.d.ts +25 -47
- package/dist/ui/popper/actions.d.ts +17 -1
- package/dist/ui/preview/Preview.svelte.d.ts +16 -12
- package/dist/ui/serviceBox/ServiceBox.svelte.d.ts +16 -12
- package/dist/ui/startMenu/BootMenu.svelte.d.ts +16 -12
- package/dist/ui/taskbar/TaskBarContent.svelte.d.ts +18 -14
- package/dist/ui/taskbar/Taskbar.svelte.d.ts +16 -12
- package/dist/ui/themeswitcher/ThemeSwitcher.svelte.d.ts +18 -14
- package/dist/ui/toast/Toast.demo.svelte.d.ts +17 -12
- package/dist/ui/toast/Toast.svelte.d.ts +16 -12
- package/dist/ui/toast/Toaster.svelte.d.ts +19 -15
- package/dist/ui/toggleBar/ToggleBar.demo.svelte.d.ts +17 -12
- package/dist/ui/toggleBar/ToggleBar.svelte.d.ts +16 -12
- package/dist/ui/toolBar/ToolBar.demo.svelte.d.ts +17 -12
- package/dist/ui/toolBar/ToolBar.svelte.d.ts +16 -12
- package/dist/ui/tree/Tree.demo.svelte.d.ts +17 -12
- package/dist/ui/tree/Tree.preview.svelte.d.ts +17 -12
- package/dist/ui/tree/Tree.svelte.d.ts +13 -6
- package/dist/ui/window/Window.demo.svelte.d.ts +17 -12
- package/dist/ui/window/Window.svelte.d.ts +62 -61
- package/dist/ui/window/actions.svelte.d.ts +9 -1
- package/dist/ui/window/actions.svelte.js +1 -1
- package/dist/utils/content/Content.svelte.d.ts +17 -13
- package/dist/utils/contextRooter/ContextRooter.demo.svelte.d.ts +16 -12
- package/dist/utils/contextRooter/ContextRooter.svelte.d.ts +13 -6
- package/dist/utils/css/Css.demo.svelte.d.ts +17 -12
- package/dist/utils/css/Css.svelte.d.ts +16 -12
- package/dist/utils/engine/utils.js +2 -2
- package/dist/utils/looper/Looper.demo.svelte.d.ts +17 -12
- package/dist/utils/looper/Looper.svelte.d.ts +13 -6
- package/dist/utils/slotted/Slotted.svelte.d.ts +20 -16
- package/dist/utils/stylesheet/StyleSheet.demo.svelte.d.ts +17 -12
- package/dist/utils/stylesheet/StyleSheet.svelte.d.ts +16 -12
- package/package.json +34 -35
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { PanelContextType } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & {
|
|
11
|
-
|
|
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
12
|
};
|
|
13
|
-
|
|
14
|
-
[evt: string]: CustomEvent<any>;
|
|
15
|
-
};
|
|
16
|
-
slots: {};
|
|
17
|
-
};
|
|
18
|
-
type PanelerProps_ = typeof __propDef.props;
|
|
19
|
-
export { PanelerProps_ as PanelerProps };
|
|
20
|
-
export type PanelerEvents = typeof __propDef.events;
|
|
21
|
-
export type PanelerSlots = typeof __propDef.slots;
|
|
22
|
-
export default class Paneler extends SvelteComponent<PanelerProps_, PanelerEvents, PanelerSlots> {
|
|
23
|
-
get panelerStore(): PanelContextType;
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
24
14
|
}
|
|
15
|
+
declare const Paneler: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
class?: string;
|
|
17
|
+
element?: HTMLInputElement | null;
|
|
18
|
+
style?: string;
|
|
19
|
+
dd?: string;
|
|
20
|
+
children?: import("svelte").Snippet;
|
|
21
|
+
}, {
|
|
22
|
+
[evt: string]: CustomEvent<any>;
|
|
23
|
+
}, {}, {
|
|
24
|
+
panelerStore: PanelContextType;
|
|
25
|
+
}, "">;
|
|
26
|
+
type Paneler = InstanceType<typeof Paneler>;
|
|
27
|
+
export default Paneler;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Popper from './Popper.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: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
6
12
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type PopperProps = typeof __propDef.props;
|
|
10
|
-
export type PopperEvents = typeof __propDef.events;
|
|
11
|
-
export type PopperSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Popper extends SvelteComponent<PopperProps, PopperEvents, PopperSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Popper: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Popper = InstanceType<typeof Popper>;
|
|
19
|
+
export default Popper;
|
|
@@ -1,52 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
autoClose?: boolean;
|
|
13
|
-
flow?: import("../../types/index.js").ElementProps["flow"];
|
|
14
|
-
isOpen?: boolean;
|
|
15
|
-
anchor?: `${string}` | HTMLElement | null;
|
|
16
|
-
popperHolder?: import("svelte").Snippet;
|
|
17
|
-
popperRight?: import("svelte").Snippet;
|
|
18
|
-
popperLeft?: import("svelte").Snippet;
|
|
19
|
-
children?: import("svelte").Snippet;
|
|
20
|
-
} & {
|
|
21
|
-
toggle?: () => void;
|
|
22
|
-
hide?: () => void;
|
|
23
|
-
show?: () => void;
|
|
24
|
-
/** actions for the popper */ actions?: {
|
|
25
|
-
toggle: () => void;
|
|
26
|
-
show: () => void;
|
|
27
|
-
hide: () => void;
|
|
28
|
-
};
|
|
29
|
-
clickedAway?: () => void;
|
|
30
|
-
useStickTo?: (node: HTMLElement) => void;
|
|
1
|
+
import type { PopperProps } from './types.js';
|
|
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;
|
|
31
12
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export default class Popper extends SvelteComponent<PopperProps_, PopperEvents, PopperSlots> {
|
|
42
|
-
get toggle(): () => void;
|
|
43
|
-
get hide(): () => void;
|
|
44
|
-
get show(): () => void;
|
|
45
|
-
get actions(): {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
15
|
+
declare const Popper: $$__sveltets_2_IsomorphicComponent<PopperProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {
|
|
18
|
+
toggle: () => void;
|
|
19
|
+
hide: () => void;
|
|
20
|
+
show: () => void;
|
|
21
|
+
/** actions for the popper */ actions: {
|
|
46
22
|
toggle: () => void;
|
|
47
23
|
show: () => void;
|
|
48
24
|
hide: () => void;
|
|
49
25
|
};
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
26
|
+
clickedAway: () => void;
|
|
27
|
+
useStickTo: (node: HTMLElement) => void;
|
|
28
|
+
}, "isOpen" | "element" | "autoClose">;
|
|
29
|
+
type Popper = InstanceType<typeof Popper>;
|
|
30
|
+
export default Popper;
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import type { PopperProps } from './types.js';
|
|
2
2
|
import Popper from './Popper.svelte';
|
|
3
|
+
import { type SvelteComponent } from 'svelte';
|
|
3
4
|
export declare const popperList: Record<string, Popper>;
|
|
4
|
-
declare const openPopper: (popperId: string, args?: PopperProps) =>
|
|
5
|
+
declare const openPopper: (popperId: string, args?: PopperProps) => SvelteComponent<PopperProps, {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
}, {}> & {
|
|
8
|
+
$$bindings?: "isOpen" | "element" | "autoClose" | undefined;
|
|
9
|
+
} & {
|
|
10
|
+
toggle: () => void;
|
|
11
|
+
hide: () => void;
|
|
12
|
+
show: () => void;
|
|
13
|
+
actions: {
|
|
14
|
+
toggle: () => void;
|
|
15
|
+
show: () => void;
|
|
16
|
+
hide: () => void;
|
|
17
|
+
};
|
|
18
|
+
clickedAway: () => void;
|
|
19
|
+
useStickTo: (node: HTMLElement) => void;
|
|
20
|
+
};
|
|
5
21
|
export { openPopper };
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { PreviewProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
7
12
|
};
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
type PreviewProps_ = typeof __propDef.props;
|
|
11
|
-
export { PreviewProps_ as PreviewProps };
|
|
12
|
-
export type PreviewEvents = typeof __propDef.events;
|
|
13
|
-
export type PreviewSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Preview extends SvelteComponent<PreviewProps_, PreviewEvents, PreviewSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const Preview: $$__sveltets_2_IsomorphicComponent<PreviewProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "element" | "isExpanded">;
|
|
18
|
+
type Preview = InstanceType<typeof Preview>;
|
|
19
|
+
export default Preview;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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;
|
|
6
11
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type ServiceBoxProps = typeof __propDef.props;
|
|
10
|
-
export type ServiceBoxEvents = typeof __propDef.events;
|
|
11
|
-
export type ServiceBoxSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ServiceBox extends SvelteComponent<ServiceBoxProps, ServiceBoxEvents, ServiceBoxSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
declare const ServiceBox: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
}, {}, {}, string>;
|
|
17
|
+
type ServiceBox = InstanceType<typeof ServiceBox>;
|
|
18
|
+
export default ServiceBox;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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;
|
|
6
11
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type BootMenuProps = typeof __propDef.props;
|
|
10
|
-
export type BootMenuEvents = typeof __propDef.events;
|
|
11
|
-
export type BootMenuSlots = typeof __propDef.slots;
|
|
12
|
-
export default class BootMenu extends SvelteComponent<BootMenuProps, BootMenuEvents, BootMenuSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
declare const BootMenu: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
}, {}, {}, string>;
|
|
17
|
+
type BootMenu = InstanceType<typeof BootMenu>;
|
|
18
|
+
export default BootMenu;
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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;
|
|
8
11
|
};
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
export type TaskBarContentProps = typeof __propDef.props;
|
|
12
|
-
export type TaskBarContentEvents = typeof __propDef.events;
|
|
13
|
-
export type TaskBarContentSlots = typeof __propDef.slots;
|
|
14
|
-
export default class TaskBarContent extends SvelteComponent<TaskBarContentProps, TaskBarContentEvents, TaskBarContentSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
15
13
|
}
|
|
16
|
-
|
|
14
|
+
declare const TaskBarContent: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
children: unknown;
|
|
16
|
+
} & Record<string, unknown>, {
|
|
17
|
+
[evt: string]: CustomEvent<any>;
|
|
18
|
+
}, {}, {}, "">;
|
|
19
|
+
type TaskBarContent = InstanceType<typeof TaskBarContent>;
|
|
20
|
+
export default TaskBarContent;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { TaskbarProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
7
12
|
};
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
type TaskbarProps_ = typeof __propDef.props;
|
|
11
|
-
export { TaskbarProps_ as TaskbarProps };
|
|
12
|
-
export type TaskbarEvents = typeof __propDef.events;
|
|
13
|
-
export type TaskbarSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Taskbar extends SvelteComponent<TaskbarProps_, TaskbarEvents, TaskbarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const Taskbar: $$__sveltets_2_IsomorphicComponent<TaskbarProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "">;
|
|
18
|
+
type Taskbar = InstanceType<typeof Taskbar>;
|
|
19
|
+
export default Taskbar;
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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;
|
|
5
11
|
};
|
|
6
|
-
|
|
7
|
-
[evt: string]: CustomEvent<any>;
|
|
8
|
-
};
|
|
9
|
-
slots: {};
|
|
10
|
-
};
|
|
11
|
-
export type ThemeSwitcherProps = typeof __propDef.props;
|
|
12
|
-
export type ThemeSwitcherEvents = typeof __propDef.events;
|
|
13
|
-
export type ThemeSwitcherSlots = typeof __propDef.slots;
|
|
14
|
-
export default class ThemeSwitcher extends SvelteComponent<ThemeSwitcherProps, ThemeSwitcherEvents, ThemeSwitcherSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
15
13
|
}
|
|
16
|
-
|
|
14
|
+
declare const ThemeSwitcher: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
}, {
|
|
17
|
+
[evt: string]: CustomEvent<any>;
|
|
18
|
+
}, {}, {}, string>;
|
|
19
|
+
type ThemeSwitcher = InstanceType<typeof ThemeSwitcher>;
|
|
20
|
+
export default ThemeSwitcher;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Toast from './Toast.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: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
6
12
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type ToastProps = typeof __propDef.props;
|
|
10
|
-
export type ToastEvents = typeof __propDef.events;
|
|
11
|
-
export type ToastSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Toast extends SvelteComponent<ToastProps, ToastEvents, ToastSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Toast: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Toast = InstanceType<typeof Toast>;
|
|
19
|
+
export default Toast;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ToastProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
7
12
|
};
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
type ToastProps_ = typeof __propDef.props;
|
|
11
|
-
export { ToastProps_ as ToastProps };
|
|
12
|
-
export type ToastEvents = typeof __propDef.events;
|
|
13
|
-
export type ToastSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Toast extends SvelteComponent<ToastProps_, ToastEvents, ToastSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const Toast: $$__sveltets_2_IsomorphicComponent<ToastProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "element">;
|
|
18
|
+
type Toast = InstanceType<typeof Toast>;
|
|
19
|
+
export default Toast;
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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;
|
|
9
11
|
};
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
export type ToasterProps = typeof __propDef.props;
|
|
13
|
-
export type ToasterEvents = typeof __propDef.events;
|
|
14
|
-
export type ToasterSlots = typeof __propDef.slots;
|
|
15
|
-
export default class Toaster extends SvelteComponent<ToasterProps, ToasterEvents, ToasterSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
16
13
|
}
|
|
17
|
-
|
|
14
|
+
declare const Toaster: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
toasterId?: string;
|
|
16
|
+
children: unknown;
|
|
17
|
+
} & Record<string, unknown>, {
|
|
18
|
+
[evt: string]: CustomEvent<any>;
|
|
19
|
+
}, {}, {}, "">;
|
|
20
|
+
type Toaster = InstanceType<typeof Toaster>;
|
|
21
|
+
export default Toaster;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import ToggleBar from './ToggleBar.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: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
6
12
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type ToggleBarProps = typeof __propDef.props;
|
|
10
|
-
export type ToggleBarEvents = typeof __propDef.events;
|
|
11
|
-
export type ToggleBarSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ToggleBar extends SvelteComponent<ToggleBarProps, ToggleBarEvents, ToggleBarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const ToggleBar: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type ToggleBar = InstanceType<typeof ToggleBar>;
|
|
19
|
+
export default ToggleBar;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ToggleBarProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
7
12
|
};
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
type ToggleBarProps_ = typeof __propDef.props;
|
|
11
|
-
export { ToggleBarProps_ as ToggleBarProps };
|
|
12
|
-
export type ToggleBarEvents = typeof __propDef.events;
|
|
13
|
-
export type ToggleBarSlots = typeof __propDef.slots;
|
|
14
|
-
export default class ToggleBar extends SvelteComponent<ToggleBarProps_, ToggleBarEvents, ToggleBarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const ToggleBar: $$__sveltets_2_IsomorphicComponent<ToggleBarProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "orientation" | "element">;
|
|
18
|
+
type ToggleBar = InstanceType<typeof ToggleBar>;
|
|
19
|
+
export default ToggleBar;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import ToolBar from './ToolBar.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: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
6
12
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type ToolBarProps = typeof __propDef.props;
|
|
10
|
-
export type ToolBarEvents = typeof __propDef.events;
|
|
11
|
-
export type ToolBarSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ToolBar extends SvelteComponent<ToolBarProps, ToolBarEvents, ToolBarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const ToolBar: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type ToolBar = InstanceType<typeof ToolBar>;
|
|
19
|
+
export default ToolBar;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ToolBarProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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;
|
|
7
12
|
};
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
type ToolBarProps_ = typeof __propDef.props;
|
|
11
|
-
export { ToolBarProps_ as ToolBarProps };
|
|
12
|
-
export type ToolBarEvents = typeof __propDef.events;
|
|
13
|
-
export type ToolBarSlots = typeof __propDef.slots;
|
|
14
|
-
export default class ToolBar extends SvelteComponent<ToolBarProps_, ToolBarEvents, ToolBarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const ToolBar: $$__sveltets_2_IsomorphicComponent<ToolBarProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "vertical" | "element">;
|
|
18
|
+
type ToolBar = InstanceType<typeof ToolBar>;
|
|
19
|
+
export default ToolBar;
|