@humandialog/forms.svelte 0.5.5 → 0.5.6
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 +19 -1
- 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 +1 -1
- 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 +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 +51 -51
- 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 +82 -82
- package/components/kanban/kanban.svelte.d.ts +63 -63
- package/components/kanban/kanban.tags.svelte +3 -3
- 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 -43
- package/components/list/List.js +52 -51
- 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 +43 -43
- package/components/list/internal/list.element.summary.svelte.d.ts +25 -25
- package/components/list/internal/list.element.svelte +8 -0
- package/components/list/internal/list.element.svelte.d.ts +29 -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 +1 -1
- package/components/list/list.svelte.d.ts +59 -59
- package/components/list/list.title.svelte +2 -0
- package/components/list/list.title.svelte.d.ts +22 -21
- 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 +40 -36
- 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.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 +7 -7
- 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 +9 -10
- 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,75 +1,75 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
context?: string | undefined;
|
|
5
|
-
collection?: string | undefined;
|
|
6
|
-
self?: null | undefined;
|
|
7
|
-
objects?: null | undefined;
|
|
8
|
-
headers?: any[] | undefined;
|
|
9
|
-
fields?: any[] | undefined;
|
|
10
|
-
select?: string | undefined;
|
|
11
|
-
cinfo?: string | undefined;
|
|
12
|
-
focus?: boolean | undefined;
|
|
13
|
-
nav?: boolean | undefined;
|
|
14
|
-
c?: string | undefined;
|
|
15
|
-
typename?: string | undefined;
|
|
16
|
-
toolbarOperations?: any[] | undefined;
|
|
17
|
-
menuOperations?: any[] | undefined;
|
|
18
|
-
refresh?: (() => void) | undefined;
|
|
19
|
-
updateObjects?: ((_objects: any) => void) | undefined;
|
|
20
|
-
updateSelf?: ((_self: any) => void) | undefined;
|
|
21
|
-
selectItem?: ((itm: any, cinfo: any) => void) | undefined;
|
|
22
|
-
};
|
|
23
|
-
events: {
|
|
24
|
-
[evt: string]: CustomEvent<any>;
|
|
25
|
-
};
|
|
26
|
-
slots: {
|
|
27
|
-
default: {};
|
|
28
|
-
c0: {
|
|
29
|
-
item: unknown;
|
|
30
|
-
};
|
|
31
|
-
c1: {
|
|
32
|
-
item: unknown;
|
|
33
|
-
};
|
|
34
|
-
c2: {
|
|
35
|
-
item: unknown;
|
|
36
|
-
};
|
|
37
|
-
c3: {
|
|
38
|
-
item: unknown;
|
|
39
|
-
};
|
|
40
|
-
c4: {
|
|
41
|
-
item: unknown;
|
|
42
|
-
};
|
|
43
|
-
c5: {
|
|
44
|
-
item: unknown;
|
|
45
|
-
};
|
|
46
|
-
c6: {
|
|
47
|
-
item: unknown;
|
|
48
|
-
};
|
|
49
|
-
c7: {
|
|
50
|
-
item: unknown;
|
|
51
|
-
};
|
|
52
|
-
c8: {
|
|
53
|
-
item: unknown;
|
|
54
|
-
};
|
|
55
|
-
c9: {
|
|
56
|
-
item: unknown;
|
|
57
|
-
};
|
|
58
|
-
c10: {
|
|
59
|
-
item: unknown;
|
|
60
|
-
};
|
|
61
|
-
c11: {
|
|
62
|
-
item: unknown;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
export type TableProps = typeof __propDef.props;
|
|
67
|
-
export type TableEvents = typeof __propDef.events;
|
|
68
|
-
export type TableSlots = typeof __propDef.slots;
|
|
69
|
-
export default class Table extends SvelteComponentTyped<TableProps, TableEvents, TableSlots> {
|
|
70
|
-
get refresh(): () => void;
|
|
71
|
-
get updateObjects(): (_objects: any) => void;
|
|
72
|
-
get updateSelf(): (_self: any) => void;
|
|
73
|
-
get selectItem(): (itm: any, cinfo: any) => void;
|
|
74
|
-
}
|
|
75
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
context?: string | undefined;
|
|
5
|
+
collection?: string | undefined;
|
|
6
|
+
self?: null | undefined;
|
|
7
|
+
objects?: null | undefined;
|
|
8
|
+
headers?: any[] | undefined;
|
|
9
|
+
fields?: any[] | undefined;
|
|
10
|
+
select?: string | undefined;
|
|
11
|
+
cinfo?: string | undefined;
|
|
12
|
+
focus?: boolean | undefined;
|
|
13
|
+
nav?: boolean | undefined;
|
|
14
|
+
c?: string | undefined;
|
|
15
|
+
typename?: string | undefined;
|
|
16
|
+
toolbarOperations?: any[] | undefined;
|
|
17
|
+
menuOperations?: any[] | undefined;
|
|
18
|
+
refresh?: (() => void) | undefined;
|
|
19
|
+
updateObjects?: ((_objects: any) => void) | undefined;
|
|
20
|
+
updateSelf?: ((_self: any) => void) | undefined;
|
|
21
|
+
selectItem?: ((itm: any, cinfo: any) => void) | undefined;
|
|
22
|
+
};
|
|
23
|
+
events: {
|
|
24
|
+
[evt: string]: CustomEvent<any>;
|
|
25
|
+
};
|
|
26
|
+
slots: {
|
|
27
|
+
default: {};
|
|
28
|
+
c0: {
|
|
29
|
+
item: unknown;
|
|
30
|
+
};
|
|
31
|
+
c1: {
|
|
32
|
+
item: unknown;
|
|
33
|
+
};
|
|
34
|
+
c2: {
|
|
35
|
+
item: unknown;
|
|
36
|
+
};
|
|
37
|
+
c3: {
|
|
38
|
+
item: unknown;
|
|
39
|
+
};
|
|
40
|
+
c4: {
|
|
41
|
+
item: unknown;
|
|
42
|
+
};
|
|
43
|
+
c5: {
|
|
44
|
+
item: unknown;
|
|
45
|
+
};
|
|
46
|
+
c6: {
|
|
47
|
+
item: unknown;
|
|
48
|
+
};
|
|
49
|
+
c7: {
|
|
50
|
+
item: unknown;
|
|
51
|
+
};
|
|
52
|
+
c8: {
|
|
53
|
+
item: unknown;
|
|
54
|
+
};
|
|
55
|
+
c9: {
|
|
56
|
+
item: unknown;
|
|
57
|
+
};
|
|
58
|
+
c10: {
|
|
59
|
+
item: unknown;
|
|
60
|
+
};
|
|
61
|
+
c11: {
|
|
62
|
+
item: unknown;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
export type TableProps = typeof __propDef.props;
|
|
67
|
+
export type TableEvents = typeof __propDef.events;
|
|
68
|
+
export type TableSlots = typeof __propDef.slots;
|
|
69
|
+
export default class Table extends SvelteComponentTyped<TableProps, TableEvents, TableSlots> {
|
|
70
|
+
get refresh(): () => void;
|
|
71
|
+
get updateObjects(): (_objects: any) => void;
|
|
72
|
+
get updateSelf(): (_self: any) => void;
|
|
73
|
+
get selectItem(): (itm: any, cinfo: any) => void;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
package/components/tag.svelte
CHANGED
|
@@ -20,21 +20,21 @@ switch (s) {
|
|
|
20
20
|
x_size = "ml-3 sm:ml-1 mt-0.5 sm:mt-1 w-3 sm:w-2 h-3 sm:h-2";
|
|
21
21
|
break;
|
|
22
22
|
}
|
|
23
|
-
</script>
|
|
24
|
-
|
|
25
|
-
<div class="mt-1 pl-2 {pr} rounded text-white flex flex-row" style="background-color:{color}">
|
|
26
|
-
<div class="{font}">{name}</div>
|
|
27
|
-
{#if onRemove}
|
|
28
|
-
<div class="no-print inline-block {x_size} hover:cursor-pointer"
|
|
29
|
-
on:click={onRemove}><FaTimes/></div>
|
|
30
|
-
{/if}
|
|
31
|
-
</div>
|
|
32
|
-
|
|
33
|
-
<style>
|
|
34
|
-
@media print
|
|
35
|
-
{
|
|
36
|
-
.no-print, .no-print *{
|
|
37
|
-
display: none !important;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
23
|
+
</script>
|
|
24
|
+
|
|
25
|
+
<div class="mt-1 pl-2 {pr} rounded text-white flex flex-row" style="background-color:{color}">
|
|
26
|
+
<div class="{font}">{name}</div>
|
|
27
|
+
{#if onRemove}
|
|
28
|
+
<div class="no-print inline-block {x_size} hover:cursor-pointer"
|
|
29
|
+
on:click={onRemove}><FaTimes/></div>
|
|
30
|
+
{/if}
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
<style>
|
|
34
|
+
@media print
|
|
35
|
+
{
|
|
36
|
+
.no-print, .no-print *{
|
|
37
|
+
display: none !important;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
40
|
</style>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
name: string;
|
|
5
|
-
color: string;
|
|
6
|
-
onRemove?: any | undefined;
|
|
7
|
-
s?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
events: {
|
|
10
|
-
[evt: string]: CustomEvent<any>;
|
|
11
|
-
};
|
|
12
|
-
slots: {};
|
|
13
|
-
};
|
|
14
|
-
export type TagProps = typeof __propDef.props;
|
|
15
|
-
export type TagEvents = typeof __propDef.events;
|
|
16
|
-
export type TagSlots = typeof __propDef.slots;
|
|
17
|
-
export default class Tag extends SvelteComponentTyped<TagProps, TagEvents, TagSlots> {
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
name: string;
|
|
5
|
+
color: string;
|
|
6
|
+
onRemove?: any | undefined;
|
|
7
|
+
s?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
events: {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
};
|
|
12
|
+
slots: {};
|
|
13
|
+
};
|
|
14
|
+
export type TagProps = typeof __propDef.props;
|
|
15
|
+
export type TagEvents = typeof __propDef.events;
|
|
16
|
+
export type TagSlots = typeof __propDef.slots;
|
|
17
|
+
export default class Tag extends SvelteComponentTyped<TagProps, TagEvents, TagSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
package/components/tags.svelte
CHANGED
|
@@ -6,7 +6,7 @@ import ComboItem from "./combo/combo.item.svelte";
|
|
|
6
6
|
import { contextItemsStore, data_tick_store, contextTypesStore } from "../stores.js";
|
|
7
7
|
import { informModification, pushChanges } from "../updates.js";
|
|
8
8
|
export let tags = "";
|
|
9
|
-
export let
|
|
9
|
+
export let getGlobalTags;
|
|
10
10
|
export let self = null;
|
|
11
11
|
export let a = "";
|
|
12
12
|
export let context = "";
|
|
@@ -27,6 +27,7 @@ let isEditable = true;
|
|
|
27
27
|
$:
|
|
28
28
|
setup($data_tick_store, $contextItemsStore);
|
|
29
29
|
function setup(...args) {
|
|
30
|
+
const globalTags = getGlobalTags();
|
|
30
31
|
globalTagsTable = decomposeTags(globalTags);
|
|
31
32
|
if (!tags) {
|
|
32
33
|
item = self ?? $contextItemsStore[ctx];
|
|
@@ -104,6 +105,7 @@ function onRemoveTag(tag) {
|
|
|
104
105
|
}
|
|
105
106
|
function onNewTagCreated(key, name) {
|
|
106
107
|
tags += `#${key} `;
|
|
108
|
+
let globalTags = getGlobalTags();
|
|
107
109
|
globalTags += `#${key} `;
|
|
108
110
|
globalTagsTable = decomposeTags(globalTags);
|
|
109
111
|
tagsTable = decomposeTags(tags, globalTagsTable);
|
|
@@ -143,6 +145,8 @@ function decomposeTags(tags2, referenceTable = void 0) {
|
|
|
143
145
|
return table;
|
|
144
146
|
}
|
|
145
147
|
function getNotUsedTags() {
|
|
148
|
+
const globalTags = getGlobalTags();
|
|
149
|
+
globalTagsTable = decomposeTags(globalTags);
|
|
146
150
|
let result = globalTagsTable.filter((e) => {
|
|
147
151
|
const label = e.label;
|
|
148
152
|
let idx = tagsTable.findIndex((f) => f.label == label);
|
|
@@ -165,39 +169,39 @@ switch (s) {
|
|
|
165
169
|
gap = "gap-2 sm:gap-1";
|
|
166
170
|
break;
|
|
167
171
|
}
|
|
168
|
-
</script>
|
|
169
|
-
|
|
170
|
-
<div class="{userClass} flex flex-row {gap} flex-wrap mr-1 sm:mr-0">
|
|
171
|
-
{#each tagsTable as tag}
|
|
172
|
-
{#if isEditable}
|
|
173
|
-
<Tag name={tag.label} color={tag.color} {s}
|
|
174
|
-
onRemove={(e) => {onRemoveTag(tag.label)}}/>
|
|
175
|
-
{:else}
|
|
176
|
-
<Tag name={tag.label} color={tag.color} {s}/>
|
|
177
|
-
{/if}
|
|
178
|
-
{/each}
|
|
179
|
-
|
|
180
|
-
{#if isEditable}
|
|
181
|
-
{#if !addComboVisible}
|
|
182
|
-
{#if !compact}
|
|
183
|
-
<button class="mt-1 pl-0 pr-1 rounded text-stone-500 flex flex-row border-stone-500 border hover:cursor-pointer"
|
|
184
|
-
on:click={(e) => { show(e, undefined)} }>
|
|
185
|
-
<div class="ml-1 mt-1 w-3 h-3"><FaPlus/></div>
|
|
186
|
-
</button>
|
|
187
|
-
{/if}
|
|
188
|
-
{:else}
|
|
189
|
-
<Combo compact={true}
|
|
190
|
-
inContext='data'
|
|
191
|
-
onSelect={onSelectTag}
|
|
192
|
-
onNewItemCreated={onNewTagCreated}
|
|
193
|
-
s={s}
|
|
194
|
-
filtered
|
|
195
|
-
bind:this={addCombo}>
|
|
196
|
-
{@const not_used_tags = getNotUsedTags()}
|
|
197
|
-
{#each not_used_tags as tag}
|
|
198
|
-
<ComboItem key={tag.label}/>
|
|
199
|
-
{/each}
|
|
200
|
-
</Combo>
|
|
201
|
-
{/if}
|
|
202
|
-
{/if}
|
|
172
|
+
</script>
|
|
173
|
+
|
|
174
|
+
<div class="{userClass} flex flex-row {gap} flex-wrap mr-1 sm:mr-0">
|
|
175
|
+
{#each tagsTable as tag}
|
|
176
|
+
{#if isEditable}
|
|
177
|
+
<Tag name={tag.label} color={tag.color} {s}
|
|
178
|
+
onRemove={(e) => {onRemoveTag(tag.label)}}/>
|
|
179
|
+
{:else}
|
|
180
|
+
<Tag name={tag.label} color={tag.color} {s}/>
|
|
181
|
+
{/if}
|
|
182
|
+
{/each}
|
|
183
|
+
|
|
184
|
+
{#if isEditable}
|
|
185
|
+
{#if !addComboVisible}
|
|
186
|
+
{#if !compact}
|
|
187
|
+
<button class="mt-1 pl-0 pr-1 rounded text-stone-500 flex flex-row border-stone-500 border hover:cursor-pointer"
|
|
188
|
+
on:click={(e) => { show(e, undefined)} }>
|
|
189
|
+
<div class="ml-1 mt-1 w-3 h-3"><FaPlus/></div>
|
|
190
|
+
</button>
|
|
191
|
+
{/if}
|
|
192
|
+
{:else}
|
|
193
|
+
<Combo compact={true}
|
|
194
|
+
inContext='data'
|
|
195
|
+
onSelect={onSelectTag}
|
|
196
|
+
onNewItemCreated={onNewTagCreated}
|
|
197
|
+
s={s}
|
|
198
|
+
filtered
|
|
199
|
+
bind:this={addCombo}>
|
|
200
|
+
{@const not_used_tags = getNotUsedTags()}
|
|
201
|
+
{#each not_used_tags as tag}
|
|
202
|
+
<ComboItem key={tag.label}/>
|
|
203
|
+
{/each}
|
|
204
|
+
</Combo>
|
|
205
|
+
{/if}
|
|
206
|
+
{/if}
|
|
203
207
|
</div>
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
tags?: string | undefined;
|
|
6
|
-
|
|
7
|
-
self?: null | undefined;
|
|
8
|
-
a?: string | undefined;
|
|
9
|
-
context?: string | undefined;
|
|
10
|
-
typename?: string | undefined;
|
|
11
|
-
onSelect?: any | undefined;
|
|
12
|
-
onCreate?: any | undefined;
|
|
13
|
-
compact?: boolean | undefined;
|
|
14
|
-
inContext?: string | undefined;
|
|
15
|
-
pushChangesImmediately?: boolean | undefined;
|
|
16
|
-
changed?: undefined;
|
|
17
|
-
s?: string | undefined;
|
|
18
|
-
show?: ((event: any, hideCallback: any) => Promise<void>) | undefined;
|
|
19
|
-
};
|
|
20
|
-
events: {
|
|
21
|
-
[evt: string]: CustomEvent<any>;
|
|
22
|
-
};
|
|
23
|
-
slots: {};
|
|
24
|
-
};
|
|
25
|
-
export type TagsProps = typeof __propDef.props;
|
|
26
|
-
export type TagsEvents = typeof __propDef.events;
|
|
27
|
-
export type TagsSlots = typeof __propDef.slots;
|
|
28
|
-
export default class Tags extends SvelteComponentTyped<TagsProps, TagsEvents, TagsSlots> {
|
|
29
|
-
get show(): (event: any, hideCallback: any) => Promise<void>;
|
|
30
|
-
}
|
|
31
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
tags?: string | undefined;
|
|
6
|
+
getGlobalTags: Function;
|
|
7
|
+
self?: null | undefined;
|
|
8
|
+
a?: string | undefined;
|
|
9
|
+
context?: string | undefined;
|
|
10
|
+
typename?: string | undefined;
|
|
11
|
+
onSelect?: any | undefined;
|
|
12
|
+
onCreate?: any | undefined;
|
|
13
|
+
compact?: boolean | undefined;
|
|
14
|
+
inContext?: string | undefined;
|
|
15
|
+
pushChangesImmediately?: boolean | undefined;
|
|
16
|
+
changed?: undefined;
|
|
17
|
+
s?: string | undefined;
|
|
18
|
+
show?: ((event: any, hideCallback: any) => Promise<void>) | undefined;
|
|
19
|
+
};
|
|
20
|
+
events: {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {};
|
|
24
|
+
};
|
|
25
|
+
export type TagsProps = typeof __propDef.props;
|
|
26
|
+
export type TagsEvents = typeof __propDef.events;
|
|
27
|
+
export type TagsSlots = typeof __propDef.slots;
|
|
28
|
+
export default class Tags extends SvelteComponentTyped<TagsProps, TagsEvents, TagsSlots> {
|
|
29
|
+
get show(): (event: any, hideCallback: any) => Promise<void>;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} TextareaProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} TextareaEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} TextareaSlots */
|
|
4
|
-
export default class Textarea extends SvelteComponentTyped<{
|
|
5
|
-
label?: string | undefined;
|
|
6
|
-
c?: string | undefined;
|
|
7
|
-
s?: string | undefined;
|
|
8
|
-
placeholder?: string | undefined;
|
|
9
|
-
val?: string | undefined;
|
|
10
|
-
sy?: string | undefined;
|
|
11
|
-
r?: number | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
[evt: string]: CustomEvent<any>;
|
|
14
|
-
}, {}> {
|
|
15
|
-
}
|
|
16
|
-
export type TextareaProps = typeof __propDef.props;
|
|
17
|
-
export type TextareaEvents = typeof __propDef.events;
|
|
18
|
-
export type TextareaSlots = typeof __propDef.slots;
|
|
19
|
-
import { SvelteComponentTyped } from "svelte";
|
|
20
|
-
declare const __propDef: {
|
|
21
|
-
props: {
|
|
22
|
-
label?: string | undefined;
|
|
23
|
-
c?: string | undefined;
|
|
24
|
-
s?: string | undefined;
|
|
25
|
-
placeholder?: string | undefined;
|
|
26
|
-
val?: string | undefined;
|
|
27
|
-
sy?: string | undefined;
|
|
28
|
-
r?: number | undefined;
|
|
29
|
-
};
|
|
30
|
-
events: {
|
|
31
|
-
[evt: string]: CustomEvent<any>;
|
|
32
|
-
};
|
|
33
|
-
slots: {};
|
|
34
|
-
};
|
|
35
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} TextareaProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} TextareaEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} TextareaSlots */
|
|
4
|
+
export default class Textarea extends SvelteComponentTyped<{
|
|
5
|
+
label?: string | undefined;
|
|
6
|
+
c?: string | undefined;
|
|
7
|
+
s?: string | undefined;
|
|
8
|
+
placeholder?: string | undefined;
|
|
9
|
+
val?: string | undefined;
|
|
10
|
+
sy?: string | undefined;
|
|
11
|
+
r?: number | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
[evt: string]: CustomEvent<any>;
|
|
14
|
+
}, {}> {
|
|
15
|
+
}
|
|
16
|
+
export type TextareaProps = typeof __propDef.props;
|
|
17
|
+
export type TextareaEvents = typeof __propDef.events;
|
|
18
|
+
export type TextareaSlots = typeof __propDef.slots;
|
|
19
|
+
import { SvelteComponentTyped } from "svelte";
|
|
20
|
+
declare const __propDef: {
|
|
21
|
+
props: {
|
|
22
|
+
label?: string | undefined;
|
|
23
|
+
c?: string | undefined;
|
|
24
|
+
s?: string | undefined;
|
|
25
|
+
placeholder?: string | undefined;
|
|
26
|
+
val?: string | undefined;
|
|
27
|
+
sy?: string | undefined;
|
|
28
|
+
r?: number | undefined;
|
|
29
|
+
};
|
|
30
|
+
events: {
|
|
31
|
+
[evt: string]: CustomEvent<any>;
|
|
32
|
+
};
|
|
33
|
+
slots: {};
|
|
34
|
+
};
|
|
35
|
+
export {};
|
|
@@ -1,29 +1,29 @@
|
|
|
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
|
-
[x: string]: any;
|
|
6
|
-
label?: string | undefined;
|
|
7
|
-
c?: string | undefined;
|
|
8
|
-
a?: string | undefined;
|
|
9
|
-
}, {
|
|
10
|
-
[evt: string]: CustomEvent<any>;
|
|
11
|
-
}, {}> {
|
|
12
|
-
}
|
|
13
|
-
export type TileProps = typeof __propDef.props;
|
|
14
|
-
export type TileEvents = typeof __propDef.events;
|
|
15
|
-
export type TileSlots = typeof __propDef.slots;
|
|
16
|
-
import { SvelteComponentTyped } from "svelte";
|
|
17
|
-
declare const __propDef: {
|
|
18
|
-
props: {
|
|
19
|
-
[x: string]: any;
|
|
20
|
-
label?: string | undefined;
|
|
21
|
-
c?: string | undefined;
|
|
22
|
-
a?: string | undefined;
|
|
23
|
-
};
|
|
24
|
-
events: {
|
|
25
|
-
[evt: string]: CustomEvent<any>;
|
|
26
|
-
};
|
|
27
|
-
slots: {};
|
|
28
|
-
};
|
|
29
|
-
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
|
+
[x: string]: any;
|
|
6
|
+
label?: string | undefined;
|
|
7
|
+
c?: string | undefined;
|
|
8
|
+
a?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
}, {}> {
|
|
12
|
+
}
|
|
13
|
+
export type TileProps = typeof __propDef.props;
|
|
14
|
+
export type TileEvents = typeof __propDef.events;
|
|
15
|
+
export type TileSlots = typeof __propDef.slots;
|
|
16
|
+
import { SvelteComponentTyped } from "svelte";
|
|
17
|
+
declare const __propDef: {
|
|
18
|
+
props: {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
label?: string | undefined;
|
|
21
|
+
c?: string | undefined;
|
|
22
|
+
a?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
};
|
|
27
|
+
slots: {};
|
|
28
|
+
};
|
|
29
|
+
export {};
|
package/desk.svelte.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} DeskProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} DeskEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} DeskSlots */
|
|
4
|
-
export default class Desk extends SvelteComponentTyped<{
|
|
5
|
-
layout: any;
|
|
6
|
-
}, {
|
|
7
|
-
[evt: string]: CustomEvent<any>;
|
|
8
|
-
}, {}> {
|
|
9
|
-
}
|
|
10
|
-
export type DeskProps = typeof __propDef.props;
|
|
11
|
-
export type DeskEvents = typeof __propDef.events;
|
|
12
|
-
export type DeskSlots = typeof __propDef.slots;
|
|
13
|
-
import { SvelteComponentTyped } from "svelte";
|
|
14
|
-
declare const __propDef: {
|
|
15
|
-
props: {
|
|
16
|
-
layout: any;
|
|
17
|
-
};
|
|
18
|
-
events: {
|
|
19
|
-
[evt: string]: CustomEvent<any>;
|
|
20
|
-
};
|
|
21
|
-
slots: {};
|
|
22
|
-
};
|
|
23
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} DeskProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} DeskEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} DeskSlots */
|
|
4
|
+
export default class Desk extends SvelteComponentTyped<{
|
|
5
|
+
layout: any;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type DeskProps = typeof __propDef.props;
|
|
11
|
+
export type DeskEvents = typeof __propDef.events;
|
|
12
|
+
export type DeskSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
layout: any;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
package/form.box.svelte.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} FormProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} FormEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} FormSlots */
|
|
4
|
-
export default class Form extends SvelteComponentTyped<{
|
|
5
|
-
context?: string | undefined;
|
|
6
|
-
self?: null | undefined;
|
|
7
|
-
c?: string | undefined;
|
|
8
|
-
cl?: string | undefined;
|
|
9
|
-
fit?: boolean | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
[evt: string]: CustomEvent<any>;
|
|
12
|
-
}, {
|
|
13
|
-
default: {};
|
|
14
|
-
}> {
|
|
15
|
-
}
|
|
16
|
-
export type FormProps = typeof __propDef.props;
|
|
17
|
-
export type FormEvents = typeof __propDef.events;
|
|
18
|
-
export type FormSlots = typeof __propDef.slots;
|
|
19
|
-
import { SvelteComponentTyped } from "svelte";
|
|
20
|
-
declare const __propDef: {
|
|
21
|
-
props: {
|
|
22
|
-
context?: string | undefined;
|
|
23
|
-
self?: null | undefined;
|
|
24
|
-
c?: string | undefined;
|
|
25
|
-
cl?: string | undefined;
|
|
26
|
-
fit?: boolean | undefined;
|
|
27
|
-
};
|
|
28
|
-
events: {
|
|
29
|
-
[evt: string]: CustomEvent<any>;
|
|
30
|
-
};
|
|
31
|
-
slots: {
|
|
32
|
-
default: {};
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export {};
|
|
1
|
+
/** @typedef {typeof __propDef.props} FormProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} FormEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} FormSlots */
|
|
4
|
+
export default class Form extends SvelteComponentTyped<{
|
|
5
|
+
context?: string | undefined;
|
|
6
|
+
self?: null | undefined;
|
|
7
|
+
c?: string | undefined;
|
|
8
|
+
cl?: string | undefined;
|
|
9
|
+
fit?: boolean | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
[evt: string]: CustomEvent<any>;
|
|
12
|
+
}, {
|
|
13
|
+
default: {};
|
|
14
|
+
}> {
|
|
15
|
+
}
|
|
16
|
+
export type FormProps = typeof __propDef.props;
|
|
17
|
+
export type FormEvents = typeof __propDef.events;
|
|
18
|
+
export type FormSlots = typeof __propDef.slots;
|
|
19
|
+
import { SvelteComponentTyped } from "svelte";
|
|
20
|
+
declare const __propDef: {
|
|
21
|
+
props: {
|
|
22
|
+
context?: string | undefined;
|
|
23
|
+
self?: null | undefined;
|
|
24
|
+
c?: string | undefined;
|
|
25
|
+
cl?: string | undefined;
|
|
26
|
+
fit?: boolean | undefined;
|
|
27
|
+
};
|
|
28
|
+
events: {
|
|
29
|
+
[evt: string]: CustomEvent<any>;
|
|
30
|
+
};
|
|
31
|
+
slots: {
|
|
32
|
+
default: {};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export {};
|