uview-plus 3.1.23 → 3.1.25

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 (79) hide show
  1. package/changelog.md +4 -0
  2. package/components/u-action-sheet/u-action-sheet.vue +1 -1
  3. package/components/u-album/u-album.vue +1 -1
  4. package/components/u-alert/u-alert.vue +1 -1
  5. package/components/u-avatar/u-avatar.vue +1 -1
  6. package/components/u-avatar-group/u-avatar-group.vue +1 -1
  7. package/components/u-button/u-button.vue +1 -1
  8. package/components/u-calendar/month.vue +1 -1
  9. package/components/u-calendar/u-calendar.vue +4 -4
  10. package/components/u-calendar/util.js +85 -85
  11. package/components/u-checkbox-group/u-checkbox-group.vue +1 -1
  12. package/components/u-circle-progress/u-circle-progress.vue +1 -1
  13. package/components/u-code/u-code.vue +1 -1
  14. package/components/u-code-input/u-code-input.vue +1 -1
  15. package/components/u-col/u-col.vue +1 -1
  16. package/components/u-collapse/u-collapse.vue +1 -1
  17. package/components/u-collapse-item/u-collapse-item.vue +6 -6
  18. package/components/u-column-notice/u-column-notice.vue +1 -1
  19. package/components/u-count-to/u-count-to.vue +1 -1
  20. package/components/u-datetime-picker/u-datetime-picker.vue +1 -1
  21. package/components/u-divider/u-divider.vue +1 -1
  22. package/components/u-dropdown/u-dropdown.vue +48 -48
  23. package/components/u-empty/u-empty.vue +1 -1
  24. package/components/u-form/u-form.vue +3 -3
  25. package/components/u-form-item/u-form-item.vue +1 -1
  26. package/components/u-gap/u-gap.vue +1 -1
  27. package/components/u-grid/u-grid.vue +1 -1
  28. package/components/u-grid-item/u-grid-item.vue +1 -1
  29. package/components/u-icon/u-icon.vue +1 -1
  30. package/components/u-keyboard/u-keyboard.vue +1 -1
  31. package/components/u-line/u-line.vue +1 -1
  32. package/components/u-line-progress/u-line-progress.vue +1 -1
  33. package/components/u-link/u-link.vue +1 -1
  34. package/components/u-list/u-list.vue +1 -1
  35. package/components/u-list-item/u-list-item.vue +1 -1
  36. package/components/u-loading-icon/u-loading-icon.vue +3 -3
  37. package/components/u-loading-page/u-loading-page.vue +1 -1
  38. package/components/u-loadmore/u-loadmore.vue +1 -1
  39. package/components/u-modal/u-modal.vue +3 -3
  40. package/components/u-navbar/u-navbar.vue +1 -1
  41. package/components/u-no-network/u-no-network.vue +1 -1
  42. package/components/u-notice-bar/u-notice-bar.vue +1 -1
  43. package/components/u-overlay/u-overlay.vue +1 -1
  44. package/components/u-parse/node/node.vue +576 -500
  45. package/components/u-parse/parser.js +1250 -992
  46. package/components/u-parse/props.js +4 -3
  47. package/components/u-parse/u-parse.vue +461 -336
  48. package/components/u-popup/u-popup.vue +3 -3
  49. package/components/u-radio/u-radio.vue +1 -1
  50. package/components/u-radio-group/u-radio-group.vue +1 -1
  51. package/components/u-rate/u-rate.vue +1 -1
  52. package/components/u-read-more/u-read-more.vue +1 -1
  53. package/components/u-row/u-row.vue +1 -1
  54. package/components/u-row-notice/u-row-notice.vue +1 -1
  55. package/components/u-safe-bottom/u-safe-bottom.vue +3 -3
  56. package/components/u-scroll-list/u-scroll-list.vue +1 -1
  57. package/components/u-search/u-search.vue +1 -1
  58. package/components/u-skeleton/u-skeleton.vue +1 -1
  59. package/components/u-sticky/u-sticky.vue +1 -1
  60. package/components/u-subsection/u-subsection.vue +1 -1
  61. package/components/u-swipe-action/u-swipe-action.vue +1 -1
  62. package/components/u-swipe-action-item/u-swipe-action-item.vue +1 -1
  63. package/components/u-swiper/u-swiper.vue +1 -1
  64. package/components/u-swiper-indicator/u-swiper-indicator.vue +1 -1
  65. package/components/u-switch/u-switch.vue +1 -1
  66. package/components/u-tabbar/u-tabbar.vue +1 -1
  67. package/components/u-tabbar-item/u-tabbar-item.vue +1 -1
  68. package/components/u-table/u-table.vue +1 -1
  69. package/components/u-tabs/u-tabs.vue +2 -2
  70. package/components/u-tabs-item/u-tabs-item.vue +1 -1
  71. package/components/u-tag/u-tag.vue +3 -3
  72. package/components/u-text/u-text.vue +1 -1
  73. package/components/u-textarea/u-textarea.vue +1 -1
  74. package/components/u-toast/u-toast.vue +1 -1
  75. package/components/u-toolbar/u-toolbar.vue +1 -1
  76. package/components/u-tooltip/u-tooltip.vue +2 -2
  77. package/libs/util/dayjs.min.js +1 -0
  78. package/package.json +1 -1
  79. package/components/u-parse/parser-es-module.js +0 -1122
@@ -1,9 +1,10 @@
1
1
  import defprops from '../../libs/config/props';
2
2
  export default {
3
3
  props: {
4
- // #ifdef APP-PLUS-NVUE
5
- bgColor: String,
6
- // #endif
4
+ containerStyle: {
5
+ type: String,
6
+ default: null
7
+ },
7
8
  content: String,
8
9
  copyLink: {
9
10
  type: Boolean,