@jctrans-materials/comps-vue2 1.0.42-beta.4 → 1.0.42-beta.6
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/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +11 -7
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { initSharedConfig };
|
|
|
6
6
|
export * from './plugin';
|
|
7
7
|
export * from './gio';
|
|
8
8
|
export type { SharedConfig };
|
|
9
|
-
export declare const ApplyDataDialog: any, ChineseCompanySearch: any, JcSearch: any, GlobalModal: any, JcCarrierSearch: any, AirCarrierSearch: any, SeaCarrierSearch: any, AirLineSearch: any, SeaLineSearch: any, JcMSearch: any, JcLoginDialog: any, GoogleInput: any, JcFloatWrapper: any;
|
|
9
|
+
export declare const ApplyDataDialog: any, ChineseCompanySearch: any, JcSearch: any, GlobalModal: any, JcCarrierSearch: any, AirCarrierSearch: any, SeaCarrierSearch: any, AirLineSearch: any, SeaLineSearch: any, JcMSearch: any, JcLoginDialog: any, GoogleInput: any, JcFloatWrapper: any, ChangePasswordDialog: any, ForgetPasswordDialog: any;
|
|
10
10
|
interface JcUIPluginOptions {
|
|
11
11
|
sharedConfig?: Partial<SharedConfig>;
|
|
12
12
|
tracking?: TrackConfig;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref as M, computed as q, onMounted as Nn, onBeforeUnmount as Ui, defineComponent as Le, toRef as xr, watch as Ne, reactive as Rt, onUnmounted as qc, getCurrentInstance as Fs, nextTick as Kc } from "vue-demi";
|
|
2
2
|
import { locationSearchV2 as Pt, reportNewTypeDataApi as Gi, slideGetApi as g0, slideCheckApi as m0, setTokenAll as kt, getAuthSessionItems as Ge, getSessionHeaderValue as dn, getProjectId as hn, loginByFacebookApi as v0, loginByLinkedinApi as y0, validateAccountExistApi as Zc, findListByMobileEmailApi as $c, validateCompanyApi as A0, sendLoginCodeCustomizedApi as C0, changePwdApi as w0, getCompanyOptionApi as b0, getIsEn as E0, resetPasswordApi as eu, getMEVCodeApi as tu, checkAccountExistsFPApi as nu, emitter as Dn, MODAL_ACTION as Rn, resetAuthSessionItems as Tr, registerThirdPartyCustomizedApi as Fi, registerCustomizedApi as Sc, Encrypt as Nr, getLocalIpDataApi as Hs, findPAreaCodeApi as kn, findDictApi as Ms, inviteJoinGetCompApi as ru, sendEmailCodeApi as nr, sendMobileCodeApi as rr, getAppId as Rs, completeJoinCompanyRedirectApi as I0, completeCompRedirectApi as B0, getUserInfoApi as S0, bindThirdPartyByPwdApi as x0, bindThirdPartyByCodeApi as P0, getFirstDomain as xc, loginApi as Pc, loginByEmailOrMobileCodeApi as D0, loginPwdBindWechatApi as R0, loginCodeBindWechatApi as k0, getLoginQrCode as T0, setAuthSessionItems as Dc, loginByQrCode as Rc, resetGioSessionItems as N0, setRememberMe as L0, getRememberAccount as O0, Decrypt as F0, tracker as H0, getOrCreateClientId as M0, normalizeClickPageAttrs as iu, initSharedConfig as j0 } from "@jctrans-materials/shared";
|
|
3
|
-
import { MODAL_ACTION as
|
|
3
|
+
import { MODAL_ACTION as Dw, emitter as Rw, initSharedConfig as kw } from "@jctrans-materials/shared";
|
|
4
4
|
import js, { Message as ne, Input as pn, Option as ir, Select as ar, Col as kc, Row as Tc, Checkbox as Lr, Button as At, FormItem as Wt, Form as qt, Dialog as Or, RadioButton as zi, RadioGroup as _i, MessageBox as ks } from "jctrans-ui";
|
|
5
5
|
import Pr, { MD5 as qn } from "crypto-js";
|
|
6
6
|
import Kt from "js-cookie";
|
|
@@ -11656,10 +11656,12 @@ const {
|
|
|
11656
11656
|
JcMSearch: Cw,
|
|
11657
11657
|
JcLoginDialog: ww,
|
|
11658
11658
|
GoogleInput: bw,
|
|
11659
|
-
JcFloatWrapper: Ew
|
|
11659
|
+
JcFloatWrapper: Ew,
|
|
11660
|
+
ChangePasswordDialog: Iw,
|
|
11661
|
+
ForgetPasswordDialog: Bw
|
|
11660
11662
|
} = Ji;
|
|
11661
11663
|
let Wc = !1;
|
|
11662
|
-
const
|
|
11664
|
+
const Sw = {
|
|
11663
11665
|
/**
|
|
11664
11666
|
* Vue 2 插件安装方法
|
|
11665
11667
|
*/
|
|
@@ -11673,7 +11675,9 @@ export {
|
|
|
11673
11675
|
mw as AirCarrierSearch,
|
|
11674
11676
|
yw as AirLineSearch,
|
|
11675
11677
|
fw as ApplyDataDialog,
|
|
11678
|
+
Iw as ChangePasswordDialog,
|
|
11676
11679
|
dw as ChineseCompanySearch,
|
|
11680
|
+
Bw as ForgetPasswordDialog,
|
|
11677
11681
|
pw as GlobalModal,
|
|
11678
11682
|
bw as GoogleInput,
|
|
11679
11683
|
gw as JcCarrierSearch,
|
|
@@ -11681,12 +11685,12 @@ export {
|
|
|
11681
11685
|
ww as JcLoginDialog,
|
|
11682
11686
|
Cw as JcMSearch,
|
|
11683
11687
|
hw as JcSearch,
|
|
11684
|
-
|
|
11688
|
+
Dw as MODAL_ACTION,
|
|
11685
11689
|
vw as SeaCarrierSearch,
|
|
11686
11690
|
Aw as SeaLineSearch,
|
|
11687
11691
|
tw as createGioTrackingPlugin,
|
|
11688
11692
|
uw as createGlobalModalPlugin,
|
|
11689
|
-
|
|
11690
|
-
|
|
11691
|
-
|
|
11693
|
+
Sw as default,
|
|
11694
|
+
Rw as emitter,
|
|
11695
|
+
kw as initSharedConfig
|
|
11692
11696
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jctrans-materials/comps-vue2",
|
|
3
|
-
"version": "1.0.42-beta.
|
|
3
|
+
"version": "1.0.42-beta.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "JCtrans Search Component compatible with Vue 2.6+ and Vue 3",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"lodash-es": "^4.17.22",
|
|
40
40
|
"nanoid": "^5.1.6",
|
|
41
41
|
"sass": "^1.94.2",
|
|
42
|
-
"@jctrans-materials/shared": "1.0.42-beta.
|
|
42
|
+
"@jctrans-materials/shared": "1.0.42-beta.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/crypto-js": "^4.2.2",
|