@humandialog/forms.svelte 1.3.9 → 1.3.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.d.ts +17 -17
- package/components/Floating_container.svelte.d.ts +21 -21
- package/components/Grid.menu.svelte.d.ts +25 -25
- package/components/button.svelte.d.ts +26 -26
- package/components/checkbox.svelte.d.ts +26 -26
- package/components/combo/combo.d.ts +19 -19
- package/components/combo/combo.item.svelte.d.ts +20 -20
- package/components/combo/combo.js +19 -19
- package/components/combo/combo.source.svelte.d.ts +23 -23
- package/components/combo/combo.svelte +18 -3
- package/components/combo/combo.svelte.d.ts +44 -44
- package/components/contextmenu.svelte.d.ts +26 -26
- package/components/date.svelte +13 -3
- package/components/date.svelte.d.ts +33 -33
- package/components/delayed.spinner.svelte.d.ts +19 -19
- package/components/document/editor.svelte.d.ts +35 -35
- package/components/document/internal/Document_command.d.ts +11 -11
- package/components/document/internal/Document_command.js +11 -11
- 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/findSuggestionMatch.d.ts +16 -16
- package/components/document/internal/findSuggestionMatch.js +51 -51
- package/components/document/internal/h1.icon.svelte.d.ts +23 -23
- package/components/document/internal/h2.icon.svelte.d.ts +23 -23
- package/components/document/internal/h3.icon.svelte.d.ts +23 -23
- package/components/document/internal/h4.icon.svelte.d.ts +23 -23
- package/components/document/internal/palette.row.big.svelte.d.ts +46 -46
- package/components/document/internal/palette.row.svelte.d.ts +46 -46
- package/components/document/internal/palette.svelte.d.ts +82 -82
- package/components/document/internal/suggestion.d.ts +158 -158
- package/components/document/internal/suggestion.js +194 -194
- package/components/document/rich.edit.svelte.d.ts +34 -34
- package/components/edit.field.svelte.d.ts +31 -31
- package/components/file.loader.svelte.d.ts +25 -25
- package/components/icon.ex.svelte +114 -0
- package/components/icon.ex.svelte.d.ts +62 -0
- package/components/icon.svelte.d.ts +62 -62
- package/components/input.text.svelte.d.ts +29 -29
- package/components/inputbox.ltop.svelte.d.ts +59 -59
- package/components/kanban/Kanban.d.ts +47 -47
- package/components/kanban/Kanban.js +105 -105
- package/components/kanban/internal/kanban.card.svelte +9 -10
- package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
- package/components/kanban/internal/kanban.column.svelte +1 -1
- package/components/kanban/internal/kanban.column.svelte.d.ts +53 -53
- 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 +6 -6
- 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.d.ts +21 -21
- package/components/kanban/kanban.combo.svelte.d.ts +25 -25
- 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.d.ts +65 -65
- package/components/kanban/kanban.tags.svelte.d.ts +24 -24
- package/components/kanban/kanban.title.svelte.d.ts +21 -21
- package/components/list/List.d.ts +46 -46
- package/components/list/List.js +54 -54
- package/components/list/internal/list.element.props.svelte +4 -4
- 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 +13 -27
- 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 +22 -22
- 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 +33 -33
- package/components/sidebar/sidebar.group.svelte.d.ts +33 -33
- package/components/sidebar/sidebar.item.svelte +4 -4
- package/components/sidebar/sidebar.item.svelte.d.ts +32 -32
- package/components/sidebar/sidebar.list.svelte.d.ts +38 -38
- 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.d.ts +17 -17
- package/components/tag.svelte +2 -2
- 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/console.svelte.d.ts +23 -23
- 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 +63 -62
- package/index.js +69 -68
- package/internal/configurable.content.svelte.d.ts +29 -29
- package/internal/loading.svelte.d.ts +23 -23
- package/modal.svelte.d.ts +39 -39
- package/operations.svelte.d.ts +16 -16
- package/package.json +10 -9
- package/page.row.svelte.d.ts +31 -31
- package/page.svelte.d.ts +47 -47
- package/stores.d.ts +44 -44
- 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 +29 -2
- package/utils.d.ts +50 -50
- package/utils.js +1 -1
- package/vertical.toolbar.svelte.d.ts +27 -27
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
<svelte:options accessors={true}/>
|
|
2
|
+
<script>import { icons } from "../utils.js";
|
|
3
|
+
export let component = null;
|
|
4
|
+
export let moduleName = "fa/FaQuestion";
|
|
5
|
+
export let img = "";
|
|
6
|
+
export let label = "";
|
|
7
|
+
export let symbol = "";
|
|
8
|
+
export let color = "";
|
|
9
|
+
export let size = void 0;
|
|
10
|
+
export let bg = "";
|
|
11
|
+
export let circle = false;
|
|
12
|
+
let additional_class = $$restProps.class ?? "";
|
|
13
|
+
let id = $$restProps.id ?? "";
|
|
14
|
+
let _bg;
|
|
15
|
+
let txt = "";
|
|
16
|
+
let symbol_html = "";
|
|
17
|
+
$: {
|
|
18
|
+
if (symbol) {
|
|
19
|
+
if (symbol.startsWith("label:"))
|
|
20
|
+
label = symbol.substring(6);
|
|
21
|
+
else if (symbol.startsWith("color:"))
|
|
22
|
+
color = symbol.substring(6);
|
|
23
|
+
else if (symbol.startsWith("img:"))
|
|
24
|
+
img = symbol.substring(4);
|
|
25
|
+
else if (icons && icons.symbols && icons.symbols.has(symbol))
|
|
26
|
+
symbol_html = icons.symbols.get(symbol);
|
|
27
|
+
}
|
|
28
|
+
if (img) {
|
|
29
|
+
img = img;
|
|
30
|
+
txt = "";
|
|
31
|
+
_bg = bg;
|
|
32
|
+
} else if (label) {
|
|
33
|
+
label = label;
|
|
34
|
+
bg = bg;
|
|
35
|
+
if (!bg) {
|
|
36
|
+
let saturation = 100;
|
|
37
|
+
let lightness = 75;
|
|
38
|
+
let hash = 0;
|
|
39
|
+
for (let i = 0; i < label.length; i++) {
|
|
40
|
+
hash = label.charCodeAt(i) + ((hash << 5) - hash);
|
|
41
|
+
hash = hash & hash;
|
|
42
|
+
}
|
|
43
|
+
_bg = `hsl(${hash % 360}, ${saturation}%, ${lightness}%)`;
|
|
44
|
+
} else
|
|
45
|
+
_bg = bg;
|
|
46
|
+
let arr = label.split(" ");
|
|
47
|
+
if (arr.length > 0) {
|
|
48
|
+
txt = arr[0].substring(0, 1).toUpperCase();
|
|
49
|
+
if (arr.length > 1)
|
|
50
|
+
txt += arr[arr.length - 1].substring(0, 1).toUpperCase();
|
|
51
|
+
}
|
|
52
|
+
} else if (color) {
|
|
53
|
+
_bg = color;
|
|
54
|
+
} else if (symbol) {
|
|
55
|
+
} else if (!component) {
|
|
56
|
+
} else
|
|
57
|
+
component = component;
|
|
58
|
+
}
|
|
59
|
+
let style;
|
|
60
|
+
$: {
|
|
61
|
+
if (size == void 0) {
|
|
62
|
+
if (!additional_class) {
|
|
63
|
+
size = 5;
|
|
64
|
+
let icon_size = `${size * 0.25}rem`;
|
|
65
|
+
style = `width: ${icon_size}; height: ${icon_size}`;
|
|
66
|
+
} else
|
|
67
|
+
style = "";
|
|
68
|
+
} else {
|
|
69
|
+
let icon_size = `${size * 0.25}rem`;
|
|
70
|
+
style = `width: ${icon_size}; height: ${icon_size}`;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
</script>
|
|
74
|
+
|
|
75
|
+
<div class=" {additional_class}"
|
|
76
|
+
style="{style}"
|
|
77
|
+
style:background-color={_bg}
|
|
78
|
+
style:border-radius={ circle ? '50%' : ''}
|
|
79
|
+
{id}
|
|
80
|
+
on:blur
|
|
81
|
+
on:click
|
|
82
|
+
on:focus
|
|
83
|
+
on:keydown
|
|
84
|
+
on:keypress
|
|
85
|
+
on:keyup
|
|
86
|
+
on:mouseenter
|
|
87
|
+
on:mouseleave
|
|
88
|
+
on:mouseover >
|
|
89
|
+
{#if component != null}
|
|
90
|
+
<svelte:component this={component} />
|
|
91
|
+
{:else if txt}
|
|
92
|
+
<div class="m-0 p-0 font-sans font-bold flex flex-col justify-center text-center w-full h-full text-stone-900"
|
|
93
|
+
style:font-size={`${size/8}rem`}
|
|
94
|
+
>
|
|
95
|
+
<div>{txt}</div>
|
|
96
|
+
</div>
|
|
97
|
+
{:else if img}
|
|
98
|
+
<img src={img} class="w-full max-w-full h-full max-h-full" alt='img'/>
|
|
99
|
+
{:else if symbol_html}
|
|
100
|
+
{@html symbol_html}
|
|
101
|
+
{/if}
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<!--style>
|
|
105
|
+
svg {
|
|
106
|
+
stroke: currentColor;
|
|
107
|
+
fill: currentColor;
|
|
108
|
+
stroke-width: 0;
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: auto;
|
|
111
|
+
max-height: 100%;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
</style-->
|
|
@@ -0,0 +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,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
|
-
i?: null | undefined;
|
|
6
|
-
s?: string | undefined;
|
|
7
|
-
placeholder?: string | 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
|
-
i?: null | undefined;
|
|
20
|
-
s?: string | undefined;
|
|
21
|
-
placeholder?: string | 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
|
+
i?: null | undefined;
|
|
6
|
+
s?: string | undefined;
|
|
7
|
+
placeholder?: string | 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
|
+
i?: null | undefined;
|
|
20
|
+
s?: string | undefined;
|
|
21
|
+
placeholder?: string | undefined;
|
|
22
|
+
fld?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
};
|
|
27
|
+
slots: {};
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
@@ -1,59 +1,59 @@
|
|
|
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
|
-
a?: string | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
s?: string | undefined;
|
|
9
|
-
self?: null | undefined;
|
|
10
|
-
invalid?: boolean | undefined;
|
|
11
|
-
placeholder?: string | undefined;
|
|
12
|
-
context?: string | undefined;
|
|
13
|
-
typename?: string | undefined;
|
|
14
|
-
c?: string | undefined;
|
|
15
|
-
pushChangesImmediately?: boolean | undefined;
|
|
16
|
-
itype?: string | undefined;
|
|
17
|
-
val?: string | undefined;
|
|
18
|
-
required?: boolean | undefined;
|
|
19
|
-
readonly?: boolean | undefined;
|
|
20
|
-
validation?: any;
|
|
21
|
-
validate?: (() => boolean) | undefined;
|
|
22
|
-
setReadonly?: ((val: any) => void) | undefined;
|
|
23
|
-
}, {
|
|
24
|
-
[evt: string]: CustomEvent<any>;
|
|
25
|
-
}, {}> {
|
|
26
|
-
get validate(): () => boolean;
|
|
27
|
-
get setReadonly(): (val: any) => void;
|
|
28
|
-
}
|
|
29
|
-
export type InputboxProps = typeof __propDef.props;
|
|
30
|
-
export type InputboxEvents = typeof __propDef.events;
|
|
31
|
-
export type InputboxSlots = typeof __propDef.slots;
|
|
32
|
-
import { SvelteComponentTyped } from "svelte";
|
|
33
|
-
declare const __propDef: {
|
|
34
|
-
props: {
|
|
35
|
-
[x: string]: any;
|
|
36
|
-
a?: string | undefined;
|
|
37
|
-
label?: string | undefined;
|
|
38
|
-
s?: string | undefined;
|
|
39
|
-
self?: null | undefined;
|
|
40
|
-
invalid?: boolean | undefined;
|
|
41
|
-
placeholder?: string | undefined;
|
|
42
|
-
context?: string | undefined;
|
|
43
|
-
typename?: string | undefined;
|
|
44
|
-
c?: string | undefined;
|
|
45
|
-
pushChangesImmediately?: boolean | undefined;
|
|
46
|
-
itype?: string | undefined;
|
|
47
|
-
val?: string | undefined;
|
|
48
|
-
required?: boolean | undefined;
|
|
49
|
-
readonly?: boolean | undefined;
|
|
50
|
-
validation?: any;
|
|
51
|
-
validate?: (() => boolean) | undefined;
|
|
52
|
-
setReadonly?: ((val: any) => void) | undefined;
|
|
53
|
-
};
|
|
54
|
-
events: {
|
|
55
|
-
[evt: string]: CustomEvent<any>;
|
|
56
|
-
};
|
|
57
|
-
slots: {};
|
|
58
|
-
};
|
|
59
|
-
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
|
+
a?: string | undefined;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
s?: string | undefined;
|
|
9
|
+
self?: null | undefined;
|
|
10
|
+
invalid?: boolean | undefined;
|
|
11
|
+
placeholder?: string | undefined;
|
|
12
|
+
context?: string | undefined;
|
|
13
|
+
typename?: string | undefined;
|
|
14
|
+
c?: string | undefined;
|
|
15
|
+
pushChangesImmediately?: boolean | undefined;
|
|
16
|
+
itype?: string | undefined;
|
|
17
|
+
val?: string | undefined;
|
|
18
|
+
required?: boolean | undefined;
|
|
19
|
+
readonly?: boolean | undefined;
|
|
20
|
+
validation?: any;
|
|
21
|
+
validate?: (() => boolean) | undefined;
|
|
22
|
+
setReadonly?: ((val: any) => void) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
[evt: string]: CustomEvent<any>;
|
|
25
|
+
}, {}> {
|
|
26
|
+
get validate(): () => boolean;
|
|
27
|
+
get setReadonly(): (val: any) => void;
|
|
28
|
+
}
|
|
29
|
+
export type InputboxProps = typeof __propDef.props;
|
|
30
|
+
export type InputboxEvents = typeof __propDef.events;
|
|
31
|
+
export type InputboxSlots = typeof __propDef.slots;
|
|
32
|
+
import { SvelteComponentTyped } from "svelte";
|
|
33
|
+
declare const __propDef: {
|
|
34
|
+
props: {
|
|
35
|
+
[x: string]: any;
|
|
36
|
+
a?: string | undefined;
|
|
37
|
+
label?: string | undefined;
|
|
38
|
+
s?: string | undefined;
|
|
39
|
+
self?: null | undefined;
|
|
40
|
+
invalid?: boolean | undefined;
|
|
41
|
+
placeholder?: string | undefined;
|
|
42
|
+
context?: string | undefined;
|
|
43
|
+
typename?: string | undefined;
|
|
44
|
+
c?: string | undefined;
|
|
45
|
+
pushChangesImmediately?: boolean | undefined;
|
|
46
|
+
itype?: string | undefined;
|
|
47
|
+
val?: string | undefined;
|
|
48
|
+
required?: boolean | undefined;
|
|
49
|
+
readonly?: boolean | undefined;
|
|
50
|
+
validation?: any;
|
|
51
|
+
validate?: (() => boolean) | undefined;
|
|
52
|
+
setReadonly?: ((val: any) => void) | undefined;
|
|
53
|
+
};
|
|
54
|
+
events: {
|
|
55
|
+
[evt: string]: CustomEvent<any>;
|
|
56
|
+
};
|
|
57
|
+
slots: {};
|
|
58
|
+
};
|
|
59
|
+
export {};
|
|
@@ -1,47 +1,47 @@
|
|
|
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
|
-
titleHref: string | undefined;
|
|
20
|
-
titleHrefFunc: Function | undefined;
|
|
21
|
-
titleHasAttachment: Function | undefined;
|
|
22
|
-
summaryAttrib: string;
|
|
23
|
-
summaryOnChange: Function | undefined;
|
|
24
|
-
summaryReadOnly: boolean;
|
|
25
|
-
properties: rList_property[];
|
|
26
|
-
self: object | undefined;
|
|
27
|
-
a: string;
|
|
28
|
-
objects: object[] | undefined;
|
|
29
|
-
context: string;
|
|
30
|
-
key: string;
|
|
31
|
-
typename: string;
|
|
32
|
-
stateAttrib: string;
|
|
33
|
-
orderAttrib: string;
|
|
34
|
-
onUp: Function | undefined;
|
|
35
|
-
onDown: Function | undefined;
|
|
36
|
-
onAdd: Function | undefined;
|
|
37
|
-
onRemove: Function | undefined;
|
|
38
|
-
onReplace: Function | undefined;
|
|
39
|
-
onOpen: Function | undefined;
|
|
40
|
-
getCardOperations: Function | undefined;
|
|
41
|
-
private items;
|
|
42
|
-
getItems(): object[];
|
|
43
|
-
visibleColumnsNo(): number;
|
|
44
|
-
clear(): void;
|
|
45
|
-
}
|
|
46
|
-
export declare const KanbanColumnTop = -1;
|
|
47
|
-
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
|
+
titleHref: string | undefined;
|
|
20
|
+
titleHrefFunc: Function | undefined;
|
|
21
|
+
titleHasAttachment: Function | undefined;
|
|
22
|
+
summaryAttrib: string;
|
|
23
|
+
summaryOnChange: Function | undefined;
|
|
24
|
+
summaryReadOnly: boolean;
|
|
25
|
+
properties: rList_property[];
|
|
26
|
+
self: object | undefined;
|
|
27
|
+
a: string;
|
|
28
|
+
objects: object[] | undefined;
|
|
29
|
+
context: string;
|
|
30
|
+
key: string;
|
|
31
|
+
typename: string;
|
|
32
|
+
stateAttrib: string;
|
|
33
|
+
orderAttrib: string;
|
|
34
|
+
onUp: Function | undefined;
|
|
35
|
+
onDown: Function | undefined;
|
|
36
|
+
onAdd: Function | undefined;
|
|
37
|
+
onRemove: Function | undefined;
|
|
38
|
+
onReplace: Function | undefined;
|
|
39
|
+
onOpen: Function | undefined;
|
|
40
|
+
getCardOperations: Function | undefined;
|
|
41
|
+
private items;
|
|
42
|
+
getItems(): object[];
|
|
43
|
+
visibleColumnsNo(): number;
|
|
44
|
+
clear(): void;
|
|
45
|
+
}
|
|
46
|
+
export declare const KanbanColumnTop = -1;
|
|
47
|
+
export declare const KanbanColumnBottom = -2;
|