mali-applet-ui 1.0.62 → 1.0.63

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.
@@ -138,6 +138,10 @@ export default {
138
138
  errRule = rule
139
139
  break
140
140
  }
141
+ if (rule.pattern && !new RegExp(rule.pattern).test(itemValue)) {
142
+ errRule = rule
143
+ break
144
+ }
141
145
  }
142
146
  }
143
147
  }
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <view class="ml-tree" :class="[className || '']">
3
+ </view>
4
+ </template>
5
+
6
+ <script>
7
+ import XEUtils from 'xe-utils'
8
+
9
+ export default {
10
+ name: 'MlTree',
11
+ props: {
12
+ value: Array
13
+ },
14
+ methods: {
15
+ }
16
+ }
17
+ </script>
18
+
19
+ <style lang="scss">
20
+ </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",