Skip to content

Conversation

Yannick243
Copy link
Collaborator

Description

This pull request enhances #204 by refactoring ui-predicate-vue3 component's to use the Vue3 Composition API.
It also adds v-model support to align with the Vue 2 version, ensuring that users upgrading from Vue 2 do not need to change their implementation.
Ensuring a smoother migration for developers transitioning from ui-predicate-vue2 version to ui-predicate-vue3 version.

Example usage

<template>
  <div>
    <ui-predicate
      v-model="predicate"
      :columns="columns"
      @change="onChange"
      @initialized="onInitialized"
    />
  </div>
</template>

@Yannick243 Yannick243 changed the title feat(ui-predicate-vue3): migrate components to composition API and support for v-model feat(ui-predicate-vue3): migrate components to composition API & add support for v-model Feb 28, 2025
@Yannick243 Yannick243 mentioned this pull request Feb 28, 2025
Copy link
Owner

@FGRibreau FGRibreau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@Yannick243 Yannick243 merged commit eb35801 into FGRibreau:master Mar 12, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants