@sveltia/ui 0.17.1 → 0.18.0

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 (84) 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 +8 -1
  33. package/package/components/menu/menu-button.svelte.d.ts +1 -30
  34. package/package/components/menu/menu-item-checkbox.svelte.d.ts +1 -21
  35. package/package/components/menu/menu-item-group.svelte.d.ts +2 -42
  36. package/package/components/menu/menu-item-radio.svelte.d.ts +1 -21
  37. package/package/components/menu/menu-item.svelte.d.ts +1 -21
  38. package/package/components/menu/menu.svelte.d.ts +2 -46
  39. package/package/components/radio/radio-group.svelte.d.ts +2 -65
  40. package/package/components/radio/radio.svelte.d.ts +2 -70
  41. package/package/components/select/combobox.svelte +1 -1
  42. package/package/components/select/combobox.svelte.d.ts +1 -21
  43. package/package/components/select/select-tags.svelte.d.ts +2 -81
  44. package/package/components/select/select.svelte.d.ts +1 -21
  45. package/package/components/slider/slider.svelte.d.ts +2 -95
  46. package/package/components/switch/switch.svelte +2 -5
  47. package/package/components/switch/switch.svelte.d.ts +2 -64
  48. package/package/components/table/table-body.svelte.d.ts +2 -36
  49. package/package/components/table/table-cell.svelte.d.ts +2 -32
  50. package/package/components/table/table-col-header.svelte.d.ts +2 -32
  51. package/package/components/table/table-foot.svelte.d.ts +2 -32
  52. package/package/components/table/table-head.svelte.d.ts +2 -32
  53. package/package/components/table/table-row-header.svelte.d.ts +2 -32
  54. package/package/components/table/table-row.svelte.d.ts +2 -32
  55. package/package/components/table/table.svelte.d.ts +2 -32
  56. package/package/components/tabs/tab-box.svelte.d.ts +2 -37
  57. package/package/components/tabs/tab-list.svelte.d.ts +2 -54
  58. package/package/components/tabs/tab-panel.svelte.d.ts +2 -32
  59. package/package/components/tabs/tab-panels.svelte.d.ts +2 -32
  60. package/package/components/tabs/tab.svelte.d.ts +2 -29
  61. package/package/components/text-editor/lexical-root.svelte.d.ts +2 -60
  62. package/package/components/text-editor/text-editor.svelte.d.ts +2 -72
  63. package/package/components/text-editor/toolbar/editor-toolbar.svelte +0 -3
  64. package/package/components/text-editor/toolbar/editor-toolbar.svelte.d.ts +2 -38
  65. package/package/components/text-editor/toolbar/format-text-button.svelte.d.ts +2 -28
  66. package/package/components/text-editor/toolbar/insert-link-button.svelte.d.ts +1 -21
  67. package/package/components/text-editor/toolbar/toggle-block-menu-item.svelte.d.ts +2 -28
  68. package/package/components/text-field/number-input.svelte.d.ts +2 -45
  69. package/package/components/text-field/password-input.svelte.d.ts +2 -28
  70. package/package/components/text-field/search-bar.svelte.d.ts +1 -33
  71. package/package/components/text-field/text-area.svelte.d.ts +2 -73
  72. package/package/components/text-field/text-input.svelte.d.ts +1 -21
  73. package/package/components/toast/toast.svelte.d.ts +2 -46
  74. package/package/components/toolbar/toolbar.svelte.d.ts +2 -50
  75. package/package/components/util/app-shell.svelte +8 -8
  76. package/package/components/util/app-shell.svelte.d.ts +2 -33
  77. package/package/components/util/group.svelte.d.ts +2 -41
  78. package/package/components/util/modal.svelte +1 -0
  79. package/package/components/util/modal.svelte.d.ts +1 -23
  80. package/package/components/util/placeholder.svelte.d.ts +2 -28
  81. package/package/components/util/popup.svelte +1 -1
  82. package/package/components/util/popup.svelte.d.ts +3 -68
  83. package/package/styles/variables.scss +8 -8
  84. package/package.json +32 -27
@@ -1,15 +1,10 @@
1
1
  export default Disclosure;
2
- type Disclosure = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "expanded" | undefined;
6
- };
7
2
  /**
8
3
  * A disclosure (expander) widget. The equivalent of the HTML `<details>` element.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
10
5
  * @see https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/
11
6
  */
