@kopexa/filter 0.0.25 → 0.0.26

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.
Files changed (51) hide show
  1. package/dist/chunk-6TRAIAKS.mjs +178 -0
  2. package/dist/chunk-I7WCYMXD.mjs +133 -0
  3. package/dist/{chunk-45QJL74L.mjs → chunk-JSRGUDCG.mjs} +49 -24
  4. package/dist/chunk-NUDUXOHP.mjs +243 -0
  5. package/dist/chunk-ON2UFJ3Y.mjs +32 -0
  6. package/dist/{chunk-RFCPJLIQ.mjs → chunk-SJXRD3RO.mjs} +6 -1
  7. package/dist/{chunk-EF4VI36D.mjs → chunk-UBTUCPOG.mjs} +1 -1
  8. package/dist/{chunk-3ZBNWXRA.mjs → chunk-WD7YU6IN.mjs} +17 -14
  9. package/dist/chunk-XCWKWXBW.mjs +602 -0
  10. package/dist/{chunk-URDCG5NI.mjs → chunk-YTYOFT33.mjs} +52 -0
  11. package/dist/filter-active.js +108 -28
  12. package/dist/filter-active.mjs +4 -4
  13. package/dist/filter-bar-internal.d.mts +25 -0
  14. package/dist/filter-bar-internal.d.ts +25 -0
  15. package/dist/filter-bar-internal.js +648 -0
  16. package/dist/filter-bar-internal.mjs +11 -0
  17. package/dist/filter-bar-messages.d.mts +124 -0
  18. package/dist/filter-bar-messages.d.ts +124 -0
  19. package/dist/filter-bar-messages.js +156 -0
  20. package/dist/filter-bar-messages.mjs +7 -0
  21. package/dist/filter-bar-types.d.mts +112 -0
  22. package/dist/filter-bar-types.d.ts +112 -0
  23. package/dist/filter-bar-types.js +56 -0
  24. package/dist/filter-bar-types.mjs +8 -0
  25. package/dist/filter-bar.d.mts +29 -0
  26. package/dist/filter-bar.d.ts +29 -0
  27. package/dist/filter-bar.js +942 -0
  28. package/dist/filter-bar.mjs +11 -0
  29. package/dist/filter-menu.js +161 -1
  30. package/dist/filter-menu.mjs +2 -1
  31. package/dist/filter-trigger.js +52 -0
  32. package/dist/filter-trigger.mjs +2 -2
  33. package/dist/filter-value-editor.js +65 -10
  34. package/dist/filter-value-editor.mjs +3 -3
  35. package/dist/filter.d.mts +6 -0
  36. package/dist/filter.d.ts +6 -0
  37. package/dist/filter.mjs +2 -2
  38. package/dist/index.d.mts +4 -0
  39. package/dist/index.d.ts +4 -0
  40. package/dist/index.js +1263 -31
  41. package/dist/index.mjs +28 -14
  42. package/dist/messages.d.mts +50 -0
  43. package/dist/messages.d.ts +50 -0
  44. package/dist/messages.js +52 -0
  45. package/dist/messages.mjs +1 -1
  46. package/dist/search-filter-bar.d.mts +44 -0
  47. package/dist/search-filter-bar.d.ts +44 -0
  48. package/dist/search-filter-bar.js +1007 -0
  49. package/dist/search-filter-bar.mjs +11 -0
  50. package/package.json +19 -16
  51. package/dist/{chunk-SH7DBK54.mjs → chunk-LWDVRMCI.mjs} +3 -3
@@ -0,0 +1,11 @@
1
+ "use client";
2
+ "use client";
3
+ import {
4
+ SearchFilterBar
5
+ } from "./chunk-NUDUXOHP.mjs";
6
+ import "./chunk-XCWKWXBW.mjs";
7
+ import "./chunk-I7WCYMXD.mjs";
8
+ import "./chunk-ON2UFJ3Y.mjs";
9
+ export {
10
+ SearchFilterBar
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/filter",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "A filter component for building complex filtering interfaces",
5
5
  "keywords": [
6
6
  "filter",
@@ -30,23 +30,26 @@
30
30
  "peerDependencies": {
31
31
  "react": ">=19.0.0-rc.0",
32
32
  "react-dom": ">=19.0.0-rc.0",
33
- "@kopexa/theme": "17.19.0"
33
+ "@kopexa/theme": "17.20.0"
34
34
  },
35
35
  "dependencies": {
36
- "@kopexa/shared-utils": "17.0.35",
37
- "@kopexa/react-utils": "17.0.35",
38
- "@kopexa/use-controllable-state": "17.0.35",
39
- "@kopexa/icons": "17.7.0",
40
- "@kopexa/button": "17.0.35",
41
- "@kopexa/input": "17.0.35",
42
- "@kopexa/combobox": "17.3.0",
43
- "@kopexa/i18n": "17.5.16",
44
- "@kopexa/select": "17.2.0",
45
- "@kopexa/dropdown-menu": "17.0.35",
46
- "@kopexa/popover": "17.2.0",
47
- "@kopexa/calendar": "17.0.35",
48
- "@kopexa/switch": "17.2.0",
49
- "@kopexa/checkbox": "17.0.35"
36
+ "@kopexa/react-utils": "17.0.36",
37
+ "@kopexa/shared-utils": "17.0.36",
38
+ "@kopexa/use-debounced-callback": "17.0.36",
39
+ "@kopexa/icons": "17.7.1",
40
+ "@kopexa/use-controllable-state": "17.0.36",
41
+ "@kopexa/button": "17.0.36",
42
+ "@kopexa/i18n": "17.6.0",
43
+ "@kopexa/combobox": "17.3.1",
44
+ "@kopexa/input": "17.0.36",
45
+ "@kopexa/select": "17.2.1",
46
+ "@kopexa/popover": "17.2.1",
47
+ "@kopexa/calendar": "17.0.36",
48
+ "@kopexa/dropdown-menu": "17.0.36",
49
+ "@kopexa/checkbox": "17.0.36",
50
+ "@kopexa/spinner": "17.0.36",
51
+ "@kopexa/switch": "17.2.1",
52
+ "@kopexa/command": "17.0.36"
50
53
  },
51
54
  "clean-package": "../../../clean-package.config.json",
52
55
  "module": "dist/index.mjs",
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ getDefaultOperator
4
+ } from "./chunk-PHESMHTT.mjs";
2
5
  import {
3
6
  DEFAULT_I18N
4
7
  } from "./chunk-3WNAREG6.mjs";
5
8
  import {
6
9
  FilterProvider
7
10
  } from "./chunk-I3Z2T4N2.mjs";
8
- import {
9
- getDefaultOperator
10
- } from "./chunk-PHESMHTT.mjs";
11
11
 
12
12
  // src/filter.tsx
13
13
  import { DropdownMenu } from "@kopexa/dropdown-menu";