@xyo-network/os-react-runtime 7.2.0 → 7.2.1
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/browser/helpers/BridgeActivityHelper.d.ts +2 -4
- package/dist/browser/helpers/BridgeActivityHelper.d.ts.map +1 -1
- package/dist/browser/helpers/BrowserLocator.d.ts.map +1 -1
- package/dist/browser/helpers/widget/Caller.d.ts.map +1 -1
- package/dist/browser/index.mjs +2516 -2386
- package/dist/browser/index.mjs.map +1 -1
- package/dist/browser/modules/Dapp/Button/StyledComponents.d.ts +3 -3
- package/dist/browser/modules/Dapp/Button/StyledComponents.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/Button/StyledDappIconBuilder.d.ts +1 -1
- package/dist/browser/modules/Dapp/Button/StyledDappIconBuilder.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/Button/hooks/useLaunchPoint.d.ts +1 -1
- package/dist/browser/modules/Dapp/Button/hooks/useLaunchPoint.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/Button/lib/decomposeProps.d.ts +117 -117
- package/dist/browser/modules/Dapp/Page/Row.d.ts +1 -1
- package/dist/browser/modules/Dapp/Page/Row.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/SocialData.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/StyledListItems.d.ts +2 -2
- package/dist/browser/modules/Dapp/modules/Window/components/menu/StyledListItems.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.d.ts +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappInjectableParamsFromRoute.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/hooks/useSyncOsRegisteredAccessInterfaces.d.ts +1 -1
- package/dist/browser/modules/dapps/accounts/models/CreditCardInput.d.ts +3 -1
- package/dist/browser/modules/dapps/accounts/models/CreditCardInput.d.ts.map +1 -1
- package/dist/browser/modules/dapps/table/head/Schema.d.ts +3 -1
- package/dist/browser/modules/dapps/table/head/Schema.d.ts.map +1 -1
- package/dist/browser/modules/dapps/table/head/components/StyledTableRowHeader.d.ts +1 -1
- package/dist/browser/modules/dapps/table/head/components/StyledTableRowHeader.d.ts.map +1 -1
- package/dist/browser/modules/network/components/StyledLoadingIndicator.d.ts +1 -1
- package/dist/browser/modules/network/components/StyledLoadingIndicator.d.ts.map +1 -1
- package/dist/browser/modules/os/hooks/useDappContextCreator.d.ts +0 -1
- package/dist/browser/modules/os/hooks/useDappContextCreator.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/BarGraph/StyledLinearProgress.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/BarGraph/StyledLinearProgress.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Subtitle.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Subtitle.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Unit.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Unit.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Value.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Value.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Tables/BooleanTable.d.ts +4 -4
- package/dist/browser/modules/widgets/Types/Tables/BooleanTable.d.ts.map +1 -1
- package/dist/browser/settings/Theme/ThemeCssVars.d.ts +1 -1
- package/dist/browser/settings/Theme/ThemeCssVars.d.ts.map +1 -1
- package/package.json +54 -61
- package/src/helpers/BridgeActivityHelper.ts +4 -5
- package/src/helpers/BrowserLocator.ts +4 -3
- package/src/helpers/widget/Caller.tsx +4 -3
- package/src/modules/Dapp/Button/hooks/useLaunchPoint.tsx +1 -1
- package/src/modules/Dapp/modules/Window/components/menu/SocialData.tsx +1 -4
- package/src/modules/Dapp/modules/Window/components/menu/stories/DefaultData.tsx +1 -1
- package/src/modules/Dapp/modules/Window/hooks/menu/useDappMenuCaller.ts +1 -1
- package/src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappInjectableParamsFromRoute.tsx +1 -2
- package/src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappIntentRequest.tsx +1 -1
- package/src/modules/Dapp/modules/Window/hooks/useSyncOsRegisteredAccessInterfaces.tsx +1 -1
- package/src/modules/XyOsUi/lib/XyOsUi.ts +1 -1
- package/src/modules/dapps/accounts/models/CreditCardInput.ts +2 -2
- package/src/modules/dapps/table/head/Schema.ts +3 -1
- package/src/modules/intent/useDappIntentCaller.ts +1 -1
- package/src/modules/intent/useDappIntentListener.ts +1 -1
- package/src/modules/network/hooks/lib/createNetworkState.ts +1 -1
- package/src/modules/os/hooks/useDappContextCreator.ts +0 -1
- package/src/modules/os/hooks/useDappRegistrationResults.ts +1 -1
- package/src/modules/os/hooks/useOsSettingsCaller.ts +1 -1
- package/src/modules/stack/useStackReady.ts +2 -2
- package/src/settings/Theme/ThemeCssVars.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<(import("@xylabs/react-button").ButtonExProps & import("
|
|
1
|
+
export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<(import("@xylabs/react-button").ButtonExProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>) & {
|
|
2
2
|
iconBgBaseColor?: string;
|
|
3
3
|
}, {}, {}>;
|
|
4
|
-
export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import("
|
|
5
|
-
export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import("
|
|
4
|
+
export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
|
+
export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
6
|
//# sourceMappingURL=StyledComponents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyledComponents.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Button/StyledComponents.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,sBAAsB;sBAIf,MAAM;UA0BxB,CAAA;AAEF,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"StyledComponents.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Button/StyledComponents.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,sBAAsB;sBAIf,MAAM;UA0BxB,CAAA;AAEF,eAAO,MAAM,cAAc,yPAaxB,CAAA;AAEH,eAAO,MAAM,qBAAqB,yPAA8E,CAAA"}
|
|
@@ -2,5 +2,5 @@ import type { SvgIconComponent } from '@mui/icons-material';
|
|
|
2
2
|
export interface StyledDappIconBuilderProps {
|
|
3
3
|
iconSize?: number;
|
|
4
4
|
}
|
|
5
|
-
export declare const StyledDappIconBuilder: (DappIcon: SvgIconComponent) => import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").SVGProps<SVGSVGElement>, "classes" | "className" | "style" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("
|
|
5
|
+
export declare const StyledDappIconBuilder: (DappIcon: SvgIconComponent) => import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").SVGProps<SVGSVGElement>, "classes" | "className" | "style" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & StyledDappIconBuilderProps, {}, {}>;
|
|
6
6
|
//# sourceMappingURL=StyledDappIconBuilder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyledDappIconBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Button/StyledDappIconBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAI3D,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,qBAAqB,GAAI,UAAU,gBAAgB,
|
|
1
|
+
{"version":3,"file":"StyledDappIconBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Button/StyledDappIconBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAI3D,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,qBAAqB,GAAI,UAAU,gBAAgB,idAQ3D,CAAA"}
|
|
@@ -2,7 +2,7 @@ import type { RefObject } from 'react';
|
|
|
2
2
|
/**
|
|
3
3
|
* For a given element, determine the left and top distance from the edge of the viewport
|
|
4
4
|
* to the element's center
|
|
5
|
-
|
|
5
|
+
*/
|
|
6
6
|
export declare const useLaunchPoint: (spanRef: RefObject<HTMLSpanElement | null>) => {
|
|
7
7
|
left: number;
|
|
8
8
|
top: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLaunchPoint.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/Button/hooks/useLaunchPoint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC;;;
|
|
1
|
+
{"version":3,"file":"useLaunchPoint.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/Button/hooks/useLaunchPoint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,SAAS,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC;UAE/D,MAAM;SACP,MAAM;CAkBd,CAAA"}
|
|
@@ -20,7 +20,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
20
20
|
className?: string | undefined;
|
|
21
21
|
style?: import("react").CSSProperties | undefined;
|
|
22
22
|
children?: import("react").ReactNode;
|
|
23
|
-
variant?: import("
|
|
23
|
+
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
24
24
|
form?: string | undefined | undefined;
|
|
25
25
|
slot?: string | undefined | undefined;
|
|
26
26
|
title?: string | undefined | undefined;
|
|
@@ -57,7 +57,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
57
57
|
vocab?: string | undefined | undefined;
|
|
58
58
|
autoCorrect?: string | undefined | undefined;
|
|
59
59
|
autoSave?: string | undefined | undefined;
|
|
60
|
-
color?: import("
|
|
60
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
61
61
|
itemProp?: string | undefined | undefined;
|
|
62
62
|
itemScope?: boolean | undefined | undefined;
|
|
63
63
|
itemType?: string | undefined | undefined;
|
|
@@ -145,18 +145,18 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
145
145
|
onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
146
146
|
onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
147
147
|
onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
148
|
-
onChange?: import("react").
|
|
149
|
-
onChangeCapture?: import("react").
|
|
148
|
+
onChange?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
149
|
+
onChangeCapture?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
150
150
|
onBeforeInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
151
|
-
onBeforeInputCapture?: import("react").
|
|
152
|
-
onInput?: import("react").
|
|
153
|
-
onInputCapture?: import("react").
|
|
154
|
-
onReset?: import("react").
|
|
155
|
-
onResetCapture?: import("react").
|
|
156
|
-
onSubmit?: import("react").
|
|
157
|
-
onSubmitCapture?: import("react").
|
|
158
|
-
onInvalid?: import("react").
|
|
159
|
-
onInvalidCapture?: import("react").
|
|
151
|
+
onBeforeInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
152
|
+
onInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
153
|
+
onInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
154
|
+
onReset?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
155
|
+
onResetCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
156
|
+
onSubmit?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
157
|
+
onSubmitCapture?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
158
|
+
onInvalid?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
159
|
+
onInvalidCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
160
160
|
onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
161
161
|
onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
162
162
|
onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -312,7 +312,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
312
312
|
disableFocusRipple?: boolean | undefined;
|
|
313
313
|
loading?: boolean | null | undefined;
|
|
314
314
|
loadingIndicator?: import("react").ReactNode;
|
|
315
|
-
size?: import("
|
|
315
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
316
316
|
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
317
317
|
formEncType?: string | undefined | undefined;
|
|
318
318
|
formMethod?: string | undefined | undefined;
|
|
@@ -324,9 +324,9 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
324
324
|
fullWidth?: boolean | undefined;
|
|
325
325
|
loadingPosition?: "start" | "end" | "center" | undefined;
|
|
326
326
|
startIcon?: import("react").ReactNode;
|
|
327
|
-
alignContent?: import("
|
|
328
|
-
alignItems?: import("
|
|
329
|
-
alignSelf?: import("
|
|
327
|
+
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
328
|
+
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
329
|
+
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
330
330
|
bgcolor?: string;
|
|
331
331
|
border?: string;
|
|
332
332
|
borderColor?: string;
|
|
@@ -336,35 +336,35 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
336
336
|
flexShrink?: number;
|
|
337
337
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse";
|
|
338
338
|
height?: number | string;
|
|
339
|
-
justifyContent?: import("
|
|
340
|
-
justifyItems?: import("
|
|
341
|
-
justifySelf?: import("
|
|
342
|
-
margin?: import("
|
|
343
|
-
marginBottom?: import("
|
|
344
|
-
marginLeft?: import("
|
|
345
|
-
marginRight?: import("
|
|
346
|
-
marginTop?: import("
|
|
347
|
-
marginX?: import("
|
|
348
|
-
marginY?: import("
|
|
339
|
+
justifyContent?: import("@xylabs/react-shared").FlexValue;
|
|
340
|
+
justifyItems?: import("@xylabs/react-shared").FlexValue;
|
|
341
|
+
justifySelf?: import("@xylabs/react-shared").FlexValue;
|
|
342
|
+
margin?: import("@xylabs/react-shared").Margin;
|
|
343
|
+
marginBottom?: import("@xylabs/react-shared").Margin;
|
|
344
|
+
marginLeft?: import("@xylabs/react-shared").Margin;
|
|
345
|
+
marginRight?: import("@xylabs/react-shared").Margin;
|
|
346
|
+
marginTop?: import("@xylabs/react-shared").Margin;
|
|
347
|
+
marginX?: import("@xylabs/react-shared").Margin;
|
|
348
|
+
marginY?: import("@xylabs/react-shared").Margin;
|
|
349
349
|
minHeight?: number | string;
|
|
350
350
|
minWidth?: number | string;
|
|
351
|
-
padding?: import("
|
|
352
|
-
paddingBottom?: import("
|
|
353
|
-
paddingLeft?: import("
|
|
354
|
-
paddingRight?: import("
|
|
355
|
-
paddingTop?: import("
|
|
356
|
-
paddingX?: import("
|
|
357
|
-
paddingY?: import("
|
|
351
|
+
padding?: import("@xylabs/react-shared").Padding;
|
|
352
|
+
paddingBottom?: import("@xylabs/react-shared").Padding;
|
|
353
|
+
paddingLeft?: import("@xylabs/react-shared").Padding;
|
|
354
|
+
paddingRight?: import("@xylabs/react-shared").Padding;
|
|
355
|
+
paddingTop?: import("@xylabs/react-shared").Padding;
|
|
356
|
+
paddingX?: import("@xylabs/react-shared").Padding;
|
|
357
|
+
paddingY?: import("@xylabs/react-shared").Padding;
|
|
358
358
|
position?: "static" | "absolute" | "fixed" | "relative" | "sticky" | "initial" | "inherit";
|
|
359
359
|
width?: number | string;
|
|
360
360
|
busy?: boolean;
|
|
361
|
-
busyCircularProps?: import("
|
|
362
|
-
busyColor?: import("
|
|
363
|
-
busyLinearProps?: import("
|
|
361
|
+
busyCircularProps?: import("@xylabs/react-shared").BusyCircularProgressProps;
|
|
362
|
+
busyColor?: import("@xylabs/react-shared").MaterialUIThemeColor;
|
|
363
|
+
busyLinearProps?: import("@xylabs/react-shared").BusyLinearProgressProps;
|
|
364
364
|
busyMinimum?: number;
|
|
365
365
|
busyOpacity?: string | number;
|
|
366
366
|
busySize?: number;
|
|
367
|
-
busyVariant?: import("
|
|
367
|
+
busyVariant?: import("@xylabs/react-shared").BusyVariant;
|
|
368
368
|
href?: string;
|
|
369
369
|
to?: never;
|
|
370
370
|
toOptions?: never;
|
|
@@ -384,7 +384,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
384
384
|
className?: string | undefined;
|
|
385
385
|
style?: import("react").CSSProperties | undefined;
|
|
386
386
|
children?: import("react").ReactNode;
|
|
387
|
-
variant?: import("
|
|
387
|
+
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
388
388
|
form?: string | undefined | undefined;
|
|
389
389
|
slot?: string | undefined | undefined;
|
|
390
390
|
title?: string | undefined | undefined;
|
|
@@ -421,7 +421,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
421
421
|
vocab?: string | undefined | undefined;
|
|
422
422
|
autoCorrect?: string | undefined | undefined;
|
|
423
423
|
autoSave?: string | undefined | undefined;
|
|
424
|
-
color?: import("
|
|
424
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
425
425
|
itemProp?: string | undefined | undefined;
|
|
426
426
|
itemScope?: boolean | undefined | undefined;
|
|
427
427
|
itemType?: string | undefined | undefined;
|
|
@@ -509,18 +509,18 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
509
509
|
onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
510
510
|
onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
511
511
|
onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
512
|
-
onChange?: import("react").
|
|
513
|
-
onChangeCapture?: import("react").
|
|
512
|
+
onChange?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
513
|
+
onChangeCapture?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
514
514
|
onBeforeInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
515
|
-
onBeforeInputCapture?: import("react").
|
|
516
|
-
onInput?: import("react").
|
|
517
|
-
onInputCapture?: import("react").
|
|
518
|
-
onReset?: import("react").
|
|
519
|
-
onResetCapture?: import("react").
|
|
520
|
-
onSubmit?: import("react").
|
|
521
|
-
onSubmitCapture?: import("react").
|
|
522
|
-
onInvalid?: import("react").
|
|
523
|
-
onInvalidCapture?: import("react").
|
|
515
|
+
onBeforeInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
516
|
+
onInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
517
|
+
onInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
518
|
+
onReset?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
519
|
+
onResetCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
520
|
+
onSubmit?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
521
|
+
onSubmitCapture?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
522
|
+
onInvalid?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
523
|
+
onInvalidCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
524
524
|
onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
525
525
|
onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
526
526
|
onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -676,7 +676,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
676
676
|
disableFocusRipple?: boolean | undefined;
|
|
677
677
|
loading?: boolean | null | undefined;
|
|
678
678
|
loadingIndicator?: import("react").ReactNode;
|
|
679
|
-
size?: import("
|
|
679
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
680
680
|
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
681
681
|
formEncType?: string | undefined | undefined;
|
|
682
682
|
formMethod?: string | undefined | undefined;
|
|
@@ -688,9 +688,9 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
688
688
|
fullWidth?: boolean | undefined;
|
|
689
689
|
loadingPosition?: "start" | "end" | "center" | undefined;
|
|
690
690
|
startIcon?: import("react").ReactNode;
|
|
691
|
-
alignContent?: import("
|
|
692
|
-
alignItems?: import("
|
|
693
|
-
alignSelf?: import("
|
|
691
|
+
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
692
|
+
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
693
|
+
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
694
694
|
bgcolor?: string;
|
|
695
695
|
border?: string;
|
|
696
696
|
borderColor?: string;
|
|
@@ -700,38 +700,38 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
700
700
|
flexShrink?: number;
|
|
701
701
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse";
|
|
702
702
|
height?: number | string;
|
|
703
|
-
justifyContent?: import("
|
|
704
|
-
justifyItems?: import("
|
|
705
|
-
justifySelf?: import("
|
|
706
|
-
margin?: import("
|
|
707
|
-
marginBottom?: import("
|
|
708
|
-
marginLeft?: import("
|
|
709
|
-
marginRight?: import("
|
|
710
|
-
marginTop?: import("
|
|
711
|
-
marginX?: import("
|
|
712
|
-
marginY?: import("
|
|
703
|
+
justifyContent?: import("@xylabs/react-shared").FlexValue;
|
|
704
|
+
justifyItems?: import("@xylabs/react-shared").FlexValue;
|
|
705
|
+
justifySelf?: import("@xylabs/react-shared").FlexValue;
|
|
706
|
+
margin?: import("@xylabs/react-shared").Margin;
|
|
707
|
+
marginBottom?: import("@xylabs/react-shared").Margin;
|
|
708
|
+
marginLeft?: import("@xylabs/react-shared").Margin;
|
|
709
|
+
marginRight?: import("@xylabs/react-shared").Margin;
|
|
710
|
+
marginTop?: import("@xylabs/react-shared").Margin;
|
|
711
|
+
marginX?: import("@xylabs/react-shared").Margin;
|
|
712
|
+
marginY?: import("@xylabs/react-shared").Margin;
|
|
713
713
|
minHeight?: number | string;
|
|
714
714
|
minWidth?: number | string;
|
|
715
|
-
padding?: import("
|
|
716
|
-
paddingBottom?: import("
|
|
717
|
-
paddingLeft?: import("
|
|
718
|
-
paddingRight?: import("
|
|
719
|
-
paddingTop?: import("
|
|
720
|
-
paddingX?: import("
|
|
721
|
-
paddingY?: import("
|
|
715
|
+
padding?: import("@xylabs/react-shared").Padding;
|
|
716
|
+
paddingBottom?: import("@xylabs/react-shared").Padding;
|
|
717
|
+
paddingLeft?: import("@xylabs/react-shared").Padding;
|
|
718
|
+
paddingRight?: import("@xylabs/react-shared").Padding;
|
|
719
|
+
paddingTop?: import("@xylabs/react-shared").Padding;
|
|
720
|
+
paddingX?: import("@xylabs/react-shared").Padding;
|
|
721
|
+
paddingY?: import("@xylabs/react-shared").Padding;
|
|
722
722
|
position?: "static" | "absolute" | "fixed" | "relative" | "sticky" | "initial" | "inherit";
|
|
723
723
|
width?: number | string;
|
|
724
724
|
busy?: boolean;
|
|
725
|
-
busyCircularProps?: import("
|
|
726
|
-
busyColor?: import("
|
|
727
|
-
busyLinearProps?: import("
|
|
725
|
+
busyCircularProps?: import("@xylabs/react-shared").BusyCircularProgressProps;
|
|
726
|
+
busyColor?: import("@xylabs/react-shared").MaterialUIThemeColor;
|
|
727
|
+
busyLinearProps?: import("@xylabs/react-shared").BusyLinearProgressProps;
|
|
728
728
|
busyMinimum?: number;
|
|
729
729
|
busyOpacity?: string | number;
|
|
730
730
|
busySize?: number;
|
|
731
|
-
busyVariant?: import("
|
|
731
|
+
busyVariant?: import("@xylabs/react-shared").BusyVariant;
|
|
732
732
|
href?: never;
|
|
733
|
-
to?: import("react-router
|
|
734
|
-
toOptions?: import("react-router
|
|
733
|
+
to?: import("react-router").To;
|
|
734
|
+
toOptions?: import("react-router").NavigateOptions;
|
|
735
735
|
} | {
|
|
736
736
|
disableUserEvents?: boolean;
|
|
737
737
|
funnel?: string;
|
|
@@ -748,7 +748,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
748
748
|
className?: string | undefined;
|
|
749
749
|
style?: import("react").CSSProperties | undefined;
|
|
750
750
|
children?: import("react").ReactNode;
|
|
751
|
-
variant?: import("
|
|
751
|
+
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
752
752
|
form?: string | undefined | undefined;
|
|
753
753
|
slot?: string | undefined | undefined;
|
|
754
754
|
title?: string | undefined | undefined;
|
|
@@ -785,7 +785,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
785
785
|
vocab?: string | undefined | undefined;
|
|
786
786
|
autoCorrect?: string | undefined | undefined;
|
|
787
787
|
autoSave?: string | undefined | undefined;
|
|
788
|
-
color?: import("
|
|
788
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
789
789
|
itemProp?: string | undefined | undefined;
|
|
790
790
|
itemScope?: boolean | undefined | undefined;
|
|
791
791
|
itemType?: string | undefined | undefined;
|
|
@@ -873,18 +873,18 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
873
873
|
onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
874
874
|
onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
875
875
|
onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
876
|
-
onChange?: import("react").
|
|
877
|
-
onChangeCapture?: import("react").
|
|
876
|
+
onChange?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
877
|
+
onChangeCapture?: import("react").ChangeEventHandler<HTMLButtonElement, Element> | undefined;
|
|
878
878
|
onBeforeInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
879
|
-
onBeforeInputCapture?: import("react").
|
|
880
|
-
onInput?: import("react").
|
|
881
|
-
onInputCapture?: import("react").
|
|
882
|
-
onReset?: import("react").
|
|
883
|
-
onResetCapture?: import("react").
|
|
884
|
-
onSubmit?: import("react").
|
|
885
|
-
onSubmitCapture?: import("react").
|
|
886
|
-
onInvalid?: import("react").
|
|
887
|
-
onInvalidCapture?: import("react").
|
|
879
|
+
onBeforeInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
880
|
+
onInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
881
|
+
onInputCapture?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
|
|
882
|
+
onReset?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
883
|
+
onResetCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
884
|
+
onSubmit?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
885
|
+
onSubmitCapture?: import("react").SubmitEventHandler<HTMLButtonElement> | undefined;
|
|
886
|
+
onInvalid?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
887
|
+
onInvalidCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
888
888
|
onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
889
889
|
onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
890
890
|
onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1040,7 +1040,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
1040
1040
|
disableFocusRipple?: boolean | undefined;
|
|
1041
1041
|
loading?: boolean | null | undefined;
|
|
1042
1042
|
loadingIndicator?: import("react").ReactNode;
|
|
1043
|
-
size?: import("
|
|
1043
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
1044
1044
|
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
1045
1045
|
formEncType?: string | undefined | undefined;
|
|
1046
1046
|
formMethod?: string | undefined | undefined;
|
|
@@ -1052,9 +1052,9 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
1052
1052
|
fullWidth?: boolean | undefined;
|
|
1053
1053
|
loadingPosition?: "start" | "end" | "center" | undefined;
|
|
1054
1054
|
startIcon?: import("react").ReactNode;
|
|
1055
|
-
alignContent?: import("
|
|
1056
|
-
alignItems?: import("
|
|
1057
|
-
alignSelf?: import("
|
|
1055
|
+
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
1056
|
+
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
1057
|
+
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
1058
1058
|
bgcolor?: string;
|
|
1059
1059
|
border?: string;
|
|
1060
1060
|
borderColor?: string;
|
|
@@ -1064,39 +1064,39 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
1064
1064
|
flexShrink?: number;
|
|
1065
1065
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse";
|
|
1066
1066
|
height?: number | string;
|
|
1067
|
-
justifyContent?: import("
|
|
1068
|
-
justifyItems?: import("
|
|
1069
|
-
justifySelf?: import("
|
|
1070
|
-
margin?: import("
|
|
1071
|
-
marginBottom?: import("
|
|
1072
|
-
marginLeft?: import("
|
|
1073
|
-
marginRight?: import("
|
|
1074
|
-
marginTop?: import("
|
|
1075
|
-
marginX?: import("
|
|
1076
|
-
marginY?: import("
|
|
1067
|
+
justifyContent?: import("@xylabs/react-shared").FlexValue;
|
|
1068
|
+
justifyItems?: import("@xylabs/react-shared").FlexValue;
|
|
1069
|
+
justifySelf?: import("@xylabs/react-shared").FlexValue;
|
|
1070
|
+
margin?: import("@xylabs/react-shared").Margin;
|
|
1071
|
+
marginBottom?: import("@xylabs/react-shared").Margin;
|
|
1072
|
+
marginLeft?: import("@xylabs/react-shared").Margin;
|
|
1073
|
+
marginRight?: import("@xylabs/react-shared").Margin;
|
|
1074
|
+
marginTop?: import("@xylabs/react-shared").Margin;
|
|
1075
|
+
marginX?: import("@xylabs/react-shared").Margin;
|
|
1076
|
+
marginY?: import("@xylabs/react-shared").Margin;
|
|
1077
1077
|
minHeight?: number | string;
|
|
1078
1078
|
minWidth?: number | string;
|
|
1079
|
-
padding?: import("
|
|
1080
|
-
paddingBottom?: import("
|
|
1081
|
-
paddingLeft?: import("
|
|
1082
|
-
paddingRight?: import("
|
|
1083
|
-
paddingTop?: import("
|
|
1084
|
-
paddingX?: import("
|
|
1085
|
-
paddingY?: import("
|
|
1079
|
+
padding?: import("@xylabs/react-shared").Padding;
|
|
1080
|
+
paddingBottom?: import("@xylabs/react-shared").Padding;
|
|
1081
|
+
paddingLeft?: import("@xylabs/react-shared").Padding;
|
|
1082
|
+
paddingRight?: import("@xylabs/react-shared").Padding;
|
|
1083
|
+
paddingTop?: import("@xylabs/react-shared").Padding;
|
|
1084
|
+
paddingX?: import("@xylabs/react-shared").Padding;
|
|
1085
|
+
paddingY?: import("@xylabs/react-shared").Padding;
|
|
1086
1086
|
position?: "static" | "absolute" | "fixed" | "relative" | "sticky" | "initial" | "inherit";
|
|
1087
1087
|
width?: number | string;
|
|
1088
1088
|
busy?: boolean;
|
|
1089
|
-
busyCircularProps?: import("
|
|
1090
|
-
busyColor?: import("
|
|
1091
|
-
busyLinearProps?: import("
|
|
1089
|
+
busyCircularProps?: import("@xylabs/react-shared").BusyCircularProgressProps;
|
|
1090
|
+
busyColor?: import("@xylabs/react-shared").MaterialUIThemeColor;
|
|
1091
|
+
busyLinearProps?: import("@xylabs/react-shared").BusyLinearProgressProps;
|
|
1092
1092
|
busyMinimum?: number;
|
|
1093
1093
|
busyOpacity?: string | number;
|
|
1094
1094
|
busySize?: number;
|
|
1095
|
-
busyVariant?: import("
|
|
1095
|
+
busyVariant?: import("@xylabs/react-shared").BusyVariant;
|
|
1096
1096
|
href?: never;
|
|
1097
1097
|
to?: never;
|
|
1098
1098
|
toOptions?: never;
|
|
1099
1099
|
};
|
|
1100
|
-
sx: import("@mui/
|
|
1100
|
+
sx: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1101
1101
|
};
|
|
1102
1102
|
//# sourceMappingURL=decomposeProps.d.ts.map
|
|
@@ -10,5 +10,5 @@ export interface DappsRowProps {
|
|
|
10
10
|
xnsNodeUrl: string | undefined;
|
|
11
11
|
}
|
|
12
12
|
export declare const DappsRow: React.FC<DappsRowProps>;
|
|
13
|
-
export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import("
|
|
13
|
+
export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
|
|
14
14
|
//# sourceMappingURL=Row.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Page/Row.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AACzE,OAAO,KAAkB,MAAM,OAAO,CAAA;AAMtC,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,UAAU,CAAA;IAC1B,WAAW,EAAE,gBAAgB,CAAA;IAC7B,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAA;IAC7C,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;CAC/B;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAsC5C,CAAA;AAED,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Dapp/Page/Row.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AACzE,OAAO,KAAkB,MAAM,OAAO,CAAA;AAMtC,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,UAAU,CAAA;IAC1B,WAAW,EAAE,gBAAgB,CAAA;IAC7B,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAA;IAC7C,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;CAC/B;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAsC5C,CAAA;AAED,eAAO,MAAM,mBAAmB,ySAQ7B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialData.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/Dapp/modules/Window/components/menu/SocialData.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"SocialData.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/Dapp/modules/Window/components/menu/SocialData.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,UAAU,oBAAoB;IAC5B,IAAI,EAAE,SAAS,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACb;AAED,eAAO,MAAM,eAAe,EAAE,oBAAoB,EAuDjD,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import("
|
|
2
|
-
export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "dense" | "divider" | "disableGutters" | "selected"> & import("
|
|
1
|
+
export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
2
|
+
export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "dense" | "divider" | "disableGutters" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
3
3
|
active?: boolean;
|
|
4
4
|
}, {}, {}>;
|
|
5
5
|
//# sourceMappingURL=StyledListItems.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyledListItems.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/Dapp/modules/Window/components/menu/StyledListItems.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"StyledListItems.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/Dapp/modules/Window/components/menu/StyledListItems.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,qVAIhC,CAAA;AAEH,eAAO,MAAM,oBAAoB;aACtB,OAAO;UAyBhB,CAAA"}
|
package/dist/browser/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const StorybookEntry: Meta;
|
|
3
|
-
declare const Default: import("
|
|
3
|
+
declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../Drawer.tsx").DappMenuDrawerProps>;
|
|
4
4
|
export { Default };
|
|
5
5
|
export default StorybookEntry;
|
|
6
6
|
//# sourceMappingURL=Drawer.stories.d.ts.map
|
package/dist/browser/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;AAS1D,QAAA,MAAM,cAAc,EAAE,IAIrB,CAAA;AAWD,QAAA,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"Drawer.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/modules/Dapp/modules/Window/components/menu/stories/Drawer.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;AAS1D,QAAA,MAAM,cAAc,EAAE,IAIrB,CAAA;AAWD,QAAA,MAAM,OAAO,0IAAoB,CAAA;AASjC,OAAO,EAAE,OAAO,EAAE,CAAA;AAElB,eAAe,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useManageDappInjectableParamsFromRoute.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappInjectableParamsFromRoute.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useManageDappInjectableParamsFromRoute.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappInjectableParamsFromRoute.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAkC,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxF,6FAA6F;AAC7F,eAAO,MAAM,sCAAsC,GAAI,UAAU,WAAW,GAAG,IAAI,0BA6ClF,CAAA"}
|
package/dist/browser/modules/Dapp/modules/Window/hooks/useSyncOsRegisteredAccessInterfaces.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { XyOsContext } from '@xyo-network/os-model';
|
|
2
2
|
/**
|
|
3
3
|
* Syncs the registered access interfaces from the Os with the DappArchivist
|
|
4
|
-
* @param
|
|
4
|
+
* @param dappNode The dapp node
|
|
5
5
|
*/
|
|
6
6
|
export declare const useSyncOsRegisteredAccessInterfaces: (context?: XyOsContext | null) => void;
|
|
7
7
|
//# sourceMappingURL=useSyncOsRegisteredAccessInterfaces.d.ts.map
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
export declare const CreditCardInputSchema: "network.xyo.credit.card.input"
|
|
2
|
+
export declare const CreditCardInputSchema: "network.xyo.credit.card.input" & {
|
|
3
|
+
readonly __schema: true;
|
|
4
|
+
};
|
|
3
5
|
export type CreditCardInputSchema = typeof CreditCardInputSchema;
|
|
4
6
|
export type CreditCardInputFields = {
|
|
5
7
|
cardNumber: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreditCardInput.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/dapps/accounts/models/CreditCardInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"CreditCardInput.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/dapps/accounts/models/CreditCardInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,eAAO,MAAM,qBAAqB;;CAAkD,CAAA;AACpF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA;AAEhE,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,EAAE,MAAM,CAAA;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAA;AAEnF,eAAO,MAAM,iBAAiB,8CAAgE,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const TableHeadCellSchema: "network.xyo.table.cell.head"
|
|
1
|
+
export declare const TableHeadCellSchema: "network.xyo.table.cell.head" & {
|
|
2
|
+
readonly __schema: true;
|
|
3
|
+
};
|
|
2
4
|
export type TableHeadCellSchema = typeof TableHeadCellSchema;
|
|
3
5
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/dapps/table/head/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/dapps/table/head/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;CAAgD,CAAA;AAChF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAA"}
|