Commit a3afbc54 authored by mxm-web-develop's avatar mxm-web-develop

321

parent 85f3c7c7
This diff is collapsed.
{
"name": "mxmui-lib",
"version": "1.0.3",
"license": "MIT",
"main": "index.js",
"typings": "src/pages/index.d.ts",
"author": "mxm",
"dependencies": {
"vue": "^3.2.16"
}
}
export declare type Size = "small" | "medium" | "large";
import MxmCard from "./src/MxmCard";
import BasicButton from "./src/BasicButton";
import { App } from "vue";
declare const install: (app: App) => void;
export { MxmCard, BasicButton };
export default install;
import BasicButton from "./index.vue";
export default BasicButton;
import MxmCard from "./index.vue";
export default MxmCard;
import SideBar from "./index.vue";
export default SideBar;
declare const _default: import("vue").DefineComponent<{
industryRight: {
type: ObjectConstructor;
required: true;
};
industryLeft: {
type: ObjectConstructor;
required: true;
};
nextIndustry: {
type: FunctionConstructor;
required: true;
};
industryStyle: {
type: ObjectConstructor;
required: true;
};
industrys: {
type: ArrayConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
industryRight?: unknown;
industryLeft?: unknown;
nextIndustry?: unknown;
industryStyle?: unknown;
industrys?: unknown;
} & {
industryRight: Record<string, any>;
industryLeft: Record<string, any>;
nextIndustry: Function;
industryStyle: Record<string, any>;
industrys: unknown[];
} & {}>, {}>;
export default _default;
declare const _default: import("vue").DefineComponent<{
currentDeploy: {
type: NumberConstructor;
required: true;
};
setCurrentDeploy: {
type: FunctionConstructor;
required: true;
};
deploys: {
type: ArrayConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
currentDeploy?: unknown;
setCurrentDeploy?: unknown;
deploys?: unknown;
} & {
currentDeploy: number;
setCurrentDeploy: Function;
deploys: unknown[];
} & {}>, {}>;
export default _default;
declare const _default: import("vue").DefineComponent<{
phone: {
type: StringConstructor;
required: true;
};
email: {
type: StringConstructor;
required: true;
};
address: {
type: StringConstructor;
required: true;
};
qrcode: {
type: StringConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
phone?: unknown;
email?: unknown;
address?: unknown;
qrcode?: unknown;
} & {
phone: string;
email: string;
address: string;
qrcode: string;
} & {}>, {}>;
export default _default;
declare const _default: import("vue").DefineComponent<{
navigate: {
type: FunctionConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
navigate?: unknown;
} & {
navigate: Function;
} & {}>, {}>;
export default _default;
declare const _default: import("vue").DefineComponent<{
sectionTitle: {
type: StringConstructor;
required: true;
};
sectionDesc: {
type: StringConstructor;
required: true;
};
bannerImage: {
type: StringConstructor;
required: true;
};
advantagesCardList: {
type: ArrayConstructor;
required: true;
};
loginlogo: {
type: StringConstructor;
required: true;
};
toLoginPanel: {
type: FunctionConstructor;
required: true;
};
hashText: {
type: StringConstructor;
required: true;
};
setHashText: {
type: FunctionConstructor;
required: true;
};
searchHash: {
type: FunctionConstructor;
required: true;
};
bannerPhoneImage: {
type: StringConstructor;
required: true;
};
featuresContent: {
type: ArrayConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
sectionTitle?: unknown;
sectionDesc?: unknown;
bannerImage?: unknown;
advantagesCardList?: unknown;
loginlogo?: unknown;
toLoginPanel?: unknown;
hashText?: unknown;
setHashText?: unknown;
searchHash?: unknown;
bannerPhoneImage?: unknown;
featuresContent?: unknown;
} & {
sectionTitle: string;
sectionDesc: string;
bannerImage: string;
advantagesCardList: unknown[];
loginlogo: string;
toLoginPanel: Function;
hashText: string;
setHashText: Function;
searchHash: Function;
bannerPhoneImage: string;
featuresContent: unknown[];
} & {}>, {}>;
export default _default;
declare const _default: import("vue").DefineComponent<{
ourAdvantages: {
type: ArrayConstructor;
required: true;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
ourAdvantages?: unknown;
} & {
ourAdvantages: unknown[];
} & {}>, {}>;
export default _default;
import TracePage from "./index.vue";
export default TracePage;
declare const _default: import("vue").DefineComponent<{
iconfontLink: {
type: StringConstructor;
required: true;
};
deploys: {
type: ArrayConstructor;
required: true;
};
industrys: {
type: ArrayConstructor;
required: true;
};
projPartyLogo: {
type: StringConstructor;
required: true;
};
sectionTitle: {
type: StringConstructor;
required: true;
};
featuresContent: {
type: ArrayConstructor;
required: true;
};
sectionDesc: {
type: StringConstructor;
required: true;
};
ourAdvantages: {
type: ArrayConstructor;
required: true;
};
bannerPhoneImage: {
type: StringConstructor;
required: true;
};
advantagesCardList: {
type: ArrayConstructor;
required: true;
};
phone: {
type: StringConstructor;
required: false;
default: string;
};
email: {
type: StringConstructor;
required: false;
default: string;
};
address: {
type: StringConstructor;
required: false;
default: string;
};
qrcode: {
type: StringConstructor;
required: false;
default: string;
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("searchHash" | "navigate")[], "searchHash" | "navigate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
iconfontLink?: unknown;
deploys?: unknown;
industrys?: unknown;
projPartyLogo?: unknown;
sectionTitle?: unknown;
featuresContent?: unknown;
sectionDesc?: unknown;
ourAdvantages?: unknown;
bannerPhoneImage?: unknown;
advantagesCardList?: unknown;
phone?: unknown;
email?: unknown;
address?: unknown;
qrcode?: unknown;
} & {
iconfontLink: string;
deploys: unknown[];
industrys: unknown[];
projPartyLogo: string;
sectionTitle: string;
featuresContent: unknown[];
sectionDesc: string;
ourAdvantages: unknown[];
bannerPhoneImage: string;
advantagesCardList: unknown[];
phone: string;
email: string;
address: string;
qrcode: string;
} & {}> & {
onSearchHash?: ((...args: any[]) => any) | undefined;
onNavigate?: ((...args: any[]) => any) | undefined;
}, {
phone: string;
email: string;
address: string;
qrcode: string;
}>;
export default _default;
import TracePage from "./SourceTraceManageHomePage";
import { App } from "vue";
declare const install: (app: App) => void;
export { TracePage };
export default install;
@media screen and (max-width: 1200px) {
.home-1 .home-bg .bg-phone[data-v-1cebb622] {
width: 1000px !important;
height: 372px !important;
left: 50px !important;
top: 94px !important;
transform: translate(0, 0) !important;
}
}
@media screen and (min-width: 1200px) {
.home-1 .home-bg .bg-phone[data-v-1cebb622] {
width: 80vw !important;
height: 29.73vw !important;
left: 10vw !important;
top: 94px !important;
transform: translate(0, 0) !important;
}
}
.home-4 .home-4-in .content .content-in .content-in-title {
display: block;
margin: 15px auto 0 auto;
width: 100%;
height: 22px;
font-size: 16px;
text-align: center;
font-family: PingFangSC-Medium;
font-weight: 500;
color: #353535;
line-height: 22px;
}
.home-4 .home-4-in .content .content-in .content-in-text {
display: block;
margin: 15px auto 0 auto;
width: 199px;
height: 82px;
font-size: 12px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: #a29dca;
line-height: 17px;
}
.home-4 .home-4-in .content .content-in .content-in-move {
display: block;
margin: 0 auto;
width: 29px;
height: 17px;
font-size: 13px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: #15cbba;
line-height: 17px;
}
.home-4 .home-4-in .content .content-in:nth-child(1) {
margin-left: 10px;
}
.home-4 .home-4-in .content .content-in:nth-child(n+2) {
margin-left: 100px;
}
.footer .footer-block {
display: inline-block;
text-align: left;
vertical-align: bottom;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
width: 265px;
height: 92px;
line-height: 92px;
}
.footer .footer-block .content-text::before {
position: absolute;
top: 3px;
left: -20px;
display: inline-block;
content: "";
width: 10px;
height: 10px;
border: 1px solid #526069;
border-radius: 50%;
}
html,
input,
button {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
declare const _default: import("vite").UserConfigExport;
export default _default;
......@@ -5,7 +5,7 @@
"module": "mxmui/index.js",
"main": "mxmui/index.js",
"umd": "mxmui/index.umd.js",
"typings": "mxmui/components/index.d.ts",
"typings": "mxmui/pages/index.d.ts",
"author": "mxm",
"files": [
"mxmui",
......
......@@ -47,7 +47,7 @@ function createEntry(options) {
// module: "index.esm.js",
main: "index.js",
// umd: "index.js",
typings: "components/index.d.ts",
typings: "src/pages/index.d.ts",
author: "mxm",
}),
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment