eoss-mobiles 0.3.98 → 0.4.0

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 (204) hide show
  1. package/lib/eoss-mobile.common.js +265 -122
  2. package/lib/flow.js +225 -82
  3. package/lib/index.js +1 -1
  4. package/lib/picker.js +6 -6
  5. package/lib/radio.js +5 -5
  6. package/lib/selector.js +28 -28
  7. package/lib/theme-chalk/fonts/iconfont.scss +98 -98
  8. package/lib/theme-chalk/fonts/iconfont1.scss +90 -90
  9. package/package.json +1 -1
  10. package/packages/action-sheet/index.js +5 -5
  11. package/packages/action-sheet/src/main.vue +32 -32
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +15 -15
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +80 -80
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calendar/src/main.vue +34 -34
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +39 -39
  20. package/packages/cell/index.js +5 -5
  21. package/packages/cell/src/main.vue +77 -77
  22. package/packages/checkbox/index.js +5 -5
  23. package/packages/checkbox/src/main.vue +232 -232
  24. package/packages/circle/index.js +5 -5
  25. package/packages/circle/src/main.vue +27 -27
  26. package/packages/count-down/index.js +5 -5
  27. package/packages/count-down/src/main.vue +27 -27
  28. package/packages/date/index.js +5 -5
  29. package/packages/date/src/date-time.vue +290 -290
  30. package/packages/date/src/main.vue +401 -401
  31. package/packages/empty/index.js +5 -5
  32. package/packages/empty/src/main.vue +16 -16
  33. package/packages/esign/index.js +5 -5
  34. package/packages/esign/src/main.vue +144 -144
  35. package/packages/field/index.js +5 -5
  36. package/packages/flow/index.js +5 -5
  37. package/packages/flow/src/components/Circulate.vue +595 -595
  38. package/packages/flow/src/components/Handle.vue +2404 -2404
  39. package/packages/flow/src/components/Message.vue +208 -208
  40. package/packages/flow/src/components/ProcessSettings.vue +342 -342
  41. package/packages/flow/src/components/TaskRead.vue +102 -3
  42. package/packages/flow/src/components/supervise.vue +139 -139
  43. package/packages/flow/src/flowMix.js +288 -288
  44. package/packages/flow/src/main.vue +116 -116
  45. package/packages/flow-btn/index.js +5 -5
  46. package/packages/flow-btn/src/main.vue +494 -494
  47. package/packages/flow-list/index.js +5 -5
  48. package/packages/flow-list/src/main.vue +248 -248
  49. package/packages/form/index.js +5 -5
  50. package/packages/grid/index.js +5 -5
  51. package/packages/grid/src/main.vue +486 -486
  52. package/packages/grid-item/index.js +5 -5
  53. package/packages/grid-item/src/main.vue +16 -16
  54. package/packages/image/index.js +5 -5
  55. package/packages/image/src/main.vue +12 -12
  56. package/packages/image-preview/index.js +5 -5
  57. package/packages/list/index.js +5 -5
  58. package/packages/list/src/main.vue +32 -32
  59. package/packages/loading/index.js +5 -5
  60. package/packages/loading/src/main.vue +19 -19
  61. package/packages/nav-bar/index.js +5 -5
  62. package/packages/nav-bar/src/main.vue +24 -24
  63. package/packages/notice-bar/index.js +5 -5
  64. package/packages/notice-bar/src/main.vue +15 -15
  65. package/packages/pagination/index.js +5 -5
  66. package/packages/pagination/src/main.vue +73 -73
  67. package/packages/picker/index.js +5 -5
  68. package/packages/picker/src/main.vue +604 -604
  69. package/packages/popover/index.js +5 -5
  70. package/packages/popover/src/main.vue +32 -32
  71. package/packages/popup/index.js +5 -5
  72. package/packages/popup/src/main.vue +27 -27
  73. package/packages/pull-refresh/index.js +5 -5
  74. package/packages/pull-refresh/src/main.vue +31 -31
  75. package/packages/radio/index.js +5 -5
  76. package/packages/radio/src/main.vue +179 -179
  77. package/packages/rate/index.js +5 -5
  78. package/packages/rate/src/main.vue +26 -26
  79. package/packages/retrial-auth/index.js +5 -5
  80. package/packages/retrial-auth/src/main.vue +257 -257
  81. package/packages/search/index.js +5 -5
  82. package/packages/search/src/main.vue +39 -39
  83. package/packages/selector/index.js +5 -5
  84. package/packages/selector/src/main.vue +186 -186
  85. package/packages/selector/src/selector-tree.vue +1117 -1117
  86. package/packages/selector/src/tree.vue +405 -405
  87. package/packages/skeleton/index.js +5 -5
  88. package/packages/skeleton/src/main.vue +17 -17
  89. package/packages/stepper/index.js +5 -5
  90. package/packages/stepper/src/main.vue +25 -25
  91. package/packages/swipe/index.js +5 -5
  92. package/packages/swipe/src/main.vue +42 -42
  93. package/packages/switch/index.js +5 -5
  94. package/packages/switch/src/main.vue +38 -38
  95. package/packages/tab/index.js +5 -5
  96. package/packages/tab/src/main.vue +16 -16
  97. package/packages/table/index.js +5 -5
  98. package/packages/table/src/main.vue +1006 -1006
  99. package/packages/table-column/index.js +5 -5
  100. package/packages/table-column/src/main.vue +931 -931
  101. package/packages/table-column/src/mixins/table.js +12 -12
  102. package/packages/tabs/index.js +5 -5
  103. package/packages/tabs/src/main.vue +34 -34
  104. package/packages/tag/index.js +5 -5
  105. package/packages/tag/src/main.vue +16 -16
  106. package/packages/theme-chalk/gulpfile.js +25 -0
  107. package/packages/theme-chalk/src/base.scss +195 -195
  108. package/packages/theme-chalk/src/button-group.scss +25 -25
  109. package/packages/theme-chalk/src/button.scss +2 -2
  110. package/packages/theme-chalk/src/calendar.scss +11 -11
  111. package/packages/theme-chalk/src/cascader.scss +11 -11
  112. package/packages/theme-chalk/src/cell.scss +14 -14
  113. package/packages/theme-chalk/src/checkbox.scss +9 -9
  114. package/packages/theme-chalk/src/circle.scss +6 -6
  115. package/packages/theme-chalk/src/common/var.scss +1525 -1525
  116. package/packages/theme-chalk/src/esign.scss +51 -51
  117. package/packages/theme-chalk/src/field.scss +98 -98
  118. package/packages/theme-chalk/src/flow-btn.scss +99 -99
  119. package/packages/theme-chalk/src/flow-list.scss +122 -122
  120. package/packages/theme-chalk/src/fonts/iconfont.scss +98 -98
  121. package/packages/theme-chalk/src/fonts/iconfont1.scss +90 -90
  122. package/packages/theme-chalk/src/form.scss +33 -33
  123. package/packages/theme-chalk/src/grid-item.scss +16 -16
  124. package/packages/theme-chalk/src/grid.scss +46 -46
  125. package/packages/theme-chalk/src/icon.scss +1661 -1661
  126. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  127. package/packages/theme-chalk/src/navbar.scss +5 -5
  128. package/packages/theme-chalk/src/pagination.scss +12 -12
  129. package/packages/theme-chalk/src/picker.scss +31 -31
  130. package/packages/theme-chalk/src/radio.scss +6 -6
  131. package/packages/theme-chalk/src/retrial-auth.scss +28 -28
  132. package/packages/theme-chalk/src/selector.scss +247 -247
  133. package/packages/theme-chalk/src/stepper.scss +9 -9
  134. package/packages/theme-chalk/src/switch.scss +5 -5
  135. package/packages/theme-chalk/src/table.scss +86 -86
  136. package/packages/theme-chalk/src/tabs.scss +31 -31
  137. package/packages/theme-chalk/src/tag.scss +12 -12
  138. package/packages/theme-chalk/src/theme.scss +1 -1
  139. package/packages/theme-chalk/src/tree.scss +127 -127
  140. package/packages/uploader/index.js +5 -5
  141. package/src/config/api.js +190 -190
  142. package/src/index.js +1 -1
  143. package/src/utils/axios.js +217 -217
  144. package/src/utils/date-util.js +312 -312
  145. package/src/utils/http.js +106 -106
  146. package/src/utils/rules.js +18 -18
  147. package/src/utils/store.js +21 -21
  148. package/CHANGELOG.md +0 -95
  149. package/packages/theme-chalk/lib/action-sheet.css +0 -0
  150. package/packages/theme-chalk/lib/base.css +0 -1
  151. package/packages/theme-chalk/lib/button-group.css +0 -1
  152. package/packages/theme-chalk/lib/button.css +0 -1
  153. package/packages/theme-chalk/lib/calendar.css +0 -1
  154. package/packages/theme-chalk/lib/cascader.css +0 -1
  155. package/packages/theme-chalk/lib/cell.css +0 -1
  156. package/packages/theme-chalk/lib/checkbox.css +0 -1
  157. package/packages/theme-chalk/lib/circle.css +0 -1
  158. package/packages/theme-chalk/lib/count-down.css +0 -0
  159. package/packages/theme-chalk/lib/date.css +0 -0
  160. package/packages/theme-chalk/lib/empty.css +0 -0
  161. package/packages/theme-chalk/lib/esign.css +0 -1
  162. package/packages/theme-chalk/lib/field.css +0 -1
  163. package/packages/theme-chalk/lib/flow-btn.css +0 -1
  164. package/packages/theme-chalk/lib/flow-list-task-read.css +0 -1
  165. package/packages/theme-chalk/lib/flow-list.css +0 -1
  166. package/packages/theme-chalk/lib/flow.css +0 -1
  167. package/packages/theme-chalk/lib/fonts/iconfont.scss +0 -98
  168. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  169. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  170. package/packages/theme-chalk/lib/fonts/iconfont1.scss +0 -90
  171. package/packages/theme-chalk/lib/form.css +0 -1
  172. package/packages/theme-chalk/lib/grid-item.css +0 -1
  173. package/packages/theme-chalk/lib/grid.css +0 -1
  174. package/packages/theme-chalk/lib/icon.css +0 -1
  175. package/packages/theme-chalk/lib/image-preview.css +0 -0
  176. package/packages/theme-chalk/lib/image.css +0 -0
  177. package/packages/theme-chalk/lib/index.css +0 -1
  178. package/packages/theme-chalk/lib/list.css +0 -0
  179. package/packages/theme-chalk/lib/loading.css +0 -0
  180. package/packages/theme-chalk/lib/nav-bar.css +0 -0
  181. package/packages/theme-chalk/lib/navbar.css +0 -1
  182. package/packages/theme-chalk/lib/notice-bar.css +0 -0
  183. package/packages/theme-chalk/lib/pagination.css +0 -1
  184. package/packages/theme-chalk/lib/picker.css +0 -1
  185. package/packages/theme-chalk/lib/popover.css +0 -0
  186. package/packages/theme-chalk/lib/popup.css +0 -0
  187. package/packages/theme-chalk/lib/pull-refresh.css +0 -0
  188. package/packages/theme-chalk/lib/radio.css +0 -1
  189. package/packages/theme-chalk/lib/rate.css +0 -0
  190. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  191. package/packages/theme-chalk/lib/search.css +0 -0
  192. package/packages/theme-chalk/lib/selector.css +0 -1
  193. package/packages/theme-chalk/lib/skeleton.css +0 -0
  194. package/packages/theme-chalk/lib/stepper.css +0 -1
  195. package/packages/theme-chalk/lib/swipe.css +0 -0
  196. package/packages/theme-chalk/lib/switch.css +0 -1
  197. package/packages/theme-chalk/lib/tab.css +0 -0
  198. package/packages/theme-chalk/lib/table-column.css +0 -0
  199. package/packages/theme-chalk/lib/table.css +0 -1
  200. package/packages/theme-chalk/lib/tabs.css +0 -1
  201. package/packages/theme-chalk/lib/tag.css +0 -1
  202. package/packages/theme-chalk/lib/theme.css +0 -0
  203. package/packages/theme-chalk/lib/tree.css +0 -1
  204. package/packages/theme-chalk/lib/uploader.css +0 -0
