@xyo-network/react-module 2.63.1 → 2.64.0-rc.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.
- package/dist/ModuleRenderProps.d.mts.map +1 -0
- package/dist/ModuleRenderProps.d.ts +7 -0
- package/dist/ModuleRenderProps.d.ts.map +1 -0
- package/dist/components/Card/Diviner/Card.d.mts.map +1 -0
- package/dist/components/Card/Diviner/Card.d.ts +6 -0
- package/dist/components/Card/Diviner/Card.d.ts.map +1 -0
- package/dist/components/Card/Diviner/Card.stories.d.mts +105 -0
- package/dist/components/Card/Diviner/Card.stories.d.mts.map +1 -0
- package/dist/components/Card/Diviner/Card.stories.d.ts +105 -0
- package/dist/components/Card/Diviner/Card.stories.d.ts.map +1 -0
- package/dist/components/Card/Diviner/CardActions.d.mts.map +1 -0
- package/dist/components/Card/Diviner/CardActions.d.ts +6 -0
- package/dist/components/Card/Diviner/CardActions.d.ts.map +1 -0
- package/dist/components/Card/Diviner/CardContent.d.mts.map +1 -0
- package/dist/components/Card/Diviner/CardContent.d.ts +6 -0
- package/dist/components/Card/Diviner/CardContent.d.ts.map +1 -0
- package/dist/components/Card/Diviner/CardHeader.d.mts.map +1 -0
- package/dist/components/Card/Diviner/CardHeader.d.ts +6 -0
- package/dist/components/Card/Diviner/CardHeader.d.ts.map +1 -0
- package/dist/components/Card/Diviner/index.d.mts.map +1 -0
- package/dist/{esm/components/Card/Diviner/index.js → components/Card/Diviner/index.d.ts} +1 -1
- package/dist/components/Card/Diviner/index.d.ts.map +1 -0
- package/dist/components/Card/Module/Card.d.mts.map +1 -0
- package/dist/components/Card/Module/Card.d.ts +5 -0
- package/dist/components/Card/Module/Card.d.ts.map +1 -0
- package/dist/components/Card/Module/Card.stories.d.mts +100 -0
- package/dist/components/Card/Module/Card.stories.d.mts.map +1 -0
- package/dist/components/Card/Module/Card.stories.d.ts +100 -0
- package/dist/components/Card/Module/Card.stories.d.ts.map +1 -0
- package/dist/components/Card/Module/CardActions.d.mts.map +1 -0
- package/dist/components/Card/Module/CardActions.d.ts +5 -0
- package/dist/components/Card/Module/CardActions.d.ts.map +1 -0
- package/dist/components/Card/Module/CardContent.d.mts.map +1 -0
- package/dist/components/Card/Module/CardContent.d.ts +5 -0
- package/dist/components/Card/Module/CardContent.d.ts.map +1 -0
- package/dist/components/Card/Module/CardHeader.d.mts.map +1 -0
- package/dist/components/Card/Module/CardHeader.d.ts +5 -0
- package/dist/components/Card/Module/CardHeader.d.ts.map +1 -0
- package/dist/components/Card/Module/components/DiscoverDialog.d.mts.map +1 -0
- package/dist/components/Card/Module/components/DiscoverDialog.d.ts +9 -0
- package/dist/components/Card/Module/components/DiscoverDialog.d.ts.map +1 -0
- package/dist/components/Card/Module/components/index.d.mts.map +1 -0
- package/dist/components/Card/Module/components/index.d.ts +2 -0
- package/dist/components/Card/Module/components/index.d.ts.map +1 -0
- package/dist/components/Card/Module/index.d.mts.map +1 -0
- package/dist/{esm/components/Card/Module/index.js → components/Card/Module/index.d.ts} +1 -1
- package/dist/components/Card/Module/index.d.ts.map +1 -0
- package/dist/components/Card/index.d.mts.map +1 -0
- package/dist/{esm/components/Card/index.js → components/Card/index.d.ts} +1 -1
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/DetailsBox.d.mts.map +1 -0
- package/dist/components/DetailsBox.d.ts +5 -0
- package/dist/components/DetailsBox.d.ts.map +1 -0
- package/dist/components/DetailsBox.stories.d.mts +179 -0
- package/dist/components/DetailsBox.stories.d.mts.map +1 -0
- package/dist/components/DetailsBox.stories.d.ts +179 -0
- package/dist/components/DetailsBox.stories.d.ts.map +1 -0
- package/dist/components/TableCell.d.mts.map +1 -0
- package/dist/components/TableCell.d.ts +5 -0
- package/dist/components/TableCell.d.ts.map +1 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
- package/dist/components/index.d.ts.map +1 -0
- package/dist/hooks/index.d.mts.map +1 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useRefresh.d.mts.map +1 -0
- package/dist/hooks/useRefresh.d.ts +4 -0
- package/dist/hooks/useRefresh.d.ts.map +1 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/{esm/index.js → index.d.ts} +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +214 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +178 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +36 -27
- package/dist/cjs/ModuleRenderProps.js +0 -3
- package/dist/cjs/ModuleRenderProps.js.map +0 -1
- package/dist/cjs/components/Card/Diviner/Card.js +0 -15
- package/dist/cjs/components/Card/Diviner/Card.js.map +0 -1
- package/dist/cjs/components/Card/Diviner/CardActions.js +0 -10
- package/dist/cjs/components/Card/Diviner/CardActions.js.map +0 -1
- package/dist/cjs/components/Card/Diviner/CardContent.js +0 -12
- package/dist/cjs/components/Card/Diviner/CardContent.js.map +0 -1
- package/dist/cjs/components/Card/Diviner/CardHeader.js +0 -13
- package/dist/cjs/components/Card/Diviner/CardHeader.js.map +0 -1
- package/dist/cjs/components/Card/Diviner/index.js +0 -7
- package/dist/cjs/components/Card/Diviner/index.js.map +0 -1
- package/dist/cjs/components/Card/Module/Card.js +0 -15
- package/dist/cjs/components/Card/Module/Card.js.map +0 -1
- package/dist/cjs/components/Card/Module/CardActions.js +0 -18
- package/dist/cjs/components/Card/Module/CardActions.js.map +0 -1
- package/dist/cjs/components/Card/Module/CardContent.js +0 -12
- package/dist/cjs/components/Card/Module/CardContent.js.map +0 -1
- package/dist/cjs/components/Card/Module/CardHeader.js +0 -23
- package/dist/cjs/components/Card/Module/CardHeader.js.map +0 -1
- package/dist/cjs/components/Card/Module/components/DiscoverDialog.js +0 -17
- package/dist/cjs/components/Card/Module/components/DiscoverDialog.js.map +0 -1
- package/dist/cjs/components/Card/Module/components/index.js +0 -5
- package/dist/cjs/components/Card/Module/components/index.js.map +0 -1
- package/dist/cjs/components/Card/Module/index.js +0 -8
- package/dist/cjs/components/Card/Module/index.js.map +0 -1
- package/dist/cjs/components/Card/index.js +0 -6
- package/dist/cjs/components/Card/index.js.map +0 -1
- package/dist/cjs/components/DetailsBox.js +0 -31
- package/dist/cjs/components/DetailsBox.js.map +0 -1
- package/dist/cjs/components/TableCell.js +0 -14
- package/dist/cjs/components/TableCell.js.map +0 -1
- package/dist/cjs/components/index.js +0 -7
- package/dist/cjs/components/index.js.map +0 -1
- package/dist/cjs/hooks/index.js +0 -5
- package/dist/cjs/hooks/index.js.map +0 -1
- package/dist/cjs/hooks/useRefresh.js +0 -18
- package/dist/cjs/hooks/useRefresh.js.map +0 -1
- package/dist/cjs/index.js +0 -7
- package/dist/cjs/index.js.map +0 -1
- package/dist/docs.json +0 -2921
- package/dist/esm/ModuleRenderProps.js +0 -2
- package/dist/esm/ModuleRenderProps.js.map +0 -1
- package/dist/esm/components/Card/Diviner/Card.js +0 -9
- package/dist/esm/components/Card/Diviner/Card.js.map +0 -1
- package/dist/esm/components/Card/Diviner/CardActions.js +0 -6
- package/dist/esm/components/Card/Diviner/CardActions.js.map +0 -1
- package/dist/esm/components/Card/Diviner/CardContent.js +0 -6
- package/dist/esm/components/Card/Diviner/CardContent.js.map +0 -1
- package/dist/esm/components/Card/Diviner/CardHeader.js +0 -6
- package/dist/esm/components/Card/Diviner/CardHeader.js.map +0 -1
- package/dist/esm/components/Card/Diviner/index.js.map +0 -1
- package/dist/esm/components/Card/Module/Card.js +0 -9
- package/dist/esm/components/Card/Module/Card.js.map +0 -1
- package/dist/esm/components/Card/Module/CardActions.js +0 -12
- package/dist/esm/components/Card/Module/CardActions.js.map +0 -1
- package/dist/esm/components/Card/Module/CardContent.js +0 -6
- package/dist/esm/components/Card/Module/CardContent.js.map +0 -1
- package/dist/esm/components/Card/Module/CardHeader.js +0 -15
- package/dist/esm/components/Card/Module/CardHeader.js.map +0 -1
- package/dist/esm/components/Card/Module/components/DiscoverDialog.js +0 -11
- package/dist/esm/components/Card/Module/components/DiscoverDialog.js.map +0 -1
- package/dist/esm/components/Card/Module/components/index.js +0 -2
- package/dist/esm/components/Card/Module/components/index.js.map +0 -1
- package/dist/esm/components/Card/Module/index.js.map +0 -1
- package/dist/esm/components/Card/index.js.map +0 -1
- package/dist/esm/components/DetailsBox.js +0 -24
- package/dist/esm/components/DetailsBox.js.map +0 -1
- package/dist/esm/components/TableCell.js +0 -8
- package/dist/esm/components/TableCell.js.map +0 -1
- package/dist/esm/components/index.js.map +0 -1
- package/dist/esm/hooks/index.js +0 -2
- package/dist/esm/hooks/index.js.map +0 -1
- package/dist/esm/hooks/useRefresh.js +0 -14
- package/dist/esm/hooks/useRefresh.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/types/ModuleRenderProps.d.ts.map +0 -1
- package/dist/types/components/Card/Diviner/Card.d.ts.map +0 -1
- package/dist/types/components/Card/Diviner/CardActions.d.ts.map +0 -1
- package/dist/types/components/Card/Diviner/CardContent.d.ts.map +0 -1
- package/dist/types/components/Card/Diviner/CardHeader.d.ts.map +0 -1
- package/dist/types/components/Card/Diviner/index.d.ts.map +0 -1
- package/dist/types/components/Card/Module/Card.d.ts.map +0 -1
- package/dist/types/components/Card/Module/CardActions.d.ts.map +0 -1
- package/dist/types/components/Card/Module/CardContent.d.ts.map +0 -1
- package/dist/types/components/Card/Module/CardHeader.d.ts.map +0 -1
- package/dist/types/components/Card/Module/components/DiscoverDialog.d.ts.map +0 -1
- package/dist/types/components/Card/Module/components/index.d.ts.map +0 -1
- package/dist/types/components/Card/Module/index.d.ts.map +0 -1
- package/dist/types/components/Card/index.d.ts.map +0 -1
- package/dist/types/components/DetailsBox.d.ts.map +0 -1
- package/dist/types/components/TableCell.d.ts.map +0 -1
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/hooks/index.d.ts.map +0 -1
- package/dist/types/hooks/useRefresh.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- /package/dist/{types/ModuleRenderProps.d.ts → ModuleRenderProps.d.mts} +0 -0
- /package/dist/{types/components/Card/Diviner/Card.d.ts → components/Card/Diviner/Card.d.mts} +0 -0
- /package/dist/{types/components/Card/Diviner/CardActions.d.ts → components/Card/Diviner/CardActions.d.mts} +0 -0
- /package/dist/{types/components/Card/Diviner/CardContent.d.ts → components/Card/Diviner/CardContent.d.mts} +0 -0
- /package/dist/{types/components/Card/Diviner/CardHeader.d.ts → components/Card/Diviner/CardHeader.d.mts} +0 -0
- /package/dist/{types/components/Card/Diviner/index.d.ts → components/Card/Diviner/index.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/Card.d.ts → components/Card/Module/Card.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/CardActions.d.ts → components/Card/Module/CardActions.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/CardContent.d.ts → components/Card/Module/CardContent.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/CardHeader.d.ts → components/Card/Module/CardHeader.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/components/DiscoverDialog.d.ts → components/Card/Module/components/DiscoverDialog.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/components/index.d.ts → components/Card/Module/components/index.d.mts} +0 -0
- /package/dist/{types/components/Card/Module/index.d.ts → components/Card/Module/index.d.mts} +0 -0
- /package/dist/{types/components/Card/index.d.ts → components/Card/index.d.mts} +0 -0
- /package/dist/{types/components/DetailsBox.d.ts → components/DetailsBox.d.mts} +0 -0
- /package/dist/{types/components/TableCell.d.ts → components/TableCell.d.mts} +0 -0
- /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
- /package/dist/{types/hooks/index.d.ts → hooks/index.d.mts} +0 -0
- /package/dist/{types/hooks/useRefresh.d.ts → hooks/useRefresh.d.mts} +0 -0
- /package/dist/{types/index.d.ts → index.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Card/Module/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Module/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Module/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetailsBox.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,YAAY,EAAoB,MAAM,uBAAuB,CAAA;AAKtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAMxD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,YAAY,CA0BvE,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
3
|
+
import { ModuleRenderProps } from '../ModuleRenderProps';
|
|
4
|
+
export declare const ModuleDetailsBox: React.FC<ModuleRenderProps & FlexBoxProps>;
|
|
5
|
+
//# sourceMappingURL=DetailsBox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetailsBox.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,YAAY,EAAoB,MAAM,uBAAuB,CAAA;AAKtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAMxD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,YAAY,CA0BvE,CAAA"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
3
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
4
|
+
accountDerivationPath?: string | undefined;
|
|
5
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
6
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
+
readonly name?: string | undefined;
|
|
8
|
+
readonly paging?: Record<string, {
|
|
9
|
+
size?: number | undefined;
|
|
10
|
+
}> | undefined;
|
|
11
|
+
readonly security?: {
|
|
12
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
13
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
14
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
} | undefined;
|
|
16
|
+
readonly sign?: boolean | undefined;
|
|
17
|
+
readonly storeQueries?: boolean | undefined;
|
|
18
|
+
readonly timestamp?: boolean | undefined;
|
|
19
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
|
+
accountDerivationPath?: string | undefined;
|
|
21
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
22
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
|
+
readonly name?: string | undefined;
|
|
24
|
+
readonly paging?: Record<string, {
|
|
25
|
+
size?: number | undefined;
|
|
26
|
+
}> | undefined;
|
|
27
|
+
readonly security?: {
|
|
28
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
29
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
30
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
readonly sign?: boolean | undefined;
|
|
33
|
+
readonly storeQueries?: boolean | undefined;
|
|
34
|
+
readonly timestamp?: boolean | undefined;
|
|
35
|
+
} & {
|
|
36
|
+
schema: "network.xyo.module.config";
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: string;
|
|
39
|
+
}, "schema"> & {
|
|
40
|
+
schema: string;
|
|
41
|
+
};
|
|
42
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
43
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
44
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
45
|
+
declare const NodeDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
48
|
+
accountDerivationPath?: string | undefined;
|
|
49
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
50
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
51
|
+
readonly name?: string | undefined;
|
|
52
|
+
readonly paging?: Record<string, {
|
|
53
|
+
size?: number | undefined;
|
|
54
|
+
}> | undefined;
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
64
|
+
accountDerivationPath?: string | undefined;
|
|
65
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
66
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
67
|
+
readonly name?: string | undefined;
|
|
68
|
+
readonly paging?: Record<string, {
|
|
69
|
+
size?: number | undefined;
|
|
70
|
+
}> | undefined;
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
} & {
|
|
80
|
+
schema: "network.xyo.module.config";
|
|
81
|
+
}, "schema"> & {
|
|
82
|
+
schema: string;
|
|
83
|
+
}, "schema"> & {
|
|
84
|
+
schema: string;
|
|
85
|
+
};
|
|
86
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
88
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
89
|
+
declare const ArchivistDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
90
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
92
|
+
accountDerivationPath?: string | undefined;
|
|
93
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
94
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
95
|
+
readonly name?: string | undefined;
|
|
96
|
+
readonly paging?: Record<string, {
|
|
97
|
+
size?: number | undefined;
|
|
98
|
+
}> | undefined;
|
|
99
|
+
readonly security?: {
|
|
100
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
101
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
102
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
103
|
+
} | undefined;
|
|
104
|
+
readonly sign?: boolean | undefined;
|
|
105
|
+
readonly storeQueries?: boolean | undefined;
|
|
106
|
+
readonly timestamp?: boolean | undefined;
|
|
107
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
108
|
+
accountDerivationPath?: string | undefined;
|
|
109
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
110
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
111
|
+
readonly name?: string | undefined;
|
|
112
|
+
readonly paging?: Record<string, {
|
|
113
|
+
size?: number | undefined;
|
|
114
|
+
}> | undefined;
|
|
115
|
+
readonly security?: {
|
|
116
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
119
|
+
} | undefined;
|
|
120
|
+
readonly sign?: boolean | undefined;
|
|
121
|
+
readonly storeQueries?: boolean | undefined;
|
|
122
|
+
readonly timestamp?: boolean | undefined;
|
|
123
|
+
} & {
|
|
124
|
+
schema: "network.xyo.module.config";
|
|
125
|
+
}, "schema"> & {
|
|
126
|
+
schema: string;
|
|
127
|
+
}, "schema"> & {
|
|
128
|
+
schema: string;
|
|
129
|
+
};
|
|
130
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
131
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
132
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
133
|
+
declare const DivinerDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
134
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
136
|
+
accountDerivationPath?: string | undefined;
|
|
137
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
138
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
139
|
+
readonly name?: string | undefined;
|
|
140
|
+
readonly paging?: Record<string, {
|
|
141
|
+
size?: number | undefined;
|
|
142
|
+
}> | undefined;
|
|
143
|
+
readonly security?: {
|
|
144
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
145
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
146
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
readonly sign?: boolean | undefined;
|
|
149
|
+
readonly storeQueries?: boolean | undefined;
|
|
150
|
+
readonly timestamp?: boolean | undefined;
|
|
151
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
152
|
+
accountDerivationPath?: string | undefined;
|
|
153
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
154
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
155
|
+
readonly name?: string | undefined;
|
|
156
|
+
readonly paging?: Record<string, {
|
|
157
|
+
size?: number | undefined;
|
|
158
|
+
}> | undefined;
|
|
159
|
+
readonly security?: {
|
|
160
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
161
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
162
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
readonly sign?: boolean | undefined;
|
|
165
|
+
readonly storeQueries?: boolean | undefined;
|
|
166
|
+
readonly timestamp?: boolean | undefined;
|
|
167
|
+
} & {
|
|
168
|
+
schema: "network.xyo.module.config";
|
|
169
|
+
}, "schema"> & {
|
|
170
|
+
schema: string;
|
|
171
|
+
}, "schema"> & {
|
|
172
|
+
schema: string;
|
|
173
|
+
};
|
|
174
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
175
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
176
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
177
|
+
export { ArchivistDetails, DivinerDetails, NodeDetails };
|
|
178
|
+
export default StorybookEntry;
|
|
179
|
+
//# sourceMappingURL=DetailsBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetailsBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.stories.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHASc,CAAA;AAqBlC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAAwB,CAAA;AAsBzC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA6B,CAAA;AAsBnD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA2B,CAAA;AAG/C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,CAAA;AAGxD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
3
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
4
|
+
accountDerivationPath?: string | undefined;
|
|
5
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
6
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
+
readonly name?: string | undefined;
|
|
8
|
+
readonly paging?: Record<string, {
|
|
9
|
+
size?: number | undefined;
|
|
10
|
+
}> | undefined;
|
|
11
|
+
readonly security?: {
|
|
12
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
13
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
14
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
} | undefined;
|
|
16
|
+
readonly sign?: boolean | undefined;
|
|
17
|
+
readonly storeQueries?: boolean | undefined;
|
|
18
|
+
readonly timestamp?: boolean | undefined;
|
|
19
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
|
+
accountDerivationPath?: string | undefined;
|
|
21
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
22
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
|
+
readonly name?: string | undefined;
|
|
24
|
+
readonly paging?: Record<string, {
|
|
25
|
+
size?: number | undefined;
|
|
26
|
+
}> | undefined;
|
|
27
|
+
readonly security?: {
|
|
28
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
29
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
30
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
readonly sign?: boolean | undefined;
|
|
33
|
+
readonly storeQueries?: boolean | undefined;
|
|
34
|
+
readonly timestamp?: boolean | undefined;
|
|
35
|
+
} & {
|
|
36
|
+
schema: "network.xyo.module.config";
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: string;
|
|
39
|
+
}, "schema"> & {
|
|
40
|
+
schema: string;
|
|
41
|
+
};
|
|
42
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
43
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
44
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
45
|
+
declare const NodeDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
48
|
+
accountDerivationPath?: string | undefined;
|
|
49
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
50
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
51
|
+
readonly name?: string | undefined;
|
|
52
|
+
readonly paging?: Record<string, {
|
|
53
|
+
size?: number | undefined;
|
|
54
|
+
}> | undefined;
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
64
|
+
accountDerivationPath?: string | undefined;
|
|
65
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
66
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
67
|
+
readonly name?: string | undefined;
|
|
68
|
+
readonly paging?: Record<string, {
|
|
69
|
+
size?: number | undefined;
|
|
70
|
+
}> | undefined;
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
} & {
|
|
80
|
+
schema: "network.xyo.module.config";
|
|
81
|
+
}, "schema"> & {
|
|
82
|
+
schema: string;
|
|
83
|
+
}, "schema"> & {
|
|
84
|
+
schema: string;
|
|
85
|
+
};
|
|
86
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
88
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
89
|
+
declare const ArchivistDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
90
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
92
|
+
accountDerivationPath?: string | undefined;
|
|
93
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
94
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
95
|
+
readonly name?: string | undefined;
|
|
96
|
+
readonly paging?: Record<string, {
|
|
97
|
+
size?: number | undefined;
|
|
98
|
+
}> | undefined;
|
|
99
|
+
readonly security?: {
|
|
100
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
101
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
102
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
103
|
+
} | undefined;
|
|
104
|
+
readonly sign?: boolean | undefined;
|
|
105
|
+
readonly storeQueries?: boolean | undefined;
|
|
106
|
+
readonly timestamp?: boolean | undefined;
|
|
107
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
108
|
+
accountDerivationPath?: string | undefined;
|
|
109
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
110
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
111
|
+
readonly name?: string | undefined;
|
|
112
|
+
readonly paging?: Record<string, {
|
|
113
|
+
size?: number | undefined;
|
|
114
|
+
}> | undefined;
|
|
115
|
+
readonly security?: {
|
|
116
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
119
|
+
} | undefined;
|
|
120
|
+
readonly sign?: boolean | undefined;
|
|
121
|
+
readonly storeQueries?: boolean | undefined;
|
|
122
|
+
readonly timestamp?: boolean | undefined;
|
|
123
|
+
} & {
|
|
124
|
+
schema: "network.xyo.module.config";
|
|
125
|
+
}, "schema"> & {
|
|
126
|
+
schema: string;
|
|
127
|
+
}, "schema"> & {
|
|
128
|
+
schema: string;
|
|
129
|
+
};
|
|
130
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
131
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
132
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
133
|
+
declare const DivinerDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
134
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
136
|
+
accountDerivationPath?: string | undefined;
|
|
137
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
138
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
139
|
+
readonly name?: string | undefined;
|
|
140
|
+
readonly paging?: Record<string, {
|
|
141
|
+
size?: number | undefined;
|
|
142
|
+
}> | undefined;
|
|
143
|
+
readonly security?: {
|
|
144
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
145
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
146
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
readonly sign?: boolean | undefined;
|
|
149
|
+
readonly storeQueries?: boolean | undefined;
|
|
150
|
+
readonly timestamp?: boolean | undefined;
|
|
151
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
152
|
+
accountDerivationPath?: string | undefined;
|
|
153
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
154
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
155
|
+
readonly name?: string | undefined;
|
|
156
|
+
readonly paging?: Record<string, {
|
|
157
|
+
size?: number | undefined;
|
|
158
|
+
}> | undefined;
|
|
159
|
+
readonly security?: {
|
|
160
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
161
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
162
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
readonly sign?: boolean | undefined;
|
|
165
|
+
readonly storeQueries?: boolean | undefined;
|
|
166
|
+
readonly timestamp?: boolean | undefined;
|
|
167
|
+
} & {
|
|
168
|
+
schema: "network.xyo.module.config";
|
|
169
|
+
}, "schema"> & {
|
|
170
|
+
schema: string;
|
|
171
|
+
}, "schema"> & {
|
|
172
|
+
schema: string;
|
|
173
|
+
};
|
|
174
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
175
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
176
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
177
|
+
export { ArchivistDetails, DivinerDetails, NodeDetails };
|
|
178
|
+
export default StorybookEntry;
|
|
179
|
+
//# sourceMappingURL=DetailsBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetailsBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.stories.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHASc,CAAA;AAqBlC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAAwB,CAAA;AAsBzC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA6B,CAAA;AAsBnD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA2B,CAAA;AAG/C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,CAAA;AAGxD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../src/components/TableCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,eAAe,CAAA;AAIzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,cAAc,CAOxE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../src/components/TableCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,eAAe,CAAA;AAIzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,cAAc,CAOxE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRefresh.d.ts","sourceRoot":"","sources":["../../src/hooks/useRefresh.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,MAAM,MAAM,CAAA;AAC1C,MAAM,MAAM,eAAe,GAAG,MAAM,IAAI,CAAA;AAExC,eAAO,MAAM,UAAU,QAAO,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAWtE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRefresh.d.ts","sourceRoot":"","sources":["../../src/hooks/useRefresh.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,MAAM,MAAM,CAAA;AAC1C,MAAM,MAAM,eAAe,GAAG,MAAM,IAAI,CAAA;AAExC,eAAO,MAAM,UAAU,QAAO,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAWtE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}
|