@xyd-js/framework 0.1.0-xyd.3 → 0.1.0-xyd.4
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.json +4 -4
- package/dist/hydration.d.mts +0 -11
- package/dist/hydration.d.ts +0 -11
- package/dist/hydration.js +0 -271
- package/dist/hydration.js.map +0 -1
- package/dist/hydration.mjs +0 -245
- package/dist/hydration.mjs.map +0 -1
- package/dist/index.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -18
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/react.d.mts +0 -32
- package/dist/react.d.ts +0 -32
- package/dist/react.js +0 -1981
- package/dist/react.js.map +0 -1
- package/dist/react.mjs +0 -1938
- package/dist/react.mjs.map +0 -1
- package/dist/sidebar-Dwf54qYp.d.mts +0 -15
- package/dist/sidebar-Dwf54qYp.d.ts +0 -15
package/dist/react.d.mts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import * as _xyd_js_core from '@xyd-js/core';
|
|
3
|
-
import { Settings } from '@xyd-js/core';
|
|
4
|
-
import { ITOC, IBreadcrumb, INavLinks } from '@xyd-js/ui';
|
|
5
|
-
import { F as FwSidebarGroupProps } from './sidebar-Dwf54qYp.mjs';
|
|
6
|
-
|
|
7
|
-
declare function FwNav({ kind }: {
|
|
8
|
-
kind?: "middle";
|
|
9
|
-
}): React.JSX.Element;
|
|
10
|
-
declare function FwSubNav(): React.JSX.Element | null;
|
|
11
|
-
interface FwSidebarGroupsProps {
|
|
12
|
-
onePathBehaviour?: boolean;
|
|
13
|
-
clientSideRouting?: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare function FwSidebarGroups(props: FwSidebarGroupsProps): React.JSX.Element;
|
|
16
|
-
declare function FwToc(): React.JSX.Element | null;
|
|
17
|
-
declare function FwBreadcrumbs(): React.JSX.Element;
|
|
18
|
-
declare function FwNavLinks(): React.JSX.Element | null;
|
|
19
|
-
|
|
20
|
-
interface FrameworkProps {
|
|
21
|
-
children: React.ReactNode;
|
|
22
|
-
settings: Settings;
|
|
23
|
-
sidebarGroups: FwSidebarGroupProps[];
|
|
24
|
-
toc?: ITOC[];
|
|
25
|
-
breadcrumbs?: IBreadcrumb[];
|
|
26
|
-
navlinks?: INavLinks;
|
|
27
|
-
}
|
|
28
|
-
declare function Framework(props: FrameworkProps): React.JSX.Element;
|
|
29
|
-
|
|
30
|
-
declare function useMatchedSubNav(): _xyd_js_core.SubHeader | null;
|
|
31
|
-
|
|
32
|
-
export { Framework, type FrameworkProps, FwBreadcrumbs, FwNav, FwNavLinks, FwSidebarGroupProps, FwSidebarGroups, type FwSidebarGroupsProps, FwSubNav, FwToc, useMatchedSubNav };
|
package/dist/react.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import * as _xyd_js_core from '@xyd-js/core';
|
|
3
|
-
import { Settings } from '@xyd-js/core';
|
|
4
|
-
import { ITOC, IBreadcrumb, INavLinks } from '@xyd-js/ui';
|
|
5
|
-
import { F as FwSidebarGroupProps } from './sidebar-Dwf54qYp.js';
|
|
6
|
-
|
|
7
|
-
declare function FwNav({ kind }: {
|
|
8
|
-
kind?: "middle";
|
|
9
|
-
}): React.JSX.Element;
|
|
10
|
-
declare function FwSubNav(): React.JSX.Element | null;
|
|
11
|
-
interface FwSidebarGroupsProps {
|
|
12
|
-
onePathBehaviour?: boolean;
|
|
13
|
-
clientSideRouting?: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare function FwSidebarGroups(props: FwSidebarGroupsProps): React.JSX.Element;
|
|
16
|
-
declare function FwToc(): React.JSX.Element | null;
|
|
17
|
-
declare function FwBreadcrumbs(): React.JSX.Element;
|
|
18
|
-
declare function FwNavLinks(): React.JSX.Element | null;
|
|
19
|
-
|
|
20
|
-
interface FrameworkProps {
|
|
21
|
-
children: React.ReactNode;
|
|
22
|
-
settings: Settings;
|
|
23
|
-
sidebarGroups: FwSidebarGroupProps[];
|
|
24
|
-
toc?: ITOC[];
|
|
25
|
-
breadcrumbs?: IBreadcrumb[];
|
|
26
|
-
navlinks?: INavLinks;
|
|
27
|
-
}
|
|
28
|
-
declare function Framework(props: FrameworkProps): React.JSX.Element;
|
|
29
|
-
|
|
30
|
-
declare function useMatchedSubNav(): _xyd_js_core.SubHeader | null;
|
|
31
|
-
|
|
32
|
-
export { Framework, type FrameworkProps, FwBreadcrumbs, FwNav, FwNavLinks, FwSidebarGroupProps, FwSidebarGroups, type FwSidebarGroupsProps, FwSubNav, FwToc, useMatchedSubNav };
|