@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.
Files changed (126) hide show
  1. package/README.md +0 -0
  2. package/components/Fab.svelte.d.ts +17 -17
  3. package/components/Floating_container.svelte.d.ts +21 -21
  4. package/components/Grid.menu.svelte.d.ts +25 -25
  5. package/components/button.svelte.d.ts +26 -26
  6. package/components/checkbox.svelte.d.ts +26 -26
  7. package/components/combo/combo.d.ts +19 -19
  8. package/components/combo/combo.item.svelte.d.ts +20 -20
  9. package/components/combo/combo.js +19 -19
  10. package/components/combo/combo.source.svelte.d.ts +23 -23
  11. package/components/combo/combo.svelte +18 -3
  12. package/components/combo/combo.svelte.d.ts +44 -44
  13. package/components/contextmenu.svelte.d.ts +26 -26
  14. package/components/date.svelte +13 -3
  15. package/components/date.svelte.d.ts +33 -33
  16. package/components/delayed.spinner.svelte.d.ts +19 -19
  17. package/components/document/editor.svelte.d.ts +35 -35
  18. package/components/document/internal/Document_command.d.ts +11 -11
  19. package/components/document/internal/Document_command.js +11 -11
  20. package/components/document/internal/Selection_helper.d.ts +7 -7
  21. package/components/document/internal/Selection_helper.js +133 -133
  22. package/components/document/internal/Selection_range.d.ts +26 -26
  23. package/components/document/internal/Selection_range.js +58 -58
  24. package/components/document/internal/findSuggestionMatch.d.ts +16 -16
  25. package/components/document/internal/findSuggestionMatch.js +51 -51
  26. package/components/document/internal/h1.icon.svelte.d.ts +23 -23
  27. package/components/document/internal/h2.icon.svelte.d.ts +23 -23
  28. package/components/document/internal/h3.icon.svelte.d.ts +23 -23
  29. package/components/document/internal/h4.icon.svelte.d.ts +23 -23
  30. package/components/document/internal/palette.row.big.svelte.d.ts +46 -46
  31. package/components/document/internal/palette.row.svelte.d.ts +46 -46
  32. package/components/document/internal/palette.svelte.d.ts +82 -82
  33. package/components/document/internal/suggestion.d.ts +158 -158
  34. package/components/document/internal/suggestion.js +194 -194
  35. package/components/document/rich.edit.svelte.d.ts +34 -34
  36. package/components/edit.field.svelte.d.ts +31 -31
  37. package/components/file.loader.svelte.d.ts +25 -25
  38. package/components/icon.ex.svelte +114 -0
  39. package/components/icon.ex.svelte.d.ts +62 -0
  40. package/components/icon.svelte.d.ts +62 -62
  41. package/components/input.text.svelte.d.ts +29 -29
  42. package/components/inputbox.ltop.svelte.d.ts +59 -59
  43. package/components/kanban/Kanban.d.ts +47 -47
  44. package/components/kanban/Kanban.js +105 -105
  45. package/components/kanban/internal/kanban.card.svelte +9 -10
  46. package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
  47. package/components/kanban/internal/kanban.column.svelte +1 -1
  48. package/components/kanban/internal/kanban.column.svelte.d.ts +53 -53
  49. package/components/kanban/internal/kanban.inserter.svelte.d.ts +18 -18
  50. package/components/kanban/internal/kanban.move.menu.svelte +135 -135
  51. package/components/kanban/internal/kanban.move.menu.svelte.d.ts +22 -22
  52. package/components/kanban/internal/kanban.props.svelte +6 -6
  53. package/components/kanban/internal/kanban.props.svelte.d.ts +19 -19
  54. package/components/kanban/kanban.callbacks.svelte +1 -1
  55. package/components/kanban/kanban.callbacks.svelte.d.ts +18 -18
  56. package/components/kanban/kanban.column.svelte.d.ts +21 -21
  57. package/components/kanban/kanban.combo.svelte.d.ts +25 -25
  58. package/components/kanban/kanban.date.svelte +1 -1
  59. package/components/kanban/kanban.date.svelte.d.ts +21 -21
  60. package/components/kanban/kanban.source.svelte.d.ts +23 -23
  61. package/components/kanban/kanban.static.svelte.d.ts +20 -20
  62. package/components/kanban/kanban.summary.svelte.d.ts +18 -18
  63. package/components/kanban/kanban.svelte.d.ts +65 -65
  64. package/components/kanban/kanban.tags.svelte.d.ts +24 -24
  65. package/components/kanban/kanban.title.svelte.d.ts +21 -21
  66. package/components/list/List.d.ts +46 -46
  67. package/components/list/List.js +54 -54
  68. package/components/list/internal/list.element.props.svelte +4 -4
  69. package/components/list/internal/list.element.props.svelte.d.ts +21 -21
  70. package/components/list/internal/list.element.summary.svelte +46 -46
  71. package/components/list/internal/list.element.summary.svelte.d.ts +24 -24
  72. package/components/list/internal/list.element.svelte +13 -27
  73. package/components/list/internal/list.element.svelte.d.ts +31 -31
  74. package/components/list/internal/list.inserter.svelte.d.ts +19 -19
  75. package/components/list/list.combo.svelte.d.ts +22 -22
  76. package/components/list/list.date.svelte.d.ts +18 -18
  77. package/components/list/list.inserter.svelte.d.ts +17 -17
  78. package/components/list/list.static.svelte.d.ts +17 -17
  79. package/components/list/list.summary.svelte.d.ts +19 -19
  80. package/components/list/list.svelte.d.ts +59 -59
  81. package/components/list/list.title.svelte.d.ts +22 -22
  82. package/components/menu.d.ts +5 -5
  83. package/components/menu.js +57 -57
  84. package/components/radio.svelte.d.ts +26 -26
  85. package/components/sidebar/sidebar.brand.svelte.d.ts +33 -33
  86. package/components/sidebar/sidebar.group.svelte.d.ts +33 -33
  87. package/components/sidebar/sidebar.item.svelte +4 -4
  88. package/components/sidebar/sidebar.item.svelte.d.ts +32 -32
  89. package/components/sidebar/sidebar.list.svelte.d.ts +38 -38
  90. package/components/sidebar/sidebar.svelte.d.ts +27 -27
  91. package/components/simple.table.svelte.d.ts +41 -41
  92. package/components/table/_template.table.svelte.d.ts +57 -57
  93. package/components/table/column.svelte.d.ts +19 -19
  94. package/components/table/item.svelte.d.ts +17 -17
  95. package/components/table/table.d.ts +11 -11
  96. package/components/table/table.js +11 -11
  97. package/components/table/table.svelte.d.ts +75 -75
  98. package/components/tag.colors.svelte.d.ts +17 -17
  99. package/components/tag.svelte +2 -2
  100. package/components/tag.svelte.d.ts +20 -20
  101. package/components/tags.svelte.d.ts +32 -32
  102. package/components/textarea.ltop.svelte.d.ts +35 -35
  103. package/components/tile.title.svelte.d.ts +29 -29
  104. package/console.svelte.d.ts +23 -23
  105. package/desk.svelte.d.ts +23 -23
  106. package/form.box.svelte.d.ts +35 -35
  107. package/horizontal.toolbar.svelte.d.ts +25 -25
  108. package/index.d.ts +63 -62
  109. package/index.js +69 -68
  110. package/internal/configurable.content.svelte.d.ts +29 -29
  111. package/internal/loading.svelte.d.ts +23 -23
  112. package/modal.svelte.d.ts +39 -39
  113. package/operations.svelte.d.ts +16 -16
  114. package/package.json +10 -9
  115. package/page.row.svelte.d.ts +31 -31
  116. package/page.svelte.d.ts +47 -47
  117. package/stores.d.ts +44 -44
  118. package/tenant.members.svelte.d.ts +33 -33
  119. package/tile.svelte.d.ts +33 -33
  120. package/tiles.row.svelte.d.ts +31 -31
  121. package/tiles.vertical.row.svelte.d.ts +29 -29
  122. package/updates.d.ts +4 -4
  123. package/updates.js +29 -2
  124. package/utils.d.ts +50 -50
  125. package/utils.js +1 -1
  126. 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 {};
