@sveltia/ui 0.15.16 → 0.16.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.
- package/package/components/alert/alert.svelte.d.ts +37 -25
- package/package/components/button/button-group.svelte.d.ts +34 -24
- package/package/components/button/button.svelte.d.ts +118 -119
- package/package/components/button/select-button-group.svelte.d.ts +41 -31
- package/package/components/button/select-button.svelte.d.ts +65 -43
- package/package/components/button/split-button.svelte.d.ts +42 -41
- package/package/components/calendar/calendar.svelte.d.ts +24 -23
- package/package/components/checkbox/checkbox-group.svelte.d.ts +37 -27
- package/package/components/checkbox/checkbox.svelte.d.ts +54 -38
- package/package/components/dialog/alert-dialog.svelte.d.ts +44 -34
- package/package/components/dialog/confirmation-dialog.svelte.d.ts +45 -35
- package/package/components/dialog/dialog.svelte.d.ts +83 -53
- package/package/components/dialog/prompt-dialog.svelte.d.ts +55 -43
- package/package/components/disclosure/disclosure.svelte.d.ts +61 -48
- package/package/components/divider/divider.svelte.d.ts +25 -24
- package/package/components/divider/spacer.svelte.d.ts +24 -23
- package/package/components/drawer/drawer.svelte.d.ts +75 -47
- package/package/components/grid/grid-body.svelte.d.ts +35 -25
- package/package/components/grid/grid-cell.svelte.d.ts +34 -24
- package/package/components/grid/grid-col-header.svelte.d.ts +34 -24
- package/package/components/grid/grid-foot.svelte.d.ts +34 -24
- package/package/components/grid/grid-head.svelte.d.ts +34 -24
- package/package/components/grid/grid-row-header.svelte.d.ts +34 -24
- package/package/components/grid/grid-row.svelte.d.ts +42 -32
- package/package/components/grid/grid.svelte.d.ts +39 -29
- package/package/components/icon/icon.svelte.d.ts +24 -23
- package/package/components/listbox/listbox.svelte.d.ts +45 -35
- package/package/components/listbox/option-group.svelte.d.ts +37 -27
- package/package/components/listbox/option.svelte.d.ts +73 -49
- package/package/components/menu/menu-button.svelte.d.ts +69 -42
- package/package/components/menu/menu-item-checkbox.svelte.d.ts +44 -34
- package/package/components/menu/menu-item-group.svelte.d.ts +37 -27
- package/package/components/menu/menu-item-radio.svelte.d.ts +44 -34
- package/package/components/menu/menu-item.svelte.d.ts +70 -44
- package/package/components/menu/menu.svelte.d.ts +38 -28
- package/package/components/radio/radio-group.svelte.d.ts +42 -32
- package/package/components/radio/radio.svelte.d.ts +45 -35
- package/package/components/select/combobox.svelte.d.ts +53 -37
- package/package/components/select/select-tags.svelte.d.ts +38 -37
- package/package/components/select/select.svelte +1 -1
- package/package/components/select/select.svelte.d.ts +43 -33
- package/package/components/slider/slider.svelte.d.ts +37 -36
- package/package/components/switch/switch.svelte.d.ts +43 -33
- package/package/components/table/table-body.svelte.d.ts +35 -25
- package/package/components/table/table-cell.svelte.d.ts +34 -24
- package/package/components/table/table-col-header.svelte.d.ts +34 -24
- package/package/components/table/table-foot.svelte.d.ts +34 -24
- package/package/components/table/table-head.svelte.d.ts +34 -24
- package/package/components/table/table-row-header.svelte.d.ts +34 -24
- package/package/components/table/table-row.svelte.d.ts +34 -24
- package/package/components/table/table.svelte.d.ts +34 -24
- package/package/components/tabs/tab-box.svelte.d.ts +34 -24
- package/package/components/tabs/tab-list.svelte.d.ts +40 -30
- package/package/components/tabs/tab-panel.svelte.d.ts +34 -24
- package/package/components/tabs/tab-panels.svelte.d.ts +33 -23
- package/package/components/tabs/tab.svelte.d.ts +60 -38
- package/package/components/text-editor/lexical-root.svelte.d.ts +27 -26
- package/package/components/text-editor/text-editor.svelte.d.ts +31 -30
- package/package/components/text-editor/toolbar/editor-toolbar.svelte.d.ts +23 -22
- package/package/components/text-editor/toolbar/format-text-button.svelte.d.ts +22 -21
- package/package/components/text-editor/toolbar/insert-link-button.svelte.d.ts +22 -21
- package/package/components/text-editor/toolbar/toggle-block-menu-item.svelte.d.ts +22 -21
- package/package/components/text-field/number-input.svelte.d.ts +46 -45
- package/package/components/text-field/password-input.svelte.d.ts +40 -39
- package/package/components/text-field/search-bar.svelte.d.ts +62 -66
- package/package/components/text-field/text-area.svelte.d.ts +38 -37
- package/package/components/text-field/text-input.svelte +1 -1
- package/package/components/text-field/text-input.svelte.d.ts +73 -84
- package/package/components/toast/toast.svelte.d.ts +37 -27
- package/package/components/toolbar/toolbar.svelte.d.ts +38 -28
- package/package/components/util/app-shell.svelte.d.ts +37 -27
- package/package/components/util/group.svelte.d.ts +36 -26
- package/package/components/util/modal.svelte.d.ts +70 -63
- package/package/components/util/popup.svelte.d.ts +75 -65
- package/package/components/util/portal.svelte.d.ts +34 -24
- package/package.json +11 -11
|
@@ -1,38 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridBody;
|
|
2
|
+
type GridBody = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
label?: string | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
default: {};
|
|
8
|
+
}>, {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
}, {
|
|
11
|
+
default: {};
|
|
12
|
+
}> & {
|
|
13
|
+
$$bindings?: string | undefined;
|
|
14
|
+
};
|
|
4
15
|
/**
|
|
5
16
|
* The interactive version of `<TableBody>`.
|
|
6
17
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody
|
|
7
18
|
* @see https://w3c.github.io/aria/#rowgroup
|
|
8
19
|
*/
|
|
9
|
-
|
|
20
|
+
declare const GridBody: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
21
|
[x: string]: any;
|
|
11
22
|
class?: string | undefined;
|
|
12
23
|
label?: string | undefined;
|
|
13
24
|
}, {
|
|
25
|
+
default: {};
|
|
26
|
+
}>, {
|
|
14
27
|
[evt: string]: CustomEvent<any>;
|
|
15
28
|
}, {
|
|
16
29
|
default: {};
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
}, {}, string>;
|
|
31
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
32
|
+
default: any;
|
|
33
|
+
} ? Props extends Record<string, never> ? any : {
|
|
34
|
+
children?: any;
|
|
35
|
+
} : {});
|
|
36
|
+
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> {
|
|
37
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
38
|
+
$$bindings?: Bindings;
|
|
39
|
+
} & Exports;
|
|
40
|
+
(internal: unknown, props: Props & {
|
|
41
|
+
$$events?: Events;
|
|
42
|
+
$$slots?: Slots;
|
|
43
|
+
}): Exports & {
|
|
44
|
+
$set?: any;
|
|
45
|
+
$on?: any;
|
|
31
46
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
};
|
|
35
|
-
exports?: undefined;
|
|
36
|
-
bindings?: undefined;
|
|
37
|
-
};
|
|
38
|
-
export {};
|
|
47
|
+
z_$$bindings?: Bindings;
|
|
48
|
+
}
|
|
@@ -1,36 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridCell;
|
|
2
|
+
type GridCell = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
default: {};
|
|
7
|
+
}>, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {
|
|
10
|
+
default: {};
|
|
11
|
+
}> & {
|
|
12
|
+
$$bindings?: string | undefined;
|
|
13
|
+
};
|
|
4
14
|
/**
|
|
5
15
|
* The interactive version of `<TableCell>`.
|
|
6
16
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
|
|
7
17
|
* @see https://w3c.github.io/aria/#gridcell
|
|
8
18
|
*/
|
|
9
|
-
|
|
19
|
+
declare const GridCell: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
20
|
[x: string]: any;
|
|
11
21
|
class?: string | undefined;
|
|
12
22
|
}, {
|
|
23
|
+
default: {};
|
|
24
|
+
}>, {
|
|
13
25
|
[evt: string]: CustomEvent<any>;
|
|
14
26
|
}, {
|
|
15
27
|
default: {};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
}, {}, string>;
|
|
29
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
30
|
+
default: any;
|
|
31
|
+
} ? Props extends Record<string, never> ? any : {
|
|
32
|
+
children?: any;
|
|
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;
|
|
29
44
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
exports?: undefined;
|
|
34
|
-
bindings?: undefined;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
45
|
+
z_$$bindings?: Bindings;
|
|
46
|
+
}
|
|
@@ -1,36 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridColHeader;
|
|
2
|
+
type GridColHeader = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
default: {};
|
|
7
|
+
}>, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {
|
|
10
|
+
default: {};
|
|
11
|
+
}> & {
|
|
12
|
+
$$bindings?: string | undefined;
|
|
13
|
+
};
|
|
4
14
|
/**
|
|
5
15
|
* The interactive version of `<TableColHeader>`.
|
|
6
16
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
|
|
7
17
|
* @see https://w3c.github.io/aria/#columnheader
|
|
8
18
|
*/
|
|
9
|
-
|
|
19
|
+
declare const GridColHeader: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
20
|
[x: string]: any;
|
|
11
21
|
class?: string | undefined;
|
|
12
22
|
}, {
|
|
23
|
+
default: {};
|
|
24
|
+
}>, {
|
|
13
25
|
[evt: string]: CustomEvent<any>;
|
|
14
26
|
}, {
|
|
15
27
|
default: {};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
}, {}, string>;
|
|
29
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
30
|
+
default: any;
|
|
31
|
+
} ? Props extends Record<string, never> ? any : {
|
|
32
|
+
children?: any;
|
|
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;
|
|
29
44
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
exports?: undefined;
|
|
34
|
-
bindings?: undefined;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
45
|
+
z_$$bindings?: Bindings;
|
|
46
|
+
}
|
|
@@ -1,36 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridFoot;
|
|
2
|
+
type GridFoot = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
default: {};
|
|
7
|
+
}>, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {
|
|
10
|
+
default: {};
|
|
11
|
+
}> & {
|
|
12
|
+
$$bindings?: string | undefined;
|
|
13
|
+
};
|
|
4
14
|
/**
|
|
5
15
|
* The interactive version of `<TableFoot>`.
|
|
6
16
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot
|
|
7
17
|
* @see https://w3c.github.io/aria/#rowgroup
|
|
8
18
|
*/
|
|
9
|
-
|
|
19
|
+
declare const GridFoot: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
20
|
[x: string]: any;
|
|
11
21
|
class?: string | undefined;
|
|
12
22
|
}, {
|
|
23
|
+
default: {};
|
|
24
|
+
}>, {
|
|
13
25
|
[evt: string]: CustomEvent<any>;
|
|
14
26
|
}, {
|
|
15
27
|
default: {};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
}, {}, string>;
|
|
29
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
30
|
+
default: any;
|
|
31
|
+
} ? Props extends Record<string, never> ? any : {
|
|
32
|
+
children?: any;
|
|
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;
|
|
29
44
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
exports?: undefined;
|
|
34
|
-
bindings?: undefined;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
45
|
+
z_$$bindings?: Bindings;
|
|
46
|
+
}
|
|
@@ -1,36 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridHead;
|
|
2
|
+
type GridHead = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
default: {};
|
|
7
|
+
}>, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {
|
|
10
|
+
default: {};
|
|
11
|
+
}> & {
|
|
12
|
+
$$bindings?: string | undefined;
|
|
13
|
+
};
|
|
4
14
|
/**
|
|
5
15
|
* The interactive version of `<TableThead>`.
|
|
6
16
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead
|
|
7
17
|
* @see https://w3c.github.io/aria/#rowgroup
|
|
8
18
|
*/
|
|
9
|
-
|
|
19
|
+
declare const GridHead: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
20
|
[x: string]: any;
|
|
11
21
|
class?: string | undefined;
|
|
12
22
|
}, {
|
|
23
|
+
default: {};
|
|
24
|
+
}>, {
|
|
13
25
|
[evt: string]: CustomEvent<any>;
|
|
14
26
|
}, {
|
|
15
27
|
default: {};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
}, {}, string>;
|
|
29
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
30
|
+
default: any;
|
|
31
|
+
} ? Props extends Record<string, never> ? any : {
|
|
32
|
+
children?: any;
|
|
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;
|
|
29
44
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
exports?: undefined;
|
|
34
|
-
bindings?: undefined;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
45
|
+
z_$$bindings?: Bindings;
|
|
46
|
+
}
|
|
@@ -1,36 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridRowHeader;
|
|
2
|
+
type GridRowHeader = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
default: {};
|
|
7
|
+
}>, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {
|
|
10
|
+
default: {};
|
|
11
|
+
}> & {
|
|
12
|
+
$$bindings?: string | undefined;
|
|
13
|
+
};
|
|
4
14
|
/**
|
|
5
15
|
* The interactive version of `<TableRowHeader>`.
|
|
6
16
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
|
|
7
17
|
* @see https://w3c.github.io/aria/#rowheader
|
|
8
18
|
*/
|
|
9
|
-
|
|
19
|
+
declare const GridRowHeader: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
20
|
[x: string]: any;
|
|
11
21
|
class?: string | undefined;
|
|
12
22
|
}, {
|
|
23
|
+
default: {};
|
|
24
|
+
}>, {
|
|
13
25
|
[evt: string]: CustomEvent<any>;
|
|
14
26
|
}, {
|
|
15
27
|
default: {};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
}, {}, string>;
|
|
29
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
30
|
+
default: any;
|
|
31
|
+
} ? Props extends Record<string, never> ? any : {
|
|
32
|
+
children?: any;
|
|
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;
|
|
29
44
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
exports?: undefined;
|
|
34
|
-
bindings?: undefined;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
45
|
+
z_$$bindings?: Bindings;
|
|
46
|
+
}
|
|
@@ -1,16 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default GridRow;
|
|
2
|
+
type GridRow = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
selected?: boolean | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
default: {};
|
|
8
|
+
}>, {
|
|
9
|
+
click: MouseEvent;
|
|
10
|
+
dblclick: MouseEvent;
|
|
11
|
+
focus: FocusEvent;
|
|
12
|
+
blur: FocusEvent;
|
|
13
|
+
select: CustomEvent<any>;
|
|
14
|
+
change: CustomEvent<any>;
|
|
15
|
+
} & {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {
|
|
18
|
+
default: {};
|
|
19
|
+
}> & {
|
|
20
|
+
$$bindings?: string | undefined;
|
|
21
|
+
};
|
|
4
22
|
/**
|
|
5
23
|
* The interactive version of `<TableRow>`.
|
|
6
24
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr
|
|
7
25
|
* @see https://w3c.github.io/aria/#row
|
|
8
26
|
*/
|
|
9
|
-
|
|
27
|
+
declare const GridRow: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
28
|
[x: string]: any;
|
|
11
29
|
class?: string | undefined;
|
|
12
30
|
selected?: boolean | undefined;
|
|
13
31
|
}, {
|
|
32
|
+
default: {};
|
|
33
|
+
}>, {
|
|
14
34
|
click: MouseEvent;
|
|
15
35
|
dblclick: MouseEvent;
|
|
16
36
|
focus: FocusEvent;
|
|
@@ -21,32 +41,22 @@ export default class GridRow extends SvelteComponent<{
|
|
|
21
41
|
[evt: string]: CustomEvent<any>;
|
|
22
42
|
}, {
|
|
23
43
|
default: {};
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
blur: FocusEvent;
|
|
41
|
-
select: CustomEvent<any>;
|
|
42
|
-
change: CustomEvent<any>;
|
|
43
|
-
} & {
|
|
44
|
-
[evt: string]: CustomEvent<any>;
|
|
45
|
-
};
|
|
46
|
-
slots: {
|
|
47
|
-
default: {};
|
|
44
|
+
}, {}, string>;
|
|
45
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
46
|
+
default: any;
|
|
47
|
+
} ? Props extends Record<string, never> ? any : {
|
|
48
|
+
children?: any;
|
|
49
|
+
} : {});
|
|
50
|
+
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> {
|
|
51
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
52
|
+
$$bindings?: Bindings;
|
|
53
|
+
} & Exports;
|
|
54
|
+
(internal: unknown, props: Props & {
|
|
55
|
+
$$events?: Events;
|
|
56
|
+
$$slots?: Slots;
|
|
57
|
+
}): Exports & {
|
|
58
|
+
$set?: any;
|
|
59
|
+
$on?: any;
|
|
48
60
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
};
|
|
52
|
-
export {};
|
|
61
|
+
z_$$bindings?: Bindings;
|
|
62
|
+
}
|
|
@@ -1,46 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export default Grid;
|
|
2
|
+
type Grid = SvelteComponent<$$__sveltets_2_PropsWithChildren<{
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
class?: string | undefined;
|
|
5
|
+
multiple?: boolean | undefined;
|
|
6
|
+
element?: HTMLElement | undefined;
|
|
7
|
+
clickToSelect?: boolean | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
default: {};
|
|
10
|
+
}>, {
|
|
11
|
+
change: CustomEvent<any>;
|
|
12
|
+
} & {
|
|
13
|
+
[evt: string]: CustomEvent<any>;
|
|
14
|
+
}, {
|
|
15
|
+
default: {};
|
|
16
|
+
}> & {
|
|
17
|
+
$$bindings?: string | undefined;
|
|
18
|
+
};
|
|
4
19
|
/**
|
|
5
20
|
* The interactive version of `<Table>`.
|
|
6
21
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
|
|
7
22
|
* @see https://w3c.github.io/aria/#grid
|
|
8
23
|
*/
|
|
9
|
-
|
|
24
|
+
declare const Grid: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
10
25
|
[x: string]: any;
|
|
11
26
|
class?: string | undefined;
|
|
12
27
|
multiple?: boolean | undefined;
|
|
13
28
|
element?: HTMLElement | undefined;
|
|
14
29
|
clickToSelect?: boolean | undefined;
|
|
15
30
|
}, {
|
|
31
|
+
default: {};
|
|
32
|
+
}>, {
|
|
16
33
|
change: CustomEvent<any>;
|
|
17
34
|
} & {
|
|
18
35
|
[evt: string]: CustomEvent<any>;
|
|
19
36
|
}, {
|
|
20
37
|
default: {};
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
38
|
+
}, {}, string>;
|
|
39
|
+
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
40
|
+
default: any;
|
|
41
|
+
} ? Props extends Record<string, never> ? any : {
|
|
42
|
+
children?: any;
|
|
43
|
+
} : {});
|
|
44
|
+
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> {
|
|
45
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
46
|
+
$$bindings?: Bindings;
|
|
47
|
+
} & Exports;
|
|
48
|
+
(internal: unknown, props: Props & {
|
|
49
|
+
$$events?: Events;
|
|
50
|
+
$$slots?: Slots;
|
|
51
|
+
}): Exports & {
|
|
52
|
+
$set?: any;
|
|
53
|
+
$on?: any;
|
|
34
54
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
} & {
|
|
38
|
-
[evt: string]: CustomEvent<any>;
|
|
39
|
-
};
|
|
40
|
-
slots: {
|
|
41
|
-
default: {};
|
|
42
|
-
};
|
|
43
|
-
exports?: undefined;
|
|
44
|
-
bindings?: undefined;
|
|
45
|
-
};
|
|
46
|
-
export {};
|
|
55
|
+
z_$$bindings?: Bindings;
|
|
56
|
+
}
|