@canton-network/core-wallet-ui-components 0.26.0 → 0.27.0
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/components/wallets-sync.d.ts +1 -2
- package/dist/components/wallets-sync.d.ts.map +1 -1
- package/dist/index.cjs +24 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +316 -325
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { BaseElement } from '../internal/base-element';
|
|
2
|
-
import UserApiClient
|
|
2
|
+
import UserApiClient from '@canton-network/core-wallet-user-rpc-client';
|
|
3
3
|
export declare class WgWalletsSync extends BaseElement {
|
|
4
4
|
static styles: import("lit").CSSResultGroup[];
|
|
5
|
-
wallets: Wallet[];
|
|
6
5
|
client: UserApiClient | null;
|
|
7
6
|
accessor isSyncNeeded: boolean;
|
|
8
7
|
accessor isSyncing: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wallets-sync.d.ts","sourceRoot":"","sources":["../../src/components/wallets-sync.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,OAAO,aAAa,
|
|
1
|
+
{"version":3,"file":"wallets-sync.d.ts","sourceRoot":"","sources":["../../src/components/wallets-sync.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,OAAO,aAAa,MAAM,6CAA6C,CAAA;AAIvE,qBACa,aAAc,SAAQ,WAAW;IAC1C,MAAM,CAAC,MAAM,iCA6EZ;IAE+B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAO;IAE1D,QAAQ,CAAC,YAAY,UAAQ;IAC7B,QAAQ,CAAC,SAAS,UAAQ;IAEnC,iBAAiB,IAAI,IAAI;YAKX,qBAAqB;IAcnC,WAAW,sBA6BV;IAED,SAAS,CAAC,MAAM;CAqCnB"}
|