@xyd-js/framework 0.1.0-xyd.12 → 0.1.0-xyd.14
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 +7 -16
- 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 -8
- package/dist/index.d.ts +0 -8
- 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 -694
- package/dist/react.js.map +0 -1
- package/dist/react.mjs +0 -651
- 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/index.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
|
|
15
|
-
// src/index.ts
|
|
16
|
-
var src_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(src_exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export type * from \"./types\";"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
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 };
|