@humandialog/forms.svelte 0.5.9 → 0.5.11
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 +165 -98
- 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 +31 -9
- 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 +4 -4
- package/components/document/rich.edit.svelte.d.ts +32 -32
- package/components/edit.field.svelte +9 -4
- package/components/edit.field.svelte.d.ts +31 -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 +106 -106
- package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
- package/components/kanban/internal/kanban.column.svelte +84 -69
- 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 +86 -85
- package/components/kanban/kanban.svelte.d.ts +65 -65
- package/components/kanban/kanban.tags.svelte.d.ts +24 -24
- package/components/kanban/kanban.title.svelte +2 -2
- package/components/kanban/kanban.title.svelte.d.ts +18 -18
- package/components/list/List.d.ts +45 -45
- package/components/list/List.js +53 -53
- 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 -46
- package/components/list/internal/list.element.summary.svelte.d.ts +24 -24
- package/components/list/internal/list.element.svelte.d.ts +31 -31
- 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.d.ts +59 -59
- package/components/list/list.title.svelte.d.ts +22 -22
- package/components/menu.d.ts +5 -5
- package/components/menu.js +57 -57
- 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 +56 -6
- package/components/sidebar/sidebar.item.svelte.d.ts +29 -28
- package/components/sidebar/sidebar.list.svelte +36 -15
- package/components/sidebar/sidebar.list.svelte.d.ts +35 -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.colors.svelte +20 -20
- package/components/tag.colors.svelte.d.ts +17 -17
- package/components/tag.svelte +24 -24
- package/components/tag.svelte.d.ts +20 -20
- package/components/tags.svelte.d.ts +32 -32
- package/components/textarea.ltop.svelte.d.ts +35 -35
- package/components/tile.title.svelte.d.ts +29 -29
- package/desk.svelte +1 -1
- package/desk.svelte.d.ts +23 -23
- package/form.box.svelte.d.ts +35 -35
- package/horizontal.toolbar.svelte +32 -18
- package/horizontal.toolbar.svelte.d.ts +25 -25
- package/index.d.ts +59 -59
- package/index.js +65 -65
- package/internal/configurable.content.svelte +8 -0
- package/internal/configurable.content.svelte.d.ts +29 -27
- package/internal/loading.svelte.d.ts +23 -23
- package/modal.svelte +5 -2
- package/modal.svelte.d.ts +37 -35
- package/operations.svelte +36 -16
- package/operations.svelte.d.ts +16 -16
- package/package.json +9 -9
- package/page.row.svelte.d.ts +31 -31
- package/page.svelte +17 -4
- package/page.svelte.d.ts +47 -45
- package/stores.d.ts +39 -39
- package/stores.js +0 -0
- package/tenant.members.svelte +3 -3
- 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 +12 -5
- package/vertical.toolbar.svelte.d.ts +27 -27
|
@@ -6,6 +6,7 @@ import { informModification, pushChanges } from "../../updates.js";
|
|
|
6
6
|
import { parseWidthDirective } from "../../utils.js";
|
|
7
7
|
import Palette from "./internal/palette.svelte";
|
|
8
8
|
import FaFont from "svelte-icons/fa/FaFont.svelte";
|
|
9
|
+
import FaRemoveFormat from "svelte-icons/fa/FaRemoveFormat.svelte";
|
|
9
10
|
import FaHead from "svelte-icons/fa/FaHeading.svelte";
|
|
10
11
|
import FaCode from "svelte-icons/fa/FaCode.svelte";
|
|
11
12
|
import FaComments from "svelte-icons/fa/FaComment.svelte";
|
|
@@ -26,12 +27,11 @@ export function run(onStop = void 0) {
|
|
|
26
27
|
onBlur = onStop;
|
|
27
28
|
editable_div?.focus();
|
|
28
29
|
}
|
|
29
|
-
export function getFormattingOperations() {
|
|
30
|
+
export function getFormattingOperations(withCaptions = false) {
|
|
30
31
|
let result = [];
|
|
31
32
|
commands.forEach((c2) => {
|
|
32
33
|
result.push({
|
|
33
|
-
caption: "",
|
|
34
|
-
//c.caption,
|
|
34
|
+
caption: withCaptions ? c2.caption : "",
|
|
35
35
|
icon: c2.icon,
|
|
36
36
|
action: c2.on_choice
|
|
37
37
|
});
|
|
@@ -942,7 +942,7 @@ function saveData() {
|
|
|
942
942
|
return false;
|
|
943
943
|
}
|
|
944
944
|
let commands = [
|
|
945
|
-
{ caption: "Normal", description: "This is normal text style", tags: "text", icon:
|
|
945
|
+
{ caption: "Normal", description: "This is normal text style", tags: "text", icon: FaRemoveFormat, on_choice: () => {
|
|
946
946
|
do_format("p", "");
|
|
947
947
|
} },
|
|
948
948
|
// { caption: 'Heading 1', description: 'Big section heading', tags: 'h1', icon: FaHead, icon_size: 6, on_choice: () => { do_format('h2', '') } } ,
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
value?: string | undefined;
|
|
6
|
-
placeholder?: string | undefined;
|
|
7
|
-
self?: null | undefined;
|
|
8
|
-
a?: string | undefined;
|
|
9
|
-
context?: string | undefined;
|
|
10
|
-
typename?: string | undefined;
|
|
11
|
-
compact?: boolean | undefined;
|
|
12
|
-
c?: string | undefined;
|
|
13
|
-
pushChangesImmediately?: boolean | undefined;
|
|
14
|
-
run?: ((onStop?: undefined) => void) | undefined;
|
|
15
|
-
getFormattingOperations?: (() => any[]) | undefined;
|
|
16
|
-
};
|
|
17
|
-
events: {
|
|
18
|
-
focus: FocusEvent;
|
|
19
|
-
blur: FocusEvent;
|
|
20
|
-
} & {
|
|
21
|
-
[evt: string]: CustomEvent<any>;
|
|
22
|
-
};
|
|
23
|
-
slots: {};
|
|
24
|
-
};
|
|
25
|
-
export type RichProps = typeof __propDef.props;
|
|
26
|
-
export type RichEvents = typeof __propDef.events;
|
|
27
|
-
export type RichSlots = typeof __propDef.slots;
|
|
28
|
-
export default class Rich extends SvelteComponentTyped<RichProps, RichEvents, RichSlots> {
|
|
29
|
-
get run(): (onStop?: undefined) => void;
|
|
30
|
-
get getFormattingOperations(): () => any[];
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
value?: string | undefined;
|
|
6
|
+
placeholder?: string | undefined;
|
|
7
|
+
self?: null | undefined;
|
|
8
|
+
a?: string | undefined;
|
|
9
|
+
context?: string | undefined;
|
|
10
|
+
typename?: string | undefined;
|
|
11
|
+
compact?: boolean | undefined;
|
|
12
|
+
c?: string | undefined;
|
|
13
|
+
pushChangesImmediately?: boolean | undefined;
|
|
14
|
+
run?: ((onStop?: undefined) => void) | undefined;
|
|
15
|
+
getFormattingOperations?: ((withCaptions?: boolean) => any[]) | undefined;
|
|
16
|
+
};
|
|
17
|
+
events: {
|
|
18
|
+
focus: FocusEvent;
|
|
19
|
+
blur: FocusEvent;
|
|
20
|
+
} & {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {};
|
|
24
|
+
};
|
|
25
|
+
export type RichProps = typeof __propDef.props;
|
|
26
|
+
export type RichEvents = typeof __propDef.events;
|
|
27
|
+
export type RichSlots = typeof __propDef.slots;
|
|
28
|
+
export default class Rich extends SvelteComponentTyped<RichProps, RichEvents, RichSlots> {
|
|
29
|
+
get run(): (onStop?: undefined) => void;
|
|
30
|
+
get getFormattingOperations(): (withCaptions?: boolean) => any[];
|
|
31
|
+
}
|
|
32
|
+
export {};
|
|
@@ -5,6 +5,7 @@ import { parseWidthDirective, shouldBeComapact } from "../utils.js";
|
|
|
5
5
|
export let value = "";
|
|
6
6
|
export let placeholder = "";
|
|
7
7
|
export let onEnter = null;
|
|
8
|
+
export let onBlur = null;
|
|
8
9
|
export let self = null;
|
|
9
10
|
export let a = "";
|
|
10
11
|
export let context = "";
|
|
@@ -46,13 +47,15 @@ function setup(data_tick_store2) {
|
|
|
46
47
|
value = "<empty>";
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
|
-
function
|
|
50
|
+
export function run(event) {
|
|
50
51
|
if (!input_box_is_active && (is_table_component && $contextItemsStore["sel"] == self || !is_table_component)) {
|
|
51
52
|
input_box_is_active = true;
|
|
52
53
|
focus_input_box = true;
|
|
53
54
|
org_value = value;
|
|
54
|
-
event
|
|
55
|
-
|
|
55
|
+
if (event) {
|
|
56
|
+
event.preventDefault();
|
|
57
|
+
event.stopPropagation();
|
|
58
|
+
}
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
async function on_key_down(event) {
|
|
@@ -96,6 +99,8 @@ async function on_key_down(event) {
|
|
|
96
99
|
function on_blur(event) {
|
|
97
100
|
input_box_is_active = false;
|
|
98
101
|
value = org_value;
|
|
102
|
+
if (onBlur)
|
|
103
|
+
onBlur();
|
|
99
104
|
}
|
|
100
105
|
function value_changed() {
|
|
101
106
|
if (item && a) {
|
|
@@ -113,7 +118,7 @@ function accept_change() {
|
|
|
113
118
|
</script>
|
|
114
119
|
|
|
115
120
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
|
116
|
-
<div class="{cs} flex items-center {additional_class}" on:click={
|
|
121
|
+
<div class="{cs} flex items-center {additional_class}" on:click={run}>
|
|
117
122
|
<slot></slot>
|
|
118
123
|
|
|
119
124
|
{#if input_box_is_active}
|
|
@@ -1,28 +1,31 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
value?: string | undefined;
|
|
6
|
-
placeholder?: string | undefined;
|
|
7
|
-
onEnter?: null | undefined;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export type
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
export {
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
value?: string | undefined;
|
|
6
|
+
placeholder?: string | undefined;
|
|
7
|
+
onEnter?: null | undefined;
|
|
8
|
+
onBlur?: null | undefined;
|
|
9
|
+
self?: null | undefined;
|
|
10
|
+
a?: string | undefined;
|
|
11
|
+
context?: string | undefined;
|
|
12
|
+
typename?: string | undefined;
|
|
13
|
+
inserter?: boolean | undefined;
|
|
14
|
+
c?: string | undefined;
|
|
15
|
+
pushChangesImmediately?: boolean | undefined;
|
|
16
|
+
run?: ((event: any) => void) | undefined;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {
|
|
22
|
+
default: {};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export type EditProps = typeof __propDef.props;
|
|
26
|
+
export type EditEvents = typeof __propDef.events;
|
|
27
|
+
export type EditSlots = typeof __propDef.slots;
|
|
28
|
+
export default class Edit extends SvelteComponentTyped<EditProps, EditEvents, EditSlots> {
|
|
29
|
+
get run(): (event: any) => void;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
getName?: (() => string) | undefined;
|
|
5
|
-
getSize?: (() => number) | undefined;
|
|
6
|
-
getType?: (() => string) | undefined;
|
|
7
|
-
getData?: (() => ArrayBuffer) | undefined;
|
|
8
|
-
isSelected?: (() => boolean) | undefined;
|
|
9
|
-
};
|
|
10
|
-
events: {
|
|
11
|
-
[evt: string]: CustomEvent<any>;
|
|
12
|
-
};
|
|
13
|
-
slots: {};
|
|
14
|
-
};
|
|
15
|
-
export type FileProps = typeof __propDef.props;
|
|
16
|
-
export type FileEvents = typeof __propDef.events;
|
|
17
|
-
export type FileSlots = typeof __propDef.slots;
|
|
18
|
-
export default class File extends SvelteComponentTyped<FileProps, FileEvents, FileSlots> {
|
|
19
|
-
get getName(): () => string;
|
|
20
|
-
get getSize(): () => number;
|
|
21
|
-
get getType(): () => string;
|
|
22
|
-
get getData(): () => ArrayBuffer;
|
|
23
|
-
get isSelected(): () => boolean;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
getName?: (() => string) | undefined;
|
|
5
|
+
getSize?: (() => number) | undefined;
|
|
6
|
+
getType?: (() => string) | undefined;
|
|
7
|
+
getData?: (() => ArrayBuffer) | undefined;
|
|
8
|
+
isSelected?: (() => boolean) | undefined;
|
|
9
|
+
};
|
|
10
|
+
events: {
|
|
11
|
+
[evt: string]: CustomEvent<any>;
|
|
12
|
+
};
|
|
13
|
+
slots: {};
|
|
14
|
+
};
|
|
15
|
+
export type FileProps = typeof __propDef.props;
|
|
16
|
+
export type FileEvents = typeof __propDef.events;
|
|
17
|
+
export type FileSlots = typeof __propDef.slots;
|
|
18
|
+
export default class File extends SvelteComponentTyped<FileProps, FileEvents, FileSlots> {
|
|
19
|
+
get getName(): () => string;
|
|
20
|
+
get getSize(): () => number;
|
|
21
|
+
get getType(): () => string;
|
|
22
|
+
get getData(): () => ArrayBuffer;
|
|
23
|
+
get isSelected(): () => boolean;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
component?: null | undefined;
|
|
6
|
-
moduleName?: string | undefined;
|
|
7
|
-
img?: string | undefined;
|
|
8
|
-
label?: string | undefined;
|
|
9
|
-
symbol?: string | undefined;
|
|
10
|
-
color?: string | undefined;
|
|
11
|
-
size?: number | undefined;
|
|
12
|
-
bg?: string | undefined;
|
|
13
|
-
circle?: boolean | undefined;
|
|
14
|
-
};
|
|
15
|
-
events: {
|
|
16
|
-
blur: FocusEvent;
|
|
17
|
-
click: MouseEvent;
|
|
18
|
-
focus: FocusEvent;
|
|
19
|
-
keydown: KeyboardEvent;
|
|
20
|
-
keypress: KeyboardEvent;
|
|
21
|
-
keyup: KeyboardEvent;
|
|
22
|
-
mouseenter: MouseEvent;
|
|
23
|
-
mouseleave: MouseEvent;
|
|
24
|
-
mouseover: MouseEvent;
|
|
25
|
-
} & {
|
|
26
|
-
[evt: string]: CustomEvent<any>;
|
|
27
|
-
};
|
|
28
|
-
slots: {};
|
|
29
|
-
};
|
|
30
|
-
export type IconProps = typeof __propDef.props;
|
|
31
|
-
export type IconEvents = typeof __propDef.events;
|
|
32
|
-
export type IconSlots = typeof __propDef.slots;
|
|
33
|
-
export default class Icon extends SvelteComponentTyped<IconProps, IconEvents, IconSlots> {
|
|
34
|
-
get component(): null | undefined;
|
|
35
|
-
/**accessor*/
|
|
36
|
-
set component(_: null | undefined);
|
|
37
|
-
get moduleName(): string | undefined;
|
|
38
|
-
/**accessor*/
|
|
39
|
-
set moduleName(_: string | undefined);
|
|
40
|
-
get img(): string | undefined;
|
|
41
|
-
/**accessor*/
|
|
42
|
-
set img(_: string | undefined);
|
|
43
|
-
get label(): string | undefined;
|
|
44
|
-
/**accessor*/
|
|
45
|
-
set label(_: string | undefined);
|
|
46
|
-
get symbol(): string | undefined;
|
|
47
|
-
/**accessor*/
|
|
48
|
-
set symbol(_: string | undefined);
|
|
49
|
-
get color(): string | undefined;
|
|
50
|
-
/**accessor*/
|
|
51
|
-
set color(_: string | undefined);
|
|
52
|
-
get size(): number | undefined;
|
|
53
|
-
/**accessor*/
|
|
54
|
-
set size(_: number | undefined);
|
|
55
|
-
get bg(): string | undefined;
|
|
56
|
-
/**accessor*/
|
|
57
|
-
set bg(_: string | undefined);
|
|
58
|
-
get circle(): boolean | undefined;
|
|
59
|
-
/**accessor*/
|
|
60
|
-
set circle(_: boolean | undefined);
|
|
61
|
-
}
|
|
62
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
component?: null | undefined;
|
|
6
|
+
moduleName?: string | undefined;
|
|
7
|
+
img?: string | undefined;
|
|
8
|
+
label?: string | undefined;
|
|
9
|
+
symbol?: string | undefined;
|
|
10
|
+
color?: string | undefined;
|
|
11
|
+
size?: number | undefined;
|
|
12
|
+
bg?: string | undefined;
|
|
13
|
+
circle?: boolean | undefined;
|
|
14
|
+
};
|
|
15
|
+
events: {
|
|
16
|
+
blur: FocusEvent;
|
|
17
|
+
click: MouseEvent;
|
|
18
|
+
focus: FocusEvent;
|
|
19
|
+
keydown: KeyboardEvent;
|
|
20
|
+
keypress: KeyboardEvent;
|
|
21
|
+
keyup: KeyboardEvent;
|
|
22
|
+
mouseenter: MouseEvent;
|
|
23
|
+
mouseleave: MouseEvent;
|
|
24
|
+
mouseover: MouseEvent;
|
|
25
|
+
} & {
|
|
26
|
+
[evt: string]: CustomEvent<any>;
|
|
27
|
+
};
|
|
28
|
+
slots: {};
|
|
29
|
+
};
|
|
30
|
+
export type IconProps = typeof __propDef.props;
|
|
31
|
+
export type IconEvents = typeof __propDef.events;
|
|
32
|
+
export type IconSlots = typeof __propDef.slots;
|
|
33
|
+
export default class Icon extends SvelteComponentTyped<IconProps, IconEvents, IconSlots> {
|
|
34
|
+
get component(): null | undefined;
|
|
35
|
+
/**accessor*/
|
|
36
|
+
set component(_: null | undefined);
|
|
37
|
+
get moduleName(): string | undefined;
|
|
38
|
+
/**accessor*/
|
|
39
|
+
set moduleName(_: string | undefined);
|
|
40
|
+
get img(): string | undefined;
|
|
41
|
+
/**accessor*/
|
|
42
|
+
set img(_: string | undefined);
|
|
43
|
+
get label(): string | undefined;
|
|
44
|
+
/**accessor*/
|
|
45
|
+
set label(_: string | undefined);
|
|
46
|
+
get symbol(): string | undefined;
|
|
47
|
+
/**accessor*/
|
|
48
|
+
set symbol(_: string | undefined);
|
|
49
|
+
get color(): string | undefined;
|
|
50
|
+
/**accessor*/
|
|
51
|
+
set color(_: string | undefined);
|
|
52
|
+
get size(): number | undefined;
|
|
53
|
+
/**accessor*/
|
|
54
|
+
set size(_: number | undefined);
|
|
55
|
+
get bg(): string | undefined;
|
|
56
|
+
/**accessor*/
|
|
57
|
+
set bg(_: string | undefined);
|
|
58
|
+
get circle(): boolean | undefined;
|
|
59
|
+
/**accessor*/
|
|
60
|
+
set circle(_: boolean | undefined);
|
|
61
|
+
}
|
|
62
|
+
export {};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} InputProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} InputEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} InputSlots */
|
|
4
|
-
export default class Input extends SvelteComponentTyped<{
|
|
5
|
-
s?: string | undefined;
|
|
6
|
-
placeholder?: string | undefined;
|
|
7
|
-
i?: null | undefined;
|
|
8
|
-
fld?: string | undefined;
|
|
9
|
-
}, {
|
|
10
|
-
[evt: string]: CustomEvent<any>;
|
|
11
|
-
}, {}> {
|
|
12
|
-
}
|
|
13
|
-
export type InputProps = typeof __propDef.props;
|
|
14
|
-
export type InputEvents = typeof __propDef.events;
|
|
15
|
-
export type InputSlots = typeof __propDef.slots;
|
|
16
|
-
import { SvelteComponentTyped } from "svelte";
|
|
17
|
-
declare const __propDef: {
|
|
18
|
-
props: {
|
|
19
|
-
s?: string | undefined;
|
|
20
|
-
placeholder?: string | undefined;
|
|
21
|
-
i?: null | undefined;
|
|
22
|
-
fld?: string | undefined;
|
|
23
|
-
};
|
|
24
|
-
events: {
|
|
25
|
-
[evt: string]: CustomEvent<any>;
|
|
26
|
-
};
|
|
27
|
-
slots: {};
|
|
28
|
-
};
|
|
29
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} InputProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} InputEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} InputSlots */
|
|
4
|
+
export default class Input extends SvelteComponentTyped<{
|
|
5
|
+
s?: string | undefined;
|
|
6
|
+
placeholder?: string | undefined;
|
|
7
|
+
i?: null | undefined;
|
|
8
|
+
fld?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
}, {}> {
|
|
12
|
+
}
|
|
13
|
+
export type InputProps = typeof __propDef.props;
|
|
14
|
+
export type InputEvents = typeof __propDef.events;
|
|
15
|
+
export type InputSlots = typeof __propDef.slots;
|
|
16
|
+
import { SvelteComponentTyped } from "svelte";
|
|
17
|
+
declare const __propDef: {
|
|
18
|
+
props: {
|
|
19
|
+
s?: string | undefined;
|
|
20
|
+
placeholder?: string | undefined;
|
|
21
|
+
i?: null | undefined;
|
|
22
|
+
fld?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
};
|
|
27
|
+
slots: {};
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} InputboxProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} InputboxEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} InputboxSlots */
|
|
4
|
-
export default class Inputbox extends SvelteComponentTyped<{
|
|
5
|
-
[x: string]: any;
|
|
6
|
-
invalid?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
context?: string | undefined;
|
|
9
|
-
self?: null | undefined;
|
|
10
|
-
c?: string | undefined;
|
|
11
|
-
typename?: string | undefined;
|
|
12
|
-
a?: string | undefined;
|
|
13
|
-
pushChangesImmediately?: boolean | undefined;
|
|
14
|
-
s?: string | undefined;
|
|
15
|
-
placeholder?: string | undefined;
|
|
16
|
-
itype?: string | undefined;
|
|
17
|
-
val?: string | undefined;
|
|
18
|
-
validateCb?: any;
|
|
19
|
-
validate?: (() => boolean) | undefined;
|
|
20
|
-
}, {
|
|
21
|
-
[evt: string]: CustomEvent<any>;
|
|
22
|
-
}, {}> {
|
|
23
|
-
get validate(): () => boolean;
|
|
24
|
-
}
|
|
25
|
-
export type InputboxProps = typeof __propDef.props;
|
|
26
|
-
export type InputboxEvents = typeof __propDef.events;
|
|
27
|
-
export type InputboxSlots = typeof __propDef.slots;
|
|
28
|
-
import { SvelteComponentTyped } from "svelte";
|
|
29
|
-
declare const __propDef: {
|
|
30
|
-
props: {
|
|
31
|
-
[x: string]: any;
|
|
32
|
-
invalid?: boolean | undefined;
|
|
33
|
-
label?: string | undefined;
|
|
34
|
-
context?: string | undefined;
|
|
35
|
-
self?: null | undefined;
|
|
36
|
-
c?: string | undefined;
|
|
37
|
-
typename?: string | undefined;
|
|
38
|
-
a?: string | undefined;
|
|
39
|
-
pushChangesImmediately?: boolean | undefined;
|
|
40
|
-
s?: string | undefined;
|
|
41
|
-
placeholder?: string | undefined;
|
|
42
|
-
itype?: string | undefined;
|
|
43
|
-
val?: string | undefined;
|
|
44
|
-
validateCb?: any;
|
|
45
|
-
validate?: (() => boolean) | undefined;
|
|
46
|
-
};
|
|
47
|
-
events: {
|
|
48
|
-
[evt: string]: CustomEvent<any>;
|
|
49
|
-
};
|
|
50
|
-
slots: {};
|
|
51
|
-
};
|
|
52
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} InputboxProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} InputboxEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} InputboxSlots */
|
|
4
|
+
export default class Inputbox extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
invalid?: boolean | undefined;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
context?: string | undefined;
|
|
9
|
+
self?: null | undefined;
|
|
10
|
+
c?: string | undefined;
|
|
11
|
+
typename?: string | undefined;
|
|
12
|
+
a?: string | undefined;
|
|
13
|
+
pushChangesImmediately?: boolean | undefined;
|
|
14
|
+
s?: string | undefined;
|
|
15
|
+
placeholder?: string | undefined;
|
|
16
|
+
itype?: string | undefined;
|
|
17
|
+
val?: string | undefined;
|
|
18
|
+
validateCb?: any;
|
|
19
|
+
validate?: (() => boolean) | undefined;
|
|
20
|
+
}, {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
}, {}> {
|
|
23
|
+
get validate(): () => boolean;
|
|
24
|
+
}
|
|
25
|
+
export type InputboxProps = typeof __propDef.props;
|
|
26
|
+
export type InputboxEvents = typeof __propDef.events;
|
|
27
|
+
export type InputboxSlots = typeof __propDef.slots;
|
|
28
|
+
import { SvelteComponentTyped } from "svelte";
|
|
29
|
+
declare const __propDef: {
|
|
30
|
+
props: {
|
|
31
|
+
[x: string]: any;
|
|
32
|
+
invalid?: boolean | undefined;
|
|
33
|
+
label?: string | undefined;
|
|
34
|
+
context?: string | undefined;
|
|
35
|
+
self?: null | undefined;
|
|
36
|
+
c?: string | undefined;
|
|
37
|
+
typename?: string | undefined;
|
|
38
|
+
a?: string | undefined;
|
|
39
|
+
pushChangesImmediately?: boolean | undefined;
|
|
40
|
+
s?: string | undefined;
|
|
41
|
+
placeholder?: string | undefined;
|
|
42
|
+
itype?: string | undefined;
|
|
43
|
+
val?: string | undefined;
|
|
44
|
+
validateCb?: any;
|
|
45
|
+
validate?: (() => boolean) | undefined;
|
|
46
|
+
};
|
|
47
|
+
events: {
|
|
48
|
+
[evt: string]: CustomEvent<any>;
|
|
49
|
+
};
|
|
50
|
+
slots: {};
|
|
51
|
+
};
|
|
52
|
+
export {};
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import type { rList_property } from "../list/List";
|
|
2
|
-
export declare const KanbanCardTop = 1;
|
|
3
|
-
export declare const KanbanCardMiddle = 2;
|
|
4
|
-
export declare const KanbanCardBottom = 3;
|
|
5
|
-
export declare class rKanban_column {
|
|
6
|
-
id: number;
|
|
7
|
-
title: string;
|
|
8
|
-
width: string;
|
|
9
|
-
state: any;
|
|
10
|
-
finishing: boolean;
|
|
11
|
-
operations: object[] | undefined;
|
|
12
|
-
onTitleChanged: Function | undefined;
|
|
13
|
-
}
|
|
14
|
-
export declare class rKanban_definition {
|
|
15
|
-
columns: rKanban_column[];
|
|
16
|
-
titleAttrib: string;
|
|
17
|
-
titleOnChange: Function | undefined;
|
|
18
|
-
titleReadOnly: boolean;
|
|
19
|
-
summaryAttrib: string;
|
|
20
|
-
summaryOnChange: Function | undefined;
|
|
21
|
-
summaryReadOnly: boolean;
|
|
22
|
-
properties: rList_property[];
|
|
23
|
-
self: object | undefined;
|
|
24
|
-
a: string;
|
|
25
|
-
objects: object[] | undefined;
|
|
26
|
-
context: string;
|
|
27
|
-
key: string;
|
|
28
|
-
typename: string;
|
|
29
|
-
stateAttrib: string;
|
|
30
|
-
orderAttrib: string;
|
|
31
|
-
onUp: Function | undefined;
|
|
32
|
-
onDown: Function | undefined;
|
|
33
|
-
onAdd: Function | undefined;
|
|
34
|
-
onRemove: Function | undefined;
|
|
35
|
-
onReplace: Function | undefined;
|
|
36
|
-
onOpen: Function | undefined;
|
|
37
|
-
getCardOperations: Function | undefined;
|
|
38
|
-
private items;
|
|
39
|
-
getItems(): object[];
|
|
40
|
-
clear(): void;
|
|
41
|
-
}
|
|
42
|
-
export declare const KanbanColumnTop = -1;
|
|
43
|
-
export declare const KanbanColumnBottom = -2;
|
|
1
|
+
import type { rList_property } from "../list/List";
|
|
2
|
+
export declare const KanbanCardTop = 1;
|
|
3
|
+
export declare const KanbanCardMiddle = 2;
|
|
4
|
+
export declare const KanbanCardBottom = 3;
|
|
5
|
+
export declare class rKanban_column {
|
|
6
|
+
id: number;
|
|
7
|
+
title: string;
|
|
8
|
+
width: string;
|
|
9
|
+
state: any;
|
|
10
|
+
finishing: boolean;
|
|
11
|
+
operations: object[] | undefined;
|
|
12
|
+
onTitleChanged: Function | undefined;
|
|
13
|
+
}
|
|
14
|
+
export declare class rKanban_definition {
|
|
15
|
+
columns: rKanban_column[];
|
|
16
|
+
titleAttrib: string;
|
|
17
|
+
titleOnChange: Function | undefined;
|
|
18
|
+
titleReadOnly: boolean;
|
|
19
|
+
summaryAttrib: string;
|
|
20
|
+
summaryOnChange: Function | undefined;
|
|
21
|
+
summaryReadOnly: boolean;
|
|
22
|
+
properties: rList_property[];
|
|
23
|
+
self: object | undefined;
|
|
24
|
+
a: string;
|
|
25
|
+
objects: object[] | undefined;
|
|
26
|
+
context: string;
|
|
27
|
+
key: string;
|
|
28
|
+
typename: string;
|
|
29
|
+
stateAttrib: string;
|
|
30
|
+
orderAttrib: string;
|
|
31
|
+
onUp: Function | undefined;
|
|
32
|
+
onDown: Function | undefined;
|
|
33
|
+
onAdd: Function | undefined;
|
|
34
|
+
onRemove: Function | undefined;
|
|
35
|
+
onReplace: Function | undefined;
|
|
36
|
+
onOpen: Function | undefined;
|
|
37
|
+
getCardOperations: Function | undefined;
|
|
38
|
+
private items;
|
|
39
|
+
getItems(): object[];
|
|
40
|
+
clear(): void;
|
|
41
|
+
}
|
|
42
|
+
export declare const KanbanColumnTop = -1;
|
|
43
|
+
export declare const KanbanColumnBottom = -2;
|