12
- declare const Disclosure: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const Disclosure: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -45,56 +40,4 @@ declare const Disclosure: $$__sveltets_2_IsomorphicComponent<{
45
40
  * - Custom `Change` event handler.
46
41
  */
47
42
  onChange?: ((event: CustomEvent) => void) | undefined;
48
- } & Record<string, any>, {
49
- [evt: string]: CustomEvent<any>;
50
- }, {}, {}, "expanded">;
51
- type Props = {
52
- /**
53
- * - The `class` attribute on the wrapper element.
54
- */
55
- class?: string | undefined;
56
- /**
57
- * - Whether to hide the widget. An alias of the `aria-hidden`
58
- * attribute.
59
- */
60
- hidden?: boolean | undefined;
61
- /**
62
- * - Whether to disable the widget. An alias of the `aria-disabled`
63
- * attribute.
64
- */
65
- disabled?: boolean | undefined;
66
- /**
67
- * - Whether to show the content. An alias of the `aria-expanded`
68
- * attribute.
69
- */
70
- expanded?: boolean | undefined;
71
- /**
72
- * - Text label displayed next to the expander.
73
- */
74
- label?: string | undefined;
75
- /**
76
- * - Primary slot content.
77
- */
78
- children?: import("svelte").Snippet<[]> | undefined;
79
- /**
80
- * - Chevron slot content.
81
- */
82
- chevronIcon?: import("svelte").Snippet<[]> | undefined;
83
- /**
84
- * - Custom `Change` event handler.
85
- */
86
- onChange?: ((event: CustomEvent) => void) | undefined;
87
- };
88
- 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> {
89
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
90
- $$bindings?: Bindings;
91
- } & Exports;
92
- (internal: unknown, props: Props & {
93
- $$events?: Events;
94
- $$slots?: Slots;
95
- }): Exports & {
96
- $set?: any;
97
- $on?: any;
98
- };
99
- z_$$bindings?: Bindings;
100
- }
43
+ } & Record<string, any>, {}, "expanded">;
@@ -1,14 +1,9 @@
1
1
  export default Divider;
2
- type Divider = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * A content divider with a visible vertical/horizontal line.
9
4
  * @see https://w3c.github.io/aria/#separator
10
5
  */
11
- declare const Divider: $$__sveltets_2_IsomorphicComponent<{
6
+ declare const Divider: import("svelte").Component<{
12
7
  /**
13
8
  * - The `class` attribute on the wrapper element.
14
9
  */
@@ -23,35 +18,4 @@ declare const Divider: $$__sveltets_2_IsomorphicComponent<{
23
18
  * `aria-orientation` attribute.
24
19
  */
25
20
  orientation?: "vertical" | "horizontal" | undefined;
26
- } & Record<string, any>, {
27
- [evt: string]: CustomEvent<any>;
28
- }, {}, {}, "">;
29
- type Props = {
30
- /**
31
- * - The `class` attribute on the wrapper element.
32
- */
33
- class?: string | undefined;
34
- /**
35
- * - Whether to hide the widget. An alias of the `aria-hidden`
36
- * attribute.
37
- */
38
- hidden?: boolean | undefined;
39
- /**
40
- * - Orientation of the widget. An alias of the
41
- * `aria-orientation` attribute.
42
- */
43
- orientation?: "vertical" | "horizontal" | undefined;
44
- };
45
- 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> {
46
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
47
- $$bindings?: Bindings;
48
- } & Exports;
49
- (internal: unknown, props: Props & {
50
- $$events?: Events;
51
- $$slots?: Slots;
52
- }): Exports & {
53
- $set?: any;
54
- $on?: any;
55
- };
56
- z_$$bindings?: Bindings;
57
- }
21
+ } & Record<string, any>, {}, "">;
@@ -1,11 +1,6 @@
1
1
  export default Spacer;
