@dappworks/kit 0.4.214 → 0.4.216
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/aiem.mjs +2 -2
- package/dist/{chunk-BE2I23U2.mjs → chunk-2HNXZE3X.mjs} +2 -2
- package/dist/{chunk-L6XS2K2K.mjs → chunk-GT4R5SDI.mjs} +2 -2
- package/dist/{chunk-3TBJNCTQ.mjs → chunk-NPQ7GCFM.mjs} +2 -2
- package/dist/{chunk-274FDVNP.mjs → chunk-QA3E2PJT.mjs} +2 -2
- package/dist/chunk-R4SQKVDQ.mjs +35 -0
- package/dist/{chunk-BUAUKNNF.mjs → chunk-YA2N6ERR.mjs} +4 -4
- package/dist/dev.mjs +2 -2
- package/dist/experimental.mjs +1 -1
- package/dist/form.mjs +2 -2
- package/dist/index.mjs +1 -1
- package/dist/inspector.mjs +1 -1
- package/dist/jsontable.mjs +4 -4
- package/dist/metrics.mjs +4 -4
- package/dist/plugins.mjs +4 -4
- package/dist/ui.mjs +3 -3
- package/dist/utils.mjs +1 -1
- package/dist/wallet.d.mts +2 -1
- package/dist/wallet.mjs +20 -1290
- package/dist/wallet.mjs.map +1 -1
- package/package.json +3 -2
- package/dist/chunk-2EXDWOHY.mjs +0 -58
- /package/dist/{chunk-BE2I23U2.mjs.map → chunk-2HNXZE3X.mjs.map} +0 -0
- /package/dist/{chunk-L6XS2K2K.mjs.map → chunk-GT4R5SDI.mjs.map} +0 -0
- /package/dist/{chunk-3TBJNCTQ.mjs.map → chunk-NPQ7GCFM.mjs.map} +0 -0
- /package/dist/{chunk-274FDVNP.mjs.map → chunk-QA3E2PJT.mjs.map} +0 -0
- /package/dist/{chunk-2EXDWOHY.mjs.map → chunk-R4SQKVDQ.mjs.map} +0 -0
- /package/dist/{chunk-BUAUKNNF.mjs.map → chunk-YA2N6ERR.mjs.map} +0 -0
package/dist/aiem.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { AIem, Cache, Fields } from './chunk-
|
|
1
|
+
export { AIem, Cache, Fields } from './chunk-NPQ7GCFM.mjs';
|
|
2
2
|
import './chunk-7MDKCI65.mjs';
|
|
3
3
|
import './chunk-R4N52NI2.mjs';
|
|
4
4
|
import './chunk-K7LFG5BA.mjs';
|
|
5
|
-
import './chunk-
|
|
5
|
+
import './chunk-R4SQKVDQ.mjs';
|
|
6
6
|
//# sourceMappingURL=out.js.map
|
|
7
7
|
//# sourceMappingURL=aiem.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __spreadValues } from './chunk-
|
|
1
|
+
import { __spreadValues } from './chunk-R4SQKVDQ.mjs';
|
|
2
2
|
|
|
3
3
|
// ../../node_modules/clsx/dist/clsx.m.js
|
|
4
4
|
function r(e) {
|
|
@@ -2511,4 +2511,4 @@ function cn(...inputs) {
|
|
|
2511
2511
|
|
|
2512
2512
|
export { cn };
|
|
2513
2513
|
//# sourceMappingURL=out.js.map
|
|
2514
|
-
//# sourceMappingURL=chunk-
|
|
2514
|
+
//# sourceMappingURL=chunk-2HNXZE3X.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getStyle } from './chunk-K73JTEJQ.mjs';
|
|
2
2
|
import { useStore, rootStore } from './chunk-XSGTWROT.mjs';
|
|
3
|
-
import { __spreadValues, __spreadProps } from './chunk-
|
|
3
|
+
import { __spreadValues, __spreadProps } from './chunk-R4SQKVDQ.mjs';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { makeAutoObservable } from 'mobx';
|
|
6
6
|
import { Modal, ModalContent, ModalHeader, ModalBody } from '@nextui-org/react';
|
|
@@ -73,4 +73,4 @@ var DialogStore = class _DialogStore {
|
|
|
73
73
|
|
|
74
74
|
export { DialogStore };
|
|
75
75
|
//# sourceMappingURL=out.js.map
|
|
76
|
-
//# sourceMappingURL=chunk-
|
|
76
|
+
//# sourceMappingURL=chunk-GT4R5SDI.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { helper } from './chunk-R4N52NI2.mjs';
|
|
2
|
-
import { __spreadProps, __spreadValues, __objRest } from './chunk-
|
|
2
|
+
import { __spreadProps, __spreadValues, __objRest } from './chunk-R4SQKVDQ.mjs';
|
|
3
3
|
import { createPublicClient, http, getContract, encodeFunctionData } from 'viem';
|
|
4
4
|
import { iotexTestnet, mainnet, iotex, bsc, polygon } from 'viem/chains';
|
|
5
5
|
import TTLCache from '@isaacs/ttlcache';
|
|
@@ -443,4 +443,4 @@ var AIem = _AIem;
|
|
|
443
443
|
|
|
444
444
|
export { AIem, Cache, Fields };
|
|
445
445
|
//# sourceMappingURL=out.js.map
|
|
446
|
-
//# sourceMappingURL=chunk-
|
|
446
|
+
//# sourceMappingURL=chunk-NPQ7GCFM.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cn } from './chunk-
|
|
1
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
2
2
|
import { Skeleton } from '@nextui-org/react';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
@@ -26,4 +26,4 @@ var SkeletonBox = ({
|
|
|
26
26
|
|
|
27
27
|
export { SkeletonBox };
|
|
28
28
|
//# sourceMappingURL=out.js.map
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-QA3E2PJT.mjs.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
var __objRest = (source, exclude) => {
|
|
21
|
+
var target = {};
|
|
22
|
+
for (var prop in source)
|
|
23
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
24
|
+
target[prop] = source[prop];
|
|
25
|
+
if (source != null && __getOwnPropSymbols)
|
|
26
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
27
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
}
|
|
30
|
+
return target;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { __objRest, __spreadProps, __spreadValues };
|
|
34
|
+
//# sourceMappingURL=out.js.map
|
|
35
|
+
//# sourceMappingURL=chunk-R4SQKVDQ.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PaginationState } from './chunk-ONVPCAMQ.mjs';
|
|
2
|
-
import { SkeletonBox } from './chunk-
|
|
2
|
+
import { SkeletonBox } from './chunk-QA3E2PJT.mjs';
|
|
3
3
|
import { _ } from './chunk-K7LFG5BA.mjs';
|
|
4
|
-
import { cn } from './chunk-
|
|
5
|
-
import { __objRest, __spreadValues, __spreadProps } from './chunk-
|
|
4
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
5
|
+
import { __objRest, __spreadValues, __spreadProps } from './chunk-R4SQKVDQ.mjs';
|
|
6
6
|
import * as React2 from 'react';
|
|
7
7
|
import React2__default, { useRef, useEffect, useState, useMemo } from 'react';
|
|
8
8
|
import { Pagination, Spinner, Card, Divider } from '@nextui-org/react';
|
|
@@ -918,4 +918,4 @@ function CollapseBodyRow({
|
|
|
918
918
|
|
|
919
919
|
export { JSONTable };
|
|
920
920
|
//# sourceMappingURL=out.js.map
|
|
921
|
-
//# sourceMappingURL=chunk-
|
|
921
|
+
//# sourceMappingURL=chunk-YA2N6ERR.mjs.map
|
package/dist/dev.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { helper } from './chunk-R4N52NI2.mjs';
|
|
2
2
|
import { _ } from './chunk-K7LFG5BA.mjs';
|
|
3
|
-
import { cn } from './chunk-
|
|
4
|
-
import { __objRest, __spreadProps, __spreadValues } from './chunk-
|
|
3
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
4
|
+
import { __objRest, __spreadProps, __spreadValues } from './chunk-R4SQKVDQ.mjs';
|
|
5
5
|
import * as React3 from 'react';
|
|
6
6
|
import React3__default, { useMemo, useRef } from 'react';
|
|
7
7
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
package/dist/experimental.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { PromiseState } from './chunk-2QK7O5HJ.mjs';
|
|
|
2
2
|
import './chunk-IMOLRP7I.mjs';
|
|
3
3
|
import { RootStore } from './chunk-XSGTWROT.mjs';
|
|
4
4
|
import { _ } from './chunk-K7LFG5BA.mjs';
|
|
5
|
-
import { __objRest, __spreadValues, __spreadProps } from './chunk-
|
|
5
|
+
import { __objRest, __spreadValues, __spreadProps } from './chunk-R4SQKVDQ.mjs';
|
|
6
6
|
import React2 from 'react';
|
|
7
7
|
import { makeAutoObservable, toJS, observable } from 'mobx';
|
|
8
8
|
import axios from 'axios';
|
package/dist/form.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { getStyle } from './chunk-K73JTEJQ.mjs';
|
|
|
2
2
|
import { useStore, RootStore } from './chunk-XSGTWROT.mjs';
|
|
3
3
|
import { helper } from './chunk-R4N52NI2.mjs';
|
|
4
4
|
import { _ } from './chunk-K7LFG5BA.mjs';
|
|
5
|
-
import { cn } from './chunk-
|
|
6
|
-
import { __objRest, __spreadValues, __spreadProps } from './chunk-
|
|
5
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
6
|
+
import { __objRest, __spreadValues, __spreadProps } from './chunk-R4SQKVDQ.mjs';
|
|
7
7
|
import React7, { useEffect, useMemo, useState, useRef, useCallback, createRef } from 'react';
|
|
8
8
|
import { Modal, ModalContent, ModalHeader, ModalBody, Checkbox, Input, Select, SelectItem, Button, Textarea, DatePicker, Chip, Card, Tabs, Tab } from '@nextui-org/react';
|
|
9
9
|
import { Check, ChevronUp, ChevronDown } from 'lucide-react';
|
package/dist/index.mjs
CHANGED
|
@@ -5,6 +5,6 @@ export { RootStore, rootStore, useStore } from './chunk-XSGTWROT.mjs';
|
|
|
5
5
|
import './chunk-R4N52NI2.mjs';
|
|
6
6
|
export { PaginationState } from './chunk-ONVPCAMQ.mjs';
|
|
7
7
|
import './chunk-K7LFG5BA.mjs';
|
|
8
|
-
import './chunk-
|
|
8
|
+
import './chunk-R4SQKVDQ.mjs';
|
|
9
9
|
//# sourceMappingURL=out.js.map
|
|
10
10
|
//# sourceMappingURL=index.mjs.map
|
package/dist/inspector.mjs
CHANGED
package/dist/jsontable.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { JSONTable } from './chunk-
|
|
1
|
+
export { JSONTable } from './chunk-YA2N6ERR.mjs';
|
|
2
2
|
import './chunk-ONVPCAMQ.mjs';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-QA3E2PJT.mjs';
|
|
4
4
|
import './chunk-K7LFG5BA.mjs';
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
5
|
+
import './chunk-2HNXZE3X.mjs';
|
|
6
|
+
import './chunk-R4SQKVDQ.mjs';
|
|
7
7
|
//# sourceMappingURL=out.js.map
|
|
8
8
|
//# sourceMappingURL=jsontable.mjs.map
|
package/dist/metrics.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { JSONTable } from './chunk-
|
|
1
|
+
import { JSONTable } from './chunk-YA2N6ERR.mjs';
|
|
2
2
|
import './chunk-ONVPCAMQ.mjs';
|
|
3
|
-
import { SkeletonBox } from './chunk-
|
|
3
|
+
import { SkeletonBox } from './chunk-QA3E2PJT.mjs';
|
|
4
4
|
import './chunk-K7LFG5BA.mjs';
|
|
5
|
-
import { cn } from './chunk-
|
|
6
|
-
import { __spreadValues } from './chunk-
|
|
5
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
6
|
+
import { __spreadValues } from './chunk-R4SQKVDQ.mjs';
|
|
7
7
|
import React8 from 'react';
|
|
8
8
|
import { Grid, Col, BarChart, LineChart, AreaChart, DonutChart, Text } from '@tremor/react';
|
|
9
9
|
import { Card } from '@nextui-org/react';
|
package/dist/plugins.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { DialogStore } from './chunk-
|
|
2
|
-
export { DialogStore } from './chunk-
|
|
1
|
+
import { DialogStore } from './chunk-GT4R5SDI.mjs';
|
|
2
|
+
export { DialogStore } from './chunk-GT4R5SDI.mjs';
|
|
3
3
|
import { ToastPlugin } from './chunk-IMOLRP7I.mjs';
|
|
4
4
|
export { ToastPlugin } from './chunk-IMOLRP7I.mjs';
|
|
5
5
|
import { getStyle } from './chunk-K73JTEJQ.mjs';
|
|
6
6
|
import { useStore, RootStore } from './chunk-XSGTWROT.mjs';
|
|
7
7
|
import './chunk-K7LFG5BA.mjs';
|
|
8
|
-
import { cn } from './chunk-
|
|
9
|
-
import { __spreadProps, __spreadValues } from './chunk-
|
|
8
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
9
|
+
import { __spreadProps, __spreadValues } from './chunk-R4SQKVDQ.mjs';
|
|
10
10
|
import { makeAutoObservable, makeObservable } from 'mobx';
|
|
11
11
|
import React3 from 'react';
|
|
12
12
|
import { observer } from 'mobx-react-lite';
|
package/dist/ui.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { SkeletonBox } from './chunk-
|
|
2
|
-
import { cn } from './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
export { SkeletonBox } from './chunk-QA3E2PJT.mjs';
|
|
2
|
+
import { cn } from './chunk-2HNXZE3X.mjs';
|
|
3
|
+
import './chunk-R4SQKVDQ.mjs';
|
|
4
4
|
import React, { useState, useEffect } from 'react';
|
|
5
5
|
import { Card } from '@nextui-org/react';
|
|
6
6
|
import copyToClipboard from 'copy-to-clipboard';
|
package/dist/utils.mjs
CHANGED
package/dist/wallet.d.mts
CHANGED
|
@@ -48,7 +48,7 @@ declare class WalletStore implements Store {
|
|
|
48
48
|
autoObservable: boolean;
|
|
49
49
|
account: `0x${string}`;
|
|
50
50
|
isSuccessDialogOpen: boolean;
|
|
51
|
-
isInSafeApp: boolean;
|
|
51
|
+
get isInSafeApp(): boolean;
|
|
52
52
|
isConnect: boolean;
|
|
53
53
|
walletClient: WalletClient;
|
|
54
54
|
event: EventEmitter<[never]>;
|
|
@@ -167,6 +167,7 @@ declare class WalletConfigStore implements Store {
|
|
|
167
167
|
updateTicker: number;
|
|
168
168
|
walletUpdateTick: number;
|
|
169
169
|
isConnect: boolean;
|
|
170
|
+
isInSafeApp: boolean;
|
|
170
171
|
compatibleMode: boolean;
|
|
171
172
|
constructor(args: Partial<WalletConfigStore>);
|
|
172
173
|
set(params: Partial<WalletConfigStore>): void;
|