@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 Tree from './Tree.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 TreeProps = typeof __propDef.props;
|
|
10
|
-
export type TreeEvents = typeof __propDef.events;
|
|
11
|
-
export type TreeSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Tree extends SvelteComponent<TreeProps, TreeEvents, TreeSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Tree: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Tree = InstanceType<typeof Tree>;
|
|
19
|
+
export default Tree;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Tree from './Tree.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 TreeProps = typeof __propDef.props;
|
|
10
|
-
export type TreeEvents = typeof __propDef.events;
|
|
11
|
-
export type TreeSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Tree extends SvelteComponent<TreeProps, TreeEvents, TreeSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Tree: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Tree = InstanceType<typeof Tree>;
|
|
19
|
+
export default Tree;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { Snippet } from 'svelte';
|
|
3
2
|
import type { TreeItemType } from './types.js';
|
|
4
3
|
import type { CommonProps, Data } from '../../types/index.js';
|
|
@@ -36,10 +35,18 @@ declare class __sveltets_Render<T = Data> {
|
|
|
36
35
|
[evt: string]: CustomEvent<any>;
|
|
37
36
|
};
|
|
38
37
|
slots(): {};
|
|
38
|
+
bindings(): "element" | "data" | "selectedData" | "paths" | "showCheckBox" | "selectedCategory" | "selectedDataKeys" | "selectedPathes";
|
|
39
|
+
exports(): {};
|
|
39
40
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
interface $$IsomorphicComponent {
|
|
42
|
+
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']>> & {
|
|
43
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
44
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
45
|
+
<T = Data>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
46
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
47
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
48
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
44
49
|
}
|
|
45
|
-
|
|
50
|
+
declare const Tree: $$IsomorphicComponent;
|
|
51
|
+
type Tree<T = Data> = InstanceType<typeof Tree<T>>;
|
|
52
|
+
export default Tree;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Window from './Window.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 WindowProps = typeof __propDef.props;
|
|
10
|
-
export type WindowEvents = typeof __propDef.events;
|
|
11
|
-
export type WindowSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Window extends SvelteComponent<WindowProps, WindowEvents, WindowSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Window: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Window = InstanceType<typeof Window>;
|
|
19
|
+
export default Window;
|
|
@@ -1,66 +1,67 @@
|
|
|
1
1
|
import { SvelteComponent } from "svelte";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
hideMinHeight?: string;
|
|
13
|
-
children?: import("svelte").Snippet<[any]>;
|
|
14
|
-
component?: any;
|
|
15
|
-
componentProps?: any;
|
|
16
|
-
contentHTML?: any;
|
|
17
|
-
parentNode?: HTMLElement;
|
|
18
|
-
icon?: string;
|
|
19
|
-
iconClose?: string;
|
|
20
|
-
iconValidate?: string;
|
|
21
|
-
flow?: import("../../types/index.js").ElementProps["flow"];
|
|
22
|
-
startPosition?: "center" | "cascade" | "overlap";
|
|
23
|
-
closeOnValidate?: boolean;
|
|
24
|
-
removeFromDomOnClose?: boolean;
|
|
25
|
-
self?: SvelteComponent;
|
|
26
|
-
componentInstance?: any;
|
|
27
|
-
outer?: boolean;
|
|
28
|
-
frameId?: string;
|
|
29
|
-
title?: string;
|
|
30
|
-
open?: boolean;
|
|
31
|
-
minimized?: boolean;
|
|
32
|
-
maximized?: boolean;
|
|
33
|
-
active?: boolean;
|
|
34
|
-
secondaryTitle?: string;
|
|
35
|
-
description?: string;
|
|
36
|
-
showHandle?: boolean;
|
|
37
|
-
data?: import("../../types/index.js").Data | undefined;
|
|
38
|
-
onClose?: (args?: any) => void;
|
|
39
|
-
onCancel?: (args?: any) => void;
|
|
40
|
-
onValidate?: (args?: any) => void;
|
|
41
|
-
hideAcceptButton?: boolean;
|
|
42
|
-
hideCloseButton?: boolean;
|
|
43
|
-
hideCancelButton?: boolean;
|
|
44
|
-
windowIcon?: import("svelte").Snippet;
|
|
45
|
-
windowButtonZone?: import("svelte").Snippet;
|
|
46
|
-
} & {
|
|
47
|
-
actions?: {
|
|
48
|
-
close: () => void;
|
|
49
|
-
setActive: () => void;
|
|
50
|
-
};
|
|
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;
|
|
51
12
|
};
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
15
|
+
declare const Window: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
'anchor-for'?: string | undefined;
|
|
17
|
+
element?: HTMLElement | undefined;
|
|
18
|
+
class?: string | undefined;
|
|
19
|
+
style?: string | undefined;
|
|
20
|
+
container?: (`inline` | `size` | `normal`) | undefined;
|
|
21
|
+
hideMaxWidth?: string | undefined;
|
|
22
|
+
hideMaxHeight?: string | undefined;
|
|
23
|
+
hideMinWidth?: string | undefined;
|
|
24
|
+
hideMinHeight?: string | undefined;
|
|
25
|
+
children?: import("svelte").Snippet<[any]> | undefined;
|
|
26
|
+
component?: any;
|
|
27
|
+
componentProps?: any;
|
|
28
|
+
contentHTML?: any;
|
|
29
|
+
parentNode?: HTMLElement | undefined;
|
|
30
|
+
icon?: string | undefined;
|
|
31
|
+
iconClose?: string | undefined;
|
|
32
|
+
iconValidate?: string | undefined;
|
|
33
|
+
flow?: import("../../types/index.js").ElementProps["flow"] | undefined;
|
|
34
|
+
startPosition?: ("center" | "cascade" | "overlap") | undefined;
|
|
35
|
+
closeOnValidate?: boolean | undefined;
|
|
36
|
+
removeFromDomOnClose?: boolean | undefined;
|
|
37
|
+
self?: SvelteComponent | undefined;
|
|
38
|
+
componentInstance?: any;
|
|
39
|
+
outer?: boolean | undefined;
|
|
40
|
+
frameId?: string | undefined;
|
|
41
|
+
title?: string | undefined;
|
|
42
|
+
open?: boolean | undefined;
|
|
43
|
+
minimized?: boolean | undefined;
|
|
44
|
+
maximized?: boolean | undefined;
|
|
45
|
+
active?: boolean | undefined;
|
|
46
|
+
secondaryTitle?: string | undefined;
|
|
47
|
+
description?: string | undefined;
|
|
48
|
+
showHandle?: boolean | undefined;
|
|
49
|
+
data?: import("../../types/index.js").Data | undefined;
|
|
50
|
+
onClose?: ((args?: any) => void) | undefined;
|
|
51
|
+
onCancel?: ((args?: any) => void) | undefined;
|
|
52
|
+
onValidate?: ((args?: any) => void) | undefined;
|
|
53
|
+
hideAcceptButton?: boolean | undefined;
|
|
54
|
+
hideCloseButton?: boolean | undefined;
|
|
55
|
+
hideCancelButton?: boolean | undefined;
|
|
56
|
+
windowIcon?: import("svelte").Snippet | undefined;
|
|
57
|
+
windowButtonZone?: import("svelte").Snippet | undefined;
|
|
58
|
+
}, {
|
|
59
|
+
[evt: string]: CustomEvent<any>;
|
|
60
|
+
}, {}, {
|
|
61
|
+
actions: {
|
|
63
62
|
close: () => void;
|
|
64
63
|
setActive: () => void;
|
|
65
64
|
};
|
|
66
|
-
}
|
|
65
|
+
}, "element" | "self">;
|
|
66
|
+
type Window = InstanceType<typeof Window>;
|
|
67
|
+
export default Window;
|
|
@@ -33,5 +33,13 @@ type OpenWindow = {
|
|
|
33
33
|
setActive: () => void;
|
|
34
34
|
} | undefined;
|
|
35
35
|
};
|
|
36
|
-
export declare const openWindow: <T = any>(frameId: string, args?: OpenWindow, opts?: Partial<ComponentConstructorOptions>) =>
|
|
36
|
+
export declare const openWindow: <T = any>(frameId: string, args?: OpenWindow, opts?: Partial<ComponentConstructorOptions>) => {
|
|
37
|
+
actions: {
|
|
38
|
+
close: () => void;
|
|
39
|
+
setActive: () => void;
|
|
40
|
+
};
|
|
41
|
+
} & {
|
|
42
|
+
$set?: any;
|
|
43
|
+
$on?: any;
|
|
44
|
+
};
|
|
37
45
|
export {};
|
|
@@ -6,7 +6,7 @@ export const openWindow = (frameId, args = {}, opts = {}) => {
|
|
|
6
6
|
const w = get(wStore).instances[frameId];
|
|
7
7
|
const target = typeof args?.parentNode === 'string'
|
|
8
8
|
? document.querySelector(args.parentNode)
|
|
9
|
-
: args?.parentNode ?? document.body;
|
|
9
|
+
: (args?.parentNode ?? document.body);
|
|
10
10
|
if (!w) {
|
|
11
11
|
let a = mount(Window, {
|
|
12
12
|
target: target ?? document.body,
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { ContentProps } 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 ContentProps_ = typeof __propDef.props;
|
|
11
|
-
export { ContentProps_ as ContentProps };
|
|
12
|
-
export type ContentEvents = typeof __propDef.events;
|
|
13
|
-
export type ContentSlots = typeof __propDef.slots;
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
14
15
|
/**
|
|
15
16
|
* Content
|
|
16
17
|
* @ Adds css properties for width, height, offsetHeight, and offsetWidth to the style of the element.
|
|
@@ -20,5 +21,8 @@ export type ContentSlots = typeof __propDef.slots;
|
|
|
20
21
|
* @ var(--${cssPrefix}-offset-width)
|
|
21
22
|
* @ EThe content element will fire a custom 'dom:resize' event when the bindable properties change.
|
|
22
23
|
*/
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
declare const Content: $$__sveltets_2_IsomorphicComponent<ContentProps, {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
}, {}, {}, "element" | "style" | "dimensions">;
|
|
27
|
+
type Content = InstanceType<typeof Content>;
|
|
28
|
+
export default Content;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
+
$$bindings?: Bindings;
|
|
4
|
+
} & Exports;
|
|
5
|
+
(internal: unknown, props: {
|
|
6
|
+
$$events?: Events;
|
|
7
|
+
$$slots?: Slots;
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
6
11
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type ContextRooterProps = typeof __propDef.props;
|
|
10
|
-
export type ContextRooterEvents = typeof __propDef.events;
|
|
11
|
-
export type ContextRooterSlots = typeof __propDef.slots;
|
|
12
|
-
export default class ContextRooter extends SvelteComponent<ContextRooterProps, ContextRooterEvents, ContextRooterSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
declare const ContextRooter: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
}, {}, {}, string>;
|
|
17
|
+
type ContextRooter = InstanceType<typeof ContextRooter>;
|
|
18
|
+
export default ContextRooter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
declare class __sveltets_Render<T> {
|
|
3
2
|
props(): {
|
|
4
3
|
contextKey?: string;
|
|
@@ -8,10 +7,18 @@ declare class __sveltets_Render<T> {
|
|
|
8
7
|
[evt: string]: CustomEvent<any>;
|
|
9
8
|
};
|
|
10
9
|
slots(): {};
|
|
10
|
+
bindings(): "contextRoot";
|
|
11
|
+
exports(): {};
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
interface $$IsomorphicComponent {
|
|
14
|
+
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']>> & {
|
|
15
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
16
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
17
|
+
<T>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
18
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
19
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
20
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
16
21
|
}
|
|
17
|
-
|
|
22
|
+
declare const ContextRooter: $$IsomorphicComponent;
|
|
23
|
+
type ContextRooter<T> = InstanceType<typeof ContextRooter<T>>;
|
|
24
|
+
export default ContextRooter;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Css from './Css.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 CssProps = typeof __propDef.props;
|
|
10
|
-
export type CssEvents = typeof __propDef.events;
|
|
11
|
-
export type CssSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Css extends SvelteComponent<CssProps, CssEvents, CssSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Css: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Css = InstanceType<typeof Css>;
|
|
19
|
+
export default Css;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
+
$$bindings?: Bindings;
|
|
4
|
+
} & Exports;
|
|
5
|
+
(internal: unknown, props: {
|
|
6
|
+
$$events?: Events;
|
|
7
|
+
$$slots?: Slots;
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
6
11
|
};
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export type CssProps = typeof __propDef.props;
|
|
10
|
-
export type CssEvents = typeof __propDef.events;
|
|
11
|
-
export type CssSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Css extends SvelteComponent<CssProps, CssEvents, CssSlots> {
|
|
12
|
+
z_$$bindings?: Bindings;
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
declare const Css: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
}, {}, {}, string>;
|
|
17
|
+
type Css = InstanceType<typeof Css>;
|
|
18
|
+
export default Css;
|
|
@@ -75,7 +75,7 @@ export class dataOp {
|
|
|
75
75
|
if (Array.isArray(currentValue[rootField])) {
|
|
76
76
|
for (const red of currentValue[rootField]) {
|
|
77
77
|
const arrKey = opt?.keepUngroupedData
|
|
78
|
-
? dataOp.resolveDotPath(red, restField) ?? '- ungrouped'
|
|
78
|
+
? (dataOp.resolveDotPath(red, restField) ?? '- ungrouped')
|
|
79
79
|
: dataOp.resolveDotPath(red, restField);
|
|
80
80
|
if (arrKey)
|
|
81
81
|
(result[arrKey] = result[arrKey] || []).push(currentValue);
|
|
@@ -85,7 +85,7 @@ export class dataOp {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
const key = opt?.keepUngroupedData
|
|
88
|
-
? dataOp.resolveDotPath(currentValue, groupField) ?? '- ungrouped'
|
|
88
|
+
? (dataOp.resolveDotPath(currentValue, groupField) ?? '- ungrouped')
|
|
89
89
|
: dataOp.resolveDotPath(currentValue, groupField);
|
|
90
90
|
if (key !== undefined)
|
|
91
91
|
(result[key] = result[key] || []).push(currentValue);
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import Looper from './Looper.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 LooperProps = typeof __propDef.props;
|
|
10
|
-
export type LooperEvents = typeof __propDef.events;
|
|
11
|
-
export type LooperSlots = typeof __propDef.slots;
|
|
12
|
-
export default class Looper extends SvelteComponent<LooperProps, LooperEvents, LooperSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const Looper: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Looper = InstanceType<typeof Looper>;
|
|
19
|
+
export default Looper;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { Data } from '../../types/index.js';
|
|
3
2
|
import type { LoopProps } from './types.js';
|
|
4
3
|
declare class __sveltets_Render<T = Data> {
|
|
@@ -7,10 +6,18 @@ declare class __sveltets_Render<T = Data> {
|
|
|
7
6
|
[evt: string]: CustomEvent<any>;
|
|
8
7
|
};
|
|
9
8
|
slots(): {};
|
|
9
|
+
bindings(): "";
|
|
10
|
+
exports(): {};
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
interface $$IsomorphicComponent {
|
|
13
|
+
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']>> & {
|
|
14
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
15
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
16
|
+
<T = Data>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {
|
|
17
|
+
$$events?: ReturnType<__sveltets_Render<T>['events']>;
|
|
18
|
+
}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
19
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
15
20
|
}
|
|
16
|
-
|
|
21
|
+
declare const Looper: $$IsomorphicComponent;
|
|
22
|
+
type Looper<T = Data> = InstanceType<typeof Looper<T>>;
|
|
23
|
+
export default Looper;
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import type { Snippet } from 'svelte';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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;
|
|
8
12
|
};
|
|
9
|
-
|
|
10
|
-
[evt: string]: CustomEvent<any>;
|
|
11
|
-
};
|
|
12
|
-
slots: {};
|
|
13
|
-
};
|
|
14
|
-
export type SlottedProps = typeof __propDef.props;
|
|
15
|
-
export type SlottedEvents = typeof __propDef.events;
|
|
16
|
-
export type SlottedSlots = typeof __propDef.slots;
|
|
17
|
-
export default class Slotted extends SvelteComponent<SlottedProps, SlottedEvents, SlottedSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
18
14
|
}
|
|
19
|
-
|
|
15
|
+
declare const Slotted: $$__sveltets_2_IsomorphicComponent<{
|
|
16
|
+
child?: Snippet<[any]>;
|
|
17
|
+
slotArgs?: any;
|
|
18
|
+
children?: Snippet<[any]>;
|
|
19
|
+
}, {
|
|
20
|
+
[evt: string]: CustomEvent<any>;
|
|
21
|
+
}, {}, {}, "slotArgs">;
|
|
22
|
+
type Slotted = InstanceType<typeof Slotted>;
|
|
23
|
+
export default Slotted;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import StyleSheet from './StyleSheet.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 StyleSheetProps = typeof __propDef.props;
|
|
10
|
-
export type StyleSheetEvents = typeof __propDef.events;
|
|
11
|
-
export type StyleSheetSlots = typeof __propDef.slots;
|
|
12
|
-
export default class StyleSheet extends SvelteComponent<StyleSheetProps, StyleSheetEvents, StyleSheetSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
|
+
declare const StyleSheet: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type StyleSheet = InstanceType<typeof StyleSheet>;
|
|
19
|
+
export default StyleSheet;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SvelteComponent } from "svelte";
|
|
2
1
|
import { type SlotUiStyleSheet } 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
|
-
export type StyleSheetProps = typeof __propDef.props;
|
|
11
|
-
export type StyleSheetEvents = typeof __propDef.events;
|
|
12
|
-
export type StyleSheetSlots = typeof __propDef.slots;
|
|
13
|
-
export default class StyleSheet extends SvelteComponent<StyleSheetProps, StyleSheetEvents, StyleSheetSlots> {
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
declare const StyleSheet: $$__sveltets_2_IsomorphicComponent<SlotUiStyleSheet, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, "">;
|
|
18
|
+
type StyleSheet = InstanceType<typeof StyleSheet>;
|
|
19
|
+
export default StyleSheet;
|