2
- type Spacer = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /** A content divider with no line. It can be flexible. */
8
- declare const Spacer: $$__sveltets_2_IsomorphicComponent<{
3
+ declare const Spacer: import("svelte").Component<{
9
4
  /**
10
5
  * - The `class` attribute on the wrapper element.
11
6
  */
@@ -14,29 +9,4 @@ declare const Spacer: $$__sveltets_2_IsomorphicComponent<{
14
9
  * - Whether to make the spacer flexible.
15
10
  */
16
11
  flex?: boolean | undefined;
17
- } & Record<string, any>, {
18
- [evt: string]: CustomEvent<any>;
19
- }, {}, {}, "">;
20
- type Props = {
21
- /**
22
- * - The `class` attribute on the wrapper element.
23
- */
24
- class?: string | undefined;
25
- /**
26
- * - Whether to make the spacer flexible.
27
- */
28
- flex?: boolean | undefined;
29
- };
30
- 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> {
31
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
32
- $$bindings?: Bindings;
33
- } & Exports;
34
- (internal: unknown, props: Props & {
35
- $$events?: Events;
36
- $$slots?: Slots;
37
- }): Exports & {
38
- $set?: any;
39
- $on?: any;
40
- };
41
- z_$$bindings?: Bindings;
42
- }
12
+ } & Record<string, any>, {}, "">;
@@ -56,7 +56,7 @@
56
56
  const id = generateElementId('drawer');
57
57
  /**
58
58
  * A reference to the modal component.
59
- * @type {Modal | undefined}
59
+ * @type {any}
60
60
  */
61
61
  let modal = $state();
62
62
 
@@ -1,15 +1,10 @@
1
1
  export default Drawer;
2
- type Drawer = SvelteComponent<ModalProps & Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "open" | undefined;
6
- };
7
2
  /**
8
3
  * A generic drawer widget based on the HTML `<dialog>` element.
9
4
  * @see https://w3c.github.io/aria/#dialog
10
5
  * @see https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/
11
6
  */
12
- declare const Drawer: $$__sveltets_2_IsomorphicComponent<import("../../typedefs").ModalProps & {
7
+ declare const Drawer: import("svelte").Component<import("../../typedefs").ModalProps & {
13
8
  /**
14
9
  * - The `class` attribute on the content element.
15
10
  */
@@ -59,70 +54,4 @@ declare const Drawer: $$__sveltets_2_IsomorphicComponent<import("../../typedefs"
59
54
  * - Extra content slot content.
60
55
  */
61
56
  extraContent?: import("svelte").Snippet<[]> | undefined;
62
- } & Record<string, any>, {
63
- [evt: string]: CustomEvent<any>;
64
- }, {}, {}, "open">;
65
- type Props = {
66
- /**
67
- * - The `class` attribute on the content element.
68
- */
69
- class?: string | undefined;
70
- /**
71
- * - Whether to open the drawer.
72
- */
73
- open?: boolean | undefined;
74
- /**
75
- * - Title text displayed on the header.
76
- */
77
- title?: string | undefined;
78
- /**
79
- * - Position of the drawer.
80
- */
81
- position?: "top" | "left" | "right" | "bottom" | undefined;
82
- /**
83
- * - Width or height of the
84
- * drawer.
85
- */
86
- size?: "small" | "medium" | "large" | "x-large" | "full" | undefined;
87
- /**
88
- * - Whether to show the Close button.
89
- */
90
- showClose?: false | "inside" | "outside" | undefined;
91
- /**
92
- * - Primary slot content.
93
- */
94
- children?: import("svelte").Snippet<[]> | undefined;
95
- /**
96
- * - Header slot content.
97
- */
98
- header?: import("svelte").Snippet<[]> | undefined;
99
- /**
100
- * - Header extra slot content.
101
- */
102
- headerExtra?: import("svelte").Snippet<[]> | undefined;
103
- /**
104
- * - Footer slot content.
105
- */
106
- footer?: import("svelte").Snippet<[]> | undefined;
107
- /**
108
- * - Close icon slot content.
109
- */
110
- closeIcon?: import("svelte").Snippet<[]> | undefined;
111
- /**
112
- * - Extra content slot content.
113
- */
114
- extraContent?: import("svelte").Snippet<[]> | undefined;
115
- };
116
- 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> {
117
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
118
- $$bindings?: Bindings;
119
- } & Exports;
120
- (internal: unknown, props: Props & {
121
- $$events?: Events;
122
- $$slots?: Slots;
123
- }): Exports & {
124
- $set?: any;
125
- $on?: any;
126
- };
127
- z_$$bindings?: Bindings;
128
- }
57
+ } & Record<string, any>, {}, "open">;
@@ -1,15 +1,10 @@
1
1
  export default GridBody;
