mcrm-mobile 1.0.7 → 1.1.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 (63) hide show
  1. package/es/cell-group/index.js +1 -1
  2. package/es/collapse/index.js +1 -1
  3. package/es/collapse-item/index.js +1 -1
  4. package/es/data/MenuIcon.json +1 -1
  5. package/es/dialog/Dialog.js +2 -2
  6. package/es/grid/index.js +1 -1
  7. package/es/http/index.js +1 -1
  8. package/es/index-anchor/index.js +1 -1
  9. package/es/index.css +84 -1
  10. package/es/index.js +1 -1
  11. package/es/menu-icon/index.js +8 -1
  12. package/es/menu-jump/index.js +247 -194
  13. package/es/nav-bar/index.css +4 -1
  14. package/es/nav-bar/index.js +19 -3
  15. package/es/nav-bar/index.less +5 -1
  16. package/es/panel/index.js +1 -1
  17. package/es/password-input/index.js +2 -2
  18. package/es/picker/index.js +2 -2
  19. package/es/popover/index.js +1 -1
  20. package/es/style/base.css +80 -0
  21. package/es/style/css/iconfont.css +12 -0
  22. package/es/style/fonts/iconfont.ttf +0 -0
  23. package/es/style/fonts/iconfont.woff +0 -0
  24. package/es/style/fonts/iconfont.woff2 +0 -0
  25. package/es/style/theme.less +7 -0
  26. package/es/tabs/index.css +80 -0
  27. package/es/tabs/index.js +6 -2
  28. package/es/tabs/index.less +100 -0
  29. package/lib/cell-group/index.js +1 -1
  30. package/lib/collapse/index.js +1 -1
  31. package/lib/collapse-item/index.js +1 -1
  32. package/lib/data/MenuIcon.json +1 -1
  33. package/lib/dialog/Dialog.js +2 -2
  34. package/lib/grid/index.js +1 -1
  35. package/lib/http/index.js +1 -1
  36. package/lib/index-anchor/index.js +1 -1
  37. package/lib/index.css +84 -1
  38. package/lib/index.js +1 -1
  39. package/lib/mcrm-mobile.js +296 -216
  40. package/lib/mcrm-mobile.min.js +5 -5
  41. package/lib/menu-icon/index.js +8 -1
  42. package/lib/menu-jump/index.js +247 -194
  43. package/lib/nav-bar/index.css +4 -1
  44. package/lib/nav-bar/index.js +19 -3
  45. package/lib/nav-bar/index.less +5 -1
  46. package/lib/panel/index.js +1 -1
  47. package/lib/password-input/index.js +2 -2
  48. package/lib/picker/index.js +2 -2
  49. package/lib/popover/index.js +1 -1
  50. package/lib/style/base.css +80 -0
  51. package/lib/style/css/iconfont.css +12 -0
  52. package/lib/style/fonts/iconfont.ttf +0 -0
  53. package/lib/style/fonts/iconfont.woff +0 -0
  54. package/lib/style/fonts/iconfont.woff2 +0 -0
  55. package/lib/style/theme.less +7 -0
  56. package/lib/tabs/index.css +80 -0
  57. package/lib/tabs/index.js +6 -2
  58. package/lib/tabs/index.less +100 -0
  59. package/package.json +2 -1
  60. package/types/index.d.ts +1 -0
  61. package/vetur/attributes.json +141 -137
  62. package/vetur/tags.json +47 -46
  63. package/vetur/web-types.json +391 -381
@@ -9,7 +9,7 @@ export default create({
9
9
 
10
10
  return _c('div', {
11
11
  class: [_vm.b(), {
12
- 'mm-hairline-top-bottom': _vm.border
12
+ 'mm-hairline--top-bottom': _vm.border
13
13
  }]
14
14
  }, [_vm.title ? _c('div', {
15
15
  class: _vm.b('title')
@@ -10,7 +10,7 @@ export default create({
10
10
 
11
11
  return _c('div', {
12
12
  class: [_vm.b(), {
13
- 'mm-hairline-top-bottom': _vm.border
13
+ 'mm-hairline--top-bottom': _vm.border
14
14
  }]
15
15
  }, [_vm._t("default")], 2);
16
16
  },
@@ -14,7 +14,7 @@ export default create({
14
14
 
15
15
  return _c('div', {
16
16
  class: [_vm.b(), {
17
- 'mm-hairline-top': _vm.index
17
+ 'mm-hairline--top': _vm.index
18
18
  }]
19
19
  }, [_c('cell', _vm._b({
20
20
  class: _vm.b('title', {