@humandialog/forms.svelte 0.5.6 → 0.5.8
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/README.md +0 -0
- package/components/Fab.svelte.d.ts +14 -14
- package/components/Floating_container.svelte.d.ts +21 -21
- package/components/Grid.menu.svelte.d.ts +25 -25
- package/components/button.svelte.d.ts +24 -24
- package/components/checkbox.svelte.d.ts +26 -26
- package/components/combo/combo.d.ts +17 -17
- package/components/combo/combo.item.svelte.d.ts +19 -19
- package/components/combo/combo.js +17 -17
- package/components/combo/combo.source.svelte.d.ts +22 -22
- package/components/combo/combo.svelte.d.ts +42 -42
- package/components/contextmenu.svelte.d.ts +26 -26
- package/components/date.svelte.d.ts +31 -31
- package/components/delayed.spinner.svelte.d.ts +19 -19
- package/components/document/internal/Document_command.d.ts +9 -9
- package/components/document/internal/Document_command.js +9 -9
- package/components/document/internal/Selection_helper.d.ts +7 -7
- package/components/document/internal/Selection_helper.js +133 -133
- package/components/document/internal/Selection_range.d.ts +26 -26
- package/components/document/internal/Selection_range.js +58 -58
- package/components/document/internal/palette.row.svelte.d.ts +36 -36
- package/components/document/internal/palette.svelte.d.ts +67 -67
- package/components/document/rich.edit.svelte.d.ts +32 -32
- package/components/edit.field.svelte.d.ts +28 -28
- package/components/file.loader.svelte.d.ts +25 -25
- package/components/icon.svelte.d.ts +62 -62
- package/components/input.text.svelte.d.ts +29 -29
- package/components/inputbox.ltop.svelte.d.ts +52 -52
- package/components/kanban/Kanban.d.ts +43 -43
- package/components/kanban/Kanban.js +79 -79
- package/components/kanban/internal/kanban.card.svelte +108 -108
- package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
- package/components/kanban/internal/kanban.column.svelte +66 -66
- package/components/kanban/internal/kanban.column.svelte.d.ts +51 -51
- package/components/kanban/internal/kanban.inserter.svelte +14 -14
- package/components/kanban/internal/kanban.inserter.svelte.d.ts +18 -18
- package/components/kanban/internal/kanban.move.menu.svelte +135 -135
- package/components/kanban/internal/kanban.move.menu.svelte.d.ts +22 -22
- package/components/kanban/internal/kanban.props.svelte.d.ts +19 -19
- package/components/kanban/kanban.callbacks.svelte +1 -1
- package/components/kanban/kanban.callbacks.svelte.d.ts +18 -18
- package/components/kanban/kanban.column.svelte +2 -2
- package/components/kanban/kanban.column.svelte.d.ts +21 -21
- package/components/kanban/kanban.combo.svelte +3 -3
- package/components/kanban/kanban.combo.svelte.d.ts +24 -24
- package/components/kanban/kanban.date.svelte +1 -1
- package/components/kanban/kanban.date.svelte.d.ts +21 -21
- package/components/kanban/kanban.source.svelte.d.ts +23 -23
- package/components/kanban/kanban.static.svelte.d.ts +20 -20
- package/components/kanban/kanban.summary.svelte.d.ts +18 -18
- package/components/kanban/kanban.svelte +89 -82
- package/components/kanban/kanban.svelte.d.ts +65 -63
- package/components/kanban/kanban.tags.svelte.d.ts +23 -23
- package/components/kanban/kanban.title.svelte +2 -2
- package/components/kanban/kanban.title.svelte.d.ts +18 -18
- package/components/list/List.d.ts +44 -44
- package/components/list/List.js +52 -52
- package/components/list/internal/list.element.props.svelte +65 -65
- package/components/list/internal/list.element.props.svelte.d.ts +21 -21
- package/components/list/internal/list.element.summary.svelte +46 -44
- package/components/list/internal/list.element.summary.svelte.d.ts +24 -25
- package/components/list/internal/list.element.svelte +58 -12
- package/components/list/internal/list.element.svelte.d.ts +31 -29
- package/components/list/internal/list.inserter.svelte.d.ts +19 -19
- package/components/list/list.combo.svelte.d.ts +21 -21
- package/components/list/list.date.svelte.d.ts +18 -18
- package/components/list/list.inserter.svelte.d.ts +17 -17
- package/components/list/list.static.svelte.d.ts +17 -17
- package/components/list/list.summary.svelte.d.ts +19 -19
- package/components/list/list.svelte +15 -2
- package/components/list/list.svelte.d.ts +59 -59
- package/components/list/list.title.svelte.d.ts +22 -22
- package/components/menu.d.ts +4 -4
- package/components/menu.js +56 -56
- package/components/radio.svelte.d.ts +26 -26
- package/components/sidebar/sidebar.brand.svelte.d.ts +31 -31
- package/components/sidebar/sidebar.group.svelte.d.ts +33 -33
- package/components/sidebar/sidebar.item.svelte.d.ts +28 -28
- package/components/sidebar/sidebar.list.svelte +15 -15
- package/components/sidebar/sidebar.list.svelte.d.ts +33 -33
- package/components/sidebar/sidebar.svelte.d.ts +27 -27
- package/components/simple.table.svelte.d.ts +41 -41
- package/components/table/_template.table.svelte.d.ts +57 -57
- package/components/table/column.svelte.d.ts +19 -19
- package/components/table/item.svelte.d.ts +17 -17
- package/components/table/table.d.ts +11 -11
- package/components/table/table.js +11 -11
- package/components/table/table.svelte.d.ts +75 -75
- package/components/tag.svelte +17 -17
- package/components/tag.svelte.d.ts +19 -19
- package/components/tags.svelte.d.ts +31 -31
- package/components/textarea.ltop.svelte.d.ts +35 -35
- package/components/tile.title.svelte.d.ts +29 -29
- package/desk.svelte +8 -7
- package/desk.svelte.d.ts +23 -23
- package/form.box.svelte.d.ts +35 -35
- package/horizontal.toolbar.svelte.d.ts +25 -25
- package/index.d.ts +59 -59
- package/index.js +65 -65
- package/internal/configurable.content.svelte.d.ts +27 -27
- package/internal/loading.svelte.d.ts +23 -23
- package/modal.svelte.d.ts +35 -35
- package/operations.svelte.d.ts +16 -16
- package/package.json +8 -8
- package/page.row.svelte.d.ts +31 -31
- package/page.svelte.d.ts +45 -45
- package/stores.d.ts +39 -39
- package/stores.js +0 -0
- package/tenant.members.svelte +1 -1
- package/tenant.members.svelte.d.ts +33 -33
- package/tile.svelte.d.ts +33 -33
- package/tiles.row.svelte.d.ts +31 -31
- package/tiles.vertical.row.svelte.d.ts +29 -29
- package/updates.d.ts +4 -4
- package/updates.js +0 -0
- package/utils.d.ts +35 -35
- package/utils.js +0 -0
- package/vertical.toolbar.svelte.d.ts +27 -27
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} ConfigurableProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} ConfigurableEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} ConfigurableSlots */
|
|
4
|
-
export default class Configurable extends SvelteComponentTyped<{
|
|
5
|
-
config: any;
|
|
6
|
-
}, {
|
|
7
|
-
[evt: string]: CustomEvent<any>;
|
|
8
|
-
}, {
|
|
9
|
-
alt: {};
|
|
10
|
-
}> {
|
|
11
|
-
}
|
|
12
|
-
export type ConfigurableProps = typeof __propDef.props;
|
|
13
|
-
export type ConfigurableEvents = typeof __propDef.events;
|
|
14
|
-
export type ConfigurableSlots = typeof __propDef.slots;
|
|
15
|
-
import { SvelteComponentTyped } from "svelte";
|
|
16
|
-
declare const __propDef: {
|
|
17
|
-
props: {
|
|
18
|
-
config: any;
|
|
19
|
-
};
|
|
20
|
-
events: {
|
|
21
|
-
[evt: string]: CustomEvent<any>;
|
|
22
|
-
};
|
|
23
|
-
slots: {
|
|
24
|
-
alt: {};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} ConfigurableProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} ConfigurableEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} ConfigurableSlots */
|
|
4
|
+
export default class Configurable extends SvelteComponentTyped<{
|
|
5
|
+
config: any;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {
|
|
9
|
+
alt: {};
|
|
10
|
+
}> {
|
|
11
|
+
}
|
|
12
|
+
export type ConfigurableProps = typeof __propDef.props;
|
|
13
|
+
export type ConfigurableEvents = typeof __propDef.events;
|
|
14
|
+
export type ConfigurableSlots = typeof __propDef.slots;
|
|
15
|
+
import { SvelteComponentTyped } from "svelte";
|
|
16
|
+
declare const __propDef: {
|
|
17
|
+
props: {
|
|
18
|
+
config: any;
|
|
19
|
+
};
|
|
20
|
+
events: {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {
|
|
24
|
+
alt: {};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} LoadingProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} LoadingEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} LoadingSlots */
|
|
4
|
-
export default class Loading extends SvelteComponentTyped<{
|
|
5
|
-
params: any;
|
|
6
|
-
}, {
|
|
7
|
-
[evt: string]: CustomEvent<any>;
|
|
8
|
-
}, {}> {
|
|
9
|
-
}
|
|
10
|
-
export type LoadingProps = typeof __propDef.props;
|
|
11
|
-
export type LoadingEvents = typeof __propDef.events;
|
|
12
|
-
export type LoadingSlots = typeof __propDef.slots;
|
|
13
|
-
import { SvelteComponentTyped } from "svelte";
|
|
14
|
-
declare const __propDef: {
|
|
15
|
-
props: {
|
|
16
|
-
params: any;
|
|
17
|
-
};
|
|
18
|
-
events: {
|
|
19
|
-
[evt: string]: CustomEvent<any>;
|
|
20
|
-
};
|
|
21
|
-
slots: {};
|
|
22
|
-
};
|
|
23
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} LoadingProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} LoadingEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} LoadingSlots */
|
|
4
|
+
export default class Loading extends SvelteComponentTyped<{
|
|
5
|
+
params: any;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type LoadingProps = typeof __propDef.props;
|
|
11
|
+
export type LoadingEvents = typeof __propDef.events;
|
|
12
|
+
export type LoadingSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
params: any;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
package/modal.svelte.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
open?: boolean | undefined;
|
|
6
|
-
content?: string | undefined;
|
|
7
|
-
icon?: undefined;
|
|
8
|
-
OK?: 0 | undefined;
|
|
9
|
-
OKCancel?: 1 | undefined;
|
|
10
|
-
Custom?: 2 | undefined;
|
|
11
|
-
mode?: number | undefined;
|
|
12
|
-
okCaption?: string | undefined;
|
|
13
|
-
cancelCaption?: string | undefined;
|
|
14
|
-
onOkCallback?: Function | undefined;
|
|
15
|
-
onCancelCallback?: Function | undefined;
|
|
16
|
-
show?: ((on_close_callback?: Function | undefined) => void) | undefined;
|
|
17
|
-
};
|
|
18
|
-
events: {
|
|
19
|
-
[evt: string]: CustomEvent<any>;
|
|
20
|
-
};
|
|
21
|
-
slots: {
|
|
22
|
-
default: {};
|
|
23
|
-
footer: {};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export type ModalProps = typeof __propDef.props;
|
|
27
|
-
export type ModalEvents = typeof __propDef.events;
|
|
28
|
-
export type ModalSlots = typeof __propDef.slots;
|
|
29
|
-
export default class Modal extends SvelteComponentTyped<ModalProps, ModalEvents, ModalSlots> {
|
|
30
|
-
get OK(): 0;
|
|
31
|
-
get OKCancel(): 1;
|
|
32
|
-
get Custom(): 2;
|
|
33
|
-
get show(): (on_close_callback?: Function | undefined) => void;
|
|
34
|
-
}
|
|
35
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
open?: boolean | undefined;
|
|
6
|
+
content?: string | undefined;
|
|
7
|
+
icon?: undefined;
|
|
8
|
+
OK?: 0 | undefined;
|
|
9
|
+
OKCancel?: 1 | undefined;
|
|
10
|
+
Custom?: 2 | undefined;
|
|
11
|
+
mode?: number | undefined;
|
|
12
|
+
okCaption?: string | undefined;
|
|
13
|
+
cancelCaption?: string | undefined;
|
|
14
|
+
onOkCallback?: Function | undefined;
|
|
15
|
+
onCancelCallback?: Function | undefined;
|
|
16
|
+
show?: ((on_close_callback?: Function | undefined) => void) | undefined;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {
|
|
22
|
+
default: {};
|
|
23
|
+
footer: {};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export type ModalProps = typeof __propDef.props;
|
|
27
|
+
export type ModalEvents = typeof __propDef.events;
|
|
28
|
+
export type ModalSlots = typeof __propDef.slots;
|
|
29
|
+
export default class Modal extends SvelteComponentTyped<ModalProps, ModalEvents, ModalSlots> {
|
|
30
|
+
get OK(): 0;
|
|
31
|
+
get OKCancel(): 1;
|
|
32
|
+
get Custom(): 2;
|
|
33
|
+
get show(): (on_close_callback?: Function | undefined) => void;
|
|
34
|
+
}
|
|
35
|
+
export {};
|
package/operations.svelte.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
mobile?: boolean | undefined;
|
|
5
|
-
};
|
|
6
|
-
events: {
|
|
7
|
-
[evt: string]: CustomEvent<any>;
|
|
8
|
-
};
|
|
9
|
-
slots: {};
|
|
10
|
-
};
|
|
11
|
-
export type OperationsProps = typeof __propDef.props;
|
|
12
|
-
export type OperationsEvents = typeof __propDef.events;
|
|
13
|
-
export type OperationsSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Operations extends SvelteComponentTyped<OperationsProps, OperationsEvents, OperationsSlots> {
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
mobile?: boolean | undefined;
|
|
5
|
+
};
|
|
6
|
+
events: {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
};
|
|
9
|
+
slots: {};
|
|
10
|
+
};
|
|
11
|
+
export type OperationsProps = typeof __propDef.props;
|
|
12
|
+
export type OperationsEvents = typeof __propDef.events;
|
|
13
|
+
export type OperationsSlots = typeof __propDef.slots;
|
|
14
|
+
export default class Operations extends SvelteComponentTyped<OperationsProps, OperationsEvents, OperationsSlots> {
|
|
15
|
+
}
|
|
16
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humandialog/forms.svelte",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"description": "Basic Svelte UI components for Object Reef applications",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@playwright/test": "^1.28.1",
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"homepage": "https://github.com/HumanDialog/forms.svelte#readme",
|
|
52
52
|
"exports": {
|
|
53
53
|
"./package.json": "./package.json",
|
|
54
|
+
"./components/Fab.svelte": "./components/Fab.svelte",
|
|
55
|
+
"./components/Floating_container.svelte": "./components/Floating_container.svelte",
|
|
56
|
+
"./components/Grid.menu.svelte": "./components/Grid.menu.svelte",
|
|
54
57
|
"./components/button.svelte": "./components/button.svelte",
|
|
55
58
|
"./components/checkbox.svelte": "./components/checkbox.svelte",
|
|
56
59
|
"./components/combo/combo.item.svelte": "./components/combo/combo.item.svelte",
|
|
@@ -61,19 +64,17 @@
|
|
|
61
64
|
"./components/date.svelte": "./components/date.svelte",
|
|
62
65
|
"./components/delayed.spinner.svelte": "./components/delayed.spinner.svelte",
|
|
63
66
|
"./components/document/internal/Document_command": "./components/document/internal/Document_command.js",
|
|
64
|
-
"./components/document/internal/palette.row.svelte": "./components/document/internal/palette.row.svelte",
|
|
65
|
-
"./components/document/internal/palette.svelte": "./components/document/internal/palette.svelte",
|
|
66
67
|
"./components/document/internal/Selection_helper": "./components/document/internal/Selection_helper.js",
|
|
67
68
|
"./components/document/internal/Selection_range": "./components/document/internal/Selection_range.js",
|
|
69
|
+
"./components/document/internal/palette.row.svelte": "./components/document/internal/palette.row.svelte",
|
|
70
|
+
"./components/document/internal/palette.svelte": "./components/document/internal/palette.svelte",
|
|
68
71
|
"./components/document/rich.edit.svelte": "./components/document/rich.edit.svelte",
|
|
69
72
|
"./components/edit.field.svelte": "./components/edit.field.svelte",
|
|
70
|
-
"./components/Fab.svelte": "./components/Fab.svelte",
|
|
71
73
|
"./components/file.loader.svelte": "./components/file.loader.svelte",
|
|
72
|
-
"./components/Floating_container.svelte": "./components/Floating_container.svelte",
|
|
73
|
-
"./components/Grid.menu.svelte": "./components/Grid.menu.svelte",
|
|
74
74
|
"./components/icon.svelte": "./components/icon.svelte",
|
|
75
75
|
"./components/input.text.svelte": "./components/input.text.svelte",
|
|
76
76
|
"./components/inputbox.ltop.svelte": "./components/inputbox.ltop.svelte",
|
|
77
|
+
"./components/kanban/Kanban": "./components/kanban/Kanban.js",
|
|
77
78
|
"./components/kanban/internal/kanban.card.svelte": "./components/kanban/internal/kanban.card.svelte",
|
|
78
79
|
"./components/kanban/internal/kanban.column.svelte": "./components/kanban/internal/kanban.column.svelte",
|
|
79
80
|
"./components/kanban/internal/kanban.inserter.svelte": "./components/kanban/internal/kanban.inserter.svelte",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"./components/kanban/kanban.svelte": "./components/kanban/kanban.svelte",
|
|
90
91
|
"./components/kanban/kanban.tags.svelte": "./components/kanban/kanban.tags.svelte",
|
|
91
92
|
"./components/kanban/kanban.title.svelte": "./components/kanban/kanban.title.svelte",
|
|
92
|
-
"./components/
|
|
93
|
+
"./components/list/List": "./components/list/List.js",
|
|
93
94
|
"./components/list/internal/list.element.props.svelte": "./components/list/internal/list.element.props.svelte",
|
|
94
95
|
"./components/list/internal/list.element.summary.svelte": "./components/list/internal/list.element.summary.svelte",
|
|
95
96
|
"./components/list/internal/list.element.svelte": "./components/list/internal/list.element.svelte",
|
|
@@ -101,7 +102,6 @@
|
|
|
101
102
|
"./components/list/list.summary.svelte": "./components/list/list.summary.svelte",
|
|
102
103
|
"./components/list/list.svelte": "./components/list/list.svelte",
|
|
103
104
|
"./components/list/list.title.svelte": "./components/list/list.title.svelte",
|
|
104
|
-
"./components/list/List": "./components/list/List.js",
|
|
105
105
|
"./components/menu": "./components/menu.js",
|
|
106
106
|
"./components/radio.svelte": "./components/radio.svelte",
|
|
107
107
|
"./components/sidebar/sidebar.brand.svelte": "./components/sidebar/sidebar.brand.svelte",
|
package/page.row.svelte.d.ts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} PageProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} PageEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} PageSlots */
|
|
4
|
-
export default class Page extends SvelteComponentTyped<{
|
|
5
|
-
c?: string | undefined;
|
|
6
|
-
cl?: string | undefined;
|
|
7
|
-
w?: string | undefined;
|
|
8
|
-
}, {
|
|
9
|
-
[evt: string]: CustomEvent<any>;
|
|
10
|
-
}, {
|
|
11
|
-
default: {};
|
|
12
|
-
}> {
|
|
13
|
-
}
|
|
14
|
-
export type PageProps = typeof __propDef.props;
|
|
15
|
-
export type PageEvents = typeof __propDef.events;
|
|
16
|
-
export type PageSlots = typeof __propDef.slots;
|
|
17
|
-
import { SvelteComponentTyped } from "svelte";
|
|
18
|
-
declare const __propDef: {
|
|
19
|
-
props: {
|
|
20
|
-
c?: string | undefined;
|
|
21
|
-
cl?: string | undefined;
|
|
22
|
-
w?: string | undefined;
|
|
23
|
-
};
|
|
24
|
-
events: {
|
|
25
|
-
[evt: string]: CustomEvent<any>;
|
|
26
|
-
};
|
|
27
|
-
slots: {
|
|
28
|
-
default: {};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} PageProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} PageEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} PageSlots */
|
|
4
|
+
export default class Page extends SvelteComponentTyped<{
|
|
5
|
+
c?: string | undefined;
|
|
6
|
+
cl?: string | undefined;
|
|
7
|
+
w?: string | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
}, {
|
|
11
|
+
default: {};
|
|
12
|
+
}> {
|
|
13
|
+
}
|
|
14
|
+
export type PageProps = typeof __propDef.props;
|
|
15
|
+
export type PageEvents = typeof __propDef.events;
|
|
16
|
+
export type PageSlots = typeof __propDef.slots;
|
|
17
|
+
import { SvelteComponentTyped } from "svelte";
|
|
18
|
+
declare const __propDef: {
|
|
19
|
+
props: {
|
|
20
|
+
c?: string | undefined;
|
|
21
|
+
cl?: string | undefined;
|
|
22
|
+
w?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
};
|
|
27
|
+
slots: {
|
|
28
|
+
default: {};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export {};
|
package/page.svelte.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} PageProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} PageEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} PageSlots */
|
|
4
|
-
export default class Page extends SvelteComponentTyped<{
|
|
5
|
-
clearsContext?: string | undefined;
|
|
6
|
-
context?: string | undefined;
|
|
7
|
-
self?: null | undefined;
|
|
8
|
-
c?: string | undefined;
|
|
9
|
-
cl?: string | undefined;
|
|
10
|
-
typename?: string | undefined;
|
|
11
|
-
focused_only?: boolean | undefined;
|
|
12
|
-
inContext?: string | undefined;
|
|
13
|
-
toolbarOperations?: any;
|
|
14
|
-
title?: string | undefined;
|
|
15
|
-
}, {
|
|
16
|
-
[evt: string]: CustomEvent<any>;
|
|
17
|
-
}, {
|
|
18
|
-
default: {};
|
|
19
|
-
}> {
|
|
20
|
-
}
|
|
21
|
-
export type PageProps = typeof __propDef.props;
|
|
22
|
-
export type PageEvents = typeof __propDef.events;
|
|
23
|
-
export type PageSlots = typeof __propDef.slots;
|
|
24
|
-
import { SvelteComponentTyped } from "svelte";
|
|
25
|
-
declare const __propDef: {
|
|
26
|
-
props: {
|
|
27
|
-
clearsContext?: string | undefined;
|
|
28
|
-
context?: string | undefined;
|
|
29
|
-
self?: null | undefined;
|
|
30
|
-
c?: string | undefined;
|
|
31
|
-
cl?: string | undefined;
|
|
32
|
-
typename?: string | undefined;
|
|
33
|
-
focused_only?: boolean | undefined;
|
|
34
|
-
inContext?: string | undefined;
|
|
35
|
-
toolbarOperations?: any;
|
|
36
|
-
title?: string | undefined;
|
|
37
|
-
};
|
|
38
|
-
events: {
|
|
39
|
-
[evt: string]: CustomEvent<any>;
|
|
40
|
-
};
|
|
41
|
-
slots: {
|
|
42
|
-
default: {};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} PageProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} PageEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} PageSlots */
|
|
4
|
+
export default class Page extends SvelteComponentTyped<{
|
|
5
|
+
clearsContext?: string | undefined;
|
|
6
|
+
context?: string | undefined;
|
|
7
|
+
self?: null | undefined;
|
|
8
|
+
c?: string | undefined;
|
|
9
|
+
cl?: string | undefined;
|
|
10
|
+
typename?: string | undefined;
|
|
11
|
+
focused_only?: boolean | undefined;
|
|
12
|
+
inContext?: string | undefined;
|
|
13
|
+
toolbarOperations?: any;
|
|
14
|
+
title?: string | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {
|
|
18
|
+
default: {};
|
|
19
|
+
}> {
|
|
20
|
+
}
|
|
21
|
+
export type PageProps = typeof __propDef.props;
|
|
22
|
+
export type PageEvents = typeof __propDef.events;
|
|
23
|
+
export type PageSlots = typeof __propDef.slots;
|
|
24
|
+
import { SvelteComponentTyped } from "svelte";
|
|
25
|
+
declare const __propDef: {
|
|
26
|
+
props: {
|
|
27
|
+
clearsContext?: string | undefined;
|
|
28
|
+
context?: string | undefined;
|
|
29
|
+
self?: null | undefined;
|
|
30
|
+
c?: string | undefined;
|
|
31
|
+
cl?: string | undefined;
|
|
32
|
+
typename?: string | undefined;
|
|
33
|
+
focused_only?: boolean | undefined;
|
|
34
|
+
inContext?: string | undefined;
|
|
35
|
+
toolbarOperations?: any;
|
|
36
|
+
title?: string | undefined;
|
|
37
|
+
};
|
|
38
|
+
events: {
|
|
39
|
+
[evt: string]: CustomEvent<any>;
|
|
40
|
+
};
|
|
41
|
+
slots: {
|
|
42
|
+
default: {};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export {};
|
package/stores.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export function setNavigatorTitle(key: any, title: any): void;
|
|
2
|
-
export function hasSelectedItem(): boolean;
|
|
3
|
-
export function hasDataItem(): boolean;
|
|
4
|
-
export function reloadMainView(): void;
|
|
5
|
-
export function set_dark_mode_default(value: any): void;
|
|
6
|
-
export function set_default_tools_visible(value: any): void;
|
|
7
|
-
export function restore_defults(): void;
|
|
8
|
-
export function toggle_sidebar(index: any): void;
|
|
9
|
-
export function auto_hide_sidebar(): void;
|
|
10
|
-
export function hide_sidebar(): void;
|
|
11
|
-
export function show_sidebar(index: any): void;
|
|
12
|
-
export const data_tick_store: import("svelte/store").Writable<number>;
|
|
13
|
-
export const contextItemsStore: import("svelte/store").Writable<{
|
|
14
|
-
focused: string;
|
|
15
|
-
data: null;
|
|
16
|
-
sel: null;
|
|
17
|
-
}>;
|
|
18
|
-
export const context_info_store: import("svelte/store").Writable<{
|
|
19
|
-
data: string;
|
|
20
|
-
sel: string;
|
|
21
|
-
}>;
|
|
22
|
-
export const contextTypesStore: import("svelte/store").Writable<{
|
|
23
|
-
focused: string;
|
|
24
|
-
data: null;
|
|
25
|
-
sel: null;
|
|
26
|
-
}>;
|
|
27
|
-
export const contextToolbarOperations: import("svelte/store").Writable<never[]>;
|
|
28
|
-
export const pageToolbarOperations: import("svelte/store").Writable<never[]>;
|
|
29
|
-
export const page_title: import("svelte/store").Writable<string>;
|
|
30
|
-
export const nav_titles: import("svelte/store").Writable<{}>;
|
|
31
|
-
export const mainViewReloader: import("svelte/store").Writable<number>;
|
|
32
|
-
export const dark_mode_store: import("svelte/store").Writable<any>;
|
|
33
|
-
export const main_sidebar_visible_store: import("svelte/store").Writable<any>;
|
|
34
|
-
export let previously_visible_sidebar: string;
|
|
35
|
-
export let sidebar_left_pos: import("svelte/store").Writable<number>;
|
|
36
|
-
export const tools_visible_store: import("svelte/store").Writable<any>;
|
|
37
|
-
export const bottom_bar_visible_store: import("svelte/store").Writable<any>;
|
|
38
|
-
export const right_sidebar_visible_store: import("svelte/store").Writable<boolean>;
|
|
39
|
-
export const visible_property_tab_store: import("svelte/store").Writable<string>;
|
|
1
|
+
export function setNavigatorTitle(key: any, title: any): void;
|
|
2
|
+
export function hasSelectedItem(): boolean;
|
|
3
|
+
export function hasDataItem(): boolean;
|
|
4
|
+
export function reloadMainView(): void;
|
|
5
|
+
export function set_dark_mode_default(value: any): void;
|
|
6
|
+
export function set_default_tools_visible(value: any): void;
|
|
7
|
+
export function restore_defults(): void;
|
|
8
|
+
export function toggle_sidebar(index: any): void;
|
|
9
|
+
export function auto_hide_sidebar(): void;
|
|
10
|
+
export function hide_sidebar(): void;
|
|
11
|
+
export function show_sidebar(index: any): void;
|
|
12
|
+
export const data_tick_store: import("svelte/store").Writable<number>;
|
|
13
|
+
export const contextItemsStore: import("svelte/store").Writable<{
|
|
14
|
+
focused: string;
|
|
15
|
+
data: null;
|
|
16
|
+
sel: null;
|
|
17
|
+
}>;
|
|
18
|
+
export const context_info_store: import("svelte/store").Writable<{
|
|
19
|
+
data: string;
|
|
20
|
+
sel: string;
|
|
21
|
+
}>;
|
|
22
|
+
export const contextTypesStore: import("svelte/store").Writable<{
|
|
23
|
+
focused: string;
|
|
24
|
+
data: null;
|
|
25
|
+
sel: null;
|
|
26
|
+
}>;
|
|
27
|
+
export const contextToolbarOperations: import("svelte/store").Writable<never[]>;
|
|
28
|
+
export const pageToolbarOperations: import("svelte/store").Writable<never[]>;
|
|
29
|
+
export const page_title: import("svelte/store").Writable<string>;
|
|
30
|
+
export const nav_titles: import("svelte/store").Writable<{}>;
|
|
31
|
+
export const mainViewReloader: import("svelte/store").Writable<number>;
|
|
32
|
+
export const dark_mode_store: import("svelte/store").Writable<any>;
|
|
33
|
+
export const main_sidebar_visible_store: import("svelte/store").Writable<any>;
|
|
34
|
+
export let previously_visible_sidebar: string;
|
|
35
|
+
export let sidebar_left_pos: import("svelte/store").Writable<number>;
|
|
36
|
+
export const tools_visible_store: import("svelte/store").Writable<any>;
|
|
37
|
+
export const bottom_bar_visible_store: import("svelte/store").Writable<any>;
|
|
38
|
+
export const right_sidebar_visible_store: import("svelte/store").Writable<boolean>;
|
|
39
|
+
export const visible_property_tab_store: import("svelte/store").Writable<string>;
|
package/stores.js
CHANGED
|
File without changes
|
package/tenant.members.svelte
CHANGED
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
</script>
|
|
425
425
|
|
|
426
426
|
<Page self={data_item}
|
|
427
|
-
cl="!bg-white dark:!bg-stone-900 w-full
|
|
427
|
+
cl="!bg-white dark:!bg-stone-900 w-full flex flex-col overflow-x-hidden py-1 px-1 border-0"
|
|
428
428
|
toolbarOperations={page_operations}
|
|
429
429
|
clearsContext='props sel'>
|
|
430
430
|
<!--a href="/" class="underline text-sm font-semibold ml-3"> < Back to root</a-->
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} TenantProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} TenantEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} TenantSlots */
|
|
4
|
-
export default class Tenant extends SvelteComponentTyped<{
|
|
5
|
-
users?: any;
|
|
6
|
-
nameAttrib?: string | undefined;
|
|
7
|
-
emailAttrib?: string | undefined;
|
|
8
|
-
refAttrib?: string | undefined;
|
|
9
|
-
showFiles?: boolean | undefined;
|
|
10
|
-
appGroups?: any;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}> {
|
|
14
|
-
}
|
|
15
|
-
export type TenantProps = typeof __propDef.props;
|
|
16
|
-
export type TenantEvents = typeof __propDef.events;
|
|
17
|
-
export type TenantSlots = typeof __propDef.slots;
|
|
18
|
-
import { SvelteComponentTyped } from "svelte";
|
|
19
|
-
declare const __propDef: {
|
|
20
|
-
props: {
|
|
21
|
-
users?: any;
|
|
22
|
-
nameAttrib?: string | undefined;
|
|
23
|
-
emailAttrib?: string | undefined;
|
|
24
|
-
refAttrib?: string | undefined;
|
|
25
|
-
showFiles?: boolean | undefined;
|
|
26
|
-
appGroups?: any;
|
|
27
|
-
};
|
|
28
|
-
events: {
|
|
29
|
-
[evt: string]: CustomEvent<any>;
|
|
30
|
-
};
|
|
31
|
-
slots: {};
|
|
32
|
-
};
|
|
33
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} TenantProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} TenantEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} TenantSlots */
|
|
4
|
+
export default class Tenant extends SvelteComponentTyped<{
|
|
5
|
+
users?: any;
|
|
6
|
+
nameAttrib?: string | undefined;
|
|
7
|
+
emailAttrib?: string | undefined;
|
|
8
|
+
refAttrib?: string | undefined;
|
|
9
|
+
showFiles?: boolean | undefined;
|
|
10
|
+
appGroups?: any;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}> {
|
|
14
|
+
}
|
|
15
|
+
export type TenantProps = typeof __propDef.props;
|
|
16
|
+
export type TenantEvents = typeof __propDef.events;
|
|
17
|
+
export type TenantSlots = typeof __propDef.slots;
|
|
18
|
+
import { SvelteComponentTyped } from "svelte";
|
|
19
|
+
declare const __propDef: {
|
|
20
|
+
props: {
|
|
21
|
+
users?: any;
|
|
22
|
+
nameAttrib?: string | undefined;
|
|
23
|
+
emailAttrib?: string | undefined;
|
|
24
|
+
refAttrib?: string | undefined;
|
|
25
|
+
showFiles?: boolean | undefined;
|
|
26
|
+
appGroups?: any;
|
|
27
|
+
};
|
|
28
|
+
events: {
|
|
29
|
+
[evt: string]: CustomEvent<any>;
|
|
30
|
+
};
|
|
31
|
+
slots: {};
|
|
32
|
+
};
|
|
33
|
+
export {};
|
package/tile.svelte.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} TileProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} TileEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} TileSlots */
|
|
4
|
-
export default class Tile extends SvelteComponentTyped<{
|
|
5
|
-
context?: string | undefined;
|
|
6
|
-
self?: null | undefined;
|
|
7
|
-
c?: string | undefined;
|
|
8
|
-
cl?: string | undefined;
|
|
9
|
-
}, {
|
|
10
|
-
[evt: string]: CustomEvent<any>;
|
|
11
|
-
}, {
|
|
12
|
-
default: {};
|
|
13
|
-
}> {
|
|
14
|
-
}
|
|
15
|
-
export type TileProps = typeof __propDef.props;
|
|
16
|
-
export type TileEvents = typeof __propDef.events;
|
|
17
|
-
export type TileSlots = typeof __propDef.slots;
|
|
18
|
-
import { SvelteComponentTyped } from "svelte";
|
|
19
|
-
declare const __propDef: {
|
|
20
|
-
props: {
|
|
21
|
-
context?: string | undefined;
|
|
22
|
-
self?: null | undefined;
|
|
23
|
-
c?: string | undefined;
|
|
24
|
-
cl?: string | undefined;
|
|
25
|
-
};
|
|
26
|
-
events: {
|
|
27
|
-
[evt: string]: CustomEvent<any>;
|
|
28
|
-
};
|
|
29
|
-
slots: {
|
|
30
|
-
default: {};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} TileProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} TileEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} TileSlots */
|
|
4
|
+
export default class Tile extends SvelteComponentTyped<{
|
|
5
|
+
context?: string | undefined;
|
|
6
|
+
self?: null | undefined;
|
|
7
|
+
c?: string | undefined;
|
|
8
|
+
cl?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
}, {
|
|
12
|
+
default: {};
|
|
13
|
+
}> {
|
|
14
|
+
}
|
|
15
|
+
export type TileProps = typeof __propDef.props;
|
|
16
|
+
export type TileEvents = typeof __propDef.events;
|
|
17
|
+
export type TileSlots = typeof __propDef.slots;
|
|
18
|
+
import { SvelteComponentTyped } from "svelte";
|
|
19
|
+
declare const __propDef: {
|
|
20
|
+
props: {
|
|
21
|
+
context?: string | undefined;
|
|
22
|
+
self?: null | undefined;
|
|
23
|
+
c?: string | undefined;
|
|
24
|
+
cl?: string | undefined;
|
|
25
|
+
};
|
|
26
|
+
events: {
|
|
27
|
+
[evt: string]: CustomEvent<any>;
|
|
28
|
+
};
|
|
29
|
+
slots: {
|
|
30
|
+
default: {};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export {};
|