@veeqo/transfigure 2.3.1 → 2.4.1

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 (96) hide show
  1. package/dist/index100.cjs +1 -1
  2. package/dist/index100.js +15 -10
  3. package/dist/index101.cjs +1 -1
  4. package/dist/index101.js +11 -8
  5. package/dist/index102.cjs +1 -1
  6. package/dist/index102.js +8 -49
  7. package/dist/index103.cjs +1 -1
  8. package/dist/index103.js +50 -29
  9. package/dist/index104.cjs +1 -19
  10. package/dist/index104.js +28 -23
  11. package/dist/index105.cjs +1 -1
  12. package/dist/index105.js +20 -14
  13. package/dist/index106.cjs +1 -1
  14. package/dist/index106.js +14 -17
  15. package/dist/index107.cjs +18 -11
  16. package/dist/index107.js +20 -12
  17. package/dist/index108.cjs +12 -1
  18. package/dist/index108.js +16 -21
  19. package/dist/index11.cjs +1 -1
  20. package/dist/index11.js +1 -1
  21. package/dist/index110.cjs +1 -1
  22. package/dist/index110.js +1 -1
  23. package/dist/index111.cjs +1 -1
  24. package/dist/index111.js +1 -1
  25. package/dist/index112.cjs +1 -1
  26. package/dist/index112.js +1 -1
  27. package/dist/index117.cjs +1 -1
  28. package/dist/index117.js +22 -32
  29. package/dist/index118.cjs +1 -1
  30. package/dist/index118.js +32 -22
  31. package/dist/index121.cjs +1 -1
  32. package/dist/index121.js +1 -1
  33. package/dist/index13.cjs +1 -1
  34. package/dist/index13.js +1 -1
  35. package/dist/index19.cjs +1 -1
  36. package/dist/index19.js +1 -1
  37. package/dist/index30.cjs +1 -1
  38. package/dist/index30.js +1 -1
  39. package/dist/index31.cjs +1 -1
  40. package/dist/index31.js +1 -1
  41. package/dist/index36.cjs +1 -1
  42. package/dist/index36.js +2 -2
  43. package/dist/index39.cjs +1 -1
  44. package/dist/index39.js +1 -1
  45. package/dist/index40.cjs +1 -1
  46. package/dist/index40.js +1 -1
  47. package/dist/index41.cjs +1 -1
  48. package/dist/index41.js +1 -1
  49. package/dist/index44.cjs +1 -1
  50. package/dist/index44.js +1 -1
  51. package/dist/index46.cjs +1 -1
  52. package/dist/index46.js +1 -1
  53. package/dist/index47.cjs +1 -1
  54. package/dist/index47.js +2 -2
  55. package/dist/index57.cjs +1 -1
  56. package/dist/index57.js +1 -1
  57. package/dist/index65.cjs +1 -1
  58. package/dist/index65.js +1 -1
  59. package/dist/index69.cjs +1 -1
  60. package/dist/index69.js +1 -1
  61. package/dist/index70.cjs +1 -1
  62. package/dist/index70.js +2 -2
  63. package/dist/index73.cjs +1 -1
  64. package/dist/index73.js +7 -7
  65. package/dist/index80.cjs +1 -1
  66. package/dist/index80.js +8 -7
  67. package/dist/index82.cjs +1 -1
  68. package/dist/index82.js +1 -1
  69. package/dist/index88.cjs +1 -1
  70. package/dist/index88.js +5 -41
  71. package/dist/index89.cjs +1 -1
  72. package/dist/index89.js +2 -9
  73. package/dist/index90.cjs +1 -1
  74. package/dist/index90.js +39 -115
  75. package/dist/index91.cjs +1 -1
  76. package/dist/index91.js +9 -2
  77. package/dist/index92.cjs +1 -1
  78. package/dist/index92.js +116 -4
  79. package/dist/index93.cjs +1 -1
  80. package/dist/index93.js +13 -12
  81. package/dist/index94.cjs +104 -1
  82. package/dist/index94.js +119 -13
  83. package/dist/index95.cjs +1 -104
  84. package/dist/index95.js +65 -116
  85. package/dist/index96.cjs +1 -1
  86. package/dist/index96.js +23 -63
  87. package/dist/index97.cjs +1 -1
  88. package/dist/index97.js +2 -28
  89. package/dist/index98.cjs +1 -1
  90. package/dist/index98.js +41 -2
  91. package/dist/index99.cjs +1 -1
  92. package/dist/index99.js +9 -39
  93. package/dist/types.d.ts +4 -7
  94. package/dist/utils/getViewTheme/getViewTheme.d.ts +10 -13
  95. package/dist/utils/viewsAdapter/viewsAdapter.d.ts +1 -1
  96. package/package.json +1 -1
