@unsource/ui 2.0.6 → 2.0.7
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/module.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as Moment from 'jalali-moment';
|
|
2
|
-
import Ajv from 'ajv';
|
|
3
2
|
import type { CoinGateway, DiscountCode, Form, Transaction, Wallet } from '../types/models.js';
|
|
4
3
|
import type { Address, MetaData, SocketJoinObject } from '../types/app.js';
|
|
5
4
|
import type { RemovableRef } from '@vueuse/core';
|
|
@@ -10,7 +9,7 @@ export declare const moment: typeof Moment;
|
|
|
10
9
|
export declare const s2n: (string: string | number) => string;
|
|
11
10
|
export declare const sleep: (ms: any) => Promise<unknown>;
|
|
12
11
|
export declare const geoLink: (location: Location, isIos?: boolean) => string;
|
|
13
|
-
export declare const ajv:
|
|
12
|
+
export declare const ajv: any;
|
|
14
13
|
export declare const useComputedRoute: (route: any, key: any) => import("vue").WritableComputedRef<any, any>;
|
|
15
14
|
export declare const useComputedLodash: (value: any, keys: (string | number)[] | string) => import("vue").WritableComputedRef<any, any>;
|
|
16
15
|
export declare const KMapper: (num: any) => string;
|
|
@@ -18,11 +18,11 @@ import {
|
|
|
18
18
|
useState
|
|
19
19
|
} from "#imports";
|
|
20
20
|
import * as Moment from "jalali-moment";
|
|
21
|
-
import Ajv from "ajv";
|
|
21
|
+
import * as Ajv from "ajv";
|
|
22
22
|
import { io } from "socket.io-client";
|
|
23
23
|
import { digitsFaToEn, digitsArToEn } from "@persian-tools/persian-tools";
|
|
24
|
-
import Big from "big.js";
|
|
25
|
-
import Handlebars from "handlebars";
|
|
24
|
+
import * as Big from "big.js";
|
|
25
|
+
import * as Handlebars from "handlebars";
|
|
26
26
|
import { useToken, useUserId } from "./reuseable.js";
|
|
27
27
|
export const NESHAN_API_KEY = "service.23c2db7869bd44b986353729776b338c";
|
|
28
28
|
export const NESHAN_WEB_KEY = "web.698da9dc73764b18a38a4c5cc4f92320";
|