@sveltia/ui 0.17.1 → 0.17.2

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 (77) hide show
  1. package/package/components/alert/alert.svelte.d.ts +2 -36
  2. package/package/components/button/button-group.svelte.d.ts +2 -32
  3. package/package/components/button/button.svelte.d.ts +1 -21
  4. package/package/components/button/select-button-group.svelte.d.ts +2 -60
  5. package/package/components/button/select-button.svelte.d.ts +2 -29
  6. package/package/components/button/split-button.svelte.d.ts +2 -41
  7. package/package/components/calendar/calendar.svelte.d.ts +2 -28
  8. package/package/components/checkbox/checkbox-group.svelte.d.ts +2 -46
  9. package/package/components/checkbox/checkbox.svelte.d.ts +2 -55
  10. package/package/components/dialog/alert-dialog.svelte.d.ts +1 -21
  11. package/package/components/dialog/confirmation-dialog.svelte.d.ts +1 -21
  12. package/package/components/dialog/dialog.svelte +1 -1
  13. package/package/components/dialog/dialog.svelte.d.ts +1 -21
  14. package/package/components/dialog/prompt-dialog.svelte.d.ts +2 -40
  15. package/package/components/disclosure/disclosure.svelte.d.ts +2 -59
  16. package/package/components/divider/divider.svelte.d.ts +2 -38
  17. package/package/components/divider/spacer.svelte.d.ts +2 -32
  18. package/package/components/drawer/drawer.svelte +1 -1
  19. package/package/components/drawer/drawer.svelte.d.ts +2 -73
  20. package/package/components/grid/grid-body.svelte.d.ts +2 -36
  21. package/package/components/grid/grid-cell.svelte.d.ts +2 -32
  22. package/package/components/grid/grid-col-header.svelte.d.ts +2 -32
  23. package/package/components/grid/grid-foot.svelte.d.ts +2 -32
  24. package/package/components/grid/grid-head.svelte.d.ts +2 -32
  25. package/package/components/grid/grid-row-header.svelte.d.ts +2 -32
  26. package/package/components/grid/grid-row.svelte.d.ts +2 -45
  27. package/package/components/grid/grid.svelte.d.ts +2 -49
  28. package/package/components/icon/icon.svelte.d.ts +2 -32
  29. package/package/components/listbox/listbox.svelte.d.ts +2 -74
  30. package/package/components/listbox/option-group.svelte.d.ts +2 -46
  31. package/package/components/listbox/option.svelte.d.ts +2 -49
  32. package/package/components/menu/menu-button.svelte.d.ts +1 -30
  33. package/package/components/menu/menu-item-checkbox.svelte.d.ts +1 -21
  34. package/package/components/menu/menu-item-group.svelte.d.ts +2 -42
  35. package/package/components/menu/menu-item-radio.svelte.d.ts +1 -21
  36. package/package/components/menu/menu-item.svelte.d.ts +1 -21
  37. package/package/components/menu/menu.svelte.d.ts +2 -46
  38. package/package/components/radio/radio-group.svelte.d.ts +2 -65
  39. package/package/components/radio/radio.svelte.d.ts +2 -70
  40. package/package/components/select/combobox.svelte.d.ts +1 -21
  41. package/package/components/select/select-tags.svelte.d.ts +2 -81
  42. package/package/components/select/select.svelte.d.ts +1 -21
  43. package/package/components/slider/slider.svelte.d.ts +2 -95
  44. package/package/components/switch/switch.svelte.d.ts +2 -64
  45. package/package/components/table/table-body.svelte.d.ts +2 -36
  46. package/package/components/table/table-cell.svelte.d.ts +2 -32
  47. package/package/components/table/table-col-header.svelte.d.ts +2 -32
  48. package/package/components/table/table-foot.svelte.d.ts +2 -32
  49. package/package/components/table/table-head.svelte.d.ts +2 -32
  50. package/package/components/table/table-row-header.svelte.d.ts +2 -32
  51. package/package/components/table/table-row.svelte.d.ts +2 -32
  52. package/package/components/table/table.svelte.d.ts +2 -32
  53. package/package/components/tabs/tab-box.svelte.d.ts +2 -37
  54. package/package/components/tabs/tab-list.svelte.d.ts +2 -54
  55. package/package/components/tabs/tab-panel.svelte.d.ts +2 -32
  56. package/package/components/tabs/tab-panels.svelte.d.ts +2 -32
  57. package/package/components/tabs/tab.svelte.d.ts +2 -29
  58. package/package/components/text-editor/lexical-root.svelte.d.ts +2 -60
  59. package/package/components/text-editor/text-editor.svelte.d.ts +2 -72
  60. package/package/components/text-editor/toolbar/editor-toolbar.svelte.d.ts +2 -38
  61. package/package/components/text-editor/toolbar/format-text-button.svelte.d.ts +2 -28
  62. package/package/components/text-editor/toolbar/insert-link-button.svelte.d.ts +1 -21
  63. package/package/components/text-editor/toolbar/toggle-block-menu-item.svelte.d.ts +2 -28
  64. package/package/components/text-field/number-input.svelte.d.ts +2 -45
  65. package/package/components/text-field/password-input.svelte.d.ts +2 -28
  66. package/package/components/text-field/search-bar.svelte.d.ts +1 -33
  67. package/package/components/text-field/text-area.svelte.d.ts +2 -73
  68. package/package/components/text-field/text-input.svelte.d.ts +1 -21
  69. package/package/components/toast/toast.svelte.d.ts +2 -46
  70. package/package/components/toolbar/toolbar.svelte.d.ts +2 -50
  71. package/package/components/util/app-shell.svelte.d.ts +2 -33
  72. package/package/components/util/group.svelte.d.ts +2 -41
  73. package/package/components/util/modal.svelte.d.ts +1 -23
  74. package/package/components/util/placeholder.svelte.d.ts +2 -28
  75. package/package/components/util/popup.svelte +1 -1
  76. package/package/components/util/popup.svelte.d.ts +3 -68
  77. package/package.json +25 -25
