@quillsql/react 2.8.3 → 2.8.5

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 (73) hide show
  1. package/dist/AddToDashboardModal.js +0 -1
  2. package/dist/BarList.js +0 -1
  3. package/dist/Chart.js +0 -1
  4. package/dist/ChartBuilder.js +0 -1
  5. package/dist/ChartEditor.js +0 -1
  6. package/dist/Context.js +0 -1
  7. package/dist/Dashboard.js +0 -1
  8. package/dist/DateRangePicker/Calendar.js +0 -1
  9. package/dist/DateRangePicker/DateRangePicker.js +0 -1
  10. package/dist/DateRangePicker/DateRangePickerButton.js +0 -1
  11. package/dist/DateRangePicker/dateRangePickerUtils.js +0 -1
  12. package/dist/DateRangePicker/index.js +0 -1
  13. package/dist/PieChart.js +0 -1
  14. package/dist/QuillProvider.js +0 -1
  15. package/dist/ReportBuilder.js +0 -1
  16. package/dist/SQLEditor.js +0 -1
  17. package/dist/Table.js +17 -13
  18. package/dist/TableChart.js +0 -1
  19. package/dist/assets/ArrowDownHeadIcon.js +0 -1
  20. package/dist/assets/ArrowDownIcon.js +0 -1
  21. package/dist/assets/ArrowDownRightIcon.js +0 -1
  22. package/dist/assets/ArrowLeftHeadIcon.js +0 -1
  23. package/dist/assets/ArrowRightHeadIcon.js +0 -1
  24. package/dist/assets/ArrowRightIcon.js +0 -1
  25. package/dist/assets/ArrowUpHeadIcon.js +0 -1
  26. package/dist/assets/ArrowUpIcon.js +0 -1
  27. package/dist/assets/ArrowUpRightIcon.js +0 -1
  28. package/dist/assets/CalendarIcon.js +0 -1
  29. package/dist/assets/CalendarNormalIcon.js +0 -1
  30. package/dist/assets/DoubleArrowLeftHeadIcon.js +0 -1
  31. package/dist/assets/DoubleArrowRightHeadIcon.js +0 -1
  32. package/dist/assets/ExclamationFilledIcon.js +0 -1
  33. package/dist/assets/FilterIcon.js +0 -1
  34. package/dist/assets/LoadingSpinner.js +0 -1
  35. package/dist/assets/RefreshIcon.js +0 -1
  36. package/dist/assets/SearchIcon.js +0 -1
  37. package/dist/assets/UpLeftArrowsIcon.js +0 -1
  38. package/dist/assets/XCircleIcon.js +0 -1
  39. package/dist/assets/XIcon.js +0 -1
  40. package/dist/assets/index.js +0 -1
  41. package/dist/components/BigModal/BigModal.js +0 -1
  42. package/dist/components/Dropdown/Dropdown.js +0 -1
  43. package/dist/components/Dropdown/DropdownItem.js +0 -1
  44. package/dist/components/Dropdown/index.js +0 -1
  45. package/dist/components/Modal/Modal.js +0 -1
  46. package/dist/components/Modal/index.js +0 -1
  47. package/dist/components/QuillCard.js +0 -1
  48. package/dist/components/UiComponents.js +0 -1
  49. package/dist/components/selectUtils.js +0 -1
  50. package/dist/contexts/BaseColorContext.js +0 -1
  51. package/dist/contexts/HoveredValueContext.js +0 -1
  52. package/dist/contexts/RootStylesContext.js +0 -1
  53. package/dist/contexts/SelectedValueContext.js +0 -1
  54. package/dist/contexts/index.js +0 -1
  55. package/dist/hooks/index.js +0 -1
  56. package/dist/hooks/useInternalState.js +0 -1
  57. package/dist/hooks/useOnClickOutside.js +0 -1
  58. package/dist/hooks/useOnWindowResize.js +0 -1
  59. package/dist/hooks/useQuill.js +0 -1
  60. package/dist/hooks/useSelectOnKeyDown.js +0 -1
  61. package/dist/index.js +0 -1
  62. package/dist/internals/ReportBuilder/PivotList.js +0 -1
  63. package/dist/internals/ReportBuilder/PivotModal.js +0 -1
  64. package/dist/internals/ReportBuilder/PivotModal.spec.js +0 -1
  65. package/dist/lib/font.js +0 -1
  66. package/dist/lib/index.js +0 -1
  67. package/dist/lib/inputTypes.js +0 -1
  68. package/dist/lib/utils.js +0 -1
  69. package/dist/utils/aggregate.js +0 -1
  70. package/dist/utils/colorToHex.js +0 -1
  71. package/dist/utils/dataFetcher.js +0 -1
  72. package/dist/utils/downloadCSV.js +0 -1
  73. package/package.json +1 -4
