@linagora/linid-im-front-corelib 0.0.71 → 0.0.73

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
@@ -31,7 +31,7 @@ structures for identity management features such as CRUD operations on persons,
31
31
  ## **Tech Stack 🛠️**
32
32
 
33
33
  | Area | Technology |
34
- | --------------- | ------------------------ |
34
+ |-----------------|--------------------------|
35
35
  | Language | TypeScript |
36
36
  | Framework | Vue.js (Composition API) |
37
37
  | UI Toolkit | Quasar Framework |
@@ -101,6 +101,11 @@ A full technical documentation is available in the `docs/` directory:
101
101
  personalization.
102
102
  → [`docs/ui-design.md`](docs/ui-design.md)
103
103
 
104
+ - 🔗 **URL Filter Sync (`useLinidFilterUrl`)**
105
+ Learn how to use the `useLinidFilterUrl` composable to synchronize `LinidFilter` instances with the URL
106
+ query params.
107
+ → [`docs/use-linid-filter-url.md`](docs/use-linid-filter-url.md)
108
+
104
109
  - 🎨 **I18n Configuration (`i18n`)**
105
110
  Learn how to initialize and use the `i18n` singleton and the `useScopedI18n` composable for internationalization.
106
111
  → [`docs/i18n.md`](docs/i18n.md)
@@ -121,6 +126,10 @@ A full technical documentation is available in the `docs/` directory:
121
126
  Learn how to convert between LinID tree models and Quasar QTree component formats.
122
127
  → [`docs/useTree.md`](docs/useTree.md)
123
128
 
129
+ - 🔍 **Filters (`LinidFilterValue`)**
130
+ Learn how to encode and decode filter value expressions applied to a `LinidFilter`.
131
+ → [`docs/filters.md`](docs/filters.md)
132
+
124
133
  More documents will be added as the library evolves.
125
134
 
126
135
  ---