@@ -1,15 +1,10 @@
1
1
  export default TableRowHeader;
2
- type TableRowHeader = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The equivalent of the HTML `<th scope="row">` element.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
10
5
  * @see https://w3c.github.io/aria/#rowheader
11
6
  */
12
- declare const TableRowHeader: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const TableRowHeader: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const TableRowHeader: $$__sveltets_2_IsomorphicComponent<{
18
13
  * - Primary slot content.
19
14
  */
20
15
  children?: import("svelte").Snippet<[]> | undefined;
21
- } & Record<string, any>, {
22
- [evt: string]: CustomEvent<any>;
23
- }, {}, {}, "">;
24
- type Props = {
25
- /**
26
- * - The `class` attribute on the wrapper element.
27
- */
28
- class?: string | undefined;
29
- /**
30
- * - Primary slot content.
31
- */
32
- children?: import("svelte").Snippet<[]> | undefined;
33
- };
34
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
35
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
36
- $$bindings?: Bindings;
37
- } & Exports;
38
- (internal: unknown, props: Props & {
39
- $$events?: Events;
40
- $$slots?: Slots;
41
- }): Exports & {
42
- $set?: any;
43
- $on?: any;
44
- };
45
- z_$$bindings?: Bindings;
46
- }
16
+ } & Record<string, any>, {}, "">;
@@ -1,15 +1,10 @@
1
1
  export default TableRow;
2
- type TableRow = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The equivalent of the HTML `<tr>` element.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr
10
5
  * @see https://w3c.github.io/aria/#row
11
6
  */
12
- declare const TableRow: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const TableRow: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const TableRow: $$__sveltets_2_IsomorphicComponent<{
18
13
  * - Primary slot content.
19
14
  */
20
15
  children?: import("svelte").Snippet<[]> | undefined;
21
- } & Record<string, any>, {
22
- [evt: string]: CustomEvent<any>;
23
- }, {}, {}, "">;
24
- type Props = {
25
- /**
26
- * - The `class` attribute on the wrapper element.
27
- */
28
- class?: string | undefined;
29
- /**
30
- * - Primary slot content.
31
- */
32
- children?: import("svelte").Snippet<[]> | undefined;
33
- };
34
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
35
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
36
- $$bindings?: Bindings;
37
- } & Exports;
38
- (internal: unknown, props: Props & {
39
- $$events?: Events;
40
- $$slots?: Slots;
41
- }): Exports & {
42
- $set?: any;
43
- $on?: any;
44
- };
45
- z_$$bindings?: Bindings;
46
- }
16
+ } & Record<string, any>, {}, "">;
@@ -1,15 +1,10 @@
1
1
  export default Table;
2
- type Table = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The equivalent of the HTML `<table>` element.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
10
5
  * @see https://w3c.github.io/aria/#table
11
6
  */