2
- type GridBody = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableBody>`.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody
10
5
  * @see https://w3c.github.io/aria/#rowgroup
11
6
  */
12
- declare const GridBody: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridBody: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -22,33 +17,4 @@ declare const GridBody: $$__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
- * - Display label for the row group.
35
- */
36
- label?: string | undefined;
37
- /**
38
- * - Primary slot content.
39
- */
40
- children?: import("svelte").Snippet<[]> | undefined;
41
- };
42
- 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> {
43
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
44
- $$bindings?: Bindings;
45
- } & Exports;
46
- (internal: unknown, props: Props & {
47
- $$events?: Events;
48
- $$slots?: Slots;
49
- }): Exports & {
50
- $set?: any;
51
- $on?: any;
52
- };
53
- z_$$bindings?: Bindings;
54
- }
20
+ } & Record<string, any>, {}, "">;
@@ -1,15 +1,10 @@
1
1
  export default GridCell;
2
- type GridCell = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableCell>`.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
10
5
  * @see https://w3c.github.io/aria/#gridcell
11
6
  */
12
- declare const GridCell: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridCell: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const GridCell: $$__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 GridColHeader;
2
- type GridColHeader = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableColHeader>`.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
10
5
  * @see https://w3c.github.io/aria/#columnheader
11
6
  */
12
- declare const GridColHeader: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridColHeader: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const GridColHeader: $$__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 GridFoot;
2
- type GridFoot = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableFoot>`.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot
10
5
  * @see https://w3c.github.io/aria/#rowgroup
11
6
  */
12
- declare const GridFoot: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridFoot: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const GridFoot: $$__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 GridHead;
2
- type GridHead = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableThead>`.
9
4
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead
10
5
  * @see https://w3c.github.io/aria/#rowgroup
11
6
  */
12
- declare const GridHead: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridHead: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const GridHead: $$__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 GridRowHeader;
2
- type GridRowHeader = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableRowHeader>`.
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 GridRowHeader: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridRowHeader: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -18,29 +13,4 @@ declare const GridRowHeader: $$__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 GridRow;
2
- type GridRow = SvelteComponent<Props & Record<string, any>, {
3
- [evt: string]: CustomEvent<any>;
4
- }, {}> & {
5
- $$bindings?: "" | undefined;
6
- };
7
2
  /**
8
3
  * The interactive version of `<TableRow>`.
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 GridRow: $$__sveltets_2_IsomorphicComponent<{
7
+ declare const GridRow: import("svelte").Component<{
13
8
  /**
14
9
  * - The `class` attribute on the wrapper element.
15
10
  */
@@ -31,42 +26,4 @@ declare const GridRow: $$__sveltets_2_IsomorphicComponent<{
31
26
  * - Custom `Select` event handler.
32
27
  */
33
28
  onSelect?: ((event: CustomEvent) => void) | undefined;
34
- } & Record<string, any>, {
35
- [evt: string]: CustomEvent<any>;
36
- }, {}, {}, "">;
37
- type Props = {
38
- /**
39
- * - The `class` attribute on the wrapper element.
40
- */
41
- class?: string | undefined;
42
- /**
43
- * - Whether to select the widget. An alias of the `aria-selected`
44
- * attribute.
45
- */
46
- selected?: boolean | undefined;
47
- /**
48
- * - Primary slot content.
49
- */
50
- children?: import("svelte").Snippet<[]> | undefined;
51
- /**
52
- * - Custom `Change` event handler.
53
- */
54
- onChange?: ((event: CustomEvent) => void) | undefined;
55
- /**
56
- * - Custom `Select` event handler.
57
- */
58
- onSelect?: ((event: CustomEvent) => void) | undefined;
59
- };
60
- 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> {
61
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
62
- $$bindings?: Bindings;
63
- } & Exports;
64
- (internal: unknown, props: Props & {
65
- $$events?: Events;
66
- $$slots?: Slots;
67
- }): Exports & {
68
- $set?: any;
69
- $on?: any;
70
- };
71
- z_$$bindings?: Bindings;
72
- }
29
+ } & Record<string, any>, {}, "">;