@linagora/linid-im-front-corelib 0.0.32 → 0.0.34

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.
package/README.md CHANGED
@@ -103,12 +103,20 @@ A full technical documentation is available in the `docs/` directory:
103
103
 
104
104
  - 🎨 **I18n Configuration (`i18n`)**
105
105
  Learn how to initialize and use the `i18n` singleton and the `useScopedI18n` composable for internationalization.
106
- → [`docs/i18n.md`](docs/ui-design.md)
106
+ → [`docs/i18n.md`](docs/i18n.md)
107
107
 
108
108
  - 🔔 **Notification System (`useNotify`)**
109
109
  Learn how to use the `useNotify` composable to display notifications within your application.
110
110
  → [`docs/notify.md`](docs/notify.md)
111
111
 
112
+ - 📄 **Pagination (`usePagination`)**
113
+ Learn how to convert between backend pagination models and Quasar QTable pagination formats.
114
+ → [`docs/pagination.md`](docs/pagination.md)
115
+
116
+ - ⚙️ **Field Validation (`useFieldValidation`, `useQuasarFieldValidation` & `useQuasarRules`)**
117
+ Learn how to implement field validation compatible with Quasar framework.
118
+ → [`docs/field-validation.md`](docs/field-validation.md)
119
+
112
120
  More documents will be added as the library evolves.
113
121
 
114
122
  ---