package/lib/picker.js CHANGED
@@ -2951,12 +2951,12 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
2951
2951
  }
2952
2952
  },
2953
2953
 
2954
- /**
2955
- * deleteList
2956
- * @desc:删除选中的数据
2957
- * @date 2023年4月20日
2958
- * @author liufan
2959
- * @param {String} val 当前数据的下标
2954
+ /**
2955
+ * deleteList
2956
+ * @desc:删除选中的数据
2957
+ * @date 2023年4月20日
2958
+ * @author liufan
2959
+ * @param {String} val 当前数据的下标
2960
2960
  */
2961
2961
  deleteList: function deleteList(val, res) {
2962
2962
  if (this.disabled || this.readonly) return;
package/lib/radio.js CHANGED
@@ -2432,11 +2432,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2432
2432
  return util["a" /* default */].exclAttribute({ data: data, attrs: attrs });
2433
2433
  },
2434
2434
 
2435
- /**
2436
- * handleChange
2437
- * @desc:当绑定值变化时触发的事件
2438
- * @date 2023年3月6日
2439
- * @author liufan
2435
+ /**
2436
+ * handleChange
2437
+ * @desc:当绑定值变化时触发的事件
2438
+ * @date 2023年3月6日
2439
+ * @author liufan
2440
2440
  */