package/dist/index99.js CHANGED
@@ -1,43 +1,13 @@
1
- import { useState as d } from "react";
2
- import { useViews as v } from "./index64.js";
3
- import { useStores as y } from "./index63.js";
4
- import { useModal as C } from "./index53.js";
5
- import { usePersistUnsavedChanges as g } from "./index62.js";
6
- import { patchCustomView as h } from "./index5.js";
7
- const b = ({ pinnedLeftColumnIds: a, pinnedRightColumnIds: i }) => {
8
- const {
9
- Filters: {
10
- activeViewId: e
11
- },
12
- Notifications: {
13
- notify: t
1
+ const a = (t, r) => {
2
+ if (!r) return t;
3
+ const i = r.toLowerCase();
4
+ return t.filter(
5
+ (e) => {
6
+ var s, C;
7
+ return ((s = e == null ? void 0 : e.title) == null ? void 0 : s.toLowerCase().includes(i)) || ((C = e == null ? void 0 : e.id) == null ? void 0 : C.toLowerCase().includes(i));
14
8
  }
15
- } = y(), { closeModal: u } = C(), { mutate: m } = v(), { getActiveViewInAPIFormat: c } = g(), [l, o] = d(!1);
16
- return {
17
- saveColumns: async ({ visibleColumns: n }) => {
18
- if (e)
19
- try {
20
- if (o(!0), n.length < 1) {
21
- t({ type: "error", text: "You must have at least one visible column." });
22
- return;
23
- }
24
- const r = [...a, ...n, ...i], { arg: f, currentView: s } = c(), p = {
25
- ...f,
26
- columns: {
27
- ...s == null ? void 0 : s.columns,
28
- columnIds: r
29
- }
30
- };
31
- await h(e, { attributes: p }), await m(), u(), t({ type: "success", text: "Columns updated successfully" });
32
- } catch {
33
- t({ type: "error", text: "Failed to save columns" });
34
- } finally {
35
- o(!1);
36
- }
37
- },
38
- isSavingColumns: l
39
- };
9
+ );
40
10
  };
41
11
  export {
42
- b as usePersistColumns
12
+ a as filterColumnsBySearch
43
13
  };
package/dist/types.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  import { FilterChoiceValue } from './constants/constants';
2
2
  import { NumberRangeFilterClass } from './mobx/NumberRangeFilter';
3
3
  import { RangeFilter } from './mobx/RangeFilter';
4
+ import { theme } from '@veeqo/ui';
4
5
  import { ReactElement } from 'react';
6
+ export type ColourPalette = typeof theme.colors.secondary.blue;
5
7
  export declare enum SortingMode {
6
8
  MONOLITH = "MONOLITH",
7
9
  CORAL = "CORAL"
@@ -91,14 +93,9 @@ export type TransformedView = {
91
93
  isShared: boolean;
92
94
  originalView?: TransformedView;
93
95
  columns: ViewColumns;
94
- colourPalette: {
95
- lightest: string;
96
- light: string;
97
- base: string;
98
- dark: string;
99
- darkest: string;
100
- };
96
+ colourPalette: ColourPalette;
101
97
  customTextColour?: string;
98
+ view_attributes?: View['view_attributes'];
102
99
  };
103
100
  export type ViewsState = {
104
101
  fixedViews: TransformedView[];
@@ -1,21 +1,18 @@
1
- import { ViewStatusTypes } from '../../types';
1
+ import { ColourPalette, ViewStatusTypes } from '../../types';
2
+ type ViewTheme = {
3
+ colourPalette: ColourPalette;
4
+ customTextColour?: string;
5
+ };
2
6
  /**
3
7
  * Returns a view theme configuration based on the provided view status.
4
8
  *
5
- * @param type - The current view status used to determine which theme
6
- * colours to apply (for example, an error state).
9
+ * @param type - The view status used to determine which theme
10
+ * colours to apply (for example, an error state). When undefined,
11
+ * the default blue theme is returned.
7
12
  * @returns An object describing the theme for the view, including
8
13
  * {@code colourPalette}, which provides the base colour palette for
9
14
  * the view, and {@code customTextColour}, an optional override for
10
15
  * the default text colour.
11
16
  */
12
- export declare const getViewTheme: (type: ViewStatusTypes) => {
13
- colourPalette: {
14
- lightest: string;
15
- light: string;
16
- base: string;
17
- dark: string;
18
- darkest: string;
19
- };
20
- customTextColour: string | undefined;
21
- };
17
+ export declare const getViewTheme: (type: ViewStatusTypes | undefined) => ViewTheme;
18
+ export {};
@@ -3,5 +3,5 @@ type ViewsAdapterProps = {
3
3
  view: any;
4
4
  canUpdateCustomViews: boolean;
5
5
  };
6
- export declare const viewsAdapter: ({ view, canUpdateCustomViews, }: ViewsAdapterProps) => TransformedView;
6
+ export declare const viewsAdapter: ({ view, canUpdateCustomViews }: ViewsAdapterProps) => TransformedView;
7
7
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeqo/transfigure",
3
- "version": "2.3.1",
3
+ "version": "2.4.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.cjs",