@linagora/linid-im-front-corelib 0.0.71 → 0.0.72
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 +4 -0
- package/dist/core-lib.es.js +3170 -3061
- package/dist/core-lib.umd.js +16 -16
- package/dist/package.json +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types/src/filters/linidFilter.d.ts +60 -0
- package/dist/types/src/filters/linidFilterValue.d.ts +38 -0
- package/dist/types/src/index.d.ts +4 -0
- package/dist/types/src/types/linidFilter.d.ts +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,6 +121,10 @@ A full technical documentation is available in the `docs/` directory:
|
|
|
121
121
|
Learn how to convert between LinID tree models and Quasar QTree component formats.
|
|
122
122
|
→ [`docs/useTree.md`](docs/useTree.md)
|
|
123
123
|
|
|
124
|
+
- 🔍 **Filters (`LinidFilterValue`)**
|
|
125
|
+
Learn how to encode and decode filter value expressions applied to a `LinidFilter`.
|
|
126
|
+
→ [`docs/filters.md`](docs/filters.md)
|
|
127
|
+
|
|
124
128
|
More documents will be added as the library evolves.
|
|
125
129
|
|
|
126
130
|
---
|