12
- declare const Table: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const Table: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const Table: $$__sveltets_2_IsomorphicComponent<{
18
13
  * - Primary slot content.
19
14
  */
20
15
  children?: import("svelte").Snippet<[]> | undefined;
21
- } & Record<string, any>, {
22
- [evt: string]: CustomEvent<any>;
23
- }, {}, {}, "">;
24
- type Props = {
25
- /**
26
- * - The `class` attribute on the wrapper element.
27
- */
28
- class?: string | undefined;
29
- /**
30
- * - Primary slot content.
31
- */
32
- children?: import("svelte").Snippet<[]> | undefined;
33
- };
34
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
35
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
36
- $$bindings?: Bindings;
37
- } & Exports;
38
- (internal: unknown, props: Props & {
39
- $$events?: Events;
40
- $$slots?: Slots;
41
- }): Exports & {
42
- $set?: any;
43
- $on?: any;
44
- };
45
- z_$$bindings?: Bindings;
46
- }
16
+ } & Record<string, any>, {}, "">;
@@ -1,14 +1,9 @@
1
1
  export default TabBox;
2
- type TabBox = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The container of `<TabList>` and `<TabPanels>`. The component name derives from XUL. This can be
9
4
  * omitted if not using vertical tabs.
10
5
  */
11
- declare const TabBox: $$__sveltets_2_IsomorphicComponent<{
6
+ declare const TabBox: import("svelte").Component<{
12
7
  /**
13
8
  * - The `class` attribute on the wrapper element.
14
9
  */
@@ -22,34 +17,4 @@ declare const TabBox: $$__sveltets_2_IsomorphicComponent<{
22
17
  * - Primary slot content.
23
18
  */
24
19
  children?: import("svelte").Snippet<[]> | undefined;
25
- } & Record<string, any>, {
26
- [evt: string]: CustomEvent<any>;
27
- }, {}, {}, "">;
28
- type Props = {
29
- /**
30
- * - The `class` attribute on the wrapper element.
31
- */
32
- class?: string | undefined;
33
- /**
34
- * - Orientation of the widget. This is
35
- * typically contrary to `<TabList>`’s `orientation`.
36
- */
37
- orientation?: "vertical" | "horizontal" | undefined;
38
- /**
39
- * - Primary slot content.
40
- */
41
- children?: import("svelte").Snippet<[]> | undefined;
42
- };
43
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
44
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
45
- $$bindings?: Bindings;
46
- } & Exports;
47
- (internal: unknown, props: Props & {
48
- $$events?: Events;
49
- $$slots?: Slots;
50
- }): Exports & {
51
- $set?: any;
52
- $on?: any;
53
- };
54
- z_$$bindings?: Bindings;
55
- }
20
+ } & Record<string, any>, {}, "">;
@@ -1,15 +1,10 @@
1
1
  export default TabList;
2
- type TabList = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * A tab list widget.
9
4
  * @see https://w3c.github.io/aria/#tablist
10
5
  * @see https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
11
6
  */
12
- declare const TabList: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const TabList: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -40,51 +35,4 @@ declare const TabList: $$__sveltets_2_IsomorphicComponent<{
40
35
  * - Custom `Change` event handler.
41
36
  */
42
37
  onChange?: ((event: CustomEvent) => void) | undefined;
43
- } & Record<string, any>, {
44
- [evt: string]: CustomEvent<any>;
45
- }, {}, {}, "">;
46
- type Props = {
47
- /**
48
- * - The `class` attribute on the wrapper element.
49
- */
50
- class?: string | undefined;
51
- /**
52
- * - Whether to hide the widget.
53
- */
54
- hidden?: boolean | undefined;
55
- /**
56
- * - Whether to disable the widget. An alias of the `aria-disabled`
57
- * attribute.
58
- */
59
- disabled?: boolean | undefined;
60
- /**
61
- * - Orientation of the widget. An alias of
62
- * the `aria-orientation` attribute.
63
- */
64
- orientation?: "vertical" | "horizontal" | undefined;
65
- /**
66
- * - The `data-name` attribute on the wrapper element.
67
- */
68
- name?: string | undefined;
69
- /**
70
- * - Primary slot content.
71
- */
72
- children?: import("svelte").Snippet<[]> | undefined;
73
- /**
74
- * - Custom `Change` event handler.
75
- */
76
- onChange?: ((event: CustomEvent) => void) | undefined;
77
- };
78
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
79
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
80
- $$bindings?: Bindings;
81
- } & Exports;
82
- (internal: unknown, props: Props & {
83
- $$events?: Events;
84
- $$slots?: Slots;
85
- }): Exports & {
86
- $set?: any;
87
- $on?: any;
88
- };
89
- z_$$bindings?: Bindings;
90
- }
38
+ } & Record<string, any>, {}, "">;
@@ -1,15 +1,10 @@
1
1
  export default TabPanel;
