@humandialog/forms.svelte 0.5.6 → 0.5.7

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 (117) hide show
  1. package/README.md +0 -0
  2. package/components/Fab.svelte.d.ts +14 -14
  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 +24 -24
  6. package/components/checkbox.svelte.d.ts +26 -26
  7. package/components/combo/combo.d.ts +17 -17
  8. package/components/combo/combo.item.svelte.d.ts +19 -19
  9. package/components/combo/combo.js +17 -17
  10. package/components/combo/combo.source.svelte.d.ts +22 -22
  11. package/components/combo/combo.svelte.d.ts +42 -42
  12. package/components/contextmenu.svelte.d.ts +26 -26
  13. package/components/date.svelte.d.ts +31 -31
  14. package/components/delayed.spinner.svelte.d.ts +19 -19
  15. package/components/document/internal/Document_command.d.ts +9 -9
  16. package/components/document/internal/Document_command.js +9 -9
  17. package/components/document/internal/Selection_helper.d.ts +7 -7
  18. package/components/document/internal/Selection_helper.js +133 -133
  19. package/components/document/internal/Selection_range.d.ts +26 -26
  20. package/components/document/internal/Selection_range.js +58 -58
  21. package/components/document/internal/palette.row.svelte.d.ts +36 -36
  22. package/components/document/internal/palette.svelte.d.ts +67 -67
  23. package/components/document/rich.edit.svelte.d.ts +32 -32
  24. package/components/edit.field.svelte.d.ts +28 -28
  25. package/components/file.loader.svelte.d.ts +25 -25
  26. package/components/icon.svelte.d.ts +62 -62
  27. package/components/input.text.svelte.d.ts +29 -29
  28. package/components/inputbox.ltop.svelte.d.ts +52 -52
  29. package/components/kanban/Kanban.d.ts +43 -43
  30. package/components/kanban/Kanban.js +79 -79
  31. package/components/kanban/internal/kanban.card.svelte +106 -106
  32. package/components/kanban/internal/kanban.card.svelte.d.ts +32 -32
  33. package/components/kanban/internal/kanban.column.svelte +66 -66
  34. package/components/kanban/internal/kanban.column.svelte.d.ts +51 -51
  35. package/components/kanban/internal/kanban.inserter.svelte +14 -14
  36. package/components/kanban/internal/kanban.inserter.svelte.d.ts +18 -18
  37. package/components/kanban/internal/kanban.move.menu.svelte +135 -135
  38. package/components/kanban/internal/kanban.move.menu.svelte.d.ts +22 -22
  39. package/components/kanban/internal/kanban.props.svelte.d.ts +19 -19
  40. package/components/kanban/kanban.callbacks.svelte +1 -1
  41. package/components/kanban/kanban.callbacks.svelte.d.ts +18 -18
  42. package/components/kanban/kanban.column.svelte +2 -2
  43. package/components/kanban/kanban.column.svelte.d.ts +21 -21
  44. package/components/kanban/kanban.combo.svelte +3 -3
  45. package/components/kanban/kanban.combo.svelte.d.ts +24 -24
  46. package/components/kanban/kanban.date.svelte +1 -1
  47. package/components/kanban/kanban.date.svelte.d.ts +21 -21
  48. package/components/kanban/kanban.source.svelte.d.ts +23 -23
  49. package/components/kanban/kanban.static.svelte.d.ts +20 -20
  50. package/components/kanban/kanban.summary.svelte.d.ts +18 -18
  51. package/components/kanban/kanban.svelte +82 -82
  52. package/components/kanban/kanban.svelte.d.ts +63 -63
  53. package/components/kanban/kanban.tags.svelte.d.ts +23 -23
  54. package/components/kanban/kanban.title.svelte +2 -2
  55. package/components/kanban/kanban.title.svelte.d.ts +18 -18
  56. package/components/list/List.d.ts +44 -44
  57. package/components/list/List.js +52 -52
  58. package/components/list/internal/list.element.props.svelte +65 -65
  59. package/components/list/internal/list.element.props.svelte.d.ts +21 -21
  60. package/components/list/internal/list.element.summary.svelte +46 -44
  61. package/components/list/internal/list.element.summary.svelte.d.ts +24 -25
  62. package/components/list/internal/list.element.svelte +45 -10
  63. package/components/list/internal/list.element.svelte.d.ts +29 -29
  64. package/components/list/internal/list.inserter.svelte.d.ts +19 -19
  65. package/components/list/list.combo.svelte.d.ts +21 -21
  66. package/components/list/list.date.svelte.d.ts +18 -18
  67. package/components/list/list.inserter.svelte.d.ts +17 -17
  68. package/components/list/list.static.svelte.d.ts +17 -17
  69. package/components/list/list.summary.svelte.d.ts +19 -19
  70. package/components/list/list.svelte.d.ts +59 -59
  71. package/components/list/list.title.svelte.d.ts +22 -22
  72. package/components/menu.d.ts +4 -4
  73. package/components/menu.js +56 -56
  74. package/components/radio.svelte.d.ts +26 -26
  75. package/components/sidebar/sidebar.brand.svelte.d.ts +31 -31
  76. package/components/sidebar/sidebar.group.svelte.d.ts +33 -33
  77. package/components/sidebar/sidebar.item.svelte.d.ts +28 -28
  78. package/components/sidebar/sidebar.list.svelte +15 -15
  79. package/components/sidebar/sidebar.list.svelte.d.ts +33 -33
  80. package/components/sidebar/sidebar.svelte.d.ts +27 -27
  81. package/components/simple.table.svelte.d.ts +41 -41
  82. package/components/table/_template.table.svelte.d.ts +57 -57
  83. package/components/table/column.svelte.d.ts +19 -19
  84. package/components/table/item.svelte.d.ts +17 -17
  85. package/components/table/table.d.ts +11 -11
  86. package/components/table/table.js +11 -11
  87. package/components/table/table.svelte.d.ts +75 -75
  88. package/components/tag.svelte +17 -17
  89. package/components/tag.svelte.d.ts +19 -19
  90. package/components/tags.svelte.d.ts +31 -31
  91. package/components/textarea.ltop.svelte.d.ts +35 -35
  92. package/components/tile.title.svelte.d.ts +29 -29
  93. package/desk.svelte +8 -7
  94. package/desk.svelte.d.ts +23 -23
  95. package/form.box.svelte.d.ts +35 -35
  96. package/horizontal.toolbar.svelte.d.ts +25 -25
  97. package/index.d.ts +59 -59
  98. package/index.js +65 -65
  99. package/internal/configurable.content.svelte.d.ts +27 -27
  100. package/internal/loading.svelte.d.ts +23 -23
  101. package/modal.svelte.d.ts +35 -35
  102. package/operations.svelte.d.ts +16 -16
  103. package/package.json +8 -8
  104. package/page.row.svelte.d.ts +31 -31
  105. package/page.svelte.d.ts +45 -45
  106. package/stores.d.ts +39 -39
  107. package/stores.js +0 -0
  108. package/tenant.members.svelte +1 -1
  109. package/tenant.members.svelte.d.ts +33 -33
  110. package/tile.svelte.d.ts +33 -33
  111. package/tiles.row.svelte.d.ts +31 -31
  112. package/tiles.vertical.row.svelte.d.ts +29 -29
  113. package/updates.d.ts +4 -4
  114. package/updates.js +0 -0
  115. package/utils.d.ts +35 -35
  116. package/utils.js +0 -0
  117. 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 {};