@@ -96,7 +96,7 @@ async function editTags(field, propIdx) {
96
96
  self={item}
97
97
  a={prop.a}
98
98
  compact={true}
99
- s="xs"
99
+ s="sm"
100
100
  inContext="props"
101
101
  bind:this={propElements[idx]}/>
102
102
  {:else if prop.type == rList_property_type.Combo}
@@ -110,14 +110,14 @@ async function editTags(field, propIdx) {
110
110
  hasNone={prop.hasNone}
111
111
  icon={false}
112
112
  definition={prop.combo_definition}
113
- s="xs"
113
+ s="sm"
114
114
  changed={(k,n) => { /*fake assignment for component rer-ender*/ item[prop.a] = item[prop.a]; }}
115
115
  bind:this={propElements[idx]}/>
116
116
  {:else if prop.type == rList_property_type.Static}
117
117
  <p
118
118
  class=" h-6
119
- sm:text-xs sm:min-h-[1rem]
120
- text-base min-h-[1.5rem]
119
+ text-sm sm:min-h-[1rem]
120
+ text-base-sm min-h-[1.5rem]
121
121
  text-stone-400
122
122
  text-right"
123
123
  bind:this={propElements[idx]}>
@@ -125,13 +125,13 @@ async function editTags(field, propIdx) {
125
125
  </p>
126
126
  {:else if prop.type == rList_property_type.Tags}
127
127
  <Tags
128
- class="mt-2"
128
+ class="mt-1"
129
129
  compact
130
130
  inContext="props"
131
131
  self={item}
132
132
  a={prop.a}
133
133
  getGlobalTags={prop.getAllTags}
134
- s="xs"
134
+ s="sm"
135
135
  onSelect={prop.onSelect}
136
136
  onUpdateAllTags={prop.onUpdateAllTags}
137
137
  canChangeColor={prop.canChangeColor}
@@ -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 {};
@@ -6,4 +6,4 @@ let definition = getContext("rKanban-definition");
6
6
  definition.onAdd = onAdd;
7
7
  definition.onOpen = onOpen;
8
8
  definition.getCardOperations = getCardOperations;
9
- </script>
9
+ </script>
@@ -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 {};
@@ -27,4 +27,4 @@ else if (bottom)
27
27
  else
28
28
  date_property.position = KanbanCardMiddle;
29
29
  definition.properties.push(date_property);
30
- </script>
30
+ </script>
@@ -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 {};