@1771technologies/lytenyte-pro 0.0.39

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 (168) hide show
  1. package/LICENSE +15 -0
  2. package/dist/DialogPortalContext-C2WZTqJ3.js +47 -0
  3. package/dist/InternalBackdrop-Dm9czgoC.js +6746 -0
  4. package/dist/MenuRoot-9n64jNWP.js +724 -0
  5. package/dist/anchor-context-B9sGQdR5.js +35 -0
  6. package/dist/arrow-down-icon-B-3ldODD.js +27 -0
  7. package/dist/arrow-svg-evmXDI_J.js +29 -0
  8. package/dist/column-manager.js +1241 -0
  9. package/dist/cross-icon-CEMLAlFX.js +20 -0
  10. package/dist/dialog.js +506 -0
  11. package/dist/filter-manager.js +1056 -0
  12. package/dist/getPseudoElementBounds-BSHt6WYm.js +26 -0
  13. package/dist/grid-container.js +18 -0
  14. package/dist/icons.js +512 -0
  15. package/dist/index.js +3730 -0
  16. package/dist/lytenyte-pro.css +1948 -0
  17. package/dist/manage-columns-icon-D4CElo5H.js +146 -0
  18. package/dist/menu.js +1639 -0
  19. package/dist/pill-C4Jhdf8E.js +985 -0
  20. package/dist/pill-manager.js +674 -0
  21. package/dist/plus-icon-ToqW5CC-.js +15 -0
  22. package/dist/popover.js +770 -0
  23. package/dist/row-group-icon-BOOju5Vu.js +205 -0
  24. package/dist/search-icon-CcG1lqsn.js +86 -0
  25. package/dist/select-C6xOZZLq.js +2231 -0
  26. package/dist/sort-manager.js +298 -0
  27. package/dist/tickmark-icon-CoogRMoO.js +51 -0
  28. package/dist/types/cell-selection/cell-selection-containers.d.ts +3 -0
  29. package/dist/types/cell-selection/cell-selection-driver.d.ts +1 -0
  30. package/dist/types/cell-selection/cell-style-row.d.ts +8 -0
  31. package/dist/types/column-manager/column-manager-drag-box-controls.d.ts +1 -0
  32. package/dist/types/column-manager/column-manager-drag-box-expander.d.ts +1 -0
  33. package/dist/types/column-manager/column-manager-drag-box-label.d.ts +5 -0
  34. package/dist/types/column-manager/column-manager-drag-box.d.ts +13 -0
  35. package/dist/types/column-manager/column-manager-drag-placeholder.d.ts +5 -0
  36. package/dist/types/column-manager/column-manager-drop-zone.d.ts +10 -0
  37. package/dist/types/column-manager/column-manager-impl.d.ts +36 -0
  38. package/dist/types/column-manager/column-manager-pill.d.ts +4 -0
  39. package/dist/types/column-manager/column-manager-pivot-mode-toggle.d.ts +1 -0
  40. package/dist/types/column-manager/column-manager-search.d.ts +1 -0
  41. package/dist/types/column-manager/column-manager-state.d.ts +8 -0
  42. package/dist/types/column-manager/column-manager-tree-item.d.ts +6 -0
  43. package/dist/types/column-manager/column-manager-tree.d.ts +11 -0
  44. package/dist/types/column-manager/column-manager-types.d.ts +1 -0
  45. package/dist/types/column-manager/column-manager.d.ts +1 -0
  46. package/dist/types/column-manager/column-mananger-context.d.ts +12 -0
  47. package/dist/types/column-manager/utils/all-leafs.d.ts +3 -0
  48. package/dist/types/column-manager/utils/can-hide-item.d.ts +3 -0
  49. package/dist/types/column-manager/utils/handle-item-hide.d.ts +3 -0
  50. package/dist/types/components-internal/button/button.d.ts +9 -0
  51. package/dist/types/components-internal/grid-frame/grid-frame.d.ts +11 -0
  52. package/dist/types/components-internal/radio/radio.d.ts +5 -0
  53. package/dist/types/components-internal/separator/separator.d.ts +8 -0
  54. package/dist/types/components-internal/toggle/toggle.d.ts +7 -0
  55. package/dist/types/dialog/dialog-driver.d.ts +1 -0
  56. package/dist/types/dialog/dialog-impl.d.ts +6 -0
  57. package/dist/types/dialog/dialog.d.ts +8 -0
  58. package/dist/types/dialog/use-dialog-class.d.ts +1 -0
  59. package/dist/types/external.d.ts +2 -0
  60. package/dist/types/filter-manager/combined-to-flat.d.ts +3 -0
  61. package/dist/types/filter-manager/components/apply-filter-button.d.ts +1 -0
  62. package/dist/types/filter-manager/components/clear-filter-button.d.ts +1 -0
  63. package/dist/types/filter-manager/components/flatten-tree-items.d.ts +4 -0
  64. package/dist/types/filter-manager/components/get-child-values.d.ts +2 -0
  65. package/dist/types/filter-manager/components/in-filter-container.d.ts +1 -0
  66. package/dist/types/filter-manager/components/in-filter-error.d.ts +5 -0
  67. package/dist/types/filter-manager/components/in-filter-loading.d.ts +1 -0
  68. package/dist/types/filter-manager/components/in-filter-root.d.ts +11 -0
  69. package/dist/types/filter-manager/components/in-filter-tree.d.ts +15 -0
  70. package/dist/types/filter-manager/components/simple-filter-additional-switch.d.ts +1 -0
  71. package/dist/types/filter-manager/components/simple-filter-operator/date-operator.d.ts +1 -0
  72. package/dist/types/filter-manager/components/simple-filter-operator/number-operator.d.ts +1 -0
  73. package/dist/types/filter-manager/components/simple-filter-operator/simple-filter-operator.d.ts +1 -0
  74. package/dist/types/filter-manager/components/simple-filter-operator/text-operator.d.ts +1 -0
  75. package/dist/types/filter-manager/components/simple-filter-root.d.ts +9 -0
  76. package/dist/types/filter-manager/components/simple-filter-value/date-value.d.ts +1 -0
  77. package/dist/types/filter-manager/components/simple-filter-value/number-value.d.ts +1 -0
  78. package/dist/types/filter-manager/components/simple-filter-value/simple-filter-value.d.ts +1 -0
  79. package/dist/types/filter-manager/components/simple-filter-value/text-value.d.ts +1 -0
  80. package/dist/types/filter-manager/components/use-date-filter-callbacks.d.ts +9 -0
  81. package/dist/types/filter-manager/components/use-in-filter-item-loader.d.ts +7 -0
  82. package/dist/types/filter-manager/components/use-number-filter-callbacks.d.ts +8 -0
  83. package/dist/types/filter-manager/components/use-text-filter-callbacks.d.ts +8 -0
  84. package/dist/types/filter-manager/filter-manager-impl.d.ts +27 -0
  85. package/dist/types/filter-manager/filter-manager.d.ts +1 -0
  86. package/dist/types/filter-manager/filter-state-context.d.ts +16 -0
  87. package/dist/types/filter-manager/flat-to-combined.d.ts +3 -0
  88. package/dist/types/filter-manager/flatten-combined-filter.d.ts +3 -0
  89. package/dist/types/filter-manager/is-filter-complete.d.ts +2 -0
  90. package/dist/types/filter-manager/types.d.ts +15 -0
  91. package/dist/types/filter-manager/use-in-filter.d.ts +5 -0
  92. package/dist/types/filter-manager/use-simple-filters.d.ts +8 -0
  93. package/dist/types/grid-container/grid-container-impl.d.ts +6 -0
  94. package/dist/types/grid-container/grid-container.d.ts +2 -0
  95. package/dist/types/icons.d.ts +1 -0
  96. package/dist/types/index.d.ts +7 -0
  97. package/dist/types/license.d.ts +12 -0
  98. package/dist/types/list-view/list-view-context.d.ts +21 -0
  99. package/dist/types/list-view/list-view.d.ts +26 -0
  100. package/dist/types/lytenyte-pro.d.ts +7 -0
  101. package/dist/types/menu/arrow-svg.d.ts +1 -0
  102. package/dist/types/menu/column-menu/column-menu-driver.d.ts +4 -0
  103. package/dist/types/menu/context-menu/context-menu-driver.d.ts +1 -0
  104. package/dist/types/menu/context-menu/use-context-menu-listener.d.ts +6 -0
  105. package/dist/types/menu/menu-impl.d.ts +17 -0
  106. package/dist/types/menu/menu.d.ts +18 -0
  107. package/dist/types/menu/use-menu-class-name.d.ts +1 -0
  108. package/dist/types/overlay/load-error-overlay.d.ts +1 -0
  109. package/dist/types/overlay/loading-overlay.d.ts +1 -0
  110. package/dist/types/overlay/no-data-overlay.d.ts +1 -0
  111. package/dist/types/overlay/overlay-driver.d.ts +1 -0
  112. package/dist/types/pill/pill.d.ts +5 -0
  113. package/dist/types/pill-manager/pill-manager-agg-menu.d.ts +7 -0
  114. package/dist/types/pill-manager/pill-manager-controls.d.ts +9 -0
  115. package/dist/types/pill-manager/pill-manager-drag-placeholder.d.ts +5 -0
  116. package/dist/types/pill-manager/pill-manager-expander.d.ts +1 -0
  117. package/dist/types/pill-manager/pill-manager-impl.d.ts +49 -0
  118. package/dist/types/pill-manager/pill-manager-pill.d.ts +4 -0
  119. package/dist/types/pill-manager/pill-manager-pills/pill-manager-pills.d.ts +2 -0
  120. package/dist/types/pill-manager/pill-manager-pills/use-aggregation-source.d.ts +2 -0
  121. package/dist/types/pill-manager/pill-manager-pills/use-column-pivot-source.d.ts +2 -0
  122. package/dist/types/pill-manager/pill-manager-pills/use-column-source.d.ts +2 -0
  123. package/dist/types/pill-manager/pill-manager-pills/use-measures-source.d.ts +2 -0
  124. package/dist/types/pill-manager/pill-manager-pills/use-row-groups-source.d.ts +2 -0
  125. package/dist/types/pill-manager/pill-manager-pills/utils.d.ts +3 -0
  126. package/dist/types/pill-manager/pill-manager-row-label.d.ts +22 -0
  127. package/dist/types/pill-manager/pill-manager-row.d.ts +12 -0
  128. package/dist/types/pill-manager/pill-manager-rows.d.ts +1 -0
  129. package/dist/types/pill-manager/pill-manager-separator.d.ts +1 -0
  130. package/dist/types/pill-manager/pill-manager-types.d.ts +36 -0
  131. package/dist/types/pill-manager/pill-manager.d.ts +1 -0
  132. package/dist/types/popover/anchor-context.d.ts +6 -0
  133. package/dist/types/popover/popover-driver.d.ts +1 -0
  134. package/dist/types/popover/popover-impl.d.ts +8 -0
  135. package/dist/types/popover/popover.d.ts +10 -0
  136. package/dist/types/popover/use-popover-class.d.ts +1 -0
  137. package/dist/types/select/select.d.ts +17 -0
  138. package/dist/types/sort-manager/sort-adder.d.ts +4 -0
  139. package/dist/types/sort-manager/sort-apply.d.ts +1 -0
  140. package/dist/types/sort-manager/sort-cancel.d.ts +1 -0
  141. package/dist/types/sort-manager/sort-clear.d.ts +1 -0
  142. package/dist/types/sort-manager/sort-column-select.d.ts +5 -0
  143. package/dist/types/sort-manager/sort-direction-select.d.ts +5 -0
  144. package/dist/types/sort-manager/sort-items-to-sort-model.d.ts +3 -0
  145. package/dist/types/sort-manager/sort-manager-container.d.ts +53 -0
  146. package/dist/types/sort-manager/sort-manager-context.d.ts +4 -0
  147. package/dist/types/sort-manager/sort-manager-impl.d.ts +30 -0
  148. package/dist/types/sort-manager/sort-manager.d.ts +1 -0
  149. package/dist/types/sort-manager/sort-model-to-sort-items.d.ts +4 -0
  150. package/dist/types/sort-manager/sort-remove.d.ts +4 -0
  151. package/dist/types/sort-manager/sort-sort-select.d.ts +5 -0
  152. package/dist/types/sort-manager/use-sort-state.d.ts +8 -0
  153. package/dist/types/sort-manager/use-sortable-column-items.d.ts +9 -0
  154. package/dist/types/types.d.ts +1 -0
  155. package/dist/types/use-client-data-source.d.ts +6 -0
  156. package/dist/types/use-edge-scroll.d.ts +7 -0
  157. package/dist/types/use-grid.d.ts +6 -0
  158. package/dist/types/use-lytenyte.d.ts +10 -0
  159. package/dist/types/use-tree-data-source.d.ts +3 -0
  160. package/dist/types/watermark.d.ts +3 -0
  161. package/dist/types.js +1 -0
  162. package/dist/use-grid-DKvzGZWc.js +916 -0
  163. package/dist/useAnchorPositioning-Cm44rb7y.js +252 -0
  164. package/dist/useBaseUiId-J66PFGv_.js +48 -0
  165. package/dist/useButton-Cy7tjZ__.js +183 -0
  166. package/dist/useCompositeListItem-I14CpQPi.js +51 -0
  167. package/dist/useScrollLock-D6h5lZYs.js +515 -0
  168. package/package.json +96 -0
@@ -0,0 +1,26 @@
1
+ function getPseudoElementBounds(element) {
2
+ const elementRect = element.getBoundingClientRect();
3
+ const beforeStyles = window.getComputedStyle(element, "::before");
4
+ const afterStyles = window.getComputedStyle(element, "::after");
5
+ const hasPseudoElements = beforeStyles.content !== "none" || afterStyles.content !== "none";
6
+ if (!hasPseudoElements) {
7
+ return elementRect;
8
+ }
9
+ const beforeWidth = parseFloat(beforeStyles.width) || 0;
10
+ const beforeHeight = parseFloat(beforeStyles.height) || 0;
11
+ const afterWidth = parseFloat(afterStyles.width) || 0;
12
+ const afterHeight = parseFloat(afterStyles.height) || 0;
13
+ const totalWidth = Math.max(elementRect.width, beforeWidth, afterWidth);
14
+ const totalHeight = Math.max(elementRect.height, beforeHeight, afterHeight);
15
+ const widthDiff = totalWidth - elementRect.width;
16
+ const heightDiff = totalHeight - elementRect.height;
17
+ return {
18
+ left: elementRect.left - widthDiff / 2,
19
+ right: elementRect.right + widthDiff / 2,
20
+ top: elementRect.top - heightDiff / 2,
21
+ bottom: elementRect.bottom + heightDiff / 2
22
+ };
23
+ }
24
+ export {
25
+ getPseudoElementBounds as g
26
+ };
@@ -0,0 +1,18 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { useMemo } from "react";
3
+ function GridContainer({ top, bottom, children }) {
4
+ const template = useMemo(() => {
5
+ if (top && bottom) return "auto 1fr auto";
6
+ if (top) return "auto 1fr";
7
+ if (bottom) return "1fr auto";
8
+ return "1fr";
9
+ }, [bottom, top]);
10
+ return /* @__PURE__ */ jsxs("div", { className: "lng1771-grid-container", style: { gridTemplateRows: template }, children: [
11
+ top && /* @__PURE__ */ jsx("div", { className: "lng1771-grid-container__top", children: top }),
12
+ children,
13
+ bottom && /* @__PURE__ */ jsx("div", { className: "lng1771-grid-container__bottom", children: bottom })
14
+ ] });
15
+ }
16
+ export {
17
+ GridContainer
18
+ };
package/dist/icons.js ADDED
@@ -0,0 +1,512 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { A, T } from "./tickmark-icon-CoogRMoO.js";
3
+ import { A as A2 } from "./arrow-down-icon-B-3ldODD.js";
4
+ import { C, D, M, a, R } from "./row-group-icon-BOOju5Vu.js";
5
+ import { C as C2 } from "./cross-icon-CEMLAlFX.js";
6
+ import { D as D2, S } from "./search-icon-CcG1lqsn.js";
7
+ import { C as C3, E, M as M2 } from "./manage-columns-icon-D4CElo5H.js";
8
+ import { P } from "./plus-icon-ToqW5CC-.js";
9
+ function AggregationIcon(props) {
10
+ return /* @__PURE__ */ jsxs(
11
+ "svg",
12
+ {
13
+ width: "20",
14
+ height: "20",
15
+ viewBox: "0 0 20 20",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ ...props,
19
+ children: [
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ d: "M12.6515 14.5681L9.74279 17.4716L6.83411 14.5681",
24
+ stroke: "currentcolor",
25
+ strokeWidth: "1.5",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ d: "M9.74289 16.0198L9.7429 14.7788L9.7429 11.4268C9.7429 10.5412 9.35159 9.70081 8.67379 9.13079L5.79261 6.70777C5.11482 6.13776 4.72351 5.29739 4.72351 4.41177L4.72351 2.3269",
34
+ stroke: "currentcolor",
35
+ strokeWidth: "1.5",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M9.74292 16.0198L9.74292 14.7788L9.74292 11.3248C9.74292 10.4984 10.0838 9.70856 10.6852 9.14171L13.279 6.69685C13.8804 6.13001 14.2213 5.3402 14.2213 4.51379L14.2213 2.3269",
44
+ stroke: "currentcolor",
45
+ strokeWidth: "1.5",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }
49
+ )
50
+ ]
51
+ }
52
+ );
53
+ }
54
+ function AscendingIcon(props) {
55
+ return /* @__PURE__ */ jsx(
56
+ "svg",
57
+ {
58
+ width: "20",
59
+ height: "20",
60
+ viewBox: "0 0 20 20",
61
+ fill: "none",
62
+ xmlns: "http://www.w3.org/2000/svg",
63
+ ...props,
64
+ children: /* @__PURE__ */ jsx(
65
+ "path",
66
+ {
67
+ d: "M5.21619 7.78381L10 3M10 3L14.7838 7.78381M10 3L10 16.4814",
68
+ stroke: "currentcolor",
69
+ strokeWidth: "1.5",
70
+ strokeLinecap: "round",
71
+ strokeLinejoin: "round"
72
+ }
73
+ )
74
+ }
75
+ );
76
+ }
77
+ function AutosizeIcon(props) {
78
+ return /* @__PURE__ */ jsxs(
79
+ "svg",
80
+ {
81
+ width: "20",
82
+ height: "20",
83
+ viewBox: "0 0 20 20",
84
+ fill: "none",
85
+ xmlns: "http://www.w3.org/2000/svg",
86
+ ...props,
87
+ children: [
88
+ /* @__PURE__ */ jsx(
89
+ "path",
90
+ {
91
+ d: "M14.3553 3L15.3333 3C16.2538 3 17 3.74619 17 4.66667L17 15.3333C17 16.2538 16.2538 17 15.3333 17L14.3697 17M5.61878 3L4.66667 3C3.74619 3 3 3.74619 3 4.66667L3 15.3333C3 16.2538 3.74619 17 4.66667 17L5.61653 17",
92
+ stroke: "currentcolor",
93
+ strokeWidth: "1.5",
94
+ strokeLinecap: "round"
95
+ }
96
+ ),
97
+ /* @__PURE__ */ jsx(
98
+ "line",
99
+ {
100
+ x1: "16.25",
101
+ y1: "9.75",
102
+ x2: "3.75",
103
+ y2: "9.75",
104
+ stroke: "currentcolor",
105
+ strokeWidth: "1.5",
106
+ strokeLinecap: "round"
107
+ }
108
+ ),
109
+ /* @__PURE__ */ jsx(
110
+ "path",
111
+ {
112
+ d: "M12.0512 14.9387L9.98671 16.9995L7.92224 14.9387",
113
+ stroke: "currentcolor",
114
+ strokeWidth: "1.5",
115
+ strokeLinecap: "round",
116
+ strokeLinejoin: "round"
117
+ }
118
+ ),
119
+ /* @__PURE__ */ jsx(
120
+ "path",
121
+ {
122
+ d: "M9.98621 12.6245L9.98621 16.9994",
123
+ stroke: "currentcolor",
124
+ strokeWidth: "1.5",
125
+ strokeLinecap: "round",
126
+ strokeLinejoin: "round"
127
+ }
128
+ ),
129
+ /* @__PURE__ */ jsx(
130
+ "path",
131
+ {
132
+ d: "M7.92161 5.06226L9.98607 3.00149L12.0505 5.06226",
133
+ stroke: "currentcolor",
134
+ strokeWidth: "1.5",
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round"
137
+ }
138
+ ),
139
+ /* @__PURE__ */ jsx(
140
+ "path",
141
+ {
142
+ d: "M9.98608 3.00146L9.98608 7.37636",
143
+ stroke: "currentcolor",
144
+ strokeWidth: "1.5",
145
+ strokeLinecap: "round",
146
+ strokeLinejoin: "round"
147
+ }
148
+ )
149
+ ]
150
+ }
151
+ );
152
+ }
153
+ function CsvIcon(props) {
154
+ return /* @__PURE__ */ jsx(
155
+ "svg",
156
+ {
157
+ xmlns: "http://www.w3.org/2000/svg",
158
+ width: "20",
159
+ height: "20",
160
+ fill: "currentcolor",
161
+ viewBox: "0 0 256 256",
162
+ ...props,
163
+ children: /* @__PURE__ */ jsx("path", { d: "M46,180c0,12.13,8.07,22,18,22a16.24,16.24,0,0,0,11.67-5.28,6,6,0,0,1,8.66,8.3A28.06,28.06,0,0,1,64,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a28.06,28.06,0,0,1,20.33,9,6,6,0,0,1-8.66,8.3A16.23,16.23,0,0,0,64,158C54.07,158,46,167.86,46,180Zm81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.66-1.82,21.45-.84a6,6,0,0,0,3.06-11.6c-2-.53-20.1-5-31.21,2.48a18.61,18.61,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,110.48,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C151.84,180.39,136.92,176.08,127.05,173.22Zm83-26.88a6,6,0,0,0-7.67,3.63L188,190.15,173.65,150a6,6,0,1,0-11.3,4l20,56a6,6,0,0,0,11.3,0l20-56A6,6,0,0,0,210,146.34ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z" })
164
+ }
165
+ );
166
+ }
167
+ function DescendingIcon(props) {
168
+ return /* @__PURE__ */ jsx(
169
+ "svg",
170
+ {
171
+ width: "20",
172
+ height: "20",
173
+ viewBox: "0 0 20 20",
174
+ fill: "none",
175
+ xmlns: "http://www.w3.org/2000/svg",
176
+ ...props,
177
+ children: /* @__PURE__ */ jsx(
178
+ "path",
179
+ {
180
+ d: "M5.21619 11.6976L10 16.4814M10 16.4814L14.7838 11.6976M10 16.4814L10 3",
181
+ stroke: "currentcolor",
182
+ strokeWidth: "1.5",
183
+ strokeLinecap: "round",
184
+ strokeLinejoin: "round"
185
+ }
186
+ )
187
+ }
188
+ );
189
+ }
190
+ function DownloadIcon(props) {
191
+ return /* @__PURE__ */ jsx(
192
+ "svg",
193
+ {
194
+ width: "20",
195
+ height: "20",
196
+ viewBox: "0 0 20 20",
197
+ fill: "none",
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ ...props,
200
+ children: /* @__PURE__ */ jsx(
201
+ "path",
202
+ {
203
+ d: "M2.5 13.9706V15.7353C2.5 16.2033 2.69754 16.6522 3.04917 16.9831C3.40081 17.3141 3.87772 17.5 4.375 17.5H15.625C16.1223 17.5 16.5992 17.3141 16.9508 16.9831C17.3025 16.6522 17.5 16.2033 17.5 15.7353V13.9706M5.3125 8.67647L10 13.0882M10 13.0882L14.6875 8.67647M10 13.0882V2.5",
204
+ stroke: "currentcolor",
205
+ strokeWidth: "1.5",
206
+ strokeLinecap: "round",
207
+ strokeLinejoin: "round"
208
+ }
209
+ )
210
+ }
211
+ );
212
+ }
213
+ function ExcelIcon(props) {
214
+ return /* @__PURE__ */ jsx(
215
+ "svg",
216
+ {
217
+ xmlns: "http://www.w3.org/2000/svg",
218
+ width: "20",
219
+ height: "20",
220
+ fill: "currentcolor",
221
+ viewBox: "0 0 256 256",
222
+ ...props,
223
+ children: /* @__PURE__ */ jsx("path", { d: "M154,208a6,6,0,0,1-6,6H120a6,6,0,0,1-6-6V152a6,6,0,1,1,12,0v50h22A6,6,0,0,1,154,208ZM91.48,147.11a6,6,0,0,0-8.36,1.39L68,169.67,52.88,148.5a6,6,0,1,0-9.76,7L60.63,180,43.12,204.5a6,6,0,1,0,9.76,7L68,190.31l15.12,21.16A6,6,0,0,0,88,214a5.91,5.91,0,0,0,3.48-1.12,6,6,0,0,0,1.4-8.37L75.37,180l17.51-24.51A6,6,0,0,0,91.48,147.11ZM191,173.22c-10.85-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.65-1.83,21.44-.84a6,6,0,0,0,3.07-11.6c-2-.54-20.1-5-31.21,2.48a18.64,18.64,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.77,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,174.47,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C215.83,180.39,200.91,176.08,191,173.22ZM42,112V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0ZM158,82H193.5L158,46.48Z" })
224
+ }
225
+ );
226
+ }
227
+ function FunnelIcon(props) {
228
+ return /* @__PURE__ */ jsx(
229
+ "svg",
230
+ {
231
+ width: "20",
232
+ height: "20",
233
+ viewBox: "0 0 20 20",
234
+ fill: "none",
235
+ xmlns: "http://www.w3.org/2000/svg",
236
+ ...props,
237
+ children: /* @__PURE__ */ jsx(
238
+ "path",
239
+ {
240
+ d: "M17.212 3.75H2.90761C2.69022 3.75 2.5 3.92744 2.5 4.13022V5.8032C2.5 5.95529 2.55435 6.13273 2.66304 6.25947L7.63587 12.3684C7.77174 12.5205 7.85326 12.7233 7.85326 12.926V17.4634C7.85326 17.6155 8.0163 17.7168 8.15217 17.6408L11.5489 16.4241C11.9022 16.272 12.1196 15.9678 12.1196 15.613V12.926C12.1196 12.7233 12.2011 12.5205 12.337 12.3684L17.337 6.25947C17.4457 6.13273 17.5 5.98064 17.5 5.8032V3.75",
241
+ stroke: "currentcolor",
242
+ strokeWidth: "1.5",
243
+ strokeLinecap: "round",
244
+ strokeLinejoin: "round"
245
+ }
246
+ )
247
+ }
248
+ );
249
+ }
250
+ function GroupByColumnIcon(props) {
251
+ return /* @__PURE__ */ jsxs(
252
+ "svg",
253
+ {
254
+ width: "20",
255
+ height: "20",
256
+ viewBox: "0 0 20 20",
257
+ fill: "none",
258
+ xmlns: "http://www.w3.org/2000/svg",
259
+ ...props,
260
+ children: [
261
+ /* @__PURE__ */ jsx(
262
+ "path",
263
+ {
264
+ d: "M12 9.82568L14.8284 9.82568L14.8284 6.99726",
265
+ stroke: "currentcolor",
266
+ strokeWidth: "1.5",
267
+ strokeLinecap: "round",
268
+ strokeLinejoin: "round"
269
+ }
270
+ ),
271
+ /* @__PURE__ */ jsx(
272
+ "path",
273
+ {
274
+ d: "M14.8286 12.6548L14.8286 9.82636L17.657 9.82636",
275
+ stroke: "currentcolor",
276
+ strokeWidth: "1.5",
277
+ strokeLinecap: "round",
278
+ strokeLinejoin: "round"
279
+ }
280
+ ),
281
+ /* @__PURE__ */ jsx(
282
+ "rect",
283
+ {
284
+ x: "2",
285
+ y: "2",
286
+ width: "8",
287
+ height: "16",
288
+ rx: "2",
289
+ stroke: "currentcolor",
290
+ strokeWidth: "1.5",
291
+ strokeLinecap: "round",
292
+ strokeLinejoin: "round"
293
+ }
294
+ ),
295
+ /* @__PURE__ */ jsx(
296
+ "path",
297
+ {
298
+ d: "M2 6H10",
299
+ stroke: "currentcolor",
300
+ strokeWidth: "1.5",
301
+ strokeLinecap: "round",
302
+ strokeLinejoin: "round"
303
+ }
304
+ ),
305
+ /* @__PURE__ */ jsx(
306
+ "path",
307
+ {
308
+ d: "M2 10H10",
309
+ stroke: "currentcolor",
310
+ strokeWidth: "1.5",
311
+ strokeLinecap: "round",
312
+ strokeLinejoin: "round"
313
+ }
314
+ ),
315
+ /* @__PURE__ */ jsx(
316
+ "path",
317
+ {
318
+ d: "M2 14H10",
319
+ stroke: "currentcolor",
320
+ strokeWidth: "1.5",
321
+ strokeLinecap: "round",
322
+ strokeLinejoin: "round"
323
+ }
324
+ )
325
+ ]
326
+ }
327
+ );
328
+ }
329
+ function HideColumnIcon(props) {
330
+ return /* @__PURE__ */ jsxs(
331
+ "svg",
332
+ {
333
+ width: "20",
334
+ height: "20",
335
+ viewBox: "0 0 20 20",
336
+ fill: "none",
337
+ xmlns: "http://www.w3.org/2000/svg",
338
+ ...props,
339
+ children: [
340
+ /* @__PURE__ */ jsx(
341
+ "path",
342
+ {
343
+ d: "M14.5104 3.94639C16.4341 5.0311 17.8858 6.78855 18.504 8.8762C18.7209 9.60845 18.7209 10.3918 18.504 11.1241C17.4615 14.6444 14.049 17.2258 10 17.2258C8.40819 17.2258 6.91474 16.8268 5.625 16.1287M2.83392 13.7501C2.23644 12.9658 1.77889 12.0795 1.49594 11.124C1.27911 10.3917 1.27912 9.60844 1.49597 8.87619C2.53847 5.35584 5.95103 2.77441 10 2.77441C10.3222 2.77441 10.6404 2.79076 10.9537 2.82263",
344
+ stroke: "currentcolor",
345
+ strokeWidth: "1.5",
346
+ strokeLinecap: "round",
347
+ strokeLinejoin: "round"
348
+ }
349
+ ),
350
+ /* @__PURE__ */ jsx(
351
+ "path",
352
+ {
353
+ d: "M11.4752 7.92456C12.1423 8.3735 12.5812 9.13556 12.5812 10.0001C12.5812 11.3808 11.4619 12.5001 10.0812 12.5001C9.63381 12.5001 9.21388 12.3826 8.85059 12.1768",
354
+ stroke: "currentcolor",
355
+ strokeWidth: "1.5",
356
+ strokeLinecap: "round",
357
+ strokeLinejoin: "round"
358
+ }
359
+ ),
360
+ /* @__PURE__ */ jsx(
361
+ "path",
362
+ {
363
+ d: "M16.25 1.25L3.75 18.75",
364
+ stroke: "currentcolor",
365
+ strokeWidth: "1.5",
366
+ strokeLinecap: "round",
367
+ strokeLinejoin: "round"
368
+ }
369
+ )
370
+ ]
371
+ }
372
+ );
373
+ }
374
+ function ResetColumnsIcon(props) {
375
+ return /* @__PURE__ */ jsxs(
376
+ "svg",
377
+ {
378
+ width: "20",
379
+ height: "20",
380
+ viewBox: "0 0 20 20",
381
+ fill: "none",
382
+ xmlns: "http://www.w3.org/2000/svg",
383
+ ...props,
384
+ children: [
385
+ /* @__PURE__ */ jsx(
386
+ "path",
387
+ {
388
+ d: "M19.0504 11.2988L16.9938 9.24217L14.9371 11.2988",
389
+ stroke: "currentcolor",
390
+ strokeWidth: "1.5",
391
+ strokeLinecap: "round",
392
+ strokeLinejoin: "round"
393
+ }
394
+ ),
395
+ /* @__PURE__ */ jsx(
396
+ "path",
397
+ {
398
+ d: "M0.860563 9.39966L2.91722 11.4563L4.97388 9.39966",
399
+ stroke: "currentcolor",
400
+ strokeWidth: "1.5",
401
+ strokeLinecap: "round",
402
+ strokeLinejoin: "round"
403
+ }
404
+ ),
405
+ /* @__PURE__ */ jsx(
406
+ "path",
407
+ {
408
+ d: "M17.07 9.51312C17.0809 9.674 17.0864 9.83635 17.0864 10C17.0864 13.9127 13.9146 17.0845 10.002 17.0845C7.98798 17.0845 6.17028 16.2441 4.88041 14.8949M2.98616 10.9904C2.94089 10.6668 2.91748 10.3361 2.91748 10C2.91748 6.08736 6.08931 2.91553 10.002 2.91553C12.2001 2.91553 14.1645 3.91668 15.4639 5.48789",
409
+ stroke: "currentcolor",
410
+ strokeWidth: "1.5",
411
+ strokeLinecap: "round",
412
+ strokeLinejoin: "round"
413
+ }
414
+ )
415
+ ]
416
+ }
417
+ );
418
+ }
419
+ function SortIcon(props) {
420
+ return /* @__PURE__ */ jsxs(
421
+ "svg",
422
+ {
423
+ width: "20",
424
+ height: "20",
425
+ viewBox: "0 0 20 20",
426
+ fill: "none",
427
+ xmlns: "http://www.w3.org/2000/svg",
428
+ ...props,
429
+ children: [
430
+ /* @__PURE__ */ jsx(
431
+ "path",
432
+ {
433
+ d: "M2.5 3.75H17.203",
434
+ stroke: "currentcolor",
435
+ strokeWidth: "1.5",
436
+ strokeLinecap: "round",
437
+ strokeLinejoin: "round"
438
+ }
439
+ ),
440
+ /* @__PURE__ */ jsx(
441
+ "path",
442
+ {
443
+ d: "M2.5 9.56104H9.07178",
444
+ stroke: "currentcolor",
445
+ strokeWidth: "1.5",
446
+ strokeLinecap: "round",
447
+ strokeLinejoin: "round"
448
+ }
449
+ ),
450
+ /* @__PURE__ */ jsx(
451
+ "path",
452
+ {
453
+ d: "M2.5 15.4688H6.57178",
454
+ stroke: "currentcolor",
455
+ strokeWidth: "1.5",
456
+ strokeLinecap: "round",
457
+ strokeLinejoin: "round"
458
+ }
459
+ ),
460
+ /* @__PURE__ */ jsx(
461
+ "path",
462
+ {
463
+ d: "M14.4305 9.07739V15.6697",
464
+ stroke: "currentcolor",
465
+ strokeWidth: "1.5",
466
+ strokeLinecap: "round",
467
+ strokeLinejoin: "round"
468
+ }
469
+ ),
470
+ /* @__PURE__ */ jsx(
471
+ "path",
472
+ {
473
+ d: "M11.3611 13.2515L14.4304 16.25L17.4997 13.2515",
474
+ stroke: "currentcolor",
475
+ strokeWidth: "1.5",
476
+ strokeLinecap: "round",
477
+ strokeLinejoin: "round"
478
+ }
479
+ )
480
+ ]
481
+ }
482
+ );
483
+ }
484
+ export {
485
+ AggregationIcon,
486
+ A2 as ArrowDownIcon,
487
+ A as ArrowRightIcon,
488
+ AscendingIcon,
489
+ AutosizeIcon,
490
+ C3 as CollapseIcon,
491
+ C as ColumnPivotIcon,
492
+ C2 as CrossIcon,
493
+ CsvIcon,
494
+ DescendingIcon,
495
+ DownloadIcon,
496
+ D2 as DragGroupIcon,
497
+ D as DragIcon,
498
+ ExcelIcon,
499
+ E as ExpandIcon,
500
+ FunnelIcon,
501
+ GroupByColumnIcon,
502
+ HideColumnIcon,
503
+ M2 as ManageColumnsIcon,
504
+ M as MeasuresIcon,
505
+ a as MoreDotsIcon,
506
+ P as PlusIcon,
507
+ ResetColumnsIcon,
508
+ R as RowGroupIcon,
509
+ S as SearchIcon,
510
+ SortIcon,
511
+ T as TickmarkIcon
512
+ };