eoss-mobiles 0.4.4 → 0.4.5

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 (202) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/lib/eoss-mobile.common.js +44 -41
  3. package/lib/flow.js +10 -7
  4. package/lib/index.js +1 -1
  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/supervise.vue +139 -139
  42. package/packages/flow/src/components/taskUnionExamine.vue +3 -0
  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/form/src/CustomCard.vue +201 -201
  51. package/packages/grid/index.js +5 -5
  52. package/packages/grid/src/main.vue +486 -486
  53. package/packages/grid-item/index.js +5 -5
  54. package/packages/grid-item/src/main.vue +16 -16
  55. package/packages/image/index.js +5 -5
  56. package/packages/image/src/main.vue +12 -12
  57. package/packages/image-preview/index.js +5 -5
  58. package/packages/list/index.js +5 -5
  59. package/packages/list/src/main.vue +32 -32
  60. package/packages/loading/index.js +5 -5
  61. package/packages/loading/src/main.vue +19 -19
  62. package/packages/nav-bar/index.js +5 -5
  63. package/packages/nav-bar/src/main.vue +24 -24
  64. package/packages/notice-bar/index.js +5 -5
  65. package/packages/notice-bar/src/main.vue +15 -15
  66. package/packages/pagination/index.js +5 -5
  67. package/packages/pagination/src/main.vue +73 -73
  68. package/packages/picker/index.js +5 -5
  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/lib/action-sheet.css +0 -0
  107. package/packages/theme-chalk/lib/base.css +1 -0
  108. package/packages/theme-chalk/lib/button-group.css +1 -0
  109. package/packages/theme-chalk/lib/button.css +1 -0
  110. package/packages/theme-chalk/lib/calendar.css +1 -0
  111. package/packages/theme-chalk/lib/cascader.css +1 -0
  112. package/packages/theme-chalk/lib/cell.css +1 -0
  113. package/packages/theme-chalk/lib/checkbox.css +1 -0
  114. package/packages/theme-chalk/lib/circle.css +1 -0
  115. package/packages/theme-chalk/lib/count-down.css +0 -0
  116. package/packages/theme-chalk/lib/date.css +0 -0
  117. package/packages/theme-chalk/lib/empty.css +0 -0
  118. package/packages/theme-chalk/lib/esign.css +1 -0
  119. package/packages/theme-chalk/lib/field.css +1 -0
  120. package/packages/theme-chalk/lib/flow-btn.css +1 -0
  121. package/packages/theme-chalk/lib/flow-list-task-read.css +1 -0
  122. package/packages/theme-chalk/lib/flow-list.css +1 -0
  123. package/packages/theme-chalk/lib/flow.css +1 -0
  124. package/packages/theme-chalk/lib/fonts/iconfont.scss +98 -0
  125. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  126. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  127. package/packages/theme-chalk/lib/fonts/iconfont1.scss +90 -0
  128. package/packages/theme-chalk/lib/form.css +1 -0
  129. package/packages/theme-chalk/lib/grid-item.css +1 -0
  130. package/packages/theme-chalk/lib/grid.css +1 -0
  131. package/packages/theme-chalk/lib/icon.css +1 -0
  132. package/packages/theme-chalk/lib/image-preview.css +0 -0
  133. package/packages/theme-chalk/lib/image.css +0 -0
  134. package/packages/theme-chalk/lib/index.css +1 -0
  135. package/packages/theme-chalk/lib/list.css +0 -0
  136. package/packages/theme-chalk/lib/loading.css +0 -0
  137. package/packages/theme-chalk/lib/nav-bar.css +0 -0
  138. package/packages/theme-chalk/lib/navbar.css +1 -0
  139. package/packages/theme-chalk/lib/notice-bar.css +0 -0
  140. package/packages/theme-chalk/lib/pagination.css +1 -0
  141. package/packages/theme-chalk/lib/picker.css +1 -0
  142. package/packages/theme-chalk/lib/popover.css +0 -0
  143. package/packages/theme-chalk/lib/popup.css +0 -0
  144. package/packages/theme-chalk/lib/pull-refresh.css +0 -0
  145. package/packages/theme-chalk/lib/radio.css +1 -0
  146. package/packages/theme-chalk/lib/rate.css +0 -0
  147. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  148. package/packages/theme-chalk/lib/search.css +0 -0
  149. package/packages/theme-chalk/lib/selector.css +1 -0
  150. package/packages/theme-chalk/lib/skeleton.css +0 -0
  151. package/packages/theme-chalk/lib/stepper.css +1 -0
  152. package/packages/theme-chalk/lib/swipe.css +0 -0
  153. package/packages/theme-chalk/lib/switch.css +1 -0
  154. package/packages/theme-chalk/lib/tab.css +0 -0
  155. package/packages/theme-chalk/lib/table-column.css +0 -0
  156. package/packages/theme-chalk/lib/table.css +1 -0
  157. package/packages/theme-chalk/lib/tabs.css +1 -0
  158. package/packages/theme-chalk/lib/tag.css +1 -0
  159. package/packages/theme-chalk/lib/theme.css +0 -0
  160. package/packages/theme-chalk/lib/tree.css +1 -0
  161. package/packages/theme-chalk/lib/uploader.css +0 -0
  162. package/packages/theme-chalk/src/base.scss +195 -195
  163. package/packages/theme-chalk/src/button-group.scss +25 -25
  164. package/packages/theme-chalk/src/button.scss +2 -2
  165. package/packages/theme-chalk/src/calendar.scss +11 -11
  166. package/packages/theme-chalk/src/cascader.scss +11 -11
  167. package/packages/theme-chalk/src/cell.scss +14 -14
  168. package/packages/theme-chalk/src/checkbox.scss +9 -9
  169. package/packages/theme-chalk/src/circle.scss +6 -6
  170. package/packages/theme-chalk/src/common/var.scss +1525 -1525
  171. package/packages/theme-chalk/src/esign.scss +51 -51
  172. package/packages/theme-chalk/src/field.scss +98 -98
  173. package/packages/theme-chalk/src/flow-btn.scss +99 -99
  174. package/packages/theme-chalk/src/flow-list.scss +122 -122
  175. package/packages/theme-chalk/src/fonts/iconfont.scss +98 -98
  176. package/packages/theme-chalk/src/fonts/iconfont1.scss +90 -90
  177. package/packages/theme-chalk/src/grid-item.scss +16 -16
  178. package/packages/theme-chalk/src/grid.scss +46 -46
  179. package/packages/theme-chalk/src/icon.scss +1661 -1661
  180. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  181. package/packages/theme-chalk/src/navbar.scss +5 -5
  182. package/packages/theme-chalk/src/pagination.scss +12 -12
  183. package/packages/theme-chalk/src/picker.scss +31 -31
  184. package/packages/theme-chalk/src/radio.scss +6 -6
  185. package/packages/theme-chalk/src/retrial-auth.scss +28 -28
  186. package/packages/theme-chalk/src/selector.scss +247 -247
  187. package/packages/theme-chalk/src/stepper.scss +9 -9
  188. package/packages/theme-chalk/src/switch.scss +5 -5
  189. package/packages/theme-chalk/src/table.scss +86 -86
  190. package/packages/theme-chalk/src/tabs.scss +31 -31
  191. package/packages/theme-chalk/src/tag.scss +12 -12
  192. package/packages/theme-chalk/src/theme.scss +1 -1
  193. package/packages/theme-chalk/src/tree.scss +127 -127
  194. package/packages/uploader/index.js +5 -5
  195. package/src/config/api.js +190 -190
  196. package/src/index.js +1 -1
  197. package/src/utils/axios.js +217 -217
  198. package/src/utils/date-util.js +312 -312
  199. package/src/utils/http.js +106 -106
  200. package/src/utils/rules.js +18 -18
  201. package/src/utils/store.js +21 -21
  202. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/radio.js CHANGED
