mali-ui-plus 1.1.74 → 1.1.76
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/README.md +7 -7
- package/env/index.d.ts +47 -47
- package/env/index.js +370 -370
- package/env/script/run-build.txt +11 -11
- package/env/script/run-deploy.txt +11 -11
- package/env/script/run-init.txt +6 -6
- package/lib/fonts/iconfont.735b12ec.woff2 +0 -0
- package/lib/fonts/{iconfont.dbb1144d.ttf → iconfont.8212a3fe.ttf} +0 -0
- package/lib/fonts/iconfont.90f48c3d.woff +0 -0
- package/lib/mali-ui-plus.common.js +7958 -1527
- package/lib/mali-ui-plus.css +1 -1
- package/lib/mali-ui-plus.umd.js +8344 -1913
- package/lib/mali-ui-plus.umd.min.js +1 -1
- package/package.json +2 -2
- package/style/all.scss +62 -62
- package/style/base.scss +35 -35
- package/style/iconfont/iconfont.css +11 -3
- package/style/iconfont/iconfont.ttf +0 -0
- package/style/iconfont/iconfont.woff +0 -0
- package/style/iconfont/iconfont.woff2 +0 -0
- package/style/modules/amount-input.scss +14 -14
- package/style/modules/amount-text.scss +12 -12
- package/style/modules/button.scss +143 -143
- package/style/modules/calendar.scss +60 -60
- package/style/modules/card.scss +56 -56
- package/style/modules/cascader.scss +2 -2
- package/style/modules/charts.scss +3 -3
- package/style/modules/chunk-statistics.scss +118 -118
- package/style/modules/col.scss +30 -30
- package/style/modules/countdown.scss +16 -16
- package/style/modules/date-picker.scss +2 -2
- package/style/modules/date-range-picker.scss +2 -2
- package/style/modules/datetime-picker.scss +5 -5
- package/style/modules/datetime-range-picker.scss +2 -2
- package/style/modules/dict-type.scss +89 -89
- package/style/modules/drawer.scss +38 -38
- package/style/modules/editor.scss +39 -39
- package/style/modules/form.scss +156 -156
- package/style/modules/grid.scss +171 -171
- package/style/modules/icon.scss +66 -66
- package/style/modules/image-swiper.scss +9 -9
- package/style/modules/image.scss +3 -3
- package/style/modules/input.scss +3 -3
- package/style/modules/not-data.scss +19 -19
- package/style/modules/number-input.scss +3 -3
- package/style/modules/pager.scss +8 -8
- package/style/modules/password-input.scss +9 -9
- package/style/modules/quarter-picker.scss +2 -2
- package/style/modules/row.scss +5 -5
- package/style/modules/search-input.scss +7 -7
- package/style/modules/select.scss +2 -2
- package/style/modules/switch.scss +3 -3
- package/style/modules/table.scss +184 -184
- package/style/modules/tag.scss +73 -73
- package/style/modules/text-color.scss +40 -40
- package/style/modules/text-ellipsis.scss +62 -62
- package/style/modules/text-link.scss +2 -2
- package/style/modules/text.scss +53 -53
- package/style/modules/textarea.scss +9 -9
- package/style/modules/tree-select.scss +7 -7
- package/style/modules/tree.scss +4 -4
- package/style/modules/upload.scss +272 -272
- package/style/modules/week-picker.scss +2 -2
- package/style/plugin.scss +55 -55
- package/style/variable.scss +45 -45
- package/types/amount-input.d.ts +13 -13
- package/types/button.d.ts +9 -9
- package/types/card.d.ts +10 -10
- package/types/cascader.d.ts +16 -16
- package/types/charts.d.ts +9 -9
- package/types/checkbox-group.d.ts +9 -9
- package/types/clipboard/index.d.ts +5 -5
- package/types/col.d.ts +5 -5
- package/types/color-picker.d.ts +9 -9
- package/types/date-picker.d.ts +9 -9
- package/types/datetime-picker.d.ts +8 -8
- package/types/editor.d.ts +8 -8
- package/types/export/xlsx.d.ts +20 -20
- package/types/form.d.ts +5 -5
- package/types/grid.d.ts +26 -26
- package/types/icon.d.ts +5 -5
- package/types/index.d.ts +233 -233
- package/types/input.d.ts +9 -9
- package/types/loading.d.ts +10 -10
- package/types/modal.d.ts +25 -25
- package/types/notify.d.ts +12 -12
- package/types/number-input.d.ts +13 -13
- package/types/permission/index.d.ts +8 -8
- package/types/plugins.d.ts +13 -13
- package/types/quarter-picker.d.ts +9 -9
- package/types/radio-button.d.ts +9 -9
- package/types/radio-group.d.ts +9 -9
- package/types/row.d.ts +5 -5
- package/types/select.d.ts +19 -19
- package/types/storage/index.d.ts +7 -7
- package/types/switch.d.ts +12 -12
- package/types/table.d.ts +6 -6
- package/types/toast.d.ts +13 -13
- package/types/upload.d.ts +11 -11
- package/types/utils/index.d.ts +20 -20
- package/types/week-picker.d.ts +8 -8
- package/lib/fonts/iconfont.306bc758.woff +0 -0
- package/lib/fonts/iconfont.e7544778.woff2 +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# mali-ui-plus
|
|
2
|
-
|
|
3
|
-
mali-ui-plus 码里云PC端组件库vue3
|
|
4
|
-
|
|
5
|
-
## copyright
|
|
6
|
-
|
|
7
|
-
深圳叮当科技技术有限公司
|
|
1
|
+
# mali-ui-plus
|
|
2
|
+
|
|
3
|
+
mali-ui-plus 码里云PC端组件库vue3
|
|
4
|
+
|
|
5
|
+
## copyright
|
|
6
|
+
|
|
7
|
+
深圳叮当科技技术有限公司
|
package/env/index.d.ts
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
export function defineSwaggerConfig(config: Record<string, any>, defaultRootPath ?: string): Record<string, any>
|
|
2
|
-
export function getEnvCode(mode: string): string
|
|
3
|
-
export function getEnvName(mode: string): string
|
|
4
|
-
export function getCustomName(custom: string): string
|
|
5
|
-
export function getPlatformName(platform: string): string
|
|
6
|
-
export function getSubModuleName(module: string): string
|
|
7
|
-
export function parseEnv(dirPath: string): Record<string, string>
|
|
8
|
-
export function initEnv(dirPath: string, defaultEnv: Record<string, string>): Record<string, string>
|
|
9
|
-
export function initEnvScript(dirPath: string, confs: {
|
|
10
|
-
customName: string
|
|
11
|
-
subName: string
|
|
12
|
-
platform: '' | 'mp-weixin' | 'mp-qiwei' | 'mp-dingtalk' | 'h5-dingtalk' | 'h5-qiwei' | 'dingtalk'
|
|
13
|
-
modes: ('dev' | 'test' | 'demo' | 'pre' | 'prod')[]
|
|
14
|
-
}[]): any
|
|
15
|
-
export function getSCSSAdditionalData(envConfig?: any): string
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 发送邮件通知
|
|
19
|
-
* @param options
|
|
20
|
-
*/
|
|
21
|
-
export function sendMail(options: {
|
|
22
|
-
receivedBy: string | string[]
|
|
23
|
-
subject: string
|
|
24
|
-
html: string
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* 推送企微群机器人消息
|
|
29
|
-
* @param webhook 机器人地址
|
|
30
|
-
* @param params
|
|
31
|
-
*/
|
|
32
|
-
export function sendQyWechatMsg(webhook: string, params: {
|
|
33
|
-
content: string
|
|
34
|
-
mentionedList?: string[]
|
|
35
|
-
mentionedMobileList?: string[]
|
|
36
|
-
})
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* 获取默认开始编译的消息文本
|
|
40
|
-
* @param description
|
|
41
|
-
*/
|
|
42
|
-
export function getBuildMsg(description: string, time?: number): string
|
|
43
|
-
/**
|
|
44
|
-
* 获取默认编译成功的消息文本
|
|
45
|
-
* @param description
|
|
46
|
-
*/
|
|
47
|
-
export function getBuildSuccessMsg(description: string): string
|
|
1
|
+
export function defineSwaggerConfig(config: Record<string, any>, defaultRootPath ?: string): Record<string, any>
|
|
2
|
+
export function getEnvCode(mode: string): string
|
|
3
|
+
export function getEnvName(mode: string): string
|
|
4
|
+
export function getCustomName(custom: string): string
|
|
5
|
+
export function getPlatformName(platform: string): string
|
|
6
|
+
export function getSubModuleName(module: string): string
|
|
7
|
+
export function parseEnv(dirPath: string): Record<string, string>
|
|
8
|
+
export function initEnv(dirPath: string, defaultEnv: Record<string, string>): Record<string, string>
|
|
9
|
+
export function initEnvScript(dirPath: string, confs: {
|
|
10
|
+
customName: string
|
|
11
|
+
subName: string
|
|
12
|
+
platform: '' | 'mp-weixin' | 'mp-qiwei' | 'mp-dingtalk' | 'h5-dingtalk' | 'h5-qiwei' | 'dingtalk'
|
|
13
|
+
modes: ('dev' | 'test' | 'demo' | 'pre' | 'prod')[]
|
|
14
|
+
}[]): any
|
|
15
|
+
export function getSCSSAdditionalData(envConfig?: any): string
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 发送邮件通知
|
|
19
|
+
* @param options
|
|
20
|
+
*/
|
|
21
|
+
export function sendMail(options: {
|
|
22
|
+
receivedBy: string | string[]
|
|
23
|
+
subject: string
|
|
24
|
+
html: string
|
|
25
|
+
})
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 推送企微群机器人消息
|
|
29
|
+
* @param webhook 机器人地址
|
|
30
|
+
* @param params
|
|
31
|
+
*/
|
|
32
|
+
export function sendQyWechatMsg(webhook: string, params: {
|
|
33
|
+
content: string
|
|
34
|
+
mentionedList?: string[]
|
|
35
|
+
mentionedMobileList?: string[]
|
|
36
|
+
})
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 获取默认开始编译的消息文本
|
|
40
|
+
* @param description
|
|
41
|
+
*/
|
|
42
|
+
export function getBuildMsg(description: string, time?: number): string
|
|
43
|
+
/**
|
|
44
|
+
* 获取默认编译成功的消息文本
|
|
45
|
+
* @param description
|
|
46
|
+
*/
|
|
47
|
+
export function getBuildSuccessMsg(description: string): string
|