2
- type TabPanel = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * A tab content panel.
9
4
  * @see https://w3c.github.io/aria/#tabpanel
10
5
  * @see https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
11
6
  */
12
- declare const TabPanel: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const TabPanel: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const TabPanel: $$__sveltets_2_IsomorphicComponent<{
18
13
  * - Primary slot content.
19
14
  */
20
15
  children?: import("svelte").Snippet<[]> | undefined;
21
- } & Record<string, any>, {
22
- [evt: string]: CustomEvent<any>;
23
- }, {}, {}, "">;
24
- type Props = {
25
- /**
26
- * - The `class` attribute on the wrapper element.
27
- */
28
- class?: string | undefined;
29
- /**
30
- * - Primary slot content.
31
- */
32
- children?: import("svelte").Snippet<[]> | undefined;
33
- };
34
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
35
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
36
- $$bindings?: Bindings;
37
- } & Exports;
38
- (internal: unknown, props: Props & {
39
- $$events?: Events;
40
- $$slots?: Slots;
41
- }): Exports & {
42
- $set?: any;
43
- $on?: any;
44
- };
45
- z_$$bindings?: Bindings;
46
- }
16
+ } & Record<string, any>, {}, "">;
@@ -1,14 +1,9 @@
1
1
  export default TabPanels;
2
- type TabPanels = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The container of `<TabPanel>`s. The component name derives from XUL. This can be omitted if the
9
4
  * child tab panels don’t need a sliding animation.
10
5
  */
11
- declare const TabPanels: $$__sveltets_2_IsomorphicComponent<{
6
+ declare const TabPanels: import("svelte").Component<{
12
7
  /**
13
8
  * - The `class` attribute on the wrapper element.
14
9
  */
@@ -17,29 +12,4 @@ declare const TabPanels: $$__sveltets_2_IsomorphicComponent<{
17
12
  * - Primary slot content.
18
13
  */
19
14
  children?: import("svelte").Snippet<[]> | undefined;
20
- } & Record<string, any>, {
21
- [evt: string]: CustomEvent<any>;
22
- }, {}, {}, "">;
23
- type Props = {
24
- /**
25
- * - The `class` attribute on the wrapper element.
26
- */
27
- class?: string | undefined;
28
- /**
29
- * - Primary slot content.
30
- */
31
- children?: import("svelte").Snippet<[]> | undefined;
32
- };
33
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
34
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
35
- $$bindings?: Bindings;
36
- } & Exports;
37
- (internal: unknown, props: Props & {
38
- $$events?: Events;
39
- $$slots?: Slots;
40
- }): Exports & {
41
- $set?: any;
42
- $on?: any;
43
- };
44
- z_$$bindings?: Bindings;
45
- }
15
+ } & Record<string, any>, {}, "">;
@@ -1,40 +1,13 @@
1
1
  export default Tab;
2
- type Tab = SvelteComponent<ButtonProps & KeyboardEventHandlers & MouseEventHandlers & FocusEventHandlers & DragEventHandlers & Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * A tab widget.
9
4
  * @see https://w3c.github.io/aria/#tab
10
5
  * @see https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
11
6
  */
12
- declare const Tab: $$__sveltets_2_IsomorphicComponent<import("../../typedefs").ButtonProps & import("../../typedefs").KeyboardEventHandlers & import("../../typedefs").MouseEventHandlers & import("../../typedefs").FocusEventHandlers & import("../../typedefs").DragEventHandlers & {
7
+ declare const Tab: import("svelte").Component<import("../../typedefs").ButtonProps & import("../../typedefs").KeyboardEventHandlers & import("../../typedefs").MouseEventHandlers & import("../../typedefs").FocusEventHandlers & import("../../typedefs").DragEventHandlers & {
13
8
  /**
14
9
  * - Whether to select the widget. An alias of the `aria-selected`
15
10
  * attribute.
16
11
  */
17
12
  selected?: boolean | undefined;
18
- } & Record<string, any>, {
19
- [evt: string]: CustomEvent<any>;
20
- }, {}, {}, "">;
21
- type Props = {
22
- /**
23
- * - Whether to select the widget. An alias of the `aria-selected`
24
- * attribute.
25
- */
26
- selected?: boolean | undefined;
27
- };
28
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
29
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
30
- $$bindings?: Bindings;
31
- } & Exports;
32
- (internal: unknown, props: Props & {
33
- $$events?: Events;
34
- $$slots?: Slots;
35
- }): Exports & {
36
- $set?: any;
37
- $on?: any;
38
- };
39
- z_$$bindings?: Bindings;
40
- }
13
+ } & Record<string, any>, {}, "">;
@@ -1,10 +1,5 @@
1
1
  export default LexicalRoot;
2
- type LexicalRoot = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "value" | undefined;
6
- };
7
- declare const LexicalRoot: $$__sveltets_2_IsomorphicComponent<{
2
+ declare const LexicalRoot: import("svelte").Component<{
8
3
  /**
9
4
  * - Input value.
10
5
  */
@@ -41,57 +36,4 @@ declare const LexicalRoot: $$__sveltets_2_IsomorphicComponent<{
41
36
  * - Primary slot content.
42
37
  */
43
38
  children?: import("svelte").Snippet<[]> | undefined;
44
- } & Record<string, any>, {
45
- [evt: string]: CustomEvent<any>;
46
- }, {}, {}, "value">;
47
- type Props = {
48
- /**
49
- * - Input value.
50
- */
51
- value?: string | undefined;
52
- /**
53
- * - The `class` attribute on the wrapper element.
54
- */
55
- class?: string | undefined;
56
- /**
57
- * - Whether to hide the widget.
58
- */
59
- hidden?: boolean | undefined;
60
- /**
61
- * - Whether to disable the widget. An alias of the `aria-disabled`
62
- * attribute.
63
- */
64
- disabled?: boolean | undefined;
65
- /**
66
- * - Whether to make the widget read-only. An alias of the
67
- * `aria-readonly` attribute.
68
- */
69
- readonly?: boolean | undefined;
70
- /**
71
- * - Whether to mark the widget required. An alias of the
72
- * `aria-required` attribute.
73
- */
74
- required?: boolean | undefined;
75
- /**
76
- * - Whether to mark the widget invalid. An alias of the
77
- * `aria-invalid` attribute.
78
- */
79
- invalid?: boolean | undefined;
80
- /**
81
- * - Primary slot content.
82
- */
83
- children?: import("svelte").Snippet<[]> | undefined;
84
- };
85
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
86
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
87
- $$bindings?: Bindings;
88
- } & Exports;
89
- (internal: unknown, props: Props & {
90
- $$events?: Events;
91
- $$slots?: Slots;
92
- }): Exports & {
93
- $set?: any;
94
- $on?: any;
95
- };
96
- z_$$bindings?: Bindings;
97
- }
39
+ } & Record<string, any>, {}, "value">;
@@ -1,11 +1,6 @@
1
1
  export default TextEditor;
2
- type TextEditor = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "value" | undefined;
6
- };
7
2
  /** A rich text editor based on Lexical. */
8
- declare const TextEditor: $$__sveltets_2_IsomorphicComponent<{
3
+ declare const TextEditor: import("svelte").Component<{
9
4
  /**
10
5
  * - Input value.
11
6
  */
@@ -54,69 +49,4 @@ declare const TextEditor: $$__sveltets_2_IsomorphicComponent<{
54
49
  * - Primary slot content.
55
50
  */
56
51
  children?: import("svelte").Snippet<[]> | undefined;
57
- } & Record<string, any>, {
58
- [evt: string]: CustomEvent<any>;
59
- }, {}, {}, "value">;
60
- type Props = {
61
- /**
62
- * - Input value.
63
- */
64
- value?: string | undefined;
65
- /**
66
- * - Make the text input container flexible.
67
- */
68
- flex?: boolean | undefined;
69
- /**
70
- * - Enabled modes.
71
- */
72
- modes?: import("../../typedefs").TextEditorMode[] | undefined;
73
- /**
74
- * - Enabled buttons.
75
- */
76
- buttons?: (import("../../typedefs").TextEditorBlockType | import("../../typedefs").TextEditorInlineType)[] | undefined;
77
- /**
78
- * - The `class` attribute on the wrapper element.
79
- */
80
- class?: string | undefined;
81
- /**
82
- * - Whether to hide the widget.
83
- */
84
- hidden?: boolean | undefined;
85
- /**
86
- * - Whether to disable the widget. An alias of the `aria-disabled`
87
- * attribute.
88
- */
89
- disabled?: boolean | undefined;
90
- /**
91
- * - Whether to make the widget read-only. An alias of the
92
- * `aria-readonly` attribute.
93
- */
94
- readonly?: boolean | undefined;
95
- /**
96
- * - Whether to mark the widget required. An alias of the
97
- * `aria-required` attribute.
98
- */
99
- required?: boolean | undefined;
100
- /**
101
- * - Whether to mark the widget invalid. An alias of the
102
- * `aria-invalid` attribute.
103
- */
104
- invalid?: boolean | undefined;
105
- /**
106
- * - Primary slot content.
107
- */
108
- children?: import("svelte").Snippet<[]> | undefined;
109
- };
110
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
111
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
112
- $$bindings?: Bindings;
113
- } & Exports;
114
- (internal: unknown, props: Props & {
115
- $$events?: Events;
116
- $$slots?: Slots;
117
- }): Exports & {
118
- $set?: any;
119
- $on?: any;
120
- };
121
- z_$$bindings?: Bindings;
122
- }
52
+ } & Record<string, any>, {}, "value">;
@@ -1,10 +1,5 @@
1
1
  export default EditorToolbar;
2
- type EditorToolbar = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
- declare const EditorToolbar: $$__sveltets_2_IsomorphicComponent<{
2
+ declare const EditorToolbar: import("svelte").Component<{
8
3
  /**
9
4
  * - Whether to hide the widget.
10
5
  */
@@ -19,35 +14,4 @@ declare const EditorToolbar: $$__sveltets_2_IsomorphicComponent<{
19
14
  * `aria-readonly` attribute.
20
15
  */
21
16
  readonly?: boolean | undefined;
22
- } & Record<string, any>, {
23
- [evt: string]: CustomEvent<any>;
24
- }, {}, {}, "">;
25
- type Props = {
26
- /**
27
- * - Whether to hide the widget.
28
- */
29
- hidden?: boolean | undefined;
30
- /**
31
- * - Whether to disable the widget. An alias of the `aria-disabled`
32
- * attribute.
33
- */
34
- disabled?: boolean | undefined;
35
- /**
36
- * - Whether to make the widget read-only. An alias of the
37
- * `aria-readonly` attribute.
38
- */
39
- readonly?: boolean | undefined;
40
- };
41
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
42
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
43
- $$bindings?: Bindings;
44
- } & Exports;
45
- (internal: unknown, props: Props & {
46
- $$events?: Events;
47
- $$slots?: Slots;
48
- }): Exports & {
49
- $set?: any;
50
- $on?: any;
51
- };
52
- z_$$bindings?: Bindings;
53
- }
17
+ } & Record<string, any>, {}, "">;
@@ -1,33 +1,7 @@
1
1
  export default FormatTextButton;
2
- type FormatTextButton = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
- declare const FormatTextButton: $$__sveltets_2_IsomorphicComponent<{
2
+ declare const FormatTextButton: import("svelte").Component<{
8
3
  /**
9
4
  * - Button type.
10
5
  */
11
6
  type: import("../../../typedefs").TextEditorFormatType;
12
- } & Record<string, any>, {
13
- [evt: string]: CustomEvent<any>;
14
- }, {}, {}, "">;
15
- type Props = {
16
- /**
17
- * - Button type.
18
- */
19
- type: import("../../../typedefs").TextEditorFormatType;
20
- };
21
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
22
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
23
- $$bindings?: Bindings;
24
- } & Exports;
25
- (internal: unknown, props: Props & {
26
- $$events?: Events;
27
- $$slots?: Slots;
28
- }): Exports & {
29
- $set?: any;
30
- $on?: any;
31
- };
32
- z_$$bindings?: Bindings;
33
- }
7
+ } & Record<string, any>, {}, "">;
@@ -1,22 +1,2 @@
1
1
  export default InsertLinkButton;
2
- type InsertLinkButton = SvelteComponent<Record<string, never>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
- declare const InsertLinkButton: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
8
- [evt: string]: CustomEvent<any>;
9
- }, {}, {}, "">;
10
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
11
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
12
- $$bindings?: Bindings;
13
- } & Exports;
14
- (internal: unknown, props: {
15
- $$events?: Events;
16
- $$slots?: Slots;
17
- }): Exports & {
18
- $set?: any;
19
- $on?: any;
20
- };
21
- z_$$bindings?: Bindings;
22
- }
2
+ declare const InsertLinkButton: import("svelte").Component<Record<string, never>, {}, "">;