@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
package/page.svelte.d.ts CHANGED
@@ -1,45 +1,45 @@
1
- /** @typedef {typeof __propDef.props} PageProps */
2
- /** @typedef {typeof __propDef.events} PageEvents */
3
- /** @typedef {typeof __propDef.slots} PageSlots */
4
- export default class Page extends SvelteComponentTyped<{
5
- clearsContext?: string | undefined;
6
- context?: string | undefined;
7
- self?: null | undefined;
8
- c?: string | undefined;
9
- cl?: string | undefined;
10
- typename?: string | undefined;
11
- focused_only?: boolean | undefined;
12
- inContext?: string | undefined;
13
- toolbarOperations?: any;
14
- title?: string | undefined;
15
- }, {
16
- [evt: string]: CustomEvent<any>;
17
- }, {
18
- default: {};
19
- }> {
20
- }
21
- export type PageProps = typeof __propDef.props;
22
- export type PageEvents = typeof __propDef.events;
23
- export type PageSlots = typeof __propDef.slots;
24
- import { SvelteComponentTyped } from "svelte";
25
- declare const __propDef: {
26
- props: {
27
- clearsContext?: string | undefined;
28
- context?: string | undefined;
29
- self?: null | undefined;
30
- c?: string | undefined;
31
- cl?: string | undefined;
32
- typename?: string | undefined;
33
- focused_only?: boolean | undefined;
34
- inContext?: string | undefined;
35
- toolbarOperations?: any;
36
- title?: string | undefined;
37
- };
38
- events: {
39
- [evt: string]: CustomEvent<any>;
40
- };
41
- slots: {
42
- default: {};
43
- };
44
- };
45
- export {};
1
+ /** @typedef {typeof __propDef.props} PageProps */
2
+ /** @typedef {typeof __propDef.events} PageEvents */
3
+ /** @typedef {typeof __propDef.slots} PageSlots */
4
+ export default class Page extends SvelteComponentTyped<{
5
+ clearsContext?: string | undefined;
6
+ context?: string | undefined;
7
+ self?: null | undefined;
8
+ c?: string | undefined;
9
+ cl?: string | undefined;
10
+ typename?: string | undefined;
11
+ focused_only?: boolean | undefined;
12
+ inContext?: string | undefined;
13
+ toolbarOperations?: any;
14
+ title?: string | undefined;
15
+ }, {
16
+ [evt: string]: CustomEvent<any>;
17
+ }, {
18
+ default: {};
19
+ }> {
20
+ }
21
+ export type PageProps = typeof __propDef.props;
22
+ export type PageEvents = typeof __propDef.events;
23
+ export type PageSlots = typeof __propDef.slots;
24
+ import { SvelteComponentTyped } from "svelte";
25
+ declare const __propDef: {
26
+ props: {
27
+ clearsContext?: string | undefined;
28
+ context?: string | undefined;
29
+ self?: null | undefined;
30
+ c?: string | undefined;
31
+ cl?: string | undefined;
32
+ typename?: string | undefined;
33
+ focused_only?: boolean | undefined;
34
+ inContext?: string | undefined;
35
+ toolbarOperations?: any;
36
+ title?: string | undefined;
37
+ };
38
+ events: {
39
+ [evt: string]: CustomEvent<any>;
40
+ };
41
+ slots: {
42
+ default: {};
43
+ };
44
+ };
45
+ export {};
package/stores.d.ts CHANGED
@@ -1,39 +1,39 @@
1
- export function setNavigatorTitle(key: any, title: any): void;
2
- export function hasSelectedItem(): boolean;
3
- export function hasDataItem(): boolean;
4
- export function reloadMainView(): void;
5
- export function set_dark_mode_default(value: any): void;
6
- export function set_default_tools_visible(value: any): void;
7
- export function restore_defults(): void;
8
- export function toggle_sidebar(index: any): void;
9
- export function auto_hide_sidebar(): void;
10
- export function hide_sidebar(): void;
11
- export function show_sidebar(index: any): void;
12
- export const data_tick_store: import("svelte/store").Writable<number>;
13
- export const contextItemsStore: import("svelte/store").Writable<{
14
- focused: string;
15
- data: null;
16
- sel: null;
17
- }>;
18
- export const context_info_store: import("svelte/store").Writable<{
19
- data: string;
20
- sel: string;
21
- }>;
22
- export const contextTypesStore: import("svelte/store").Writable<{
23
- focused: string;
24
- data: null;
25
- sel: null;
26
- }>;
27
- export const contextToolbarOperations: import("svelte/store").Writable<never[]>;
28
- export const pageToolbarOperations: import("svelte/store").Writable<never[]>;
29
- export const page_title: import("svelte/store").Writable<string>;
30
- export const nav_titles: import("svelte/store").Writable<{}>;
31
- export const mainViewReloader: import("svelte/store").Writable<number>;
32
- export const dark_mode_store: import("svelte/store").Writable<any>;
33
- export const main_sidebar_visible_store: import("svelte/store").Writable<any>;
34
- export let previously_visible_sidebar: string;
35
- export let sidebar_left_pos: import("svelte/store").Writable<number>;
36
- export const tools_visible_store: import("svelte/store").Writable<any>;
37
- export const bottom_bar_visible_store: import("svelte/store").Writable<any>;
38
- export const right_sidebar_visible_store: import("svelte/store").Writable<boolean>;
39
- export const visible_property_tab_store: import("svelte/store").Writable<string>;
1
+ export function setNavigatorTitle(key: any, title: any): void;
2
+ export function hasSelectedItem(): boolean;
3
+ export function hasDataItem(): boolean;
4
+ export function reloadMainView(): void;
5
+ export function set_dark_mode_default(value: any): void;
6
+ export function set_default_tools_visible(value: any): void;
7
+ export function restore_defults(): void;
8
+ export function toggle_sidebar(index: any): void;
9
+ export function auto_hide_sidebar(): void;
10
+ export function hide_sidebar(): void;
11
+ export function show_sidebar(index: any): void;
12
+ export const data_tick_store: import("svelte/store").Writable<number>;
13
+ export const contextItemsStore: import("svelte/store").Writable<{
14
+ focused: string;
15
+ data: null;
16
+ sel: null;
17
+ }>;
18
+ export const context_info_store: import("svelte/store").Writable<{
19
+ data: string;
20
+ sel: string;
21
+ }>;
22
+ export const contextTypesStore: import("svelte/store").Writable<{
23
+ focused: string;
24
+ data: null;
25
+ sel: null;
26
+ }>;
27
+ export const contextToolbarOperations: import("svelte/store").Writable<never[]>;
28
+ export const pageToolbarOperations: import("svelte/store").Writable<never[]>;
29
+ export const page_title: import("svelte/store").Writable<string>;
30
+ export const nav_titles: import("svelte/store").Writable<{}>;
31
+ export const mainViewReloader: import("svelte/store").Writable<number>;
32
+ export const dark_mode_store: import("svelte/store").Writable<any>;
33
+ export const main_sidebar_visible_store: import("svelte/store").Writable<any>;
34
+ export let previously_visible_sidebar: string;
35
+ export let sidebar_left_pos: import("svelte/store").Writable<number>;
36
+ export const tools_visible_store: import("svelte/store").Writable<any>;
37
+ export const bottom_bar_visible_store: import("svelte/store").Writable<any>;
38
+ export const right_sidebar_visible_store: import("svelte/store").Writable<boolean>;
39
+ export const visible_property_tab_store: import("svelte/store").Writable<string>;
package/stores.js CHANGED
File without changes
@@ -424,7 +424,7 @@
424
424
  </script>
