Skip to content

Commit

Permalink
Merge branch 'master' into deploy-vuu
Browse files Browse the repository at this point in the history
  • Loading branch information
bhabgs authored Sep 30, 2021
2 parents 53e7b07 + ba1c08b commit 5d2912d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/vitevuu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitevuu",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "lib/index.js",
"types": "./lib/types/*",
Expand Down
6 changes: 6 additions & 0 deletions package/vitevuu/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import axios, { instance } from './axios';
import checkUser from './checkUser';
import { getAllQuery, getQueryString } from './getQuery';
import { deepCopy, decodeUnicode, encodeUnicode, guid, platForm } from './base';
import tp from './tp';
import tpu from './tp/ut';

const _default = {
axios,
Expand All @@ -22,6 +24,8 @@ const _default = {
decodeUnicode,
encodeUnicode,
guid,
tp,
tpu,
};

export {
Expand All @@ -35,6 +39,8 @@ export {
decodeUnicode,
encodeUnicode,
guid,
tp,
tpu,
};

export default _default;
2 changes: 1 addition & 1 deletion package/vitevuu/src/tp/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { DataModel, graph, List, deserializeCallBack } from 'ht';

interface TPINIT {
export interface TPINIT {
callBack: deserializeCallBack | undefined;
json: string;
zoomable?: boolean;
Expand Down
8 changes: 8 additions & 0 deletions package/vitevuu/src/tp/ut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ export {
getTcMcArr,
getValByTcMc,
};

export default {
compunted,
computedTrue,
computedPercentage,
getTcMcArr,
getValByTcMc,
};

0 comments on commit 5d2912d

Please sign in to comment.