@@ -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 {};
@@ -1,31 +1,31 @@
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
+ 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 CHANGED
@@ -118,9 +118,9 @@
118
118
  content_top = 'top-[50px] sm:top-[40px]'
119
119
 
120
120
  if(bottom_bar_visible)
121
- content_height = `h-[calc(100vh-290px)] sm:h-[calc(100vh-280px)]`
121
+ content_height = `min-h-[calc(100vh-290px)] sm:min-h-[calc(100vh-280px)]`
122
122
  else
123
- content_height = `h-[calc(100vh-50px)] sm:h-[calc(100vh-40px)]`
123
+ content_height = `min-h-[calc(100vh-50px)] sm:min-h-[calc(100vh-40px)]`
124
124
 
125
125
  }
126
126
  else
@@ -128,9 +128,9 @@
128
128
  tools_visibility = "hidden"
129
129
  content_top = `top-[50px] sm:top-0`
130
130
  if(bottom_bar_visible)
131
- content_height = `h-[calc(100vh-290px)] sm:h-[calc(100vh-240px)]`
131
+ content_height = `min-h-[calc(100vh-290px)] sm:min-h-[calc(100vh-240px)]`
132
132
  else
133
- content_height = `h-[calc(100vh-50px)] sm:h-screen`
133
+ content_height = `min-h-[calc(100vh-50px)] sm:min-h-screen`
134
134
  }
