@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,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Paper from './Paper.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
|
-
type PaperProps_ = typeof __propDef.props;
|
|
10
|
-
export { PaperProps_ as PaperProps };
|
|
11
|
-
export type PaperEvents = typeof __propDef.events;
|
|
12
|
-
export type PaperSlots = typeof __propDef.slots;
|
|
13
|
-
export default class Paper extends SvelteComponent<PaperProps_, PaperEvents, PaperSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
14
|
}
|
|
15
|
+
declare const Paper: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Paper = InstanceType<typeof Paper>;
|
|
19
|
+
export default Paper;
|
|
@@ -1,26 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
hideMaxWidth?: string;
|
|
12
|
-
hideMaxHeight?: string;
|
|
13
|
-
hideMinWidth?: string;
|
|
14
|
-
hideMinHeight?: string;
|
|
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;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
[evt: string]: CustomEvent<any>;
|
|
18
|
-
};
|
|
19
|
-
slots: {};
|
|
20
|
-
};
|
|
21
|
-
type PaperProps_ = typeof __propDef.props;
|
|
22
|
-
export { PaperProps_ as PaperProps };
|
|
23
|
-
export type PaperEvents = typeof __propDef.events;
|
|
24
|
-
export type PaperSlots = typeof __propDef.slots;
|
|
25
|
-
export default class Paper extends SvelteComponent<PaperProps_, PaperEvents, PaperSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
26
13
|
}
|
|
14
|
+
declare const Paper: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
class?: string | undefined;
|
|
16
|
+
style?: string | undefined;
|
|
17
|
+
element?: (HTMLDivElement & HTMLElement) | undefined;
|
|
18
|
+
elevation?: number | undefined;
|
|
19
|
+
children?: (import("svelte").Snippet<[]> & import("svelte").Snippet<[any]>) | undefined;
|
|
20
|
+
'anchor-for'?: string | undefined;
|
|
21
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
22
|
+
hideMaxWidth?: string | undefined;
|
|
23
|
+
hideMaxHeight?: string | undefined;
|
|
24
|
+
hideMinWidth?: string | undefined;
|
|
25
|
+
hideMinHeight?: string | undefined;
|
|
26
|
+
}, {
|
|
27
|
+
[evt: string]: CustomEvent<any>;
|
|
28
|
+
}, {}, {}, "element">;
|
|
29
|
+
type Paper = InstanceType<typeof Paper>;
|
|
30
|
+
export default Paper;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import TitleBar from './TitleBar.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 TitleBarProps = typeof __propDef.props;
|
|
10
|
-
export type TitleBarEvents = typeof __propDef.events;
|
|
11
|
-
export type TitleBarSlots = typeof __propDef.slots;
|
|
12
|
-
export default class TitleBar extends SvelteComponent<TitleBarProps, TitleBarEvents, TitleBarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const TitleBar: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type TitleBar = InstanceType<typeof TitleBar>;
|
|
19
|
+
export default TitleBar;
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
11
|
};
|
|
12
|
-
|
|
13
|
-
[evt: string]: CustomEvent<any>;
|
|
14
|
-
};
|
|
15
|
-
slots: {};
|
|
16
|
-
};
|
|
17
|
-
type TitleBarProps_ = typeof __propDef.props;
|
|
18
|
-
export { TitleBarProps_ as TitleBarProps };
|
|
19
|
-
export type TitleBarEvents = typeof __propDef.events;
|
|
20
|
-
export type TitleBarSlots = typeof __propDef.slots;
|
|
21
|
-
export default class TitleBar extends SvelteComponent<TitleBarProps_, TitleBarEvents, TitleBarSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
22
13
|
}
|
|
14
|
+
declare const TitleBar: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
title: string;
|
|
16
|
+
readonly onClose?: (() => void) | undefined;
|
|
17
|
+
hasMenu?: boolean | undefined;
|
|
18
|
+
icon?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
19
|
+
titleBarIcon?: import("svelte").Snippet | undefined;
|
|
20
|
+
titleBarTitle?: import("svelte").Snippet | undefined;
|
|
21
|
+
children?: import("svelte").Snippet | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
[evt: string]: CustomEvent<any>;
|
|
24
|
+
}, {}, {}, "">;
|
|
25
|
+
type TitleBar = InstanceType<typeof TitleBar>;
|
|
26
|
+
export default TitleBar;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import AutoComplete from './AutoComplete.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 AutoCompleteProps = typeof __propDef.props;
|
|
10
|
-
export type AutoCompleteEvents = typeof __propDef.events;
|
|
11
|
-
export type AutoCompleteSlots = typeof __propDef.slots;
|
|
12
|
-
export default class AutoComplete extends SvelteComponent<AutoCompleteProps, AutoCompleteEvents, AutoCompleteSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const AutoComplete: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type AutoComplete = InstanceType<typeof AutoComplete>;
|
|
19
|
+
export default AutoComplete;
|
|
@@ -1,35 +1,42 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
declare class __sveltets_Render<T> {
|
|
3
2
|
props(): {
|
|
4
|
-
'anchor-for'?: string;
|
|
3
|
+
'anchor-for'?: string | undefined;
|
|
5
4
|
element?: (HTMLElement & HTMLDivElement) | undefined;
|
|
6
|
-
class?: string;
|
|
7
|
-
style?: string;
|
|
8
|
-
container?: `inline` | `size` | `normal
|
|
9
|
-
hideMaxWidth?: string;
|
|
10
|
-
hideMaxHeight?: string;
|
|
11
|
-
hideMinWidth?: string;
|
|
12
|
-
hideMinHeight?: string;
|
|
13
|
-
children?: import("svelte").Snippet<[any]
|
|
5
|
+
class?: string | undefined;
|
|
6
|
+
style?: string | undefined;
|
|
7
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
8
|
+
hideMaxWidth?: string | undefined;
|
|
9
|
+
hideMaxHeight?: string | undefined;
|
|
10
|
+
hideMinWidth?: string | undefined;
|
|
11
|
+
hideMinHeight?: string | undefined;
|
|
12
|
+
children?: import("svelte").Snippet<[any]> | undefined;
|
|
14
13
|
data: T[];
|
|
15
|
-
showAllOnEmpty?: boolean;
|
|
16
|
-
searchField?: string | "*";
|
|
14
|
+
showAllOnEmpty?: boolean | undefined;
|
|
15
|
+
searchField?: (string | "*") | undefined;
|
|
17
16
|
dataFieldName?: keyof T | (keyof T)[] | undefined;
|
|
18
|
-
mode?: "exact" | "partial";
|
|
17
|
+
mode?: ("exact" | "partial") | undefined;
|
|
19
18
|
filteredData?: T[] | undefined;
|
|
20
|
-
selectedIndex?: number;
|
|
19
|
+
selectedIndex?: number | undefined;
|
|
21
20
|
onchange?: ((args: T) => void) | undefined;
|
|
22
|
-
autoCompleteEmpty?: import("svelte").Snippet;
|
|
23
|
-
autoCompleteNoResults?: import("svelte").Snippet;
|
|
21
|
+
autoCompleteEmpty?: import("svelte").Snippet | undefined;
|
|
22
|
+
autoCompleteNoResults?: import("svelte").Snippet | undefined;
|
|
24
23
|
} & Partial<Omit<HTMLInputElement, "style">>;
|
|
25
24
|
events(): {} & {
|
|
26
25
|
[evt: string]: CustomEvent<any>;
|
|
27
26
|
};
|
|
28
27
|
slots(): {};
|
|
28
|
+
bindings(): "element" | "data" | "selectedIndex" | "filteredData";
|
|
29
|
+
exports(): {};
|
|
29
30
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
interface $$IsomorphicComponent {
|
|
32
|
+
new <T>(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>): import('svelte').SvelteComponent<ReturnType<__sveltets_Render<T>['props']>, ReturnType<__sveltets_Render<T>['events']>, ReturnType<__sveltets_Render<T>['slots']>> & {
|
|
33
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
34
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
35
|
+
<T>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
36
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
37
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
38
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
34
39
|
}
|
|
35
|
-
|
|
40
|
+
declare const AutoComplete: $$IsomorphicComponent;
|
|
41
|
+
type AutoComplete<T> = InstanceType<typeof AutoComplete<T>>;
|
|
42
|
+
export default AutoComplete;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Button from './Button.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 ButtonProps = typeof __propDef.props;
|
|
10
|
-
export type ButtonEvents = typeof __propDef.events;
|
|
11
|
-
export type ButtonSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Button extends SvelteComponent<ButtonProps, ButtonEvents, ButtonSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Button: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Button = InstanceType<typeof Button>;
|
|
19
|
+
export default Button;
|
|
@@ -55,7 +55,7 @@ let clientWidth = $state();
|
|
|
55
55
|
bind:this={startRef}
|
|
56
56
|
bind:clientWidth
|
|
57
57
|
class="button-start"
|
|
58
|
-
style="--start-position:{children ?? value ? 'absolute' : 'relative'}"
|
|
58
|
+
style="--start-position:{(children ?? value) ? 'absolute' : 'relative'}"
|
|
59
59
|
>
|
|
60
60
|
<Slotted child={buttonStart}>
|
|
61
61
|
<Icon iconSize="small" {icon} />
|
|
@@ -1,40 +1,44 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import { type UsePopperProps } from '../../ui/popper/usePopper.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
showChip?: boolean;
|
|
15
|
-
variant?: import("../../types/index.js").ElementProps["buttonVariant"];
|
|
16
|
-
width?: import("../../types/index.js").ElementProps["width"];
|
|
17
|
-
nowrap?: boolean;
|
|
18
|
-
tall?: import("../../types/index.js").ElementProps["tall"];
|
|
19
|
-
selected?: boolean;
|
|
20
|
-
value?: string;
|
|
21
|
-
reverse?: boolean;
|
|
22
|
-
rounded?: boolean | string;
|
|
23
|
-
ratio?: string;
|
|
24
|
-
children?: import("svelte").Snippet;
|
|
25
|
-
buttonPopper?: import("svelte").Snippet;
|
|
26
|
-
buttonStart?: import("svelte").Snippet;
|
|
27
|
-
buttonEnd?: import("svelte").Snippet;
|
|
28
|
-
buttonLoadingIcon?: import("svelte").Snippet;
|
|
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;
|
|
29
12
|
};
|
|
30
|
-
|
|
31
|
-
[evt: string]: CustomEvent<any>;
|
|
32
|
-
};
|
|
33
|
-
slots: {};
|
|
34
|
-
};
|
|
35
|
-
type ButtonProps_ = typeof __propDef.props;
|
|
36
|
-
export { ButtonProps_ as ButtonProps };
|
|
37
|
-
export type ButtonEvents = typeof __propDef.events;
|
|
38
|
-
export type ButtonSlots = typeof __propDef.slots;
|
|
39
|
-
export default class Button extends SvelteComponent<ButtonProps_, ButtonEvents, ButtonSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
40
14
|
}
|
|
15
|
+
declare const Button: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
element?: HTMLButtonElement | undefined;
|
|
17
|
+
type?: ("button" | "submit" | "reset") | undefined;
|
|
18
|
+
icon?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
19
|
+
wrap?: import("../../types/index.js").ElementProps["wrap"] | undefined;
|
|
20
|
+
iconEnd?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
21
|
+
bgTheme?: string | undefined;
|
|
22
|
+
usePopper?: UsePopperProps | undefined;
|
|
23
|
+
popperOpen?: boolean | undefined;
|
|
24
|
+
loading?: boolean | undefined;
|
|
25
|
+
showChip?: boolean | undefined;
|
|
26
|
+
variant?: import("../../types/index.js").ElementProps["buttonVariant"] | undefined;
|
|
27
|
+
width?: import("../../types/index.js").ElementProps["width"] | undefined;
|
|
28
|
+
nowrap?: boolean | undefined;
|
|
29
|
+
tall?: import("../../types/index.js").ElementProps["tall"] | undefined;
|
|
30
|
+
selected?: boolean | undefined;
|
|
31
|
+
value?: string | undefined;
|
|
32
|
+
reverse?: boolean | undefined;
|
|
33
|
+
rounded?: (boolean | string) | undefined;
|
|
34
|
+
ratio?: string | undefined;
|
|
35
|
+
children?: import("svelte").Snippet | undefined;
|
|
36
|
+
buttonPopper?: import("svelte").Snippet | undefined;
|
|
37
|
+
buttonStart?: import("svelte").Snippet | undefined;
|
|
38
|
+
buttonEnd?: import("svelte").Snippet | undefined;
|
|
39
|
+
buttonLoadingIcon?: import("svelte").Snippet | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
[evt: string]: CustomEvent<any>;
|
|
42
|
+
}, {}, {}, "icon" | "element" | "iconEnd">;
|
|
43
|
+
type Button = InstanceType<typeof Button>;
|
|
44
|
+
export default Button;
|
|
@@ -1,45 +1,49 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { Snippet } from 'svelte';
|
|
3
2
|
import type { PopperProps } from '../../ui/popper/types.js';
|
|
4
3
|
import type { MenuProps } from '../../ui/menu/types.js';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
loading?: boolean;
|
|
16
|
-
showChip?: boolean;
|
|
17
|
-
variant?: import("../../types/index.js").ElementProps["buttonVariant"];
|
|
18
|
-
width?: import("../../types/index.js").ElementProps["width"];
|
|
19
|
-
nowrap?: boolean;
|
|
20
|
-
tall?: import("../../types/index.js").ElementProps["tall"];
|
|
21
|
-
selected?: boolean;
|
|
22
|
-
value?: string;
|
|
23
|
-
reverse?: boolean;
|
|
24
|
-
rounded?: boolean | string;
|
|
25
|
-
ratio?: string;
|
|
26
|
-
children?: Snippet;
|
|
27
|
-
buttonPopper?: Snippet;
|
|
28
|
-
buttonStart?: Snippet;
|
|
29
|
-
buttonEnd?: Snippet;
|
|
30
|
-
buttonLoadingIcon?: Snippet;
|
|
31
|
-
menuProps?: MenuProps;
|
|
32
|
-
popperProps?: PopperProps;
|
|
33
|
-
popperContent?: Snippet;
|
|
4
|
+
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> {
|
|
5
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
6
|
+
$$bindings?: Bindings;
|
|
7
|
+
} & Exports;
|
|
8
|
+
(internal: unknown, props: Props & {
|
|
9
|
+
$$events?: Events;
|
|
10
|
+
$$slots?: Slots;
|
|
11
|
+
}): Exports & {
|
|
12
|
+
$set?: any;
|
|
13
|
+
$on?: any;
|
|
34
14
|
};
|
|
35
|
-
|
|
36
|
-
[evt: string]: CustomEvent<any>;
|
|
37
|
-
};
|
|
38
|
-
slots: {};
|
|
39
|
-
};
|
|
40
|
-
type ButtonActionProps_ = typeof __propDef.props;
|
|
41
|
-
export { ButtonActionProps_ as ButtonActionProps };
|
|
42
|
-
export type ButtonActionEvents = typeof __propDef.events;
|
|
43
|
-
export type ButtonActionSlots = typeof __propDef.slots;
|
|
44
|
-
export default class ButtonAction extends SvelteComponent<ButtonActionProps_, ButtonActionEvents, ButtonActionSlots> {
|
|
15
|
+
z_$$bindings?: Bindings;
|
|
45
16
|
}
|
|
17
|
+
declare const ButtonAction: $$__sveltets_2_IsomorphicComponent<{
|
|
18
|
+
element?: HTMLButtonElement | undefined;
|
|
19
|
+
type?: ("button" | "submit" | "reset") | undefined;
|
|
20
|
+
icon?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
21
|
+
wrap?: import("../../types/index.js").ElementProps["wrap"] | undefined;
|
|
22
|
+
iconEnd?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
23
|
+
bgTheme?: string | undefined;
|
|
24
|
+
usePopper?: import("../..").UsePopperProps | undefined;
|
|
25
|
+
popperOpen?: boolean | undefined;
|
|
26
|
+
loading?: boolean | undefined;
|
|
27
|
+
showChip?: boolean | undefined;
|
|
28
|
+
variant?: import("../../types/index.js").ElementProps["buttonVariant"] | undefined;
|
|
29
|
+
width?: import("../../types/index.js").ElementProps["width"] | undefined;
|
|
30
|
+
nowrap?: boolean | undefined;
|
|
31
|
+
tall?: import("../../types/index.js").ElementProps["tall"] | undefined;
|
|
32
|
+
selected?: boolean | undefined;
|
|
33
|
+
value?: string | undefined;
|
|
34
|
+
reverse?: boolean | undefined;
|
|
35
|
+
rounded?: (boolean | string) | undefined;
|
|
36
|
+
ratio?: string | undefined;
|
|
37
|
+
children?: Snippet | undefined;
|
|
38
|
+
buttonPopper?: Snippet | undefined;
|
|
39
|
+
buttonStart?: Snippet | undefined;
|
|
40
|
+
buttonEnd?: Snippet | undefined;
|
|
41
|
+
buttonLoadingIcon?: Snippet | undefined;
|
|
42
|
+
menuProps?: MenuProps | undefined;
|
|
43
|
+
popperProps?: PopperProps | undefined;
|
|
44
|
+
popperContent?: Snippet | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
[evt: string]: CustomEvent<any>;
|
|
47
|
+
}, {}, {}, "">;
|
|
48
|
+
type ButtonAction = InstanceType<typeof ButtonAction>;
|
|
49
|
+
export default ButtonAction;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ButtonMenuProps } from './types.js';
|
|
3
2
|
declare class __sveltets_Render<T> {
|
|
4
3
|
props(): ButtonMenuProps<T>;
|
|
@@ -6,10 +5,18 @@ declare class __sveltets_Render<T> {
|
|
|
6
5
|
[evt: string]: CustomEvent<any>;
|
|
7
6
|
};
|
|
8
7
|
slots(): {};
|
|
8
|
+
bindings(): "element";
|
|
9
|
+
exports(): {};
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
interface $$IsomorphicComponent {
|
|
12
|
+
new <T>(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>): import('svelte').SvelteComponent<ReturnType<__sveltets_Render<T>['props']>, ReturnType<__sveltets_Render<T>['events']>, ReturnType<__sveltets_Render<T>['slots']>> & {
|
|
13
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
14
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
15
|
+
<T>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
16
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
17
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
18
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
14
19
|
}
|
|
15
|
-
|
|
20
|
+
declare const ButtonMenu: $$IsomorphicComponent;
|
|
21
|
+
type ButtonMenu<T> = InstanceType<typeof ButtonMenu<T>>;
|
|
22
|
+
export default ButtonMenu;
|
|
@@ -1,33 +1,37 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ElementProps } from '../../types/index.js';
|
|
3
2
|
import type { Snippet } from 'svelte';
|
|
4
3
|
import type { ButtonProps } from './types.js';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/** Whether to show the chip or not */
|
|
16
|
-
showChip?: boolean;
|
|
17
|
-
/** Rotation of the icon */
|
|
18
|
-
rotation?: number;
|
|
19
|
-
size?: ElementProps["width"];
|
|
20
|
-
/** Children for the default content */
|
|
21
|
-
children?: Snippet;
|
|
22
|
-
} & Partial<ButtonProps>;
|
|
23
|
-
events: {
|
|
24
|
-
[evt: string]: CustomEvent<any>;
|
|
4
|
+
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> {
|
|
5
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
6
|
+
$$bindings?: Bindings;
|
|
7
|
+
} & Exports;
|
|
8
|
+
(internal: unknown, props: Props & {
|
|
9
|
+
$$events?: Events;
|
|
10
|
+
$$slots?: Slots;
|
|
11
|
+
}): Exports & {
|
|
12
|
+
$set?: any;
|
|
13
|
+
$on?: any;
|
|
25
14
|
};
|
|
26
|
-
|
|
27
|
-
};
|
|
28
|
-
type IconButtonProps_ = typeof __propDef.props;
|
|
29
|
-
export { IconButtonProps_ as IconButtonProps };
|
|
30
|
-
export type IconButtonEvents = typeof __propDef.events;
|
|
31
|
-
export type IconButtonSlots = typeof __propDef.slots;
|
|
32
|
-
export default class IconButton extends SvelteComponent<IconButtonProps_, IconButtonEvents, IconButtonSlots> {
|
|
15
|
+
z_$$bindings?: Bindings;
|
|
33
16
|
}
|
|
17
|
+
declare const IconButton: $$__sveltets_2_IsomorphicComponent<{
|
|
18
|
+
/** Icon to be displayed */
|
|
19
|
+
icon: ElementProps["icon"];
|
|
20
|
+
showShip?: boolean;
|
|
21
|
+
/** Font size of the icon */
|
|
22
|
+
iconFontSize?: ElementProps["iconSize"];
|
|
23
|
+
element?: HTMLButtonElement | null;
|
|
24
|
+
/** Aspect ratio of the icon button */
|
|
25
|
+
ratio?: string;
|
|
26
|
+
/** Whether to show the chip or not */
|
|
27
|
+
showChip?: boolean;
|
|
28
|
+
/** Rotation of the icon */
|
|
29
|
+
rotation?: number;
|
|
30
|
+
size?: ElementProps["width"];
|
|
31
|
+
/** Children for the default content */
|
|
32
|
+
children?: Snippet;
|
|
33
|
+
} & Partial<ButtonProps>, {
|
|
34
|
+
[evt: string]: CustomEvent<any>;
|
|
35
|
+
}, {}, {}, "">;
|
|
36
|
+
type IconButton = InstanceType<typeof IconButton>;
|
|
37
|
+
export default IconButton;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Checkbox from './Checkbox.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 CheckboxProps = typeof __propDef.props;
|
|
10
|
-
export type CheckboxEvents = typeof __propDef.events;
|
|
11
|
-
export type CheckboxSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Checkbox extends SvelteComponent<CheckboxProps, CheckboxEvents, CheckboxSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Checkbox: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Checkbox = InstanceType<typeof Checkbox>;
|
|
19
|
+
export default Checkbox;
|