@moment-design/material-library 0.1.18 → 0.1.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/c-change-group.d.ts +26 -0
- package/dist/c-left-group.d.ts +24 -0
- package/dist/c-left.d.ts +528 -0
- package/dist/c-right-apps.d.ts +200 -0
- package/dist/c-right-menu.d.ts +44 -0
- package/dist/c-right.d.ts +822 -0
- package/dist/c-upload.d.ts +39 -0
- package/dist/config.d.ts +4 -0
- package/dist/css/index.css +36 -36
- package/dist/index.cjs.js +43 -22
- package/dist/index.d.ts +1372 -0
- package/dist/index.esm.js +43 -22
- package/dist/index.min.js +31 -25
- package/dist/index.min.js.map +1 -1
- package/dist/interface.d.ts +21 -0
- package/package.json +1 -1
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
datas: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
config: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
deepDatas: any;
|
|
12
|
+
indeterminate: import("vue").Ref<boolean, boolean>;
|
|
13
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
14
|
+
pageSize: import("vue").Ref<number, number>;
|
|
15
|
+
isShowDeleteMaterials: import("vue").Ref<boolean, boolean>;
|
|
16
|
+
isShowRemoveGroup: import("vue").Ref<boolean, boolean>;
|
|
17
|
+
current: import("vue").Ref<number, number>;
|
|
18
|
+
resetCurrent: () => void;
|
|
19
|
+
changePage: (v: number) => void;
|
|
20
|
+
changePageSizes: (v: number) => void;
|
|
21
|
+
handleChange: () => void;
|
|
22
|
+
handleChangeAll: (v: boolean) => void;
|
|
23
|
+
handlePreview: (item: any) => void;
|
|
24
|
+
handleMove: (item: any) => void;
|
|
25
|
+
handleRemove: (item: any) => void;
|
|
26
|
+
initCheckbox: () => void;
|
|
27
|
+
getIds: () => any;
|
|
28
|
+
getItems: () => any;
|
|
29
|
+
getMaterialIcon: ({ fileType, fileFormat, filePath }: any) => any;
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
datas: {
|
|
32
|
+
type: ArrayConstructor;
|
|
33
|
+
default: () => never[];
|
|
34
|
+
};
|
|
35
|
+
config: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
default: () => {};
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
config: Record<string, any>;
|
|
41
|
+
datas: unknown[];
|
|
42
|
+
}, {}, {
|
|
43
|
+
IconMore: {
|
|
44
|
+
new (...args: any[]): {
|
|
45
|
+
$: import("vue").ComponentInternalInstance;
|
|
46
|
+
$data: {};
|
|
47
|
+
$props: Partial<{
|
|
48
|
+
strokeWidth: number;
|
|
49
|
+
strokeLinecap: string;
|
|
50
|
+
strokeLinejoin: string;
|
|
51
|
+
spin: boolean;
|
|
52
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
size: {
|
|
54
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
55
|
+
};
|
|
56
|
+
strokeWidth: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
strokeLinecap: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
validator: (value: any) => boolean;
|
|
64
|
+
};
|
|
65
|
+
strokeLinejoin: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
validator: (value: any) => boolean;
|
|
69
|
+
};
|
|
70
|
+
rotate: NumberConstructor;
|
|
71
|
+
spin: BooleanConstructor;
|
|
72
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "strokeWidth" | "strokeLinecap" | "strokeLinejoin" | "spin">;
|
|
73
|
+
$attrs: {
|
|
74
|
+
[x: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
$refs: {
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
};
|
|
79
|
+
$slots: Readonly<{
|
|
80
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
83
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
84
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
85
|
+
$el: any;
|
|
86
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
87
|
+
size: {
|
|
88
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
89
|
+
};
|
|
90
|
+
strokeWidth: {
|
|
91
|
+
type: NumberConstructor;
|
|
92
|
+
default: number;
|
|
93
|
+
};
|
|
94
|
+
strokeLinecap: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
validator: (value: any) => boolean;
|
|
98
|
+
};
|
|
99
|
+
strokeLinejoin: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
validator: (value: any) => boolean;
|
|
103
|
+
};
|
|
104
|
+
rotate: NumberConstructor;
|
|
105
|
+
spin: BooleanConstructor;
|
|
106
|
+
}>>, {
|
|
107
|
+
cls: import("vue").ComputedRef<(string | {
|
|
108
|
+
[x: string]: boolean;
|
|
109
|
+
})[]>;
|
|
110
|
+
innerStyle: import("vue").ComputedRef<any>;
|
|
111
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
112
|
+
strokeWidth: number;
|
|
113
|
+
strokeLinecap: string;
|
|
114
|
+
strokeLinejoin: string;
|
|
115
|
+
spin: boolean;
|
|
116
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & {
|
|
117
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
118
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
119
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
120
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
121
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
122
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
123
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
124
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
125
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
126
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
127
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
128
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
129
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
130
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
131
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
132
|
+
};
|
|
133
|
+
$forceUpdate: () => void;
|
|
134
|
+
$nextTick: typeof import("vue").nextTick;
|
|
135
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
136
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
137
|
+
size: {
|
|
138
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
139
|
+
};
|
|
140
|
+
strokeWidth: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
default: number;
|
|
143
|
+
};
|
|
144
|
+
strokeLinecap: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: string;
|
|
147
|
+
validator: (value: any) => boolean;
|
|
148
|
+
};
|
|
149
|
+
strokeLinejoin: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
validator: (value: any) => boolean;
|
|
153
|
+
};
|
|
154
|
+
rotate: NumberConstructor;
|
|
155
|
+
spin: BooleanConstructor;
|
|
156
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
|
157
|
+
cls: import("vue").ComputedRef<(string | {
|
|
158
|
+
[x: string]: boolean;
|
|
159
|
+
})[]>;
|
|
160
|
+
innerStyle: import("vue").ComputedRef<any>;
|
|
161
|
+
}> & import("vue").ComponentCustomProperties;
|
|
162
|
+
__isFragment?: undefined;
|
|
163
|
+
__isTeleport?: undefined;
|
|
164
|
+
__isSuspense?: undefined;
|
|
165
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
166
|
+
size: {
|
|
167
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
168
|
+
};
|
|
169
|
+
strokeWidth: {
|
|
170
|
+
type: NumberConstructor;
|
|
171
|
+
default: number;
|
|
172
|
+
};
|
|
173
|
+
strokeLinecap: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
default: string;
|
|
176
|
+
validator: (value: any) => boolean;
|
|
177
|
+
};
|
|
178
|
+
strokeLinejoin: {
|
|
179
|
+
type: StringConstructor;
|
|
180
|
+
default: string;
|
|
181
|
+
validator: (value: any) => boolean;
|
|
182
|
+
};
|
|
183
|
+
rotate: NumberConstructor;
|
|
184
|
+
spin: BooleanConstructor;
|
|
185
|
+
}>>, {
|
|
186
|
+
cls: import("vue").ComputedRef<(string | {
|
|
187
|
+
[x: string]: boolean;
|
|
188
|
+
})[]>;
|
|
189
|
+
innerStyle: import("vue").ComputedRef<any>;
|
|
190
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
191
|
+
strokeWidth: number;
|
|
192
|
+
strokeLinecap: string;
|
|
193
|
+
strokeLinejoin: string;
|
|
194
|
+
spin: boolean;
|
|
195
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
196
|
+
install: (app: import("vue").App<any>, options?: import("@moment-design/web-vue/es/_utils/types").ArcoIconOptions | undefined) => void;
|
|
197
|
+
};
|
|
198
|
+
LEmptyTable: any;
|
|
199
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
200
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
datas: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
config: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
deepDatas: any;
|
|
12
|
+
deepConfig: any;
|
|
13
|
+
pageSize: import("vue").Ref<number, number>;
|
|
14
|
+
current: import("vue").Ref<number, number>;
|
|
15
|
+
resetCurrent: () => void;
|
|
16
|
+
changePage: (v: number) => void;
|
|
17
|
+
changePageSizes: (v: number) => void;
|
|
18
|
+
deepTableConfig: any;
|
|
19
|
+
operateList: () => {
|
|
20
|
+
name: string;
|
|
21
|
+
show: boolean;
|
|
22
|
+
}[];
|
|
23
|
+
handleOperate: (key: string, rows?: any) => void;
|
|
24
|
+
getIds: () => any;
|
|
25
|
+
getItems: () => any;
|
|
26
|
+
initCheckbox: () => void;
|
|
27
|
+
getMaterialIcon: ({ fileType, fileFormat, filePath }: any) => any;
|
|
28
|
+
getTypeName: ({ fileType }: any) => string | undefined;
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
datas: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
config: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
config: Record<string, any>;
|
|
40
|
+
datas: unknown[];
|
|
41
|
+
}, {}, {
|
|
42
|
+
LTableOperate: any;
|
|
43
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
export default _default;
|