135
135
 
136
136
 
@@ -161,11 +161,11 @@
161
161
  on:click={handleSelect}
162
162
  on:contextmenu={handleSelect}>
163
163
 
164
- <div class="bg-white dark:bg-stone-900 dark:text-white min-h-screen h-screen">
164
+ <div class="bg-white dark:bg-stone-900 dark:text-white min-h-screen">
165
165
  <!--###########################################################-->
166
166
  <!--## HORIZONTAL TOOLBAR (FOR PHONES) ######################-->
167
167
  <!--###########################################################-->
168
- <header class="fixed sm:hidden w-screen top-0 h-[50px] sm:h-[40px] z-20 overflow-auto shadow shadow-stone-900/5 dark:shadow-none" >
168
+ <header class="fixed sm:hidden w-screen top-0 h-[50px] sm:h-[40px] z-20 shadow shadow-stone-900/5 dark:shadow-none overflow-auto" >
169
169
  <div class=" flex flex-row justify-between h-full bg-stone-950 text-stone-100 ">
170
170
  <HorizontalToolbar appConfig={layout}/>
171
171
  <div>
@@ -230,7 +230,8 @@
230
230
  <!--#######################################################-->
231
231
  <!--## CONTENT ##################-->
232
232
  <!--#######################################################-->
233
- <div class="fixed left-0 w-screen
233
+ <!-- fixed => relative, content-height => min content height -- -->
234
+ <div class="relative left-0 w-screen
234
235
  sm:left-[40px] sm:w-[calc(100vw-40px)]
235
236
  {content_top}
236
237
  {content_height}
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 {};
@@ -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 {};
@@ -1,25 +1,25 @@
1
- /** @typedef {typeof __propDef.props} HorizontalProps */
2
- /** @typedef {typeof __propDef.events} HorizontalEvents */
3
- /** @typedef {typeof __propDef.slots} HorizontalSlots */
4
- export default class Horizontal extends SvelteComponentTyped<{
5
- appConfig: any;
6
- clearsContext?: string | undefined;
7
- }, {
8
- [evt: string]: CustomEvent<any>;
9
- }, {}> {
10
- }
11
- export type HorizontalProps = typeof __propDef.props;
12
- export type HorizontalEvents = typeof __propDef.events;
13
- export type HorizontalSlots = typeof __propDef.slots;
14
- import { SvelteComponentTyped } from "svelte";
15
- declare const __propDef: {
16
- props: {
17
- appConfig: any;
18
- clearsContext?: string | undefined;
19
- };
20
- events: {
21
- [evt: string]: CustomEvent<any>;
22
- };
23
- slots: {};
24
- };
25
- export {};
1
+ /** @typedef {typeof __propDef.props} HorizontalProps */
2
+ /** @typedef {typeof __propDef.events} HorizontalEvents */
3
+ /** @typedef {typeof __propDef.slots} HorizontalSlots */
4
+ export default class Horizontal extends SvelteComponentTyped<{
5
+ appConfig: any;
6
+ clearsContext?: string | undefined;
7
+ }, {
8
+ [evt: string]: CustomEvent<any>;
9
+ }, {}> {
10
+ }
11
+ export type HorizontalProps = typeof __propDef.props;
12
+ export type HorizontalEvents = typeof __propDef.events;
13
+ export type HorizontalSlots = typeof __propDef.slots;
14
+ import { SvelteComponentTyped } from "svelte";
15
+ declare const __propDef: {
16
+ props: {
17
+ appConfig: any;
18
+ clearsContext?: string | undefined;
19
+ };
20
+ events: {
21
+ [evt: string]: CustomEvent<any>;
22
+ };
23
+ slots: {};
24
+ };
25
+ export {};