@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 Chipper from './Chipper.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 ChipperProps_ = typeof __propDef.props;
|
|
10
|
-
export { ChipperProps_ as ChipperProps };
|
|
11
|
-
export type ChipperEvents = typeof __propDef.events;
|
|
12
|
-
export type ChipperSlots = typeof __propDef.slots;
|
|
13
|
-
export default class Chipper extends SvelteComponent<ChipperProps_, ChipperEvents, ChipperSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
14
|
}
|
|
15
|
+
declare const Chipper: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Chipper = InstanceType<typeof Chipper>;
|
|
19
|
+
export default Chipper;
|
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ElementProps } from '../../types/index.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class?: string;
|
|
14
|
-
style?: string;
|
|
15
|
-
container?: `inline` | `size` | `normal`;
|
|
16
|
-
hideMaxWidth?: string;
|
|
17
|
-
hideMaxHeight?: string;
|
|
18
|
-
hideMinWidth?: string;
|
|
19
|
-
hideMinHeight?: string;
|
|
20
|
-
children?: import("svelte").Snippet<[any]>;
|
|
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;
|
|
21
12
|
};
|
|
22
|
-
|
|
23
|
-
[evt: string]: CustomEvent<any>;
|
|
24
|
-
};
|
|
25
|
-
slots: {};
|
|
26
|
-
};
|
|
27
|
-
type ChipperProps_ = typeof __propDef.props;
|
|
28
|
-
export { ChipperProps_ as ChipperProps };
|
|
29
|
-
export type ChipperEvents = typeof __propDef.events;
|
|
30
|
-
export type ChipperSlots = typeof __propDef.slots;
|
|
31
|
-
export default class Chipper extends SvelteComponent<ChipperProps_, ChipperEvents, ChipperSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
32
14
|
}
|
|
15
|
+
declare const Chipper: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
position?: ElementProps["position"] | undefined;
|
|
17
|
+
theme?: ("primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "medium" | "dark") | undefined;
|
|
18
|
+
color?: string | undefined;
|
|
19
|
+
content?: string | undefined;
|
|
20
|
+
showChip?: boolean | undefined;
|
|
21
|
+
chipperChip?: import("svelte").Snippet | undefined;
|
|
22
|
+
'anchor-for'?: string | undefined;
|
|
23
|
+
element?: HTMLElement | undefined;
|
|
24
|
+
class?: string | undefined;
|
|
25
|
+
style?: string | undefined;
|
|
26
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
27
|
+
hideMaxWidth?: string | undefined;
|
|
28
|
+
hideMaxHeight?: string | undefined;
|
|
29
|
+
hideMinWidth?: string | undefined;
|
|
30
|
+
hideMinHeight?: string | undefined;
|
|
31
|
+
children?: import("svelte").Snippet<[any]> | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
[evt: string]: CustomEvent<any>;
|
|
34
|
+
}, {}, {}, "element">;
|
|
35
|
+
type Chipper = InstanceType<typeof Chipper>;
|
|
36
|
+
export default Chipper;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ColumnProps } 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 ColumnProps_ = typeof __propDef.props;
|
|
11
|
-
export { ColumnProps_ as ColumnProps };
|
|
12
|
-
export type ColumnEvents = typeof __propDef.events;
|
|
13
|
-
export type ColumnSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Column extends SvelteComponent<ColumnProps_, ColumnEvents, ColumnSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const Column: $$__sveltets_2_IsomorphicComponent<ColumnProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "element">;
|
|
18
|
+
type Column = InstanceType<typeof Column>;
|
|
19
|
+
export default Column;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Columner from './Columner.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 ColumnerProps = typeof __propDef.props;
|
|
10
|
-
export type ColumnerEvents = typeof __propDef.events;
|
|
11
|
-
export type ColumnerSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Columner extends SvelteComponent<ColumnerProps, ColumnerEvents, ColumnerSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Columner: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Columner = InstanceType<typeof Columner>;
|
|
19
|
+
export default Columner;
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import { type Snippet } from 'svelte';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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;
|
|
6
12
|
};
|
|
7
|
-
|
|
8
|
-
[evt: string]: CustomEvent<any>;
|
|
9
|
-
};
|
|
10
|
-
slots: {};
|
|
11
|
-
};
|
|
12
|
-
export type ColumnerProps = typeof __propDef.props;
|
|
13
|
-
export type ColumnerEvents = typeof __propDef.events;
|
|
14
|
-
export type ColumnerSlots = typeof __propDef.slots;
|
|
15
|
-
export default class Columner extends SvelteComponent<ColumnerProps, ColumnerEvents, ColumnerSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
16
14
|
}
|
|
17
|
-
|
|
15
|
+
declare const Columner: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
children: Snippet;
|
|
17
|
+
}, {
|
|
18
|
+
[evt: string]: CustomEvent<any>;
|
|
19
|
+
}, {}, {}, "">;
|
|
20
|
+
type Columner = InstanceType<typeof Columner>;
|
|
21
|
+
export default Columner;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import ContentSwitcher from './ContentSwitcher.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 ContentSwitcherProps = typeof __propDef.props;
|
|
10
|
-
export type ContentSwitcherEvents = typeof __propDef.events;
|
|
11
|
-
export type ContentSwitcherSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ContentSwitcher extends SvelteComponent<ContentSwitcherProps, ContentSwitcherEvents, ContentSwitcherSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const ContentSwitcher: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type ContentSwitcher = InstanceType<typeof ContentSwitcher>;
|
|
19
|
+
export default ContentSwitcher;
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
hideMinWidth?: string;
|
|
12
|
-
hideMinHeight?: string;
|
|
13
|
-
children?: import("svelte").Snippet<[any]>;
|
|
14
|
-
icon?: string | import("../../types/index.js").IconObj;
|
|
15
|
-
iconback?: string | import("../../types/index.js").IconObj;
|
|
16
|
-
parent?: HTMLElement;
|
|
17
|
-
contentSwitcherTogglerIcon?: import("svelte").Snippet;
|
|
18
|
-
contentSwitcherBackIcon?: import("svelte").Snippet;
|
|
19
|
-
contentSwitcherReveal?: import("svelte").Snippet;
|
|
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;
|
|
20
11
|
};
|
|
21
|
-
|
|
22
|
-
[evt: string]: CustomEvent<any>;
|
|
23
|
-
};
|
|
24
|
-
slots: {};
|
|
25
|
-
};
|
|
26
|
-
type ContentSwitcherProps_ = typeof __propDef.props;
|
|
27
|
-
export { ContentSwitcherProps_ as ContentSwitcherProps };
|
|
28
|
-
export type ContentSwitcherEvents = typeof __propDef.events;
|
|
29
|
-
export type ContentSwitcherSlots = typeof __propDef.slots;
|
|
30
|
-
export default class ContentSwitcher extends SvelteComponent<ContentSwitcherProps_, ContentSwitcherEvents, ContentSwitcherSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
31
13
|
}
|
|
14
|
+
declare const ContentSwitcher: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
'anchor-for'?: string | undefined;
|
|
16
|
+
element?: (HTMLElement & HTMLDivElement) | undefined;
|
|
17
|
+
class?: string | undefined;
|
|
18
|
+
style?: string | undefined;
|
|
19
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
20
|
+
hideMaxWidth?: string | undefined;
|
|
21
|
+
hideMaxHeight?: string | undefined;
|
|
22
|
+
hideMinWidth?: string | undefined;
|
|
23
|
+
hideMinHeight?: string | undefined;
|
|
24
|
+
children?: import("svelte").Snippet<[any]> | undefined;
|
|
25
|
+
icon?: (string | import("../../types/index.js").IconObj) | undefined;
|
|
26
|
+
iconback?: (string | import("../../types/index.js").IconObj) | undefined;
|
|
27
|
+
parent?: HTMLElement | undefined;
|
|
28
|
+
contentSwitcherTogglerIcon?: import("svelte").Snippet | undefined;
|
|
29
|
+
contentSwitcherBackIcon?: import("svelte").Snippet | undefined;
|
|
30
|
+
contentSwitcherReveal?: import("svelte").Snippet | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
[evt: string]: CustomEvent<any>;
|
|
33
|
+
}, {}, {}, "">;
|
|
34
|
+
type ContentSwitcher = InstanceType<typeof ContentSwitcher>;
|
|
35
|
+
export default ContentSwitcher;
|
|
@@ -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 DebugProps = typeof __propDef.props;
|
|
12
|
-
export type DebugEvents = typeof __propDef.events;
|
|
13
|
-
export type DebugSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Debug extends SvelteComponent<DebugProps, DebugEvents, DebugSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
15
13
|
}
|
|
16
|
-
|
|
14
|
+
declare const Debug: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
}, {
|
|
17
|
+
[evt: string]: CustomEvent<any>;
|
|
18
|
+
}, {}, {}, string>;
|
|
19
|
+
type Debug = InstanceType<typeof Debug>;
|
|
20
|
+
export default Debug;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { DemoPageProps } 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 DemoPageProps_ = typeof __propDef.props;
|
|
11
|
-
export { DemoPageProps_ as DemoPageProps };
|
|
12
|
-
export type DemoPageEvents = typeof __propDef.events;
|
|
13
|
-
export type DemoPageSlots = typeof __propDef.slots;
|
|
14
|
-
export default class DemoPage extends SvelteComponent<DemoPageProps_, DemoPageEvents, DemoPageSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const DemoPage: $$__sveltets_2_IsomorphicComponent<DemoPageProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "">;
|
|
18
|
+
type DemoPage = InstanceType<typeof DemoPage>;
|
|
19
|
+
export default DemoPage;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { DemoerProps } from './types.js';
|
|
3
2
|
declare class __sveltets_Render<T = Record<string, any>> {
|
|
4
3
|
props(): DemoerProps<T>;
|
|
@@ -6,10 +5,18 @@ declare class __sveltets_Render<T = Record<string, any>> {
|
|
|
6
5
|
[evt: string]: CustomEvent<any>;
|
|
7
6
|
};
|
|
8
7
|
slots(): {};
|
|
8
|
+
bindings(): "parameters" | "componentArgs" | "component";
|
|
9
|
+
exports(): {};
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
interface $$IsomorphicComponent {
|
|
12
|
+
new <T = Record<string, any>>(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 = Record<string, any>>(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 Demoer: $$IsomorphicComponent;
|
|
21
|
+
type Demoer<T = Record<string, any>> = InstanceType<typeof Demoer<T>>;
|
|
22
|
+
export default Demoer;
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace';
|
|
3
2
|
import 'prism-svelte';
|
|
4
3
|
import type { Snippet } from 'svelte';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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;
|
|
12
14
|
};
|
|
13
|
-
|
|
14
|
-
[evt: string]: CustomEvent<any>;
|
|
15
|
-
};
|
|
16
|
-
slots: {};
|
|
17
|
-
};
|
|
18
|
-
type DemoerCodeProps_ = typeof __propDef.props;
|
|
19
|
-
export { DemoerCodeProps_ as DemoerCodeProps };
|
|
20
|
-
export type DemoerCodeEvents = typeof __propDef.events;
|
|
21
|
-
export type DemoerCodeSlots = typeof __propDef.slots;
|
|
22
|
-
export default class DemoerCode extends SvelteComponent<DemoerCodeProps_, DemoerCodeEvents, DemoerCodeSlots> {
|
|
15
|
+
z_$$bindings?: Bindings;
|
|
23
16
|
}
|
|
17
|
+
declare const DemoerCode: $$__sveltets_2_IsomorphicComponent<{
|
|
18
|
+
title?: string;
|
|
19
|
+
code: string;
|
|
20
|
+
subTitle?: string;
|
|
21
|
+
component?: string;
|
|
22
|
+
demoerCode?: Snippet;
|
|
23
|
+
}, {
|
|
24
|
+
[evt: string]: CustomEvent<any>;
|
|
25
|
+
}, {}, {}, "">;
|
|
26
|
+
type DemoerCode = InstanceType<typeof DemoerCode>;
|
|
27
|
+
export default DemoerCode;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { Snippet } from 'svelte';
|
|
3
2
|
import type { Data } from '../../types/index.js';
|
|
4
3
|
declare class __sveltets_Render<T = Data> {
|
|
@@ -19,10 +18,18 @@ declare class __sveltets_Render<T = Data> {
|
|
|
19
18
|
[evt: string]: CustomEvent<any>;
|
|
20
19
|
};
|
|
21
20
|
slots(): {};
|
|
21
|
+
bindings(): "";
|
|
22
|
+
exports(): {};
|
|
22
23
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
interface $$IsomorphicComponent {
|
|
25
|
+
new <T = Data>(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']>> & {
|
|
26
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
27
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
28
|
+
<T = Data>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
29
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
30
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
31
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
27
32
|
}
|
|
28
|
-
|
|
33
|
+
declare const DemoerComponent: $$IsomorphicComponent;
|
|
34
|
+
type DemoerComponent<T = Data> = InstanceType<typeof DemoerComponent<T>>;
|
|
35
|
+
export default DemoerComponent;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Divider from './Divider.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 DividerProps = typeof __propDef.props;
|
|
10
|
-
export type DividerEvents = typeof __propDef.events;
|
|
11
|
-
export type DividerSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Divider extends SvelteComponent<DividerProps, DividerEvents, DividerSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Divider: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Divider = InstanceType<typeof Divider>;
|
|
19
|
+
export default Divider;
|
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
/** extends button */
|
|
3
2
|
import type { ElementProps } from '../../types/index.js';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
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> {
|
|
4
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
5
|
+
$$bindings?: Bindings;
|
|
6
|
+
} & Exports;
|
|
7
|
+
(internal: unknown, props: Props & {
|
|
8
|
+
$$events?: Events;
|
|
9
|
+
$$slots?: Slots;
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
14
13
|
};
|
|
15
|
-
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
};
|
|
18
|
-
slots: {};
|
|
19
|
-
};
|
|
20
|
-
type DividerProps_ = typeof __propDef.props;
|
|
21
|
-
export { DividerProps_ as DividerProps };
|
|
22
|
-
export type DividerEvents = typeof __propDef.events;
|
|
23
|
-
export type DividerSlots = typeof __propDef.slots;
|
|
24
|
-
export default class Divider extends SvelteComponent<DividerProps_, DividerEvents, DividerSlots> {
|
|
14
|
+
z_$$bindings?: Bindings;
|
|
25
15
|
}
|
|
16
|
+
declare const Divider: $$__sveltets_2_IsomorphicComponent<{
|
|
17
|
+
class?: string | undefined;
|
|
18
|
+
style?: CSSStyleDeclaration | undefined;
|
|
19
|
+
element?: (HTMLDivElement | null) | undefined;
|
|
20
|
+
dense?: ElementProps["dense"] | undefined;
|
|
21
|
+
orientation?: ElementProps["orientation"];
|
|
22
|
+
expansion?: ("full" | "padded" | "centered") | undefined;
|
|
23
|
+
shadowed?: boolean | undefined;
|
|
24
|
+
color?: (string | null) | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
[evt: string]: CustomEvent<any>;
|
|
27
|
+
}, {}, {}, "">;
|
|
28
|
+
type Divider = InstanceType<typeof Divider>;
|
|
29
|
+
export default Divider;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Icon from './Icon.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 IconProps = typeof __propDef.props;
|
|
10
|
-
export type IconEvents = typeof __propDef.events;
|
|
11
|
-
export type IconSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Icon extends SvelteComponent<IconProps, IconEvents, IconSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Icon: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Icon = InstanceType<typeof Icon>;
|
|
19
|
+
export default Icon;
|
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import { type ElementProps } from '../../types/index.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
rotation?: number;
|
|
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;
|
|
14
12
|
};
|
|
15
|
-
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
};
|
|
18
|
-
slots: {};
|
|
19
|
-
};
|
|
20
|
-
export type IconProps = typeof __propDef.props;
|
|
21
|
-
export type IconEvents = typeof __propDef.events;
|
|
22
|
-
export type IconSlots = typeof __propDef.slots;
|
|
23
|
-
export default class Icon extends SvelteComponent<IconProps, IconEvents, IconSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
24
14
|
}
|
|
25
|
-
|
|
15
|
+
declare const Icon: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
icon?: ElementProps["icon"] | undefined;
|
|
17
|
+
class?: string | undefined;
|
|
18
|
+
style?: string | undefined;
|
|
19
|
+
element?: HTMLDivElement | null | any;
|
|
20
|
+
ico?: import("../../types/index.js").IconObj | undefined;
|
|
21
|
+
iconSize?: ElementProps["iconSize"] | undefined;
|
|
22
|
+
rotate?: boolean | undefined;
|
|
23
|
+
color?: string | undefined;
|
|
24
|
+
rotation?: number | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
[evt: string]: CustomEvent<any>;
|
|
27
|
+
}, {}, {}, "icon" | "iconSize" | "element" | "color">;
|
|
28
|
+
type Icon = InstanceType<typeof Icon>;
|
|
29
|
+
export default Icon;
|