github graphieros/vue-data-ui v3.2.6

10 hours ago

VueUiTable

  • Add config options to customize header action buttons
const config = ref({
  style: {
    th: {
      buttons: {
        filter: {
          inactive: {
            backgroundColor: '#E1E5E8',
            color: '#2D353C',
          },
          active: {
            backgroundColor: '#1f77b4',
            color: '#FFFFFF',
          },
        },
        cancel: {
          inactive: {
            backgroundColor: '#E1E5E8',
            color: '#2D353C',
          },
          active: {
            backgroundColor: '#F17171',
            color: '#FFFFFF',
          },
        },
      }
    }
  }
})

VueUiXyCanvas

  • timeLabels configuration is moved to x instead of y. This change is backwards compatible: your existing time labels configuration under Y will still work.

VueUiXy

  • Allow partial configuration for highlightArea

Docs are up to date

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.