@@ -1430,4 +1430,3 @@ function FormikForm({ data, xAxisOptions, yAxisOptions, fieldOptions, dateFieldO
1430
1430
  }
1431
1431
  }, label: report ? 'Save changes' : 'Add to dashboard' }) }), (0, jsx_runtime_1.jsx)("div", { style: { height: 20 } })] }) }));
1432
1432
  }
1433
- //# sourceMappingURL=AddToDashboardModal.js.map
package/dist/BarList.js CHANGED
@@ -284,4 +284,3 @@ const BarList = react_1.default.forwardRef((props, ref) => {
284
284
  }) }) }, item[xAxisField] + 'value' + idx))) })] }) }));
285
285
  });
286
286
  exports.default = BarList;
287
- //# sourceMappingURL=BarList.js.map
package/dist/Chart.js CHANGED
@@ -1122,4 +1122,3 @@ function LineChart({ colors, yAxisFields, data, containerStyle, xAxisField, xAxi
1122
1122
  fill: `url(#gradient${index})`, strokeWidth: 2, dot: false, isAnimationActive: true }, elem.field)))] }) }) }));
1123
1123
  }
1124
1124
  exports.default = Chart;
1125
- //# sourceMappingURL=Chart.js.map
@@ -658,4 +658,3 @@ function SegmentedControl({ onChange, value, theme }) {
658
658
  }
659
659
  ` }), 'This Organization'] })] }));
660
660
  }
661
- //# sourceMappingURL=ChartBuilder.js.map
@@ -74,4 +74,3 @@ function ChartEditor({ isOpen, chartId, admin = false, destinationDashboard, cha
74
74
  return ((0, jsx_runtime_1.jsx)("div", { children: dashboardItem && ((0, jsx_runtime_1.jsx)(ChartBuilder_1.default, { dashboardItem: dashboardItem, rows: dashboardItem.rows, columns: dashboardItem.columns, fields: dashboardItem.fields, query: dashboardItem.queryString, isOpen: isOpen, setIsOpen: setIsOpen, showTableFormatOptions: admin, showDateFieldOptions: admin, showAccessControlOptions: admin, showDashboardDropdown: admin, destinationDashboard: destinationDashboard, dateRange: dateRange, Select: Select, TextInput: TextInput, Button: Button, SecondaryButton: SecondaryButton, Header: Header, Label: Label, Text: Text, DeleteButton: DeleteButton, Modal: Modal, Popover: Popover, onDelete: onDelete, title: chartBuilderTitle, buttonLabel: chartBuilderButtonLabel })) }));
75
75
  }
76
76
  exports.default = ChartEditor;
77
- //# sourceMappingURL=ChartEditor.js.map
package/dist/Context.js CHANGED
@@ -197,4 +197,3 @@ const ContextProvider = ({ children, initialTheme, publicKey, environment, authT
197
197
  }, children: children }) }) }) }) }) }) }) }) }) }) }) }) }) }) }) }) }) }) }));
198
198
  };
199
199
  exports.ContextProvider = ContextProvider;
200
- //# sourceMappingURL=Context.js.map
package/dist/Dashboard.js CHANGED
@@ -1276,4 +1276,3 @@ function FilterModal({ setShowDropdown, dropdownRef, showDropdown, theme, select
1276
1276
  handleValueChange: handleDropdownOptionClick,
1277
1277
  }, children: (0, jsx_runtime_1.jsx)(contexts_1.HoveredValueContext.Provider, { value: { hoveredValue: hoveredDropdownValue }, children: dropdownOptions.map((row, index) => ((0, jsx_runtime_1.jsx)(Dropdown_1.DropdownItem, { value: row[removeQuotes(field)], text: row[removeQuotes(label)], theme: theme, lastItem: dropdownOptions.length - 1 === index }, row[removeQuotes(field)]))) }) }) }));
1278
1278
  }
1279
- //# sourceMappingURL=Dashboard.js.map
@@ -169,4 +169,3 @@ function Calendar({ enableYearPagination, anchorDate, setStartOfCurrMonth, start
169
169
  }
170
170
  exports.Calendar = Calendar;
171
171
  exports.default = Calendar;
172
- //# sourceMappingURL=Calendar.js.map
@@ -148,4 +148,3 @@ const DateRangePicker = react_1.default.forwardRef((props, ref) => {
148
148
  }, children: (0, jsx_runtime_1.jsx)(contexts_1.HoveredValueContext.Provider, { value: { hoveredValue: hoveredDropdownValue }, children: presetOptions.map(({ value, text }, index) => ((0, jsx_runtime_1.jsx)(Dropdown_1.DropdownItem, { value: value, text: text, theme: theme, lastItem: presetOptions.length - 1 === index }, value))) }) }) })] }) }));
149
149
  });
150
150
  exports.default = DateRangePicker;
151
- //# sourceMappingURL=DateRangePicker.js.map
@@ -136,4 +136,3 @@ const DateRangePickerButton = ({ value, options, placeholder, disabled, calendar
136
136
  }, "aria-hidden": "true" })] })) : null] }));
137
137
  };
138
138
  exports.default = DateRangePickerButton;
139
- //# sourceMappingURL=DateRangePickerButton.js.map
@@ -445,4 +445,3 @@ exports.formatSelectedDates = formatSelectedDates;
445
445
  // },
446
446
  // },
447
447
  // };
448
- //# sourceMappingURL=dateRangePickerUtils.js.map
@@ -7,4 +7,3 @@ exports.DateRangePicker = void 0;
7
7
  // @ts-nocheck
8
8
  var DateRangePicker_1 = require("./DateRangePicker");
9
9
  Object.defineProperty(exports, "DateRangePicker", { enumerable: true, get: function () { return __importDefault(DateRangePicker_1).default; } });
10
- //# sourceMappingURL=index.js.map
package/dist/PieChart.js CHANGED
@@ -565,4 +565,3 @@ function Legend2({ payload, colors }) {
565
565
  }) }));
566
566
  }
567
567
  exports.default = PieChartWrapper;
568
- //# sourceMappingURL=PieChart.js.map
@@ -30,4 +30,3 @@ const QuillProvider = ({ organizationId, publicKey, queryEndpoint, queryHeaders,
30
30
  return ((0, jsx_runtime_1.jsx)(Context_1.ContextProvider, { initialTheme: theme, publicKey: publicKey, environment: environment, customerId: organizationId, queryEndpoint: queryEndpoint, queryHeaders: queryHeaders, withCredentials: withCredentials, children: children }));
31
31
  };
32
32
  exports.default = QuillProvider;
33
- //# sourceMappingURL=QuillProvider.js.map
@@ -991,4 +991,3 @@ const DivCheckbox = ({ onChange, checked, theme }) => {
991
991
  // />
992
992
  (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: theme?.backgroundColor, height: "16", width: "16", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.916 4.626a.75.75 0 01.208 1.04l-9 13.5a.75.75 0 01-1.154.114l-6-6a.75.75 0 011.06-1.06l5.353 5.353 8.493-12.739a.75.75 0 011.04-.208z", clipRule: "evenodd" }) })) }));
993
993
  };
994
- //# sourceMappingURL=ReportBuilder.js.map
package/dist/SQLEditor.js CHANGED
@@ -507,4 +507,3 @@ function SchemaItem({ elem, theme, index }) {
507
507
  fontFamily: theme?.fontFamily,
508
508
  }, children: elem.fieldType })] }, elem.displayName + elem.index))) })) : null] }));
509
509
  }
510
- //# sourceMappingURL=SQLEditor.js.map
package/dist/Table.js CHANGED
@@ -8,7 +8,6 @@ const react_1 = require("react");
8
8
  const Context_1 = require("./Context");
9
9
  const Chart_1 = require("./Chart");
10
10
  const dataFetcher_1 = require("./utils/dataFetcher");
11
- const PivotModal_1 = require("./internals/ReportBuilder/PivotModal");
12
11
  const Table = ({ chartId, columns, rows, containerStyle, csvFilename, showDownloadCsvButton, LoadingComponent, }) => {
13
12
  const { dispatch, dashboard } = (0, react_1.useContext)(Context_1.DashboardContext);
14
13
  const { dashboardFilters } = (0, react_1.useContext)(Context_1.DashboardFiltersContext);
@@ -464,16 +463,22 @@ const ChartUpdater = ({ chartId, containerStyle, dashboard, dispatch, client, da
464
463
  const handleDownloadCSV = () => {
465
464
  downloadCSV(memoizedData, chartConfig.name);
466
465
  };
467
- const dateFilter = Object.values(dashboardFilters).find((filter) => filter.filterType == 'date_range');
468
- const pivotTable = (0, react_1.useMemo)(() => {
469
- const pivot = dashboard[chartId]?.pivot;
470
- const data = dashboard[chartId];
471
- return pivot && data?.rows
472
- ? (0, PivotModal_1.generatePivotTable)(pivot, data.rows, dateFilter?.startDate
473
- ? [dateFilter?.startDate, dateFilter?.endDate, null]
474
- : [null, null, null])
475
- : null;
476
- }, [dashboard, chartId, dateFilter]);
466
+ // const dateFilter = Object.values(dashboardFilters).find(
467
+ // (filter) => filter.filterType == 'date_range',
468
+ // );
469
+ // const pivotTable = useMemo(() => {
470
+ // const pivot = dashboard[chartId]?.pivot;
471
+ // const data = dashboard[chartId];
472
+ // return pivot && data?.rows
473
+ // ? generatePivotTable(
474
+ // pivot,
475
+ // data.rows,
476
+ // dateFilter?.startDate
477
+ // ? [dateFilter?.startDate, dateFilter?.endDate, null]
478
+ // : [null, null, null],
479
+ // )
480
+ // : null;
481
+ // }, [dashboard, chartId, dateFilter]);
477
482
  if (!dashboard[chartId] || loading) {
478
483
  return ((0, jsx_runtime_1.jsx)("div", {
479
484
  // className="flex flex-col flex-1 h-[100%]"
@@ -492,7 +497,7 @@ const ChartUpdater = ({ chartId, containerStyle, dashboard, dispatch, client, da
492
497
  boxSizing: 'content-box',
493
498
  }, children: (0, jsx_runtime_1.jsxs)("svg", { width: "100%", height: "100%", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", children: [(0, jsx_runtime_1.jsx)("rect", { width: "100%", height: "100%", fill: "#F9F9FA" }), (0, jsx_runtime_1.jsx)("defs", { fill: "#F9F9FA", children: (0, jsx_runtime_1.jsxs)("linearGradient", { id: "skeletonGradient", x1: "0%", y1: "0%", x2: "10%", y2: "0%", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0%", stopColor: "rgba(255,255,255,0)" }), (0, jsx_runtime_1.jsx)("stop", { offset: "50%", stopColor: "#FEFEFE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "100%", stopColor: "rgba(255,255,255,0)" }), (0, jsx_runtime_1.jsx)("animate", { attributeName: "x1", from: "-100%", to: "100%", dur: "2s", repeatCount: "indefinite" }), (0, jsx_runtime_1.jsx)("animate", { attributeName: "x2", from: "-50%", to: "150%", dur: "2s", repeatCount: "indefinite" })] }) }), (0, jsx_runtime_1.jsx)("rect", { width: "50%", height: "100%", fill: "url(#skeletonGradient)", children: (0, jsx_runtime_1.jsx)("animate", { attributeName: "x", from: "-100%", to: "100%", dur: "2s", repeatCount: "indefinite" }) })] }) }) }));
494
499
  }
495
- return ((0, jsx_runtime_1.jsx)(SpecialTable, { showDownloadCsvButton: showDownloadCsvButton, csvFilename: csvFilename || dashboard[chartId].name, columns: pivotTable?.columns || dashboard[chartId].columns, rows: pivotTable?.rows || dashboard[chartId].rows, height: containerStyle?.height || '100%', theme: theme, containerStyle: containerStyle, LoadingComponent: LoadingComponent }));
500
+ return ((0, jsx_runtime_1.jsx)(SpecialTable, { showDownloadCsvButton: showDownloadCsvButton, csvFilename: csvFilename || dashboard[chartId].name, columns: dashboard[chartId].columns, rows: dashboard[chartId].rows, height: containerStyle?.height || '100%', theme: theme, containerStyle: containerStyle, LoadingComponent: LoadingComponent }));
496
501
  };
497
502
  function Columns({ columns, data, theme, handleDownloadCSV, numToShow }) {
498
503
  return ((0, jsx_runtime_1.jsxs)("div", { style: { display: 'flex', flexDirection: 'column', height: '100%' }, children: [(0, jsx_runtime_1.jsx)("div", { style: {
@@ -558,4 +563,3 @@ function Cell({ item, theme }) {
558
563
  }, children: item }));
559
564
  }
560
565
  exports.default = Table;
561
- //# sourceMappingURL=Table.js.map
@@ -315,4 +315,3 @@ const TableChart = react_1.default.forwardRef((props, ref) => {
315
315
  // );
316
316
  });
317
317
  exports.default = TableChart;
318
- //# sourceMappingURL=TableChart.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowDownHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" })] }));
5
5
  exports.default = ArrowDownHeadIcon;
6
- //# sourceMappingURL=ArrowDownHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowDownIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" })] }));
5
5
  exports.default = ArrowDownIcon;
6
- //# sourceMappingURL=ArrowDownIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowDownRightIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M14.59 16.004L5.982 7.397l1.414-1.414 8.607 8.606V7.004h2v11h-11v-2z" })] }));
5
5
  exports.default = ArrowDownRightIcon;
6
- //# sourceMappingURL=ArrowDownRightIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowLeftHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z" })] }));
5
5
  exports.default = ArrowLeftHeadIcon;
6
- //# sourceMappingURL=ArrowLeftHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowRightHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z" })] }));
5
5
  exports.default = ArrowRightHeadIcon;
6
- //# sourceMappingURL=ArrowRightHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowRightIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z" })] }));
5
5
  exports.default = ArrowRightIcon;
6
- //# sourceMappingURL=ArrowRightIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowUpHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" })] }));
5
5
  exports.default = ArrowUpHeadIcon;
6
- //# sourceMappingURL=ArrowUpHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowUpIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" })] }));
5
5
  exports.default = ArrowUpIcon;
6
- //# sourceMappingURL=ArrowUpIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ArrowUpRightIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M16.004 9.414l-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2V9.414z" })] }));
5
5
  exports.default = ArrowUpRightIcon;
6
- //# sourceMappingURL=ArrowUpRightIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const CalendarIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z", clipRule: "evenodd" }) }));
5
5
  exports.default = CalendarIcon;
6
- //# sourceMappingURL=CalendarIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const CalendarNormalIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [(0, jsx_runtime_1.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", ry: "2" }), (0, jsx_runtime_1.jsx)("line", { x1: "16", x2: "16", y1: "2", y2: "6" }), (0, jsx_runtime_1.jsx)("line", { x1: "8", x2: "8", y1: "2", y2: "6" }), (0, jsx_runtime_1.jsx)("line", { x1: "3", x2: "21", y1: "10", y2: "10" })] }));
5
5
  exports.default = CalendarNormalIcon;
6
- //# sourceMappingURL=CalendarNormalIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const DoubleArrowLeftHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: [(0, jsx_runtime_1.jsx)("path", { id: "svg_1", d: "m0,0l24,0l0,24l-24,0l0,-24z", fill: "none" }), (0, jsx_runtime_1.jsx)("path", { id: "svg_2", d: "m14.1247,12l4.95,4.95l-1.414,1.414l-6.364,-6.364l6.364,-6.364l1.414,1.414l-4.95,4.95z" }), (0, jsx_runtime_1.jsx)("path", { id: "svg_3", d: "m7.31152,12l4.95,4.95l-1.414,1.414l-6.364,-6.364l6.364,-6.364l1.414,1.414l-4.95,4.95z" })] }));
5
5
  exports.default = DoubleArrowLeftHeadIcon;
6
- //# sourceMappingURL=DoubleArrowLeftHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const DoubleArrowRightHeadIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: [(0, jsx_runtime_1.jsx)("path", { id: "svg_1", d: "m0,0l24,0l0,24l-24,0l0,-24z", fill: "none" }), (0, jsx_runtime_1.jsx)("path", { transform: "rotate(180 15.1857 12)", id: "svg_2", d: "m14.1247,12l4.95,4.95l-1.414,1.414l-6.364,-6.364l6.364,-6.364l1.414,1.414l-4.95,4.95z" }), (0, jsx_runtime_1.jsx)("path", { transform: "rotate(180 8.37252 12)", id: "svg_3", d: "m7.31152,12l4.95,4.95l-1.414,1.414l-6.364,-6.364l6.364,-6.364l1.414,1.414l-4.95,4.95z" })] }));
5
5
  exports.default = DoubleArrowRightHeadIcon;
6
- //# sourceMappingURL=DoubleArrowRightHeadIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const ExclamationFilledIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z", clipRule: "evenodd" }) }));
5
5
  exports.default = ExclamationFilledIcon;
6
- //# sourceMappingURL=ExclamationFilledIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const FilterIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("rect", { y: "2", width: "8", height: "1", fill: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { x: "8", y: "1", width: "3", height: "3", rx: "1.5", stroke: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { x: "11.5", y: "8.5", width: "8", height: "1", transform: "rotate(-180 11.5 8.5)", fill: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { x: "3.5", y: "9.5", width: "3", height: "3", rx: "1.5", transform: "rotate(-180 3.5 9.5)", stroke: "#373531" })] }));
5
5
  exports.default = FilterIcon;
6
- //# sourceMappingURL=FilterIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const LoadingSpinner = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z" })] }));
5
5
  exports.default = LoadingSpinner;
6
- //# sourceMappingURL=LoadingSpinner.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const RefreshIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M8.0115 4.674H10.5075L8.917 3.0825C8.40495 2.57044 7.76711 2.2022 7.06761 2.0148C6.36811 1.82741 5.63161 1.82746 4.93214 2.01496C4.23267 2.20246 3.59489 2.57079 3.0829 3.08293C2.57092 3.59507 2.20279 4.23297 2.0155 4.9325M1.4925 9.822V7.326M1.4925 7.326H3.9885M1.4925 7.326L3.0825 8.9175C3.59456 9.42956 4.2324 9.7978 4.9319 9.9852C5.6314 10.1726 6.3679 10.1725 7.06737 9.98504C7.76684 9.79754 8.40462 9.42921 8.9166 8.91707C9.42859 8.40493 9.79672 7.76703 9.984 7.0675M10.5075 2.178V4.673", stroke: "#384151", strokeOpacity: "0.85", strokeWidth: "0.75", strokeLinecap: "round", strokeLinejoin: "round" }) }));
5
5
  exports.default = RefreshIcon;
6
- //# sourceMappingURL=RefreshIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const SearchIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z", clipRule: "evenodd" }) }));
5
5
  exports.default = SearchIcon;
6
- //# sourceMappingURL=SearchIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const UpLeftArrowsIcon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)("svg", { ...props, width: "13", height: "13", viewBox: "0 0 13 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("rect", { x: "2.125", y: "8", width: "1", height: "3", rx: "0.5", transform: "rotate(45 2.125 8)", fill: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { y: "10.125", width: "1", height: "3", rx: "0.5", transform: "rotate(-45 0 10.125)", fill: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { x: "12.0977", y: "2.125", width: "1", height: "3", rx: "0.5", transform: "rotate(135 12.0977 2.125)", fill: "#373531" }), (0, jsx_runtime_1.jsx)("rect", { x: "9.97266", width: "1", height: "3", rx: "0.5", transform: "rotate(45 9.97266 0)", fill: "#373531" }), (0, jsx_runtime_1.jsx)("path", { d: "M10 1.125V9.125C10 9.67728 9.55228 10.125 9 10.125H1", stroke: "#373531" })] }));
5
5
  exports.default = UpLeftArrowsIcon;
6
- //# sourceMappingURL=UpLeftArrowsIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const XCircleIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z", clipRule: "evenodd" }) }));
5
5
  exports.default = XCircleIcon;
6
- //# sourceMappingURL=XCircleIcon.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const XIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", height: "20", width: "20", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z", clipRule: "evenodd" }) }));
5
5
  exports.default = XIcon;
6
- //# sourceMappingURL=XIcon.js.map
@@ -46,4 +46,3 @@ var UpLeftArrowsIcon_1 = require("./UpLeftArrowsIcon");
46
46
  Object.defineProperty(exports, "UpLeftArrowsIcon", { enumerable: true, get: function () { return __importDefault(UpLeftArrowsIcon_1).default; } });
47
47
  var XIcon_1 = require("./XIcon");
48
48
  Object.defineProperty(exports, "XIcon", { enumerable: true, get: function () { return __importDefault(XIcon_1).default; } });
49
- //# sourceMappingURL=index.js.map
@@ -85,4 +85,3 @@ const BigModal = react_1.default.forwardRef((props, ref) => {
85
85
  }, ...other, children: children })) : null;
86
86
  });
87
87
  exports.default = BigModal;
88
- //# sourceMappingURL=BigModal.js.map
@@ -97,4 +97,3 @@ const Dropdown = react_1.default.forwardRef((props, ref) => {
97
97
  }, "aria-hidden": "true" })] }), (0, jsx_runtime_1.jsx)(Modal_1.default, { theme: theme, showModal: isFocused, setShowModal: setIsFocused, parentRef: dropdownRef, children: (0, jsx_runtime_1.jsx)(contexts_1.SelectedValueContext.Provider, { value: { selectedValue, handleValueChange }, children: (0, jsx_runtime_1.jsx)(contexts_1.HoveredValueContext.Provider, { value: { hoveredValue }, children: react_1.default.Children.map(children, (child) => react_1.default.cloneElement(child)) }) }) })] }));
98
98
  });
99
99
  exports.default = Dropdown;
100
- //# sourceMappingURL=Dropdown.js.map
@@ -65,4 +65,3 @@ const DropdownItem = react_1.default.forwardRef((props, ref) => {
65
65
  }, children: text ?? value }) }));
66
66
  });
67
67
  exports.default = DropdownItem;
68
- //# sourceMappingURL=DropdownItem.js.map
@@ -8,4 +8,3 @@ var Dropdown_1 = require("./Dropdown");
8
8
  Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return __importDefault(Dropdown_1).default; } });
9
9
  var DropdownItem_1 = require("./DropdownItem");
10
10
  Object.defineProperty(exports, "DropdownItem", { enumerable: true, get: function () { return __importDefault(DropdownItem_1).default; } });
11
- //# sourceMappingURL=index.js.map
@@ -88,4 +88,3 @@ const Modal = react_1.default.forwardRef((props, ref) => {
88
88
  }, ...other, children: children })) : null;
89
89
  });
90
90
  exports.default = Modal;
91
- //# sourceMappingURL=Modal.js.map
@@ -6,4 +6,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.default = void 0;
7
7
  var Modal_1 = require("./Modal");
8
8
  Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(Modal_1).default; } });
9
- //# sourceMappingURL=index.js.map
@@ -54,4 +54,3 @@ function QuillCard({ children, theme, onClick, isSelected = false, clickable = t
54
54
  }` }), (0, jsx_runtime_1.jsx)(assets_1.XIcon, { height: "20", width: "20", fill: "#6C727F" })] })), (0, jsx_runtime_1.jsx)("div", { style: { overflowX: 'scroll' }, children: children })] }));
55
55
  }
56
56
  exports.QuillCard = QuillCard;
57
- //# sourceMappingURL=QuillCard.js.map
@@ -257,4 +257,3 @@ const MemoizedDeleteButton = ({ onClick, style }) => ((0, jsx_runtime_1.jsxs)("b
257
257
  background-color: rgba(56, 65, 81, 0.03);
258
258
  }` }), (0, jsx_runtime_1.jsx)(assets_1.XIcon, { height: "20", width: "20", fill: "#6C727F" })] }));
259
259
  exports.MemoizedDeleteButton = MemoizedDeleteButton;
260
- //# sourceMappingURL=UiComponents.js.map
@@ -45,4 +45,3 @@ const getSelectButtonColors = (hasSelection, isDisabled, hasError = false) => {
45
45
  exports.getSelectButtonColors = getSelectButtonColors;
46
46
  const hasValue = (value) => value !== null && value !== undefined && value !== '';
47
47
  exports.hasValue = hasValue;
48
- //# sourceMappingURL=selectUtils.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const react_1 = require("react");
4
4
  const BaseColorContext = (0, react_1.createContext)('blue');
5
5
  exports.default = BaseColorContext;
6
- //# sourceMappingURL=BaseColorContext.js.map
@@ -5,4 +5,3 @@ const HoveredValueContext = (0, react_1.createContext)({
5
5
  hoveredValue: undefined,
6
6
  });
7
7
  exports.default = HoveredValueContext;
8
- //# sourceMappingURL=HoveredValueContext.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const react_1 = require("react");
4
4
  const RootStylesContext = (0, react_1.createContext)(undefined);
5
5
  exports.default = RootStylesContext;
6
- //# sourceMappingURL=RootStylesContext.js.map
@@ -6,4 +6,3 @@ const SelectedValueContext = (0, react_1.createContext)({
6
6
  handleValueChange: undefined,
7
7
  });
8
8
  exports.default = SelectedValueContext;
9
- //# sourceMappingURL=SelectedValueContext.js.map
@@ -12,4 +12,3 @@ var RootStylesContext_1 = require("./RootStylesContext");
12
12
  Object.defineProperty(exports, "RootStylesContext", { enumerable: true, get: function () { return __importDefault(RootStylesContext_1).default; } });
13
13
  var SelectedValueContext_1 = require("./SelectedValueContext");
14
14
  Object.defineProperty(exports, "SelectedValueContext", { enumerable: true, get: function () { return __importDefault(SelectedValueContext_1).default; } });
15
- //# sourceMappingURL=index.js.map
@@ -12,4 +12,3 @@ var useOnWindowResize_1 = require("./useOnWindowResize");
12
12
  Object.defineProperty(exports, "useOnWindowResize", { enumerable: true, get: function () { return __importDefault(useOnWindowResize_1).default; } });
13
13
  var useSelectOnKeyDown_1 = require("./useSelectOnKeyDown");
14
14
  Object.defineProperty(exports, "useSelectOnKeyDown", { enumerable: true, get: function () { return __importDefault(useSelectOnKeyDown_1).default; } });
15
- //# sourceMappingURL=index.js.map
@@ -14,4 +14,3 @@ const useInternalState = (defaultValueProp, valueProp) => {
14
14
  return [value, setValue];
15
15
  };
16
16
  exports.default = useInternalState;
17
- //# sourceMappingURL=useInternalState.js.map
@@ -18,4 +18,3 @@ const useOnClickOutside = (ref, handler) => {
18
18
  }, [ref, handler]);
19
19
  };
20
20
  exports.default = useOnClickOutside;
21
- //# sourceMappingURL=useOnClickOutside.js.map
@@ -14,4 +14,3 @@ const useOnWindowResize = (handler, initialWindowSize) => {
14
14
  }, [handler, windowSize]);
15
15
  };
16
16
  exports.default = useOnWindowResize;
17
- //# sourceMappingURL=useOnWindowResize.js.map
@@ -71,4 +71,3 @@ function stringifyIfObject(e) {
71
71
  }
72
72
  return e; // returns the input as is for other types
73
73
  }
74
- //# sourceMappingURL=useQuill.js.map
@@ -63,4 +63,3 @@ const useSelectOnKeyDown = (onValueChange, optionValues, isFocused, handleFocusC
63
63
  return [hoveredValue, handleKeyDown];
64
64
  };
65
65
  exports.default = useSelectOnKeyDown;
66
- //# sourceMappingURL=useSelectOnKeyDown.js.map
package/dist/index.js CHANGED
@@ -27,4 +27,3 @@ var useQuill_1 = require("./hooks/useQuill");
27
27
  Object.defineProperty(exports, "useQuill", { enumerable: true, get: function () { return useQuill_1.useQuill; } });
28
28
  var downloadCSV_1 = require("./utils/downloadCSV");
29
29
  Object.defineProperty(exports, "downloadCSV", { enumerable: true, get: function () { return downloadCSV_1.downloadCSV; } });
30
- //# sourceMappingURL=index.js.map
@@ -59,4 +59,3 @@ const PivotList = ({ recommendedPivotTables, createdPivotTables, onSelectRecomme
59
59
  }, children: "Create pivot +" }))] }) }));
60
60
  };
61
61
  exports.PivotList = PivotList;
62
- //# sourceMappingURL=PivotList.js.map
@@ -693,4 +693,3 @@ function generatePivotTable(pivot, data, dateRange, rowLimit = -1) {
693
693
  };
694
694
  }
695
695
  exports.generatePivotTable = generatePivotTable;
696
- //# sourceMappingURL=PivotModal.js.map
@@ -211,4 +211,3 @@ describe('PivotModal', function () {
211
211
  });
212
212
  });
213
213
  });
214
- //# sourceMappingURL=PivotModal.spec.js.map
package/dist/lib/font.js CHANGED
@@ -14,4 +14,3 @@ exports.fontWeight = {
14
14
  md: 'qq-font-medium',
15
15
  lg: 'qq-font-semibold',
16
16
  };
17
- //# sourceMappingURL=font.js.map
package/dist/lib/index.js CHANGED
@@ -17,4 +17,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./inputTypes"), exports);
18
18
  __exportStar(require("./font"), exports);
19
19
  __exportStar(require("./utils"), exports);
20
- //# sourceMappingURL=index.js.map
@@ -54,4 +54,3 @@ const alignItemsValues = [
54
54
  'baseline',
55
55
  'stretch',
56
56
  ];
57
- //# sourceMappingURL=inputTypes.js.map
package/dist/lib/utils.js CHANGED
@@ -43,4 +43,3 @@ function mergeRefs(refs) {
43
43
  };
44
44
  }
45
45
  exports.mergeRefs = mergeRefs;
46
- //# sourceMappingURL=utils.js.map
@@ -427,4 +427,3 @@ function aggregate(dashboardItem, bucketFields, dateFilter) {
427
427
  }
428
428
  }
429
429
  exports.aggregate = aggregate;
430
- //# sourceMappingURL=aggregate.js.map
@@ -144,4 +144,3 @@ exports.COLOR_TO_HEX = {
144
144
  yellow: '#ffff00',
145
145
  yellowgreen: '#9acd32',
146
146
  };
147
- //# sourceMappingURL=colorToHex.js.map
@@ -61,4 +61,3 @@ async function getDataFromCloud(client, cloudQueryEndpoint, cloudRequestBody, me
61
61
  }
62
62
  }
63
63
  exports.getDataFromCloud = getDataFromCloud;
64
- //# sourceMappingURL=dataFetcher.js.map
@@ -26,4 +26,3 @@ function downloadCSV(rows, filename) {
26
26
  document.body.removeChild(downloadLink);
27
27
  }
28
28
  exports.downloadCSV = downloadCSV;
29
- //# sourceMappingURL=downloadCSV.js.map
package/package.json CHANGED
@@ -1,10 +1,7 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.8.3",
3
+ "version": "2.8.5",
4
4
  "description": "Quill React components for building dashboards and reporting.",
5
- "exports": {
6
- ".": "./src/index.ts"
7
- },
8
5
  "main": "dist/index.js",
9
6
  "files": [
10
7
  "dist"