@@ -2637,11 +2637,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2637
2637
  return util["a" /* default */].exclAttribute({ data: data, attrs: attrs });
2638
2638
  },
2639
2639
 
2640
- /**
2641
- * handleChange
2642
- * @desc:当绑定值变化时触发的事件
2643
- * @date 2023年3月6日
2644
- * @author liufan
2640
+ /**
2641
+ * handleChange
2642
+ * @desc:当绑定值变化时触发的事件
2643
+ * @date 2023年3月6日
2644
+ * @author liufan
2645
2645
  */
2646
2646
  // handleChange(val) {
2647
2647
  // this.$emit('change', val);
package/lib/selector.js CHANGED
@@ -4221,12 +4221,12 @@ var _props, _methods;
4221
4221
  });
4222
4222
  },
4223
4223
 
4224
- /**
4225
- * delteList
4226
- * @desc:删除选中的数据
4227
- * @date 2023年3月6日
4228
- * @author liufan
4229
- * @param {String,Number} i 点击数据的下标
4224
+ /**
4225
+ * delteList
4226
+ * @desc:删除选中的数据
4227
+ * @date 2023年3月6日
4228
+ * @author liufan
4229
+ * @param {String,Number} i 点击数据的下标
4230
4230
  */
4231
4231
  delteList: function delteList(i) {
4232
4232
  this.oldIsSearch = this.isSearch;
@@ -4249,11 +4249,11 @@ var _props, _methods;
4249
4249
  }
