@linagora/linid-im-front-corelib 0.0.75 → 0.0.77
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 +2 -2
- package/dist/core-lib.es.js +3048 -2976
- package/dist/core-lib.umd.js +20 -20
- package/dist/package.json +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types/src/filters/linidFilter.d.ts +8 -7
- package/dist/types/src/filters/linidFilterSet.d.ts +50 -0
- package/dist/types/src/filters/linidFilterValue.d.ts +5 -0
- package/dist/types/src/index.d.ts +2 -1
- package/dist/types/src/types/linidFilter.d.ts +1 -1
- package/dist/types/src/types/uiDesign.d.ts +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,8 +126,8 @@ A full technical documentation is available in the `docs/` directory:
|
|
|
126
126
|
Learn how to convert between LinID tree models and Quasar QTree component formats.
|
|
127
127
|
→ [`docs/useTree.md`](docs/useTree.md)
|
|
128
128
|
|
|
129
|
-
- 🔍 **Filters (`LinidFilterValue`)**
|
|
130
|
-
Learn how to
|
|
129
|
+
- 🔍 **Filters (`LinidFilter`, `LinidFilterSet` & `LinidFilterValue`)**
|
|
130
|
+
Learn how to build filters, save them as favorite searches, and convert/parse filter value expressions.
|
|
131
131
|
→ [`docs/filters.md`](docs/filters.md)
|
|
132
132
|
|
|
133
133
|
More documents will be added as the library evolves.
|