@humandialog/forms.svelte 1.3.11 → 1.3.12
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 +103 -31
- 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 +25 -22
- package/components/combo/combo.svelte.d.ts +44 -44
- package/components/contextmenu.svelte.d.ts +26 -26
- package/components/date.svelte +40 -30
- package/components/date.svelte.d.ts +33 -33
- package/components/delayed.spinner.svelte.d.ts +19 -19
- package/components/document/editor.svelte +10 -4
- package/components/document/editor.svelte.d.ts +35 -35
- package/components/document/internal/Document_command.d.ts +12 -11
- package/components/document/internal/Document_command.js +12 -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 +16 -10
- 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.d.ts +62 -62
- 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 +5 -3
- package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
- 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.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 +2 -2
- 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 +8 -6
- 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 +2 -2
- package/components/sidebar/sidebar.group.svelte.d.ts +33 -33
- package/components/sidebar/sidebar.item.svelte +52 -29
- package/components/sidebar/sidebar.item.svelte.d.ts +32 -32
- package/components/sidebar/sidebar.list.svelte +4 -2
- 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 +6 -3
- package/components/table/table.svelte.d.ts +75 -75
- package/components/tag.colors.svelte.d.ts +17 -17
- package/components/tag.svelte +12 -9
- package/components/tag.svelte.d.ts +20 -20
- package/components/tags.svelte +13 -11
- 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 +58 -26
- package/desk.svelte.d.ts +23 -23
- package/form.box.svelte.d.ts +35 -35
- package/horizontal.toolbar.svelte +3 -3
- package/horizontal.toolbar.svelte.d.ts +25 -25
- package/index.d.ts +63 -63
- package/index.js +69 -69
- 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 +37 -8
- package/operations.svelte.d.ts +16 -16
- package/package.json +8 -8
- package/page.row.svelte.d.ts +31 -31
- package/page.svelte +7 -2
- package/page.svelte.d.ts +47 -47
- package/stores.d.ts +44 -44
- package/tenant.members.svelte +69 -39
- 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/utils.d.ts +50 -50
- package/utils.js +36 -7
- package/vertical.toolbar.svelte +1 -1
- package/vertical.toolbar.svelte.d.ts +27 -27
|
@@ -12,138 +12,138 @@ function replaceMenu() {
|
|
|
12
12
|
afterActionOperation(item);
|
|
13
13
|
}, 0);
|
|
14
14
|
}
|
|
15
|
-
</script>
|
|
16
|
-
|
|
17
|
-
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
|
18
|
-
|
|
19
|
-
<menu class="hidden sm:flex flex-row gap-3">
|
|
20
|
-
<section class="flex flex-col gap-1">
|
|
21
|
-
<p class="text-xs h-4 w-[100px] truncate"></p>
|
|
22
|
-
<button class=" h-8 w-full
|
|
23
|
-
text-xs font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
24
|
-
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
25
|
-
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
26
|
-
inline-flex items-center justify-center"
|
|
27
|
-
on:click={(e) => { onMoveUp(item); replaceMenu()}}>
|
|
28
|
-
<div class="w-3 h-3"><FaAngleUp/></div>
|
|
29
|
-
</button>
|
|
30
|
-
|
|
31
|
-
<button class=" h-8 w-full
|
|
32
|
-
text-xs font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
33
|
-
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
34
|
-
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
35
|
-
inline-flex items-center justify-center"
|
|
36
|
-
on:click={(e) => { onMoveDown(item); replaceMenu()}}>
|
|
37
|
-
<div class="w-3 h-3"><FaAngleDown/></div>
|
|
38
|
-
</button>
|
|
39
|
-
</section>
|
|
40
|
-
|
|
41
|
-
{#if definition && definition.columns && definition.columns.length > 0}
|
|
42
|
-
{#each definition.columns as column, idx}
|
|
43
|
-
<section class="flex flex-col gap-1">
|
|
44
|
-
<p class="text-xs h-4 w-[100px] ml-1 truncate">{column.title}</p>
|
|
45
|
-
<button class=" h-8 w-full
|
|
46
|
-
text-base font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
47
|
-
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
48
|
-
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
49
|
-
inline-flex items-center justify-center"
|
|
50
|
-
on:click={(e) => { onReplace(item, idx, KanbanColumnTop); replaceMenu()}}>
|
|
51
|
-
<div class="w-3 h-3"><FaAngleDoubleUp/></div>
|
|
52
|
-
</button>
|
|
53
|
-
|
|
54
|
-
<button class=" h-8 w-full
|
|
55
|
-
text-base font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
56
|
-
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
57
|
-
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
58
|
-
inline-flex items-center justify-center"
|
|
59
|
-
on:click={(e) => { onReplace(item, idx, KanbanColumnBottom); replaceMenu()}}>
|
|
60
|
-
<div class="w-3 h-3"><FaAngleDoubleDown/></div>
|
|
61
|
-
</button>
|
|
62
|
-
</section>
|
|
63
|
-
{/each}
|
|
64
|
-
{/if}
|
|
65
|
-
</menu>
|
|
66
|
-
|
|
67
|
-
<menu class="flex sm:hidden flex-col gap-3">
|
|
68
|
-
<section class="flex flex-row">
|
|
69
|
-
<p class="text-base truncate "></p>
|
|
70
|
-
<div class="flex flex-row ml-auto gap-3">
|
|
71
|
-
<button class=" bg-transparent
|
|
72
|
-
w-[55px] h-[55px]
|
|
73
|
-
m-0
|
|
74
|
-
flex items-center justify-center
|
|
75
|
-
disable-dbl-tap-zoom"
|
|
76
|
-
on:click={(e) => { onMoveUp(item); replaceMenu()}}>
|
|
77
|
-
<div class=" w-10 h-10
|
|
78
|
-
text-white bg-zinc-500 hover:bg-zinc-500
|
|
79
|
-
font-medium rounded-full text-sm text-center shadow-md
|
|
80
|
-
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
81
|
-
flex items-center justify-center">
|
|
82
|
-
<div class="w-5 h-5">
|
|
83
|
-
<FaAngleUp/>
|
|
84
|
-
</div>
|
|
85
|
-
</div>
|
|
86
|
-
</button>
|
|
87
|
-
|
|
88
|
-
<button class=" bg-transparent
|
|
89
|
-
w-[55px] h-[55px]
|
|
90
|
-
m-0
|
|
91
|
-
flex items-center justify-center
|
|
92
|
-
disable-dbl-tap-zoom"
|
|
93
|
-
on:click={(e) => { onMoveDown(item); replaceMenu()}}>
|
|
94
|
-
<div class=" w-10 h-10
|
|
95
|
-
text-white bg-zinc-500 hover:bg-zinc-500
|
|
96
|
-
font-medium rounded-full text-sm text-center shadow-md
|
|
97
|
-
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
98
|
-
flex items-center justify-center">
|
|
99
|
-
<div class="w-5 h-5">
|
|
100
|
-
<FaAngleDown/>
|
|
101
|
-
</div>
|
|
102
|
-
</div>
|
|
103
|
-
</button>
|
|
104
|
-
</div>
|
|
105
|
-
</section>
|
|
106
|
-
|
|
107
|
-
{#if definition && definition.columns && definition.columns.length > 0}
|
|
108
|
-
{#each definition.columns as column, idx}
|
|
109
|
-
<section class="flex flex-row">
|
|
110
|
-
<p class="text-base mt-4 truncate w-[120px]">{column.title}</p>
|
|
111
|
-
<div class="flex flex-row ml-auto gap-3">
|
|
112
|
-
<button class=" bg-transparent
|
|
113
|
-
w-[55px] h-[55px]
|
|
114
|
-
m-0
|
|
115
|
-
flex items-center justify-center
|
|
116
|
-
disable-dbl-tap-zoom"
|
|
117
|
-
on:click={(e) => { onReplace(item, idx, KanbanColumnTop); replaceMenu()}}>
|
|
118
|
-
<div class=" w-10 h-10
|
|
119
|
-
text-white bg-zinc-500 hover:bg-zinc-500
|
|
120
|
-
font-medium rounded-full text-sm text-center shadow-md
|
|
121
|
-
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
122
|
-
flex items-center justify-center">
|
|
123
|
-
<div class="w-5 h-5">
|
|
124
|
-
<FaAngleDoubleUp/>
|
|
125
|
-
</div>
|
|
126
|
-
</div>
|
|
127
|
-
</button>
|
|
128
|
-
|
|
129
|
-
<button class=" bg-transparent
|
|
130
|
-
w-[55px] h-[55px]
|
|
131
|
-
m-0
|
|
132
|
-
flex items-center justify-center
|
|
133
|
-
disable-dbl-tap-zoom"
|
|
134
|
-
on:click={(e) => { onReplace(item, idx, KanbanColumnBottom); replaceMenu()}}>
|
|
135
|
-
<div class=" w-10 h-10
|
|
136
|
-
text-white bg-zinc-500 hover:bg-zinc-500
|
|
137
|
-
font-medium rounded-full text-sm text-center shadow-md
|
|
138
|
-
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
139
|
-
flex items-center justify-center">
|
|
140
|
-
<div class="w-5 h-5">
|
|
141
|
-
<FaAngleDoubleDown/>
|
|
142
|
-
</div>
|
|
143
|
-
</div>
|
|
144
|
-
</button>
|
|
145
|
-
</div>
|
|
146
|
-
</section>
|
|
147
|
-
{/each}
|
|
148
|
-
{/if}
|
|
149
|
-
</menu>
|
|
15
|
+
</script>
|
|
16
|
+
|
|
17
|
+
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
|
18
|
+
|
|
19
|
+
<menu class="hidden sm:flex flex-row gap-3">
|
|
20
|
+
<section class="flex flex-col gap-1">
|
|
21
|
+
<p class="text-xs h-4 w-[100px] truncate"></p>
|
|
22
|
+
<button class=" h-8 w-full
|
|
23
|
+
text-xs font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
24
|
+
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
25
|
+
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
26
|
+
inline-flex items-center justify-center"
|
|
27
|
+
on:click={(e) => { onMoveUp(item); replaceMenu()}}>
|
|
28
|
+
<div class="w-3 h-3"><FaAngleUp/></div>
|
|
29
|
+
</button>
|
|
30
|
+
|
|
31
|
+
<button class=" h-8 w-full
|
|
32
|
+
text-xs font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
33
|
+
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
34
|
+
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
35
|
+
inline-flex items-center justify-center"
|
|
36
|
+
on:click={(e) => { onMoveDown(item); replaceMenu()}}>
|
|
37
|
+
<div class="w-3 h-3"><FaAngleDown/></div>
|
|
38
|
+
</button>
|
|
39
|
+
</section>
|
|
40
|
+
|
|
41
|
+
{#if definition && definition.columns && definition.columns.length > 0}
|
|
42
|
+
{#each definition.columns as column, idx}
|
|
43
|
+
<section class="flex flex-col gap-1">
|
|
44
|
+
<p class="text-xs h-4 w-[100px] ml-1 truncate">{column.title}</p>
|
|
45
|
+
<button class=" h-8 w-full
|
|
46
|
+
text-base font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
47
|
+
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
48
|
+
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
49
|
+
inline-flex items-center justify-center"
|
|
50
|
+
on:click={(e) => { onReplace(item, idx, KanbanColumnTop); replaceMenu()}}>
|
|
51
|
+
<div class="w-3 h-3"><FaAngleDoubleUp/></div>
|
|
52
|
+
</button>
|
|
53
|
+
|
|
54
|
+
<button class=" h-8 w-full
|
|
55
|
+
text-base font-medium text-stone-900 dark:text-stone-400 dark:hover:text-white
|
|
56
|
+
bg-stone-100 hover:bg-stone-200 dark:bg-stone-800 dark:hover:bg-stone-700 active:bg-stone-300 dark:active:bg-stone-600
|
|
57
|
+
border rounded border-stone-200 dark:border-stone-600 focus:outline-none
|
|
58
|
+
inline-flex items-center justify-center"
|
|
59
|
+
on:click={(e) => { onReplace(item, idx, KanbanColumnBottom); replaceMenu()}}>
|
|
60
|
+
<div class="w-3 h-3"><FaAngleDoubleDown/></div>
|
|
61
|
+
</button>
|
|
62
|
+
</section>
|
|
63
|
+
{/each}
|
|
64
|
+
{/if}
|
|
65
|
+
</menu>
|
|
66
|
+
|
|
67
|
+
<menu class="flex sm:hidden flex-col gap-3">
|
|
68
|
+
<section class="flex flex-row">
|
|
69
|
+
<p class="text-base truncate "></p>
|
|
70
|
+
<div class="flex flex-row ml-auto gap-3">
|
|
71
|
+
<button class=" bg-transparent
|
|
72
|
+
w-[55px] h-[55px]
|
|
73
|
+
m-0
|
|
74
|
+
flex items-center justify-center
|
|
75
|
+
disable-dbl-tap-zoom"
|
|
76
|
+
on:click={(e) => { onMoveUp(item); replaceMenu()}}>
|
|
77
|
+
<div class=" w-10 h-10
|
|
78
|
+
text-white bg-zinc-500 hover:bg-zinc-500
|
|
79
|
+
font-medium rounded-full text-sm text-center shadow-md
|
|
80
|
+
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
81
|
+
flex items-center justify-center">
|
|
82
|
+
<div class="w-5 h-5">
|
|
83
|
+
<FaAngleUp/>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</button>
|
|
87
|
+
|
|
88
|
+
<button class=" bg-transparent
|
|
89
|
+
w-[55px] h-[55px]
|
|
90
|
+
m-0
|
|
91
|
+
flex items-center justify-center
|
|
92
|
+
disable-dbl-tap-zoom"
|
|
93
|
+
on:click={(e) => { onMoveDown(item); replaceMenu()}}>
|
|
94
|
+
<div class=" w-10 h-10
|
|
95
|
+
text-white bg-zinc-500 hover:bg-zinc-500
|
|
96
|
+
font-medium rounded-full text-sm text-center shadow-md
|
|
97
|
+
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
98
|
+
flex items-center justify-center">
|
|
99
|
+
<div class="w-5 h-5">
|
|
100
|
+
<FaAngleDown/>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
</button>
|
|
104
|
+
</div>
|
|
105
|
+
</section>
|
|
106
|
+
|
|
107
|
+
{#if definition && definition.columns && definition.columns.length > 0}
|
|
108
|
+
{#each definition.columns as column, idx}
|
|
109
|
+
<section class="flex flex-row">
|
|
110
|
+
<p class="text-base mt-4 truncate w-[120px]">{column.title}</p>
|
|
111
|
+
<div class="flex flex-row ml-auto gap-3">
|
|
112
|
+
<button class=" bg-transparent
|
|
113
|
+
w-[55px] h-[55px]
|
|
114
|
+
m-0
|
|
115
|
+
flex items-center justify-center
|
|
116
|
+
disable-dbl-tap-zoom"
|
|
117
|
+
on:click={(e) => { onReplace(item, idx, KanbanColumnTop); replaceMenu()}}>
|
|
118
|
+
<div class=" w-10 h-10
|
|
119
|
+
text-white bg-zinc-500 hover:bg-zinc-500
|
|
120
|
+
font-medium rounded-full text-sm text-center shadow-md
|
|
121
|
+
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
122
|
+
flex items-center justify-center">
|
|
123
|
+
<div class="w-5 h-5">
|
|
124
|
+
<FaAngleDoubleUp/>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
</button>
|
|
128
|
+
|
|
129
|
+
<button class=" bg-transparent
|
|
130
|
+
w-[55px] h-[55px]
|
|
131
|
+
m-0
|
|
132
|
+
flex items-center justify-center
|
|
133
|
+
disable-dbl-tap-zoom"
|
|
134
|
+
on:click={(e) => { onReplace(item, idx, KanbanColumnBottom); replaceMenu()}}>
|
|
135
|
+
<div class=" w-10 h-10
|
|
136
|
+
text-white bg-zinc-500 hover:bg-zinc-500
|
|
137
|
+
font-medium rounded-full text-sm text-center shadow-md
|
|
138
|
+
dark:bg-zinc-500 dark:hover:bg-zinc-500
|
|
139
|
+
flex items-center justify-center">
|
|
140
|
+
<div class="w-5 h-5">
|
|
141
|
+
<FaAngleDoubleDown/>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
</button>
|
|
145
|
+
</div>
|
|
146
|
+
</section>
|
|
147
|
+
{/each}
|
|
148
|
+
{/if}
|
|
149
|
+
</menu>
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
import { rKanban_definition } from '../Kanban';
|
|
3
|
-
declare const __propDef: {
|
|
4
|
-
props: {
|
|
5
|
-
definition: rKanban_definition;
|
|
6
|
-
item: object;
|
|
7
|
-
afterActionOperation?: Function | undefined;
|
|
8
|
-
onMoveUp: Function;
|
|
9
|
-
onMoveDown: Function;
|
|
10
|
-
onReplace: Function;
|
|
11
|
-
};
|
|
12
|
-
events: {
|
|
13
|
-
[evt: string]: CustomEvent<any>;
|
|
14
|
-
};
|
|
15
|
-
slots: {};
|
|
16
|
-
};
|
|
17
|
-
export type KanbanProps = typeof __propDef.props;
|
|
18
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
19
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
20
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
21
|
-
}
|
|
22
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import { rKanban_definition } from '../Kanban';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
definition: rKanban_definition;
|
|
6
|
+
item: object;
|
|
7
|
+
afterActionOperation?: Function | undefined;
|
|
8
|
+
onMoveUp: Function;
|
|
9
|
+
onMoveDown: Function;
|
|
10
|
+
onReplace: Function;
|
|
11
|
+
};
|
|
12
|
+
events: {
|
|
13
|
+
[evt: string]: CustomEvent<any>;
|
|
14
|
+
};
|
|
15
|
+
slots: {};
|
|
16
|
+
};
|
|
17
|
+
export type KanbanProps = typeof __propDef.props;
|
|
18
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
19
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
20
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
position: number;
|
|
5
|
-
item: object;
|
|
6
|
-
editProperty?: ((field: string) => void) | undefined;
|
|
7
|
-
};
|
|
8
|
-
events: {
|
|
9
|
-
[evt: string]: CustomEvent<any>;
|
|
10
|
-
};
|
|
11
|
-
slots: {};
|
|
12
|
-
};
|
|
13
|
-
export type KanbanProps = typeof __propDef.props;
|
|
14
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
15
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
16
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
17
|
-
get editProperty(): (field: string) => void;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
position: number;
|
|
5
|
+
item: object;
|
|
6
|
+
editProperty?: ((field: string) => void) | undefined;
|
|
7
|
+
};
|
|
8
|
+
events: {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
};
|
|
11
|
+
slots: {};
|
|
12
|
+
};
|
|
13
|
+
export type KanbanProps = typeof __propDef.props;
|
|
14
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
15
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
16
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
17
|
+
get editProperty(): (field: string) => void;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
onAdd?: Function | undefined;
|
|
5
|
-
onOpen?: Function | undefined;
|
|
6
|
-
getCardOperations?: Function | undefined;
|
|
7
|
-
};
|
|
8
|
-
events: {
|
|
9
|
-
[evt: string]: CustomEvent<any>;
|
|
10
|
-
};
|
|
11
|
-
slots: {};
|
|
12
|
-
};
|
|
13
|
-
export type KanbanProps = typeof __propDef.props;
|
|
14
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
15
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
16
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
17
|
-
}
|
|
18
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
onAdd?: Function | undefined;
|
|
5
|
+
onOpen?: Function | undefined;
|
|
6
|
+
getCardOperations?: Function | undefined;
|
|
7
|
+
};
|
|
8
|
+
events: {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
};
|
|
11
|
+
slots: {};
|
|
12
|
+
};
|
|
13
|
+
export type KanbanProps = typeof __propDef.props;
|
|
14
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
15
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
16
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
width?: string | undefined;
|
|
6
|
-
state?: any;
|
|
7
|
-
finishing?: boolean | undefined;
|
|
8
|
-
operations?: object[] | undefined;
|
|
9
|
-
onTitleChanged?: Function | undefined;
|
|
10
|
-
};
|
|
11
|
-
events: {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
};
|
|
14
|
-
slots: {};
|
|
15
|
-
};
|
|
16
|
-
export type KanbanProps = typeof __propDef.props;
|
|
17
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
18
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
19
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
width?: string | undefined;
|
|
6
|
+
state?: any;
|
|
7
|
+
finishing?: boolean | undefined;
|
|
8
|
+
operations?: object[] | undefined;
|
|
9
|
+
onTitleChanged?: Function | undefined;
|
|
10
|
+
};
|
|
11
|
+
events: {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
};
|
|
14
|
+
slots: {};
|
|
15
|
+
};
|
|
16
|
+
export type KanbanProps = typeof __propDef.props;
|
|
17
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
18
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
19
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
name?: string | undefined;
|
|
5
|
-
a?: string | undefined;
|
|
6
|
-
onSelect?: undefined;
|
|
7
|
-
association?: boolean | undefined;
|
|
8
|
-
hasNone?: boolean | undefined;
|
|
9
|
-
top?: boolean | undefined;
|
|
10
|
-
middle?: boolean | undefined;
|
|
11
|
-
bottom?: boolean | undefined;
|
|
12
|
-
};
|
|
13
|
-
events: {
|
|
14
|
-
[evt: string]: CustomEvent<any>;
|
|
15
|
-
};
|
|
16
|
-
slots: {
|
|
17
|
-
default: {};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
export type KanbanProps = typeof __propDef.props;
|
|
21
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
22
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
23
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
name?: string | undefined;
|
|
5
|
+
a?: string | undefined;
|
|
6
|
+
onSelect?: undefined;
|
|
7
|
+
association?: boolean | undefined;
|
|
8
|
+
hasNone?: boolean | undefined;
|
|
9
|
+
top?: boolean | undefined;
|
|
10
|
+
middle?: boolean | undefined;
|
|
11
|
+
bottom?: boolean | undefined;
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
[evt: string]: CustomEvent<any>;
|
|
15
|
+
};
|
|
16
|
+
slots: {
|
|
17
|
+
default: {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export type KanbanProps = typeof __propDef.props;
|
|
21
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
22
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
23
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
name?: string | undefined;
|
|
5
|
-
a?: string | undefined;
|
|
6
|
-
onSelect?: undefined;
|
|
7
|
-
top?: boolean | undefined;
|
|
8
|
-
middle?: boolean | undefined;
|
|
9
|
-
bottom?: boolean | undefined;
|
|
10
|
-
};
|
|
11
|
-
events: {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
};
|
|
14
|
-
slots: {};
|
|
15
|
-
};
|
|
16
|
-
export type KanbanProps = typeof __propDef.props;
|
|
17
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
18
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
19
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
name?: string | undefined;
|
|
5
|
+
a?: string | undefined;
|
|
6
|
+
onSelect?: undefined;
|
|
7
|
+
top?: boolean | undefined;
|
|
8
|
+
middle?: boolean | undefined;
|
|
9
|
+
bottom?: boolean | undefined;
|
|
10
|
+
};
|
|
11
|
+
events: {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
};
|
|
14
|
+
slots: {};
|
|
15
|
+
};
|
|
16
|
+
export type KanbanProps = typeof __propDef.props;
|
|
17
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
18
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
19
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
context?: string | undefined;
|
|
5
|
-
objects?: object[] | undefined;
|
|
6
|
-
self?: object | undefined;
|
|
7
|
-
a?: string | undefined;
|
|
8
|
-
key?: string | undefined;
|
|
9
|
-
typename?: string | undefined;
|
|
10
|
-
stateAttrib?: string | undefined;
|
|
11
|
-
orderAttrib?: string | undefined;
|
|
12
|
-
};
|
|
13
|
-
events: {
|
|
14
|
-
[evt: string]: CustomEvent<any>;
|
|
15
|
-
};
|
|
16
|
-
slots: {};
|
|
17
|
-
};
|
|
18
|
-
export type KanbanProps = typeof __propDef.props;
|
|
19
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
20
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
21
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
22
|
-
}
|
|
23
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
context?: string | undefined;
|
|
5
|
+
objects?: object[] | undefined;
|
|
6
|
+
self?: object | undefined;
|
|
7
|
+
a?: string | undefined;
|
|
8
|
+
key?: string | undefined;
|
|
9
|
+
typename?: string | undefined;
|
|
10
|
+
stateAttrib?: string | undefined;
|
|
11
|
+
orderAttrib?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
[evt: string]: CustomEvent<any>;
|
|
15
|
+
};
|
|
16
|
+
slots: {};
|
|
17
|
+
};
|
|
18
|
+
export type KanbanProps = typeof __propDef.props;
|
|
19
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
20
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
21
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { SvelteComponentTyped } from "svelte";
|
|
2
|
-
declare const __propDef: {
|
|
3
|
-
props: {
|
|
4
|
-
name?: string | undefined;
|
|
5
|
-
a?: string | undefined;
|
|
6
|
-
top?: boolean | undefined;
|
|
7
|
-
middle?: boolean | undefined;
|
|
8
|
-
bottom?: boolean | undefined;
|
|
9
|
-
};
|
|
10
|
-
events: {
|
|
11
|
-
[evt: string]: CustomEvent<any>;
|
|
12
|
-
};
|
|
13
|
-
slots: {};
|
|
14
|
-
};
|
|
15
|
-
export type KanbanProps = typeof __propDef.props;
|
|
16
|
-
export type KanbanEvents = typeof __propDef.events;
|
|
17
|
-
export type KanbanSlots = typeof __propDef.slots;
|
|
18
|
-
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
name?: string | undefined;
|
|
5
|
+
a?: string | undefined;
|
|
6
|
+
top?: boolean | undefined;
|
|
7
|
+
middle?: boolean | undefined;
|
|
8
|
+
bottom?: boolean | undefined;
|
|
9
|
+
};
|
|
10
|
+
events: {
|
|
11
|
+
[evt: string]: CustomEvent<any>;
|
|
12
|
+
};
|
|
13
|
+
slots: {};
|
|
14
|
+
};
|
|
15
|
+
export type KanbanProps = typeof __propDef.props;
|
|
16
|
+
export type KanbanEvents = typeof __propDef.events;
|
|
17
|
+
export type KanbanSlots = typeof __propDef.slots;
|
|
18
|
+
export default class Kanban extends SvelteComponentTyped<KanbanProps, KanbanEvents, KanbanSlots> {
|
|
19
|
+
}
|
|
20
|
+
export {};
|