425
425
 
426
426
  <Page self={data_item}
427
- cl="!bg-white dark:!bg-stone-900 w-full h-full flex flex-col overflow-y-auto overflow-x-hidden py-1 px-1 border-0"
427
+ cl="!bg-white dark:!bg-stone-900 w-full flex flex-col overflow-x-hidden py-1 px-1 border-0"
428
428
  toolbarOperations={page_operations}
429
429
  clearsContext='props sel'>
430
430
  <!--a href="/" class="underline text-sm font-semibold ml-3"> &lt; Back to root</a-->
@@ -1,33 +1,33 @@
1
- /** @typedef {typeof __propDef.props} TenantProps */
2
- /** @typedef {typeof __propDef.events} TenantEvents */
3
- /** @typedef {typeof __propDef.slots} TenantSlots */
4
- export default class Tenant extends SvelteComponentTyped<{
5
- users?: any;
6
- nameAttrib?: string | undefined;
7
- emailAttrib?: string | undefined;
8
- refAttrib?: string | undefined;
9
- showFiles?: boolean | undefined;
10
- appGroups?: any;
11
- }, {
12
- [evt: string]: CustomEvent<any>;
13
- }, {}> {
14
- }
15
- export type TenantProps = typeof __propDef.props;
16
- export type TenantEvents = typeof __propDef.events;
17
- export type TenantSlots = typeof __propDef.slots;
18
- import { SvelteComponentTyped } from "svelte";
19
- declare const __propDef: {
20
- props: {
21
- users?: any;
22
- nameAttrib?: string | undefined;
23
- emailAttrib?: string | undefined;
24
- refAttrib?: string | undefined;
25
- showFiles?: boolean | undefined;
26
- appGroups?: any;
27
- };
28
- events: {
29
- [evt: string]: CustomEvent<any>;
30
- };
31
- slots: {};
32
- };
33
- export {};
1
+ /** @typedef {typeof __propDef.props} TenantProps */
2
+ /** @typedef {typeof __propDef.events} TenantEvents */
3
+ /** @typedef {typeof __propDef.slots} TenantSlots */
4
+ export default class Tenant extends SvelteComponentTyped<{
5
+ users?: any;
6
+ nameAttrib?: string | undefined;
7
+ emailAttrib?: string | undefined;
8
+ refAttrib?: string | undefined;
9
+ showFiles?: boolean | undefined;
10
+ appGroups?: any;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}> {
14
+ }
15
+ export type TenantProps = typeof __propDef.props;
16
+ export type TenantEvents = typeof __propDef.events;
17
+ export type TenantSlots = typeof __propDef.slots;
18
+ import { SvelteComponentTyped } from "svelte";
19
+ declare const __propDef: {
20
+ props: {
21
+ users?: any;
22
+ nameAttrib?: string | undefined;
23
+ emailAttrib?: string | undefined;
24
+ refAttrib?: string | undefined;
25
+ showFiles?: boolean | undefined;
26
+ appGroups?: any;
27
+ };
28
+ events: {
29
+ [evt: string]: CustomEvent<any>;
30
+ };
31
+ slots: {};
32
+ };
33
+ export {};
package/tile.svelte.d.ts CHANGED
@@ -1,33 +1,33 @@
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
- context?: string | undefined;
6
- self?: null | undefined;
7
- c?: string | undefined;
8
- cl?: string | undefined;
9
- }, {
10
- [evt: string]: CustomEvent<any>;
11
- }, {
12
- default: {};
13
- }> {
14
- }
15
- export type TileProps = typeof __propDef.props;
16
- export type TileEvents = typeof __propDef.events;
17
- export type TileSlots = typeof __propDef.slots;
18
- import { SvelteComponentTyped } from "svelte";
19
- declare const __propDef: {
20
- props: {
21
- context?: string | undefined;
22
- self?: null | undefined;
23
- c?: string | undefined;
24
- cl?: string | undefined;
25
- };
26
- events: {
27
- [evt: string]: CustomEvent<any>;
28
- };
29
- slots: {
30
- default: {};
31
- };
32
- };
33
- 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
+ context?: string | undefined;
6
+ self?: null | undefined;
7
+ c?: string | undefined;
8
+ cl?: string | undefined;
9
+ }, {
10
+ [evt: string]: CustomEvent<any>;
11
+ }, {
12
+ default: {};
13
+ }> {
14
+ }
15
+ export type TileProps = typeof __propDef.props;
16
+ export type TileEvents = typeof __propDef.events;
17
+ export type TileSlots = typeof __propDef.slots;
18
+ import { SvelteComponentTyped } from "svelte";
19
+ declare const __propDef: {
20
+ props: {
21
+ context?: string | undefined;
22
+ self?: null | undefined;
23
+ c?: string | undefined;
24
+ cl?: string | undefined;
25
+ };
26
+ events: {
27
+ [evt: string]: CustomEvent<any>;
28
+ };
29
+ slots: {
30
+ default: {};
31
+ };
32
+ };
33
+ export {};
@@ -1,31 +1,31 @@
1
- /** @typedef {typeof __propDef.props} TilesProps */
2
- /** @typedef {typeof __propDef.events} TilesEvents */
3
- /** @typedef {typeof __propDef.slots} TilesSlots */
4
- export default class Tiles extends SvelteComponentTyped<{
5
- c?: string | undefined;
6
- cl?: string | undefined;
7
- w?: string | undefined;
8
- }, {
9
- [evt: string]: CustomEvent<any>;
10
- }, {
11
- default: {};
12
- }> {
13
- }
14
- export type TilesProps = typeof __propDef.props;
15
- export type TilesEvents = typeof __propDef.events;
16
- export type TilesSlots = typeof __propDef.slots;
17
- import { SvelteComponentTyped } from "svelte";
18
- declare const __propDef: {
19
- props: {
20
- c?: string | undefined;
21
- cl?: string | undefined;
22
- w?: string | undefined;
23
- };
24
- events: {
25
- [evt: string]: CustomEvent<any>;
26
- };
27
- slots: {
28
- default: {};
29
- };
30
- };
31
- export {};
1
+ /** @typedef {typeof __propDef.props} TilesProps */
2
+ /** @typedef {typeof __propDef.events} TilesEvents */
3
+ /** @typedef {typeof __propDef.slots} TilesSlots */
4
+ export default class Tiles extends SvelteComponentTyped<{
5
+ c?: string | undefined;
6
+ cl?: string | undefined;
7
+ w?: string | undefined;
8
+ }, {
9
+ [evt: string]: CustomEvent<any>;
10
+ }, {
11
+ default: {};
12
+ }> {
13
+ }
14
+ export type TilesProps = typeof __propDef.props;
15
+ export type TilesEvents = typeof __propDef.events;
16
+ export type TilesSlots = typeof __propDef.slots;
17
+ import { SvelteComponentTyped } from "svelte";
18
+ declare const __propDef: {
19
+ props: {
20
+ c?: string | undefined;
21
+ cl?: string | undefined;
22
+ w?: string | undefined;
23
+ };
24
+ events: {
25
+ [evt: string]: CustomEvent<any>;
26
+ };
27
+ slots: {
28
+ default: {};
29
+ };
30
+ };
31
+ export {};
@@ -1,29 +1,29 @@
1
- /** @typedef {typeof __propDef.props} TilesProps */
2
- /** @typedef {typeof __propDef.events} TilesEvents */
3
- /** @typedef {typeof __propDef.slots} TilesSlots */
4
- export default class Tiles extends SvelteComponentTyped<{
5
- c?: string | undefined;
6
- cl?: string | undefined;
7
- }, {
8
- [evt: string]: CustomEvent<any>;
9
- }, {
10
- default: {};
11
- }> {
12
- }
13
- export type TilesProps = typeof __propDef.props;
14
- export type TilesEvents = typeof __propDef.events;
15
- export type TilesSlots = typeof __propDef.slots;
16
- import { SvelteComponentTyped } from "svelte";
17
- declare const __propDef: {
18
- props: {
19
- c?: string | undefined;
20
- cl?: string | undefined;
21
- };
22
- events: {
23
- [evt: string]: CustomEvent<any>;
24
- };
25
- slots: {
26
- default: {};
27
- };
28
- };
29
- export {};
1
+ /** @typedef {typeof __propDef.props} TilesProps */
2
+ /** @typedef {typeof __propDef.events} TilesEvents */
3
+ /** @typedef {typeof __propDef.slots} TilesSlots */
4
+ export default class Tiles extends SvelteComponentTyped<{
5
+ c?: string | undefined;
6
+ cl?: string | undefined;
7
+ }, {
8
+ [evt: string]: CustomEvent<any>;
9
+ }, {
10
+ default: {};
11
+ }> {
12
+ }
13
+ export type TilesProps = typeof __propDef.props;
14
+ export type TilesEvents = typeof __propDef.events;
15
+ export type TilesSlots = typeof __propDef.slots;
16
+ import { SvelteComponentTyped } from "svelte";
17
+ declare const __propDef: {
18
+ props: {
19
+ c?: string | undefined;
20
+ cl?: string | undefined;
21
+ };
22
+ events: {
23
+ [evt: string]: CustomEvent<any>;
24
+ };
25
+ slots: {
26
+ default: {};
27
+ };
28
+ };
29
+ export {};
package/updates.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export function informModification(itm: any, field_name: any, type_name?: undefined): boolean;
2
- export function informModificationEx(typeName: any, itemId: any, attribName: any, attribValue: any): boolean;
3
- export function informItem(itm: any, type_name?: undefined): boolean;
4
- export function pushChanges(): void;
1
+ export function informModification(itm: any, field_name: any, type_name?: undefined): boolean;
2
+ export function informModificationEx(typeName: any, itemId: any, attribName: any, attribValue: any): boolean;
3
+ export function informItem(itm: any, type_name?: undefined): boolean;
4
+ export function pushChanges(): void;
package/updates.js CHANGED
File without changes
package/utils.d.ts CHANGED
@@ -1,35 +1,35 @@
1
- export function isDeviceSmallerThan(br: any): boolean;
2
- export function selectItem(itm: any): void;
3
- export function activateItem(context_level: any, itm: any, operations?: null): void;
4
- export function clearActiveItem(context_level: any): void;
5
- export function isSelected(itm: any): boolean;
6
- export function isActive(context_level: any, itm: any): boolean;
7
- export function getActive(context_level: any): any;
8
- export function editable(node: any, params: any): {
9
- destroy(): void;
10
- } | undefined;
11
- export function startEditing(element: any, finish_callback: any): void;
12
- export function selectable(node: any, itm: any): {
13
- destroy(): void;
14
- };
15
- export function handleSelect(e: any): void;
16
- export function parseWidthDirective(c: any): string;
17
- export function shouldBeComapact(): boolean;
18
- export function insertAt(array: any, index: any, element: any): any;
19
- export function insertAfter(array: any, after: any, element: any): any;
20
- export function getPrev(array: any, element: any): any;
21
- export function getNext(array: any, element: any): any;
22
- export function getFirst(array: any): any;
23
- export function getLast(array: any): any;
24
- export function removeAt(array: any, index: any): any;
25
- export function remove(array: any, element: any): any;
26
- export function swapElements(array: any, e1: any, e2: any): any;
27
- export namespace icons {
28
- const symbols: null;
29
- }
30
- export namespace SCREEN_SIZES {
31
- const sm: number;
32
- const md: number;
33
- const lg: number;
34
- const xl: number;
35
- }
1
+ export function isDeviceSmallerThan(br: any): boolean;
2
+ export function selectItem(itm: any): void;
3
+ export function activateItem(context_level: any, itm: any, operations?: null): void;
4
+ export function clearActiveItem(context_level: any): void;
5
+ export function isSelected(itm: any): boolean;
6
+ export function isActive(context_level: any, itm: any): boolean;
7
+ export function getActive(context_level: any): any;
8
+ export function editable(node: any, params: any): {
9
+ destroy(): void;
10
+ } | undefined;
11
+ export function startEditing(element: any, finish_callback: any): void;
12
+ export function selectable(node: any, itm: any): {
13
+ destroy(): void;
14
+ };
15
+ export function handleSelect(e: any): void;
16
+ export function parseWidthDirective(c: any): string;
17
+ export function shouldBeComapact(): boolean;
18
+ export function insertAt(array: any, index: any, element: any): any;
19
+ export function insertAfter(array: any, after: any, element: any): any;
20
+ export function getPrev(array: any, element: any): any;
21
+ export function getNext(array: any, element: any): any;
22
+ export function getFirst(array: any): any;
23
+ export function getLast(array: any): any;
24
+ export function removeAt(array: any, index: any): any;
25
+ export function remove(array: any, element: any): any;
26
+ export function swapElements(array: any, e1: any, e2: any): any;
27
+ export namespace icons {
28
+ const symbols: null;
29
+ }
30
+ export namespace SCREEN_SIZES {
31
+ const sm: number;
32
+ const md: number;
33
+ const lg: number;
34
+ const xl: number;
35
+ }
package/utils.js CHANGED
File without changes
@@ -1,27 +1,27 @@
1
- /** @typedef {typeof __propDef.props} VerticalProps */
2
- /** @typedef {typeof __propDef.events} VerticalEvents */
3
- /** @typedef {typeof __propDef.slots} VerticalSlots */
4
- export default class Vertical extends SvelteComponentTyped<{
5
- appConfig: any;
6
- mobile?: boolean | undefined;
7
- clearsContext?: string | undefined;
8
- }, {
9
- [evt: string]: CustomEvent<any>;
10
- }, {}> {
11
- }
12
- export type VerticalProps = typeof __propDef.props;
13
- export type VerticalEvents = typeof __propDef.events;
14
- export type VerticalSlots = typeof __propDef.slots;
15
- import { SvelteComponentTyped } from "svelte";
16
- declare const __propDef: {
17
- props: {
18
- appConfig: any;
19
- mobile?: boolean | undefined;
20
- clearsContext?: string | undefined;
21
- };
22
- events: {
23
- [evt: string]: CustomEvent<any>;
24
- };
25
- slots: {};
26
- };
27
- export {};
1
+ /** @typedef {typeof __propDef.props} VerticalProps */
2
+ /** @typedef {typeof __propDef.events} VerticalEvents */
3
+ /** @typedef {typeof __propDef.slots} VerticalSlots */
4
+ export default class Vertical extends SvelteComponentTyped<{
5
+ appConfig: any;
6
+ mobile?: boolean | undefined;
7
+ clearsContext?: string | undefined;
8
+ }, {
9
+ [evt: string]: CustomEvent<any>;
10
+ }, {}> {
11
+ }
12
+ export type VerticalProps = typeof __propDef.props;
13
+ export type VerticalEvents = typeof __propDef.events;
14
+ export type VerticalSlots = typeof __propDef.slots;
15
+ import { SvelteComponentTyped } from "svelte";
16
+ declare const __propDef: {
17
+ props: {
18
+ appConfig: any;
19
+ mobile?: boolean | undefined;
20
+ clearsContext?: string | undefined;
21
+ };
22
+ events: {
23
+ [evt: string]: CustomEvent<any>;
24
+ };
25
+ slots: {};
26
+ };
27
+ export {};