@gct-paas/core-mobile 0.1.4-dev.18 → 0.1.4-dev.19
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.min.css +2 -0
- package/dist/loader.esm.min.js +1 -1
- package/es/_virtual/_plugin-vue_export-helper.mjs +8 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +1 -0
- package/es/components/vant-button/vant-button.vue.d.ts +46 -0
- package/es/components/vant-button/vant-button.vue.mjs +7 -0
- package/es/components/vant-button/vant-button.vue_vue_type_script_setup_true_name_vantButton_lang.mjs +149 -0
- package/es/components/vant-button/vant-button.vue_vue_type_style_index_0_scoped_6e846204_lang.css +95 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +3 -1
- package/package.json +4 -4
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
[data-v-6e846204] .van-button.btn-font-color{color:var(--fontColor)!important}[data-v-6e846204] .van-button.btn-bg-style{border-color:var(--backgroundColor)!important;background:var(--backgroundColor)!important}[data-v-6e846204] .van-button.btn-border-style{background:0 0;border-color:var(--backgroundColor)!important}[data-v-6e846204] .van-button__icon{font-size:0}.dashed[data-v-6e846204]{border-style:dashed}.link[data-v-6e846204]{color:var(--van-primary-color);background-color:#0000;border:none}.link[data-v-6e846204]:active :scope:before,.link[data-v-6e846204]:active:before{opacity:0}.gct-van-button-icon-only[data-v-6e846204] .van-button__icon+.van-button__text{margin-left:0}
|
|
2
|
+
/*$vite$:1*/
|
package/dist/loader.esm.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{ref as
|
|
1
|
+
import{computed as e,createBlock as o,createCommentVNode as t,createElementBlock as l,createTextVNode as a,createVNode as n,defineComponent as i,normalizeClass as r,normalizeStyle as s,openBlock as u,ref as c,resolveComponent as d,toDisplayString as p,withCtx as f}from"vue";import m,{showConfirmDialog as v}from"vant";import{ButtonSize as g,ButtonStyle as b,ButtonType as y,ButtonType_vant as C,t as R}from"@gct-paas/core";var h={"zh-CN":()=>import("./zh-CN-C4LceMCt.js"),"en-US":()=>import("./en-US-Dr0jFB4Q.js"),"pt-BR":()=>import("./pt-BR-Dq3VR77V.js"),"tr-TR":()=>import("./tr-TR-BfmYfhvY.js"),"zh-TW":()=>import("./zh-TW-p_4YJMOD.js"),"ja-JP":()=>import("./ja-JP-lnEqez25.js"),"vi-VN":()=>import("./vi-VN-DtONCFwt.js"),"de-GE":()=>import("./de-DE-Chzz6lz7.js"),"fr-FR":()=>import("./fr-FR-DXwElwtS.js"),"es-ES":()=>import("./es-ES-CFDCOgQW.js"),"ru-RU":()=>import("./ru-RU-Rd1ffaWM.js")},k=c({locale:""});function T(){if(k.value.locale!==_gct.i18n.global.locale){const e=h[_gct.i18n.global.locale];e&&e().then(e=>{k.value=e.default})}return{getVantLocale:k}}var A={class:"inline-block align-middle whitespace-nowrap"},j=/* @__PURE__ */(e=>{const o=e.__vccOpts||e;for(const[t,l]of[["__scopeId","data-v-6e846204"]])o[t]=l;return o})(/* @__PURE__ */i({__name:"vant-button",props:{hasIcon:{type:Boolean,default:!1},hasText:{type:Boolean,default:!0},type:{default:y.PRIMARY},size:{default:g.DEFAULT},danger:{type:Boolean,default:!1},icon:{default:""},title:{default:""},disabled:{type:Boolean,default:!1},hidden:{type:Boolean,default:!1},i18nConfig:{default:""},buttonStyle:{default:b.ORDINARY},confirmText:{default:""},confirm:{type:Boolean,default:!1},enableCustomColor:{type:Boolean,default:!1},backgroundColor:{default:""},fontColor:{default:""},block:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["click"],setup(i,{emit:c}){const m=c,b=i,h=e(()=>b.title),k=e(()=>b.danger?C.DANGER:b.type===y.DASHED||b.type===y.DEFAULT?C.DEFAULT:C.PRIMARY),T=e(()=>!(b.type!==y.DEFAULT||!b.danger)),j=e(()=>b.type===y.DASHED),D=e(()=>b.type===y.LINK),B=e(()=>function(e){switch(e){case g.SMALL:case g.DEFAULT:}return"small"}(b.size)),E=e(()=>b.hasIcon&&!b.hasText),I=e(()=>(null==b?void 0:b.enableCustomColor)&&(null==b?void 0:b.fontColor)),z=e(()=>(null==b?void 0:b.enableCustomColor)&&(null==b?void 0:b.backgroundColor)&&b.type===C.PRIMARY),L=e(()=>(null==b?void 0:b.enableCustomColor)&&(null==b?void 0:b.backgroundColor)&&k.value!==C.PRIMARY);async function U(){!/\/page-designer\//.test(location.pathname)&&b.confirm&&await v({message:b.confirmText||R("sys.pageDesigner.confirmTodo")}),m("click")}return(e,c)=>{const m=d("IconNext"),v=d("van-button");return u(),l("div",A,[n(v,{loading:i.loading,block:i.block,type:k.value,size:B.value,plain:T.value,disabled:i.disabled,style:s({"--fontColor":i.fontColor,"--backgroundColor":i.backgroundColor}),class:r({dashed:j.value,link:D.value,"gct-van-button-icon-only":E.value,"btn-font-color":I.value,"btn-bg-style":z.value,"btn-border-style":L.value}),onClick:U},{icon:f(()=>[i.hasIcon?(u(),o(m,{key:0,size:14,value:i.icon,style:{marginRight:"0px","--color":"inherit",lineHeight:"1"}},null,8,["value"])):t("",!0)]),default:f(()=>[a(" "+p(i.hasText?h.value:""),1)]),_:1},8,["loading","block","type","size","plain","disabled","style","class"])])}}}));async function D(e){e.use(m)}export{j as VantButton,D as coreMobileCreateAppVue,T as useLocale};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
//#region \0plugin-vue:export-helper
|
|
2
|
+
var _plugin_vue_export_helper_default = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) target[key] = val;
|
|
5
|
+
return target;
|
|
6
|
+
};
|
|
7
|
+
//#endregion
|
|
8
|
+
export { _plugin_vue_export_helper_default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./vant-button/vant-button.vue.mjs";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ButtonSize, ButtonStyle, ButtonType } from '@gct-paas/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
hasIcon?: boolean;
|
|
4
|
+
hasText?: boolean;
|
|
5
|
+
type?: ButtonType;
|
|
6
|
+
size?: ButtonSize;
|
|
7
|
+
danger?: boolean;
|
|
8
|
+
icon?: string;
|
|
9
|
+
title?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
hidden?: boolean;
|
|
12
|
+
i18nConfig?: string;
|
|
13
|
+
buttonStyle?: ButtonStyle;
|
|
14
|
+
confirmText?: string;
|
|
15
|
+
confirm?: boolean;
|
|
16
|
+
enableCustomColor?: boolean;
|
|
17
|
+
backgroundColor?: string;
|
|
18
|
+
fontColor?: string;
|
|
19
|
+
block?: boolean;
|
|
20
|
+
loading?: boolean;
|
|
21
|
+
};
|
|
22
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
click: (...args: any[]) => void;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
hasIcon: boolean;
|
|
28
|
+
hasText: boolean;
|
|
29
|
+
type: ButtonType;
|
|
30
|
+
size: ButtonSize;
|
|
31
|
+
danger: boolean;
|
|
32
|
+
icon: string;
|
|
33
|
+
title: string;
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
hidden: boolean;
|
|
36
|
+
i18nConfig: string;
|
|
37
|
+
buttonStyle: ButtonStyle;
|
|
38
|
+
confirmText: string;
|
|
39
|
+
confirm: boolean;
|
|
40
|
+
enableCustomColor: boolean;
|
|
41
|
+
backgroundColor: string;
|
|
42
|
+
fontColor: string;
|
|
43
|
+
block: boolean;
|
|
44
|
+
loading: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
46
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import vant_button_vue_vue_type_script_setup_true_name_vantButton_lang_default from "./vant-button.vue_vue_type_script_setup_true_name_vantButton_lang.mjs";
|
|
2
|
+
import './vant-button.vue_vue_type_style_index_0_scoped_6e846204_lang.css';/* empty css */
|
|
3
|
+
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
//#region src/components/vant-button/vant-button.vue
|
|
5
|
+
var vant_button_default = /* @__PURE__ */ _plugin_vue_export_helper_default(vant_button_vue_vue_type_script_setup_true_name_vantButton_lang_default, [["__scopeId", "data-v-6e846204"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { vant_button_default as default };
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, createVNode, defineComponent, normalizeClass, normalizeStyle, openBlock, resolveComponent, toDisplayString, withCtx } from "vue";
|
|
2
|
+
import { showConfirmDialog } from "vant";
|
|
3
|
+
import { ButtonSize, ButtonStyle, ButtonType, ButtonType_vant, t } from "@gct-paas/core";
|
|
4
|
+
//#region src/components/vant-button/vant-button.vue?vue&type=script&setup=true&name=vantButton&lang.ts
|
|
5
|
+
var _hoisted_1 = { class: "inline-block align-middle whitespace-nowrap" };
|
|
6
|
+
var vant_button_vue_vue_type_script_setup_true_name_vantButton_lang_default = /* @__PURE__ */ defineComponent({
|
|
7
|
+
__name: "vant-button",
|
|
8
|
+
props: {
|
|
9
|
+
hasIcon: {
|
|
10
|
+
type: Boolean,
|
|
11
|
+
default: false
|
|
12
|
+
},
|
|
13
|
+
hasText: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true
|
|
16
|
+
},
|
|
17
|
+
type: { default: ButtonType.PRIMARY },
|
|
18
|
+
size: { default: ButtonSize.DEFAULT },
|
|
19
|
+
danger: {
|
|
20
|
+
type: Boolean,
|
|
21
|
+
default: false
|
|
22
|
+
},
|
|
23
|
+
icon: { default: "" },
|
|
24
|
+
title: { default: "" },
|
|
25
|
+
disabled: {
|
|
26
|
+
type: Boolean,
|
|
27
|
+
default: false
|
|
28
|
+
},
|
|
29
|
+
hidden: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
default: false
|
|
32
|
+
},
|
|
33
|
+
i18nConfig: { default: "" },
|
|
34
|
+
buttonStyle: { default: ButtonStyle.ORDINARY },
|
|
35
|
+
confirmText: { default: "" },
|
|
36
|
+
confirm: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false
|
|
39
|
+
},
|
|
40
|
+
enableCustomColor: {
|
|
41
|
+
type: Boolean,
|
|
42
|
+
default: false
|
|
43
|
+
},
|
|
44
|
+
backgroundColor: { default: "" },
|
|
45
|
+
fontColor: { default: "" },
|
|
46
|
+
block: {
|
|
47
|
+
type: Boolean,
|
|
48
|
+
default: false
|
|
49
|
+
},
|
|
50
|
+
loading: {
|
|
51
|
+
type: Boolean,
|
|
52
|
+
default: false
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
emits: ["click"],
|
|
56
|
+
setup(__props, { emit: __emit }) {
|
|
57
|
+
const emit = __emit;
|
|
58
|
+
const defProps = __props;
|
|
59
|
+
const buttonTitle = computed(() => defProps.title);
|
|
60
|
+
const btnType = computed(() => {
|
|
61
|
+
if (defProps.danger) return ButtonType_vant.DANGER;
|
|
62
|
+
else if (defProps.type === ButtonType.DASHED || defProps.type === ButtonType.DEFAULT) return ButtonType_vant.DEFAULT;
|
|
63
|
+
else return ButtonType_vant.PRIMARY;
|
|
64
|
+
});
|
|
65
|
+
const plain = computed(() => {
|
|
66
|
+
return defProps.type === ButtonType.DEFAULT && defProps.danger ? true : false;
|
|
67
|
+
});
|
|
68
|
+
const dashed = computed(() => {
|
|
69
|
+
return defProps.type === ButtonType.DASHED ? true : false;
|
|
70
|
+
});
|
|
71
|
+
const link = computed(() => {
|
|
72
|
+
return defProps.type === ButtonType.LINK ? true : false;
|
|
73
|
+
});
|
|
74
|
+
/** Vant `van-button` size prop (`vant/lib/button/types`) */
|
|
75
|
+
function toVantButtonSize(size) {
|
|
76
|
+
switch (size) {
|
|
77
|
+
case ButtonSize.SMALL: return "small";
|
|
78
|
+
case ButtonSize.DEFAULT:
|
|
79
|
+
default: return "small";
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
const btnSize = computed(() => toVantButtonSize(defProps.size));
|
|
83
|
+
const onlyIcon = computed(() => {
|
|
84
|
+
return defProps.hasIcon && !defProps.hasText;
|
|
85
|
+
});
|
|
86
|
+
const hasFontColor = computed(() => {
|
|
87
|
+
return defProps?.enableCustomColor && defProps?.fontColor;
|
|
88
|
+
});
|
|
89
|
+
const hasBgColor = computed(() => {
|
|
90
|
+
return defProps?.enableCustomColor && defProps?.backgroundColor && defProps.type === ButtonType_vant.PRIMARY;
|
|
91
|
+
});
|
|
92
|
+
const hasBorderColor = computed(() => {
|
|
93
|
+
return defProps?.enableCustomColor && defProps?.backgroundColor && btnType.value !== ButtonType_vant.PRIMARY;
|
|
94
|
+
});
|
|
95
|
+
async function handleClick() {
|
|
96
|
+
if (!/\/page-designer\//.test(location.pathname) && defProps.confirm) await showConfirmDialog({ message: defProps.confirmText || t("sys.pageDesigner.confirmTodo") });
|
|
97
|
+
emit("click");
|
|
98
|
+
}
|
|
99
|
+
return (_ctx, _cache) => {
|
|
100
|
+
const _component_IconNext = resolveComponent("IconNext");
|
|
101
|
+
const _component_van_button = resolveComponent("van-button");
|
|
102
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [createVNode(_component_van_button, {
|
|
103
|
+
loading: __props.loading,
|
|
104
|
+
block: __props.block,
|
|
105
|
+
type: btnType.value,
|
|
106
|
+
size: btnSize.value,
|
|
107
|
+
plain: plain.value,
|
|
108
|
+
disabled: __props.disabled,
|
|
109
|
+
style: normalizeStyle({
|
|
110
|
+
"--fontColor": __props.fontColor,
|
|
111
|
+
"--backgroundColor": __props.backgroundColor
|
|
112
|
+
}),
|
|
113
|
+
class: normalizeClass({
|
|
114
|
+
dashed: dashed.value,
|
|
115
|
+
link: link.value,
|
|
116
|
+
"gct-van-button-icon-only": onlyIcon.value,
|
|
117
|
+
"btn-font-color": hasFontColor.value,
|
|
118
|
+
"btn-bg-style": hasBgColor.value,
|
|
119
|
+
"btn-border-style": hasBorderColor.value
|
|
120
|
+
}),
|
|
121
|
+
onClick: handleClick
|
|
122
|
+
}, {
|
|
123
|
+
icon: withCtx(() => [__props.hasIcon ? (openBlock(), createBlock(_component_IconNext, {
|
|
124
|
+
key: 0,
|
|
125
|
+
size: 14,
|
|
126
|
+
value: __props.icon,
|
|
127
|
+
style: {
|
|
128
|
+
marginRight: "0px",
|
|
129
|
+
"--color": "inherit",
|
|
130
|
+
lineHeight: "1"
|
|
131
|
+
}
|
|
132
|
+
}, null, 8, ["value"])) : createCommentVNode("", true)]),
|
|
133
|
+
default: withCtx(() => [createTextVNode(" " + toDisplayString(__props.hasText ? buttonTitle.value : ""), 1)]),
|
|
134
|
+
_: 1
|
|
135
|
+
}, 8, [
|
|
136
|
+
"loading",
|
|
137
|
+
"block",
|
|
138
|
+
"type",
|
|
139
|
+
"size",
|
|
140
|
+
"plain",
|
|
141
|
+
"disabled",
|
|
142
|
+
"style",
|
|
143
|
+
"class"
|
|
144
|
+
])]);
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
//#endregion
|
|
149
|
+
export { vant_button_vue_vue_type_script_setup_true_name_vantButton_lang_default as default };
|
package/es/components/vant-button/vant-button.vue_vue_type_style_index_0_scoped_6e846204_lang.css
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
[data-v-6e846204] .van-button.btn-font-color {
|
|
66
|
+
color: var(--fontColor) !important;
|
|
67
|
+
}
|
|
68
|
+
[data-v-6e846204] .van-button.btn-bg-style {
|
|
69
|
+
border-color: var(--backgroundColor) !important;
|
|
70
|
+
background: var(--backgroundColor) !important;
|
|
71
|
+
}
|
|
72
|
+
[data-v-6e846204] .van-button.btn-border-style {
|
|
73
|
+
border-color: var(--backgroundColor) !important;
|
|
74
|
+
background: transparent;
|
|
75
|
+
}
|
|
76
|
+
[data-v-6e846204] .van-button__icon {
|
|
77
|
+
font-size: 0;
|
|
78
|
+
}
|
|
79
|
+
.dashed[data-v-6e846204] {
|
|
80
|
+
border-style: dashed;
|
|
81
|
+
}
|
|
82
|
+
.link[data-v-6e846204] {
|
|
83
|
+
border: none;
|
|
84
|
+
background-color: transparent;
|
|
85
|
+
color: var(--van-primary-color);
|
|
86
|
+
}
|
|
87
|
+
.link[data-v-6e846204]:active &::before {
|
|
88
|
+
opacity: 0;
|
|
89
|
+
}
|
|
90
|
+
.link[data-v-6e846204]:active::before {
|
|
91
|
+
opacity: 0;
|
|
92
|
+
}
|
|
93
|
+
.gct-van-button-icon-only[data-v-6e846204] .van-button__icon + .van-button__text {
|
|
94
|
+
margin-left: 0;
|
|
95
|
+
}
|
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { useLocale } from "./hooks/useLocale.mjs";
|
|
2
2
|
import "./hooks/index.mjs";
|
|
3
|
+
import vant_button_default from "./components/vant-button/vant-button.vue.mjs";
|
|
4
|
+
import "./components/index.mjs";
|
|
3
5
|
import { coreMobileCreateAppVue } from "./create-app-vue.mjs";
|
|
4
|
-
export { coreMobileCreateAppVue, useLocale };
|
|
6
|
+
export { vant_button_default as VantButton, coreMobileCreateAppVue, useLocale };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/core-mobile",
|
|
3
|
-
"version": "0.1.4-dev.
|
|
3
|
+
"version": "0.1.4-dev.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台移动端核心包",
|
|
6
6
|
"loader": "dist/loader.esm.min.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@gct-paas/core": "0.1.4-dev.
|
|
49
|
-
"@gct-paas/scss": "0.1.4-dev.
|
|
48
|
+
"@gct-paas/core": "0.1.4-dev.19",
|
|
49
|
+
"@gct-paas/scss": "0.1.4-dev.19",
|
|
50
50
|
"vant": "^4.9.22",
|
|
51
51
|
"vue": "^3.5.30"
|
|
52
52
|
},
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"vant": ">=4",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "efd978bbe7552b0c5ef6dbc5b62780c68aa116ab"
|
|
60
60
|
}
|