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.
Files changed (103) hide show
  1. package/README.md +7 -7
  2. package/env/index.d.ts +47 -47
  3. package/env/index.js +370 -370
  4. package/env/script/run-build.txt +11 -11
  5. package/env/script/run-deploy.txt +11 -11
  6. package/env/script/run-init.txt +6 -6
  7. package/lib/fonts/iconfont.735b12ec.woff2 +0 -0
  8. package/lib/fonts/{iconfont.dbb1144d.ttf → iconfont.8212a3fe.ttf} +0 -0
  9. package/lib/fonts/iconfont.90f48c3d.woff +0 -0
  10. package/lib/mali-ui-plus.common.js +7958 -1527
  11. package/lib/mali-ui-plus.css +1 -1
  12. package/lib/mali-ui-plus.umd.js +8344 -1913
  13. package/lib/mali-ui-plus.umd.min.js +1 -1
  14. package/package.json +2 -2
  15. package/style/all.scss +62 -62
  16. package/style/base.scss +35 -35
  17. package/style/iconfont/iconfont.css +11 -3
  18. package/style/iconfont/iconfont.ttf +0 -0
  19. package/style/iconfont/iconfont.woff +0 -0
  20. package/style/iconfont/iconfont.woff2 +0 -0
  21. package/style/modules/amount-input.scss +14 -14
  22. package/style/modules/amount-text.scss +12 -12
  23. package/style/modules/button.scss +143 -143
  24. package/style/modules/calendar.scss +60 -60
  25. package/style/modules/card.scss +56 -56
  26. package/style/modules/cascader.scss +2 -2
  27. package/style/modules/charts.scss +3 -3
  28. package/style/modules/chunk-statistics.scss +118 -118
  29. package/style/modules/col.scss +30 -30
  30. package/style/modules/countdown.scss +16 -16
  31. package/style/modules/date-picker.scss +2 -2
  32. package/style/modules/date-range-picker.scss +2 -2
  33. package/style/modules/datetime-picker.scss +5 -5
  34. package/style/modules/datetime-range-picker.scss +2 -2
  35. package/style/modules/dict-type.scss +89 -89
  36. package/style/modules/drawer.scss +38 -38
  37. package/style/modules/editor.scss +39 -39
  38. package/style/modules/form.scss +156 -156
  39. package/style/modules/grid.scss +171 -171
  40. package/style/modules/icon.scss +66 -66
  41. package/style/modules/image-swiper.scss +9 -9
  42. package/style/modules/image.scss +3 -3
  43. package/style/modules/input.scss +3 -3
  44. package/style/modules/not-data.scss +19 -19
  45. package/style/modules/number-input.scss +3 -3
  46. package/style/modules/pager.scss +8 -8
  47. package/style/modules/password-input.scss +9 -9
  48. package/style/modules/quarter-picker.scss +2 -2
  49. package/style/modules/row.scss +5 -5
  50. package/style/modules/search-input.scss +7 -7
  51. package/style/modules/select.scss +2 -2
  52. package/style/modules/switch.scss +3 -3
  53. package/style/modules/table.scss +184 -184
  54. package/style/modules/tag.scss +73 -73
  55. package/style/modules/text-color.scss +40 -40
  56. package/style/modules/text-ellipsis.scss +62 -62
  57. package/style/modules/text-link.scss +2 -2
  58. package/style/modules/text.scss +53 -53
  59. package/style/modules/textarea.scss +9 -9
  60. package/style/modules/tree-select.scss +7 -7
  61. package/style/modules/tree.scss +4 -4
  62. package/style/modules/upload.scss +272 -272
  63. package/style/modules/week-picker.scss +2 -2
  64. package/style/plugin.scss +55 -55
  65. package/style/variable.scss +45 -45
  66. package/types/amount-input.d.ts +13 -13
  67. package/types/button.d.ts +9 -9
  68. package/types/card.d.ts +10 -10
  69. package/types/cascader.d.ts +16 -16
  70. package/types/charts.d.ts +9 -9
  71. package/types/checkbox-group.d.ts +9 -9
  72. package/types/clipboard/index.d.ts +5 -5
  73. package/types/col.d.ts +5 -5
  74. package/types/color-picker.d.ts +9 -9
  75. package/types/date-picker.d.ts +9 -9
  76. package/types/datetime-picker.d.ts +8 -8
  77. package/types/editor.d.ts +8 -8
  78. package/types/export/xlsx.d.ts +20 -20
  79. package/types/form.d.ts +5 -5
  80. package/types/grid.d.ts +26 -26
  81. package/types/icon.d.ts +5 -5
  82. package/types/index.d.ts +233 -233
  83. package/types/input.d.ts +9 -9
  84. package/types/loading.d.ts +10 -10
  85. package/types/modal.d.ts +25 -25
  86. package/types/notify.d.ts +12 -12
  87. package/types/number-input.d.ts +13 -13
  88. package/types/permission/index.d.ts +8 -8
  89. package/types/plugins.d.ts +13 -13
  90. package/types/quarter-picker.d.ts +9 -9
  91. package/types/radio-button.d.ts +9 -9
  92. package/types/radio-group.d.ts +9 -9
  93. package/types/row.d.ts +5 -5
  94. package/types/select.d.ts +19 -19
  95. package/types/storage/index.d.ts +7 -7
  96. package/types/switch.d.ts +12 -12
  97. package/types/table.d.ts +6 -6
  98. package/types/toast.d.ts +13 -13
  99. package/types/upload.d.ts +11 -11
  100. package/types/utils/index.d.ts +20 -20
  101. package/types/week-picker.d.ts +8 -8
  102. package/lib/fonts/iconfont.306bc758.woff +0 -0
  103. 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