2441
2441
  // handleChange(val) {
2442
2442
  // this.$emit('change', val);
package/lib/selector.js CHANGED
@@ -4017,12 +4017,12 @@ var _props, _methods;
4017
4017
  });
4018
4018
  },
4019
4019
 
4020
- /**
4021
- * delteList
4022
- * @desc:删除选中的数据
4023
- * @date 2023年3月6日
4024
- * @author liufan
4025
- * @param {String,Number} i 点击数据的下标
4020
+ /**
4021
+ * delteList
4022
+ * @desc:删除选中的数据
4023
+ * @date 2023年3月6日
4024
+ * @author liufan
4025
+ * @param {String,Number} i 点击数据的下标
4026
4026
  */
4027
4027
  delteList: function delteList(i) {
4028
4028
  this.oldIsSearch = this.isSearch;
@@ -4045,11 +4045,11 @@ var _props, _methods;
4045
4045
  }
4046
4046
  },
4047
4047
 
4048
- /**
4049
- * onSearch
4050
- * @desc:条件搜索
4051
- * @date 2023年3月6日
4052
- * @author liufan
4048
+ /**
4049
+ * onSearch
4050
+ * @desc:条件搜索
4051
+ * @date 2023年3月6日
4052
+ * @author liufan
4053
4053
  */
