@medyll/idae-slotui-svelte 0.3.0 → 0.4.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.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 +13 -6
- 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 -2
- 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 +275 -278
- package/dist/index.js +275 -278
- 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/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/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 +31 -33
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Alert from './Alert.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 AlertProps = typeof __propDef.props;
|
|
10
|
-
export type AlertEvents = typeof __propDef.events;
|
|
11
|
-
export type AlertSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Alert extends SvelteComponent<AlertProps, AlertEvents, AlertSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Alert: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Alert = InstanceType<typeof Alert>;
|
|
19
|
+
export default Alert;
|
|
@@ -1,37 +1,40 @@
|
|
|
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
|
-
alertButtonClose?: import("svelte").Snippet;
|
|
14
|
-
'anchor-for'?: string;
|
|
15
|
-
element?: HTMLElement;
|
|
16
|
-
class?: string;
|
|
17
|
-
style?: string;
|
|
18
|
-
container?: `inline` | `size` | `normal`;
|
|
19
|
-
hideMaxWidth?: string;
|
|
20
|
-
hideMaxHeight?: string;
|
|
21
|
-
hideMinWidth?: string;
|
|
22
|
-
hideMinHeight?: string;
|
|
23
|
-
} & {
|
|
24
|
-
actions?: Record<"open" | "toggle" | "close", Function>;
|
|
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;
|
|
25
12
|
};
|
|
26
|
-
|
|
27
|
-
[evt: string]: CustomEvent<any>;
|
|
28
|
-
};
|
|
29
|
-
slots: {};
|
|
30
|
-
};
|
|
31
|
-
type AlertProps_ = typeof __propDef.props;
|
|
32
|
-
export { AlertProps_ as AlertProps };
|
|
33
|
-
export type AlertEvents = typeof __propDef.events;
|
|
34
|
-
export type AlertSlots = typeof __propDef.slots;
|
|
35
|
-
export default class Alert extends SvelteComponent<AlertProps_, AlertEvents, AlertSlots> {
|
|
36
|
-
get actions(): Record<"close" | "toggle" | "open", Function>;
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
37
14
|
}
|
|
15
|
+
declare const Alert: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
level?: ElementProps["levels"] | undefined;
|
|
17
|
+
message?: string | undefined;
|
|
18
|
+
draggable?: boolean | undefined;
|
|
19
|
+
isOpen?: boolean | undefined;
|
|
20
|
+
children?: import("svelte").Snippet | undefined;
|
|
21
|
+
alertTopButton?: import("svelte").Snippet | undefined;
|
|
22
|
+
alertMessage?: import("svelte").Snippet | undefined;
|
|
23
|
+
alertButtonZone?: import("svelte").Snippet | undefined;
|
|
24
|
+
alertButtonClose?: import("svelte").Snippet | undefined;
|
|
25
|
+
'anchor-for'?: string | undefined;
|
|
26
|
+
element?: HTMLElement | undefined;
|
|
27
|
+
class?: string | undefined;
|
|
28
|
+
style?: string | undefined;
|
|
29
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
30
|
+
hideMaxWidth?: string | undefined;
|
|
31
|
+
hideMaxHeight?: string | undefined;
|
|
32
|
+
hideMinWidth?: string | undefined;
|
|
33
|
+
hideMinHeight?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
[evt: string]: CustomEvent<any>;
|
|
36
|
+
}, {}, {
|
|
37
|
+
actions: Record<"open" | "toggle" | "close", Function>;
|
|
38
|
+
}, "level" | "isOpen" | "element">;
|
|
39
|
+
type Alert = InstanceType<typeof Alert>;
|
|
40
|
+
export default Alert;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Avatar from './Avatar.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 AvatarProps = typeof __propDef.props;
|
|
10
|
-
export type AvatarEvents = typeof __propDef.events;
|
|
11
|
-
export type AvatarSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Avatar extends SvelteComponent<AvatarProps, AvatarEvents, AvatarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Avatar: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Avatar = InstanceType<typeof Avatar>;
|
|
19
|
+
export default Avatar;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Avatar from './Avatar.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 AvatarProps = typeof __propDef.props;
|
|
10
|
-
export type AvatarEvents = typeof __propDef.events;
|
|
11
|
-
export type AvatarSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Avatar extends SvelteComponent<AvatarProps, AvatarEvents, AvatarSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Avatar: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Avatar = InstanceType<typeof Avatar>;
|
|
19
|
+
export default Avatar;
|
|
@@ -1,29 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
hideMinWidth?: string;
|
|
12
|
-
hideMinHeight?: string;
|
|
13
|
-
children?: (import("svelte").Snippet<[any]> & import("svelte").Snippet<[]>) | undefined;
|
|
14
|
-
icon?: string;
|
|
15
|
-
size?: import("../../types/index.js").ElementProps["width"];
|
|
16
|
-
iconSize?: import("../../types/index.js").ElementProps["iconSize"];
|
|
17
|
-
avatarBadge?: 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;
|
|
18
11
|
};
|
|
19
|
-
|
|
20
|
-
[evt: string]: CustomEvent<any>;
|
|
21
|
-
};
|
|
22
|
-
slots: {};
|
|
23
|
-
};
|
|
24
|
-
type AvatarProps_ = typeof __propDef.props;
|
|
25
|
-
export { AvatarProps_ as AvatarProps };
|
|
26
|
-
export type AvatarEvents = typeof __propDef.events;
|
|
27
|
-
export type AvatarSlots = typeof __propDef.slots;
|
|
28
|
-
export default class Avatar extends SvelteComponent<AvatarProps_, AvatarEvents, AvatarSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
29
13
|
}
|
|
14
|
+
declare const Avatar: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
'anchor-for'?: string | undefined;
|
|
16
|
+
element?: HTMLElement | 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]> & import("svelte").Snippet<[]>) | undefined;
|
|
25
|
+
icon?: string | undefined;
|
|
26
|
+
size?: import("../../types/index.js").ElementProps["width"] | undefined;
|
|
27
|
+
iconSize?: import("../../types/index.js").ElementProps["iconSize"] | undefined;
|
|
28
|
+
avatarBadge?: import("svelte").Snippet | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
[evt: string]: CustomEvent<any>;
|
|
31
|
+
}, {}, {}, "element">;
|
|
32
|
+
type Avatar = InstanceType<typeof Avatar>;
|
|
33
|
+
export default Avatar;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Backdrop from './Backdrop.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 BackdropProps = typeof __propDef.props;
|
|
10
|
-
export type BackdropEvents = typeof __propDef.events;
|
|
11
|
-
export type BackdropSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Backdrop extends SvelteComponent<BackdropProps, BackdropEvents, BackdropSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Backdrop: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Backdrop = InstanceType<typeof Backdrop>;
|
|
19
|
+
export default Backdrop;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { BackdropProps } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
};
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export { BackdropProps_ as BackdropProps };
|
|
17
|
-
export type BackdropEvents = typeof __propDef.events;
|
|
18
|
-
export type BackdropSlots = typeof __propDef.slots;
|
|
19
|
-
export default class Backdrop extends SvelteComponent<BackdropProps_, BackdropEvents, BackdropSlots> {
|
|
20
|
-
get actions(): {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
15
|
+
declare const Backdrop: $$__sveltets_2_IsomorphicComponent<BackdropProps<any, any>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {
|
|
18
|
+
/** Backdrop controller */ actions: {
|
|
21
19
|
close: () => void;
|
|
22
20
|
open: () => void;
|
|
23
21
|
};
|
|
24
|
-
}
|
|
22
|
+
}, "isOpen">;
|
|
23
|
+
type Backdrop = InstanceType<typeof Backdrop>;
|
|
24
|
+
export default Backdrop;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { BadgeProps } 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 BadgeProps_ = typeof __propDef.props;
|
|
11
|
-
export { BadgeProps_ as BadgeProps };
|
|
12
|
-
export type BadgeEvents = typeof __propDef.events;
|
|
13
|
-
export type BadgeSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Badge extends SvelteComponent<BadgeProps_, BadgeEvents, BadgeSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
15
14
|
}
|
|
15
|
+
declare const Badge: $$__sveltets_2_IsomorphicComponent<BadgeProps, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "">;
|
|
18
|
+
type Badge = InstanceType<typeof Badge>;
|
|
19
|
+
export default Badge;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Box from './Box.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 BoxProps = typeof __propDef.props;
|
|
10
|
-
export type BoxEvents = typeof __propDef.events;
|
|
11
|
-
export type BoxSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Box extends SvelteComponent<BoxProps, BoxEvents, BoxSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Box: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Box = InstanceType<typeof Box>;
|
|
19
|
+
export default Box;
|
|
@@ -1,46 +1,45 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
content: string;
|
|
12
|
-
bottomZone?: string;
|
|
13
|
-
children?: import("svelte").Snippet;
|
|
14
|
-
boxBottomZone?: import("svelte").Snippet;
|
|
15
|
-
titleBarTitle?: import("svelte").Snippet;
|
|
16
|
-
titleBarIcon?: import("svelte").Snippet;
|
|
17
|
-
'anchor-for'?: string;
|
|
18
|
-
class?: string;
|
|
19
|
-
container?: `inline` | `size` | `normal`;
|
|
20
|
-
hideMaxWidth?: string;
|
|
21
|
-
hideMaxHeight?: string;
|
|
22
|
-
hideMinWidth?: string;
|
|
23
|
-
hideMinHeight?: string;
|
|
24
|
-
} & {
|
|
25
|
-
/** box actions */ actions?: {
|
|
26
|
-
open: () => void;
|
|
27
|
-
toggle: () => void;
|
|
28
|
-
close: () => void;
|
|
29
|
-
};
|
|
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;
|
|
30
11
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
|
+
}
|
|
14
|
+
declare const Box: $$__sveltets_2_IsomorphicComponent<{
|
|
15
|
+
element?: HTMLDivElement | undefined;
|
|
16
|
+
style?: string | undefined;
|
|
17
|
+
isOpen: boolean;
|
|
18
|
+
showCloseControl: boolean;
|
|
19
|
+
hasMenu: boolean;
|
|
20
|
+
title: string;
|
|
21
|
+
icon: string;
|
|
22
|
+
content: string;
|
|
23
|
+
bottomZone?: string | undefined;
|
|
24
|
+
children?: import("svelte").Snippet | undefined;
|
|
25
|
+
boxBottomZone?: import("svelte").Snippet | undefined;
|
|
26
|
+
titleBarTitle?: import("svelte").Snippet | undefined;
|
|
27
|
+
titleBarIcon?: import("svelte").Snippet | undefined;
|
|
28
|
+
'anchor-for'?: string | undefined;
|
|
29
|
+
class?: string | undefined;
|
|
30
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
31
|
+
hideMaxWidth?: string | undefined;
|
|
32
|
+
hideMaxHeight?: string | undefined;
|
|
33
|
+
hideMinWidth?: string | undefined;
|
|
34
|
+
hideMinHeight?: string | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
[evt: string]: CustomEvent<any>;
|
|
37
|
+
}, {}, {
|
|
38
|
+
/** box actions */ actions: {
|
|
42
39
|
open: () => void;
|
|
43
40
|
toggle: () => void;
|
|
44
41
|
close: () => void;
|
|
45
42
|
};
|
|
46
|
-
}
|
|
43
|
+
}, "isOpen" | "element">;
|
|
44
|
+
type Box = InstanceType<typeof Box>;
|
|
45
|
+
export default Box;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Cartouche from './Cartouche.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 CartoucheProps = typeof __propDef.props;
|
|
10
|
-
export type CartoucheEvents = typeof __propDef.events;
|
|
11
|
-
export type CartoucheSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Cartouche extends SvelteComponent<CartoucheProps, CartoucheEvents, CartoucheSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Cartouche: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Cartouche = InstanceType<typeof Cartouche>;
|
|
19
|
+
export default Cartouche;
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/** @typedef {typeof __propDef.slots} CartoucheSlots */
|
|
4
|
-
export default class Cartouche extends SvelteComponent<{
|
|
1
|
+
export default Cartouche;
|
|
2
|
+
type Cartouche = SvelteComponent<{
|
|
5
3
|
[x: string]: never;
|
|
6
4
|
}, {
|
|
7
5
|
[evt: string]: CustomEvent<any>;
|
|
8
|
-
}, {}> {
|
|
9
|
-
|
|
10
|
-
export type CartoucheProps = typeof __propDef.props;
|
|
11
|
-
export type CartoucheEvents = typeof __propDef.events;
|
|
12
|
-
export type CartoucheSlots = typeof __propDef.slots;
|
|
13
|
-
import { SvelteComponent } from "svelte";
|
|
14
|
-
declare const __propDef: {
|
|
15
|
-
props: {
|
|
16
|
-
[x: string]: never;
|
|
17
|
-
};
|
|
18
|
-
events: {
|
|
19
|
-
[evt: string]: CustomEvent<any>;
|
|
20
|
-
};
|
|
21
|
-
slots: {};
|
|
6
|
+
}, {}> & {
|
|
7
|
+
$$bindings?: string | undefined;
|
|
22
8
|
};
|
|
23
|
-
|
|
9
|
+
declare const Cartouche: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
+
[x: string]: never;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}, {}, string>;
|
|
14
|
+
import Cartouche from './Cartouche.svelte';
|
|
15
|
+
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> {
|
|
16
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
17
|
+
$$bindings?: Bindings;
|
|
18
|
+
} & Exports;
|
|
19
|
+
(internal: unknown, props: {
|
|
20
|
+
$$events?: Events;
|
|
21
|
+
$$slots?: Slots;
|
|
22
|
+
}): Exports & {
|
|
23
|
+
$set?: any;
|
|
24
|
+
$on?: any;
|
|
25
|
+
};
|
|
26
|
+
z_$$bindings?: Bindings;
|
|
27
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { CartoucheClasses } from './types.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
hideMinHeight?: string;
|
|
14
|
-
children?: (import("svelte").Snippet<[any]> & import("svelte").Snippet<[]>) | undefined;
|
|
15
|
-
classes?: CartoucheClasses;
|
|
16
|
-
primary: string;
|
|
17
|
-
secondary?: string;
|
|
18
|
-
icon?: import("../../types/index.js").ElementProps["icon"];
|
|
19
|
-
stacked?: boolean;
|
|
20
|
-
component?: SvelteComponent;
|
|
21
|
-
componentProps?: Record<string, any>;
|
|
22
|
-
keepCartoucheContent?: boolean;
|
|
23
|
-
showTitleDivider?: boolean;
|
|
24
|
-
bordered?: boolean;
|
|
25
|
-
isOpen?: boolean;
|
|
26
|
-
actions?: Record<"open" | "toggle" | "close", (event: Event) => void>;
|
|
27
|
-
dense?: import("../../types/index.js").ElementProps["dense"];
|
|
28
|
-
tall?: import("../../types/index.js").ElementProps["tall"];
|
|
29
|
-
cartoucheIcon?: import("svelte").Snippet;
|
|
30
|
-
cartouchePrimary?: import("svelte").Snippet;
|
|
31
|
-
cartoucheSecondary?: import("svelte").Snippet;
|
|
32
|
-
cartoucheButtons?: import("svelte").Snippet;
|
|
33
|
-
} & {
|
|
34
|
-
actions?: {
|
|
35
|
-
open: () => void;
|
|
36
|
-
toggle: (event: Event) => void;
|
|
37
|
-
close: () => void;
|
|
38
|
-
};
|
|
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;
|
|
39
13
|
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
14
|
+
z_$$bindings?: Bindings;
|
|
15
|
+
}
|
|
16
|
+
declare const Cartouche: $$__sveltets_2_IsomorphicComponent<{
|
|
17
|
+
'anchor-for'?: string | undefined;
|
|
18
|
+
element?: (HTMLElement & HTMLDivElement) | undefined;
|
|
19
|
+
class?: string | undefined;
|
|
20
|
+
style?: 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
|
+
children?: (import("svelte").Snippet<[any]> & import("svelte").Snippet<[]>) | undefined;
|
|
27
|
+
classes?: CartoucheClasses | undefined;
|
|
28
|
+
primary: string;
|
|
29
|
+
secondary?: string | undefined;
|
|
30
|
+
icon?: import("../../types/index.js").ElementProps["icon"] | undefined;
|
|
31
|
+
stacked?: boolean | undefined;
|
|
32
|
+
component?: SvelteComponent | undefined;
|
|
33
|
+
componentProps?: Record<string, any> | undefined;
|
|
34
|
+
keepCartoucheContent?: boolean | undefined;
|
|
35
|
+
showTitleDivider?: boolean | undefined;
|
|
36
|
+
bordered?: boolean | undefined;
|
|
37
|
+
isOpen?: boolean | undefined;
|
|
38
|
+
actions?: Record<"open" | "toggle" | "close", (event: Event) => void> | undefined;
|
|
39
|
+
dense?: import("../../types/index.js").ElementProps["dense"] | undefined;
|
|
40
|
+
tall?: import("../../types/index.js").ElementProps["tall"] | undefined;
|
|
41
|
+
cartoucheIcon?: import("svelte").Snippet | undefined;
|
|
42
|
+
cartouchePrimary?: import("svelte").Snippet | undefined;
|
|
43
|
+
cartoucheSecondary?: import("svelte").Snippet | undefined;
|
|
44
|
+
cartoucheButtons?: import("svelte").Snippet | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
[evt: string]: CustomEvent<any>;
|
|
47
|
+
}, {}, {
|
|
48
|
+
actions: {
|
|
51
49
|
open: () => void;
|
|
52
50
|
toggle: (event: Event) => void;
|
|
53
51
|
close: () => void;
|
|
54
52
|
};
|
|
55
|
-
}
|
|
53
|
+
}, "isOpen" | "element">;
|
|
54
|
+
type Cartouche = InstanceType<typeof Cartouche>;
|
|
55
|
+
export default Cartouche;
|