4250
4250
  },
4251
4251
 
4252
- /**
4253
- * onSearch
4254
- * @desc:条件搜索
4255
- * @date 2023年3月6日
4256
- * @author liufan
4252
+ /**
4253
+ * onSearch
4254
+ * @desc:条件搜索
4255
+ * @date 2023年3月6日
4256
+ * @author liufan
4257
4257
  */
4258
4258
  onSearch: function onSearch() {
4259
4259
  var _this5 = this;
@@ -4272,11 +4272,11 @@ var _props, _methods;
4272
4272
  }, 1000);
4273
4273
  },
4274
4274
 
4275
- /**
4276
- * getContent
4277
- * @desc:获取数据
4278
- * @date 2023年3月6日
4279
- * @author liufan
4275
+ /**
4276
+ * getContent
4277
+ * @desc:获取数据
4278
+ * @date 2023年3月6日
4279
+ * @author liufan
4280
4280
  */
4281
4281
  getContent: function getContent(name, isSearch) {
4282
4282
  var _this6 = this;
@@ -5253,12 +5253,12 @@ var selector_field_component = Object(componentNormalizer["a" /* default */])(
5253
5253
  this.$emit('selector-click', this.showSelectorTree);
5254
5254
  },
5255
5255
 
5256
- /**
5257
- * handleDispose
5258
- * @desc:确认选人
5259
- * @date 2023年3月6日
5260
- * @author liufan
5261
- * @param {Object} val 选中的人员/单位
5256
+ /**
5257
+ * handleDispose
5258
+ * @desc:确认选人
5259
+ * @date 2023年3月6日
5260
+ * @author liufan
5261
+ * @param {Object} val 选中的人员/单位
5262
5262
  */
5263
5263
  handleDispose: function handleDispose(val) {
5264
5264
  this.inputValue = '';
@@ -5276,12 +5276,12 @@ var selector_field_component = Object(componentNormalizer["a" /* default */])(
5276
5276
  this.$emit('selector-click', this.showSelectorTree);
5277
5277
  },
5278
5278
 
5279
- /**
5280
- * handleChangeSel
5281
- * @desc:输入框数据发生变化时
5282
- * @date 2023年3月6日
5283
- * @author liufan
5284
- * @param {Array} val 变化后的选中数据
5279
+ /**
5280
+ * handleChangeSel
5281
+ * @desc:输入框数据发生变化时
5282
+ * @date 2023年3月6日
5283
+ * @author liufan
5284
+ * @param {Array} val 变化后的选中数据
5285
5285
  */
5286
5286
  handleChangeSel: function handleChangeSel(val) {
5287
5287
  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.4.4",
3
+ "version": "0.4.5",
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;