4054
4054
  onSearch: function onSearch() {
4055
4055
  var _this5 = this;
@@ -4068,11 +4068,11 @@ var _props, _methods;
4068
4068
  }, 1000);
4069
4069
  },
4070
4070
 
4071
- /**
4072
- * getContent
4073
- * @desc:获取数据
4074
- * @date 2023年3月6日
4075
- * @author liufan
4071
+ /**
4072
+ * getContent
4073
+ * @desc:获取数据
4074
+ * @date 2023年3月6日
4075
+ * @author liufan
4076
4076
  */
4077
4077
  getContent: function getContent(name, isSearch) {
4078
4078
  var _this6 = this;
@@ -5049,12 +5049,12 @@ var selector_field_component = Object(componentNormalizer["a" /* default */])(
5049
5049
  this.$emit('selector-click', this.showSelectorTree);
5050
5050
  },
5051
5051
 
5052
- /**
5053
- * handleDispose
5054
- * @desc:确认选人
5055
- * @date 2023年3月6日
5056
- * @author liufan
5057
- * @param {Object} val 选中的人员/单位
5052
+ /**
5053
+ * handleDispose
5054
+ * @desc:确认选人
5055
+ * @date 2023年3月6日
5056
+ * @author liufan
5057
+ * @param {Object} val 选中的人员/单位
5058
5058
  */
5059
5059
  handleDispose: function handleDispose(val) {
5060
5060
  this.inputValue = '';
@@ -5072,12 +5072,12 @@ var selector_field_component = Object(componentNormalizer["a" /* default */])(
5072
5072
  this.$emit('selector-click', this.showSelectorTree);
5073
5073
  },
5074
5074
 
5075
- /**
5076
- * handleChangeSel
5077
- * @desc:输入框数据发生变化时
5078
- * @date 2023年3月6日
5079
- * @author liufan
5080
- * @param {Array} val 变化后的选中数据
5075
+ /**
5076
+ * handleChangeSel
5077
+ * @desc:输入框数据发生变化时
5078
+ * @date 2023年3月6日
5079
+ * @author liufan
5080
+ * @param {Array} val 变化后的选中数据
5081
5081
  */
5082
5082
  handleChangeSel: function handleChangeSel(val) {
5083
5083
  if (val) {
@@ -1,98 +1,98 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 4360523 */
3
- src: url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff2?t=1723088955236') format('woff2'),
4
- url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff?t=1723088955236') format('woff'),
5
- url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.ttf?t=1723088955236') format('truetype');
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .em-fangda:before {
17
- content: "\e612";
18
- }
19
-
20
- .em-guanbi:before {
21
- content: "\e6f8";
22
- }
23
-
24
- .icon-em-more:before {
25
- content: "\e646";
26
- }
27
-
28
- .icon-youjiantou:before {
29
- content: "\e622";
30
- }
31
-
32
- .icon-shoucang:before {
33
- content: "\e600";
34
- }
35
-
36
- .icon-ziguanshujufuwu:before {
37
- content: "\e618";
38
- }
39
-
40
- .icon-fuwenbenkuang:before {
41
- content: "\e66f";
42
- }
43
-
44
- .icon-gongdanguanlian:before {
45
- content: "\e66d";
46
- }
47
-
48
- .icon-riqi_rili:before {
49
- content: "\e648";
50
- }
51
-
52
- .icon-fuwenben:before {
53
- content: "\e718";
54
- }
55
-
56
- .icon-a-gaizhang3:before {
57
- content: "\eba4";
58
- }
59
-
60
- .icon-quan:before {
61
- content: "\e63a";
62
- }
63
-
64
- .icon-gou:before {
65
- content: "\e8bd";
66
- }
67
-
68
- .icon-fujian:before {
69
- content: "\e651";
70
- }
71
-
72
- .icon-ziyuan:before {
73
- content: "\e60d";
74
- }
75
-
76
- .icon-duoxuanxuanzhong:before {
77
- content: "\e62c";
78
- }
79
-
80
- .icon-saoma:before {
81
- content: "\e621";
82
- }
83
-
84
- .icon-jiayonghu:before {
85
- content: "\e617";
86
- }
87
-
88
- .icon-bumenguanli:before {
89
- content: "\e60c";
90
- }
91
-
92
- .icon-shuzi:before {
93
- content: "\e640";
94
- }
95
-
96
- .icon-dingwei:before {
97
- content: "\ee33";
98
- }
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 4360523 */
3
+ src: url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff2?t=1723088955236') format('woff2'),
4
+ url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.woff?t=1723088955236') format('woff'),
5
+ url('//at.alicdn.com/t/c/font_4360523_y103tt1hpxg.ttf?t=1723088955236') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .em-fangda:before {
17
+ content: "\e612";
18
+ }
19
+
20
+ .em-guanbi:before {
21
+ content: "\e6f8";
22
+ }
23
+
24
+ .icon-em-more:before {
25
+ content: "\e646";
26
+ }
27
+
28
+ .icon-youjiantou:before {
29
+ content: "\e622";
30
+ }
31
+
32
+ .icon-shoucang:before {
33
+ content: "\e600";
34
+ }
35
+
36
+ .icon-ziguanshujufuwu:before {
37
+ content: "\e618";
38
+ }
39
+
40
+ .icon-fuwenbenkuang:before {
41
+ content: "\e66f";
42
+ }
43
+
44
+ .icon-gongdanguanlian:before {
45
+ content: "\e66d";
46
+ }
47
+
48
+ .icon-riqi_rili:before {
49
+ content: "\e648";
50
+ }
51
+
52
+ .icon-fuwenben:before {
53
+ content: "\e718";
54
+ }
55
+
56
+ .icon-a-gaizhang3:before {
57
+ content: "\eba4";
58
+ }
59
+
60
+ .icon-quan:before {
61
+ content: "\e63a";
62
+ }
63
+
64
+ .icon-gou:before {
65
+ content: "\e8bd";
66
+ }
67
+
68
+ .icon-fujian:before {
69
+ content: "\e651";
70
+ }
71
+
72
+ .icon-ziyuan:before {
73
+ content: "\e60d";
74
+ }
75
+
76
+ .icon-duoxuanxuanzhong:before {
77
+ content: "\e62c";
78
+ }
79
+
80
+ .icon-saoma:before {
81
+ content: "\e621";
82
+ }
83
+
84
+ .icon-jiayonghu:before {
85
+ content: "\e617";
86
+ }
87
+
88
+ .icon-bumenguanli:before {
89
+ content: "\e60c";
90
+ }
91
+
92
+ .icon-shuzi:before {
93
+ content: "\e640";
94
+ }
95
+
96
+ .icon-dingwei:before {
97
+ content: "\ee33";
98
+ }
@@ -1,90 +1,90 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 4360523 */
3
- src: url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff2?t=1704791048889') format('woff2'),
4
- url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff?t=1704791048889') format('woff'),
5
- url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.ttf?t=1704791048889') format('truetype');
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .icon-em-more:before {
17
- content: "\e646";
18
- }
19
-
20
- .icon-youjiantou:before {
21
- content: "\e622";
22
- }
23
-
24
- .icon-shoucang:before {
25
- content: "\e600";
26
- }
27
-
28
- .icon-ziguanshujufuwu:before {
29
- content: "\e618";
30
- }
31
-
32
- .icon-fuwenbenkuang:before {
33
- content: "\e66f";
34
- }
35
-
36
- .icon-gongdanguanlian:before {
37
- content: "\e66d";
38
- }
39
-
40
- .icon-riqi_rili:before {
41
- content: "\e648";
42
- }
43
-
44
- .icon-fuwenben:before {
45
- content: "\e718";
46
- }
47
-
48
- .icon-a-gaizhang3:before {
49
- content: "\eba4";
50
- }
51
-
52
- .icon-quan:before {
53
- content: "\e63a";
54
- }
55
-
56
- .icon-gou:before {
57
- content: "\e8bd";
58
- }
59
-
60
- .icon-fujian:before {
61
- content: "\e651";
62
- }
63
-
64
- .icon-ziyuan:before {
65
- content: "\e60d";
66
- }
67
-
68
- .icon-duoxuanxuanzhong:before {
69
- content: "\e62c";
70
- }
71
-
72
- .icon-saoma:before {
73
- content: "\e621";
74
- }
75
-
76
- .icon-jiayonghu:before {
77
- content: "\e617";
78
- }
79
-
80
- .icon-bumenguanli:before {
81
- content: "\e60c";
82
- }
83
-
84
- .icon-shuzi:before {
85
- content: "\e640";
86
- }
87
-
88
- .icon-dingwei:before {
89
- content: "\ee33";
90
- }
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 4360523 */
3
+ src: url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff2?t=1704791048889') format('woff2'),
4
+ url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.woff?t=1704791048889') format('woff'),
5
+ url('//at.alicdn.com/t/c/font_4360523_ph4qmmcd8ze.ttf?t=1704791048889') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .icon-em-more:before {
17
+ content: "\e646";
18
+ }
19
+
20
+ .icon-youjiantou:before {
21
+ content: "\e622";
22
+ }
23
+
24
+ .icon-shoucang:before {
25
+ content: "\e600";
26
+ }
27
+
28
+ .icon-ziguanshujufuwu:before {
29
+ content: "\e618";
30
+ }
31
+
32
+ .icon-fuwenbenkuang:before {
33
+ content: "\e66f";
34
+ }
35
+
36
+ .icon-gongdanguanlian:before {
37
+ content: "\e66d";
38
+ }
39
+
40
+ .icon-riqi_rili:before {
41
+ content: "\e648";
42
+ }
43
+
44
+ .icon-fuwenben:before {
45
+ content: "\e718";
46
+ }
47
+
48
+ .icon-a-gaizhang3:before {
49
+ content: "\eba4";
50
+ }
51
+
52
+ .icon-quan:before {
53
+ content: "\e63a";
54
+ }
55
+
56
+ .icon-gou:before {
57
+ content: "\e8bd";
58
+ }
59
+
60
+ .icon-fujian:before {
61
+ content: "\e651";
62
+ }
63
+
64
+ .icon-ziyuan:before {
65
+ content: "\e60d";
66
+ }
67
+
68
+ .icon-duoxuanxuanzhong:before {
69
+ content: "\e62c";
70
+ }
71
+
72
+ .icon-saoma:before {
73
+ content: "\e621";
74
+ }
75
+
76
+ .icon-jiayonghu:before {
77
+ content: "\e617";
78
+ }
79
+
80
+ .icon-bumenguanli:before {
81
+ content: "\e60c";
82
+ }
83
+
84
+ .icon-shuzi:before {
85
+ content: "\e640";
86
+ }
87
+
88
+ .icon-dingwei:before {
89
+ content: "\ee33";
90
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-mobiles",
3
- "version": "0.3.98",
3
+ "version": "0.4.0",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -1,5 +1,5 @@
1
- import EmActionSheet from './src/main';
2
-
3
- EmActionSheet.install = Vue => Vue.component(EmActionSheet.name, EmActionSheet);
4
-
5
- export default EmActionSheet;
1
+ import EmActionSheet from './src/main';
2
+
3
+ EmActionSheet.install = Vue => Vue.component(EmActionSheet.name, EmActionSheet);
4
+
5
+ export default EmActionSheet;
@@ -1,32 +1,32 @@
1
- <template>
2
- <div class="em-action-sheet">
3
- <van-action-sheet v-model="newValue" v-bind="$attrs" v-on="$listeners">
4
- <template v-for="(index, name) in $slots" :slot="name">
5
- <slot :name="name" />
6
- </template>
7
- </van-action-sheet>
8
- </div>
9
- </template>
10
-
11
- <script>
12
- export default {
13
- name: 'EmActionSheet',
14
- inheritAttrs: false,
15
- props:{
16
- value:{
17
- type:Boolean,
18
- default:false
19
- }
20
- },
21
- computed:{
22
- newValue:{
23
- get(){
24
- return this.value
25
- },
26
- set(val){}
27
- }
28
- }
29
- };
30
- </script>
31
-
32
- <style></style>
1
+ <template>
2
+ <div class="em-action-sheet">
3
+ <van-action-sheet v-model="newValue" v-bind="$attrs" v-on="$listeners">
4
+ <template v-for="(index, name) in $slots" :slot="name">
5
+ <slot :name="name" />
6
+ </template>
7
+ </van-action-sheet>
8
+ </div>
9
+ </template>
10
+
11
+ <script>
12
+ export default {
13
+ name: 'EmActionSheet',
14
+ inheritAttrs: false,
15
+ props:{
16
+ value:{
17
+ type:Boolean,
18
+ default:false
19
+ }
20
+ },
21
+ computed:{
22
+ newValue:{
23
+ get(){
24
+ return this.value
25
+ },
26
+ set(val){}
27
+ }
28
+ }
29
+ };
30
+ </script>
31
+
32
+ <style></style>
@@ -1,5 +1,5 @@
1
- import EmButton from './src/main';
2
-
3
- EmButton.install = Vue => Vue.component(EmButton.name, EmButton);
4
-
5
- export default EmButton;
1
+ import EmButton from './src/main';
2
+
3
+ EmButton.install = Vue => Vue.component(EmButton.name, EmButton);
4
+
5
+ export default EmButton;
@@ -1,15 +1,15 @@
1
- <template>
2
- <van-button class="em-button" v-bind="$attrs" v-on="$listeners">
3
- <!-- <i :class="icon" v-if="icon"></i> -->
4
- <template v-for="(index, name) in $slots" :slot="name">
5
- <slot :name="name" />
6
- </template>
7
- </van-button>
8
- </template>
9
-
10
- <script>
11
- export default {
12
- name: 'EmButton',
13
- inheritAttrs:false,
14
- };
15
- </script>
1
+ <template>
2
+ <van-button class="em-button" v-bind="$attrs" v-on="$listeners">
3
+ <!-- <i :class="icon" v-if="icon"></i> -->
4
+ <template v-for="(index, name) in $slots" :slot="name">
5
+ <slot :name="name" />
6
+ </template>
7
+ </van-button>
8
+ </template>
9
+
10
+ <script>
11
+ export default {
12
+ name: 'EmButton',
13
+ inheritAttrs:false,
14
+ };
15
+ </script>
@@ -1,5 +1,5 @@
1
- import EmButtonGroup from './src/main';
2
-
3
- EmButtonGroup.install = Vue => Vue.component(EmButtonGroup.name, EmButtonGroup);
4
-
5
- export default EmButtonGroup;
1
+ import EmButtonGroup from './src/main';
2
+
3
+ EmButtonGroup.install = Vue => Vue.component(EmButtonGroup.name, EmButtonGroup);
4
+
5
+ export default EmButtonGroup;