@fuentis/phoenix-ui 0.0.9-alpha.633 → 0.0.9-alpha.634

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/index.d.ts CHANGED
@@ -564,7 +564,8 @@ declare enum tableFilterType {
564
564
  DATE = "date",
565
565
  BOOLEAN = "boolean",
566
566
  MULTISELECT = "multiselect",
567
- COMPLETNESS = "completness"
567
+ COMPLETNESS = "completness",
568
+ RANGE = "range"
568
569
  }
569
570
 
570
571
  type SortOrder = 1 | -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.633",
3
+ "version": "0.0.9-alpha.634",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {