impact-ui 4.0.1-alpha.1 → 4.0.1-alpha.2
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/dist/_virtual/FilterAltOffOutlined.js +4 -0
- package/dist/_virtual/MoreHorizOutlined.js +4 -0
- package/dist/_virtual/index15.js +2 -2
- package/dist/_virtual/index16.js +2 -2
- package/dist/_virtual/index3.js +4 -2
- package/dist/_virtual/index4.js +4 -2
- package/dist/_virtual/index5.js +2 -4
- package/dist/_virtual/index6.js +2 -4
- package/dist/_virtual/lodash.js +4 -0
- package/dist/components/Chart/index.d.ts +64 -9
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Chart/index.js +196 -229
- package/dist/components/CommentsPanel/CommentsContext.d.ts +9 -0
- package/dist/components/CommentsPanel/CommentsContext.d.ts.map +1 -0
- package/dist/components/CommentsPanel/CommentsContext.js +557 -0
- package/dist/components/CommentsPanel/CommentsPanel.impl.d.ts +8 -0
- package/dist/components/CommentsPanel/CommentsPanel.impl.d.ts.map +1 -0
- package/dist/components/CommentsPanel/CommentsPanel.impl.js +420 -0
- package/dist/components/CommentsPanel/CommentsPanel.types.d.ts +42 -0
- package/dist/components/CommentsPanel/CommentsPanel.types.d.ts.map +1 -0
- package/dist/components/CommentsPanel/index.d.ts +7 -0
- package/dist/components/CommentsPanel/index.d.ts.map +1 -0
- package/dist/components/CommentsPanel/index.js +5 -0
- package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerDropdown.js +29 -45
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/index.js +1 -2
- package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
- package/dist/components/DatePicker/showMonthYearSelect.js +9 -6
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +62 -60
- package/dist/components/DateRangePicker/index.js +1 -1
- package/dist/components/Header/Header.types.d.ts +2 -2
- package/dist/components/Header/Header.types.d.ts.map +1 -1
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +12 -2
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +1 -1
- package/dist/components/KeyboardShortCuts/ShortcutModal.js +1 -1
- package/dist/components/KeyboardShortCuts/allSetBox.js +1 -1
- package/dist/components/KeyboardShortCuts/index.js +1 -1
- package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/tutorial.js +87 -16
- package/dist/components/Notification/Notification.types.d.ts +1 -0
- package/dist/components/Notification/Notification.types.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.js +31 -2
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +1 -0
- package/dist/components/Notification/index.js +1 -1
- package/dist/components/Select/Select.types.d.ts +0 -1
- package/dist/components/Select/Select.types.d.ts.map +1 -1
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +9 -2
- package/dist/components/Sidebar/ChildMenu.d.ts +1 -1
- package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ChildMenu.js +38 -51
- package/dist/components/Sidebar/ParentMenu.d.ts +2 -2
- package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ParentMenu.js +119 -137
- package/dist/components/Sidebar/SidebarMenus.d.ts +2 -2
- package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -1
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +0 -23
- package/dist/components/Sidebar/utils.d.ts +4 -0
- package/dist/components/Sidebar/utils.d.ts.map +1 -0
- package/dist/components/Sidebar/utils.js +8 -0
- package/dist/components/Table/AdvanceSearchModalItem.js +311 -0
- package/dist/components/Table/AdvanceSortModal.d.ts.map +1 -1
- package/dist/components/Table/AdvanceSortModal.js +25 -13
- package/dist/components/Table/AgGridHeader.d.ts.map +1 -1
- package/dist/components/Table/AgGridHeader.js +1 -1
- package/dist/components/Table/CommentsPortal.d.ts +3 -1
- package/dist/components/Table/CommentsPortal.d.ts.map +1 -1
- package/dist/components/Table/CommentsPortal.js +27 -89
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts +11 -14
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts.map +1 -1
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +6 -1
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts +10 -11
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts.map +1 -1
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +12 -8
- package/dist/components/Table/NoComments.d.ts.map +1 -1
- package/dist/components/Table/NoComments.js +7 -10
- package/dist/components/Table/Table.types.d.ts +2 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -1
- package/dist/components/Table/actionBar.d.ts +6 -11
- package/dist/components/Table/actionBar.d.ts.map +1 -1
- package/dist/components/Table/actionBar.js +3 -16
- package/dist/components/Table/advanceSearchModal.d.ts.map +1 -1
- package/dist/components/Table/advanceSearchModal.js +599 -0
- package/dist/components/Table/filterUtils.d.ts +0 -2
- package/dist/components/Table/filterUtils.d.ts.map +1 -1
- package/dist/components/Table/filterUtils.js +1 -23
- package/dist/components/Table/index.d.ts +2 -3
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +1361 -5
- package/dist/components/Table/mockData.d.ts.map +1 -1
- package/dist/components/Table/tableFunctions.d.ts +3 -1
- package/dist/components/Table/tableFunctions.d.ts.map +1 -1
- package/dist/components/Table/tableFunctions.js +128 -88
- package/dist/components/Table/tableHeader.d.ts.map +1 -1
- package/dist/components/Table/tableHeader.js +16 -15
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
- package/dist/components/Table/tableMoreOptions.js +5 -8
- package/dist/components/Table/tableSettings.d.ts.map +1 -1
- package/dist/components/Table/tableSettings.js +1 -1
- package/dist/components/Table/withCommentIcon.d.ts.map +1 -1
- package/dist/components/Table/withCommentIcon.js +4 -4
- package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -1
- package/dist/components/TableOld/AgGridHeader.js +484 -0
- package/dist/components/TableOld/actionBar.js +31 -0
- package/dist/components/TableOld/index.d.ts +2 -1
- package/dist/components/TableOld/index.d.ts.map +1 -1
- package/dist/components/{Table/TableImpl.js → TableOld/index.js} +211 -1480
- package/dist/components/TableOld/mockData.d.ts.map +1 -1
- package/dist/components/TableOld/tableFunctions.d.ts +3 -1
- package/dist/components/TableOld/tableFunctions.d.ts.map +1 -1
- package/dist/components/TableOld/tableFunctions.js +1300 -0
- package/dist/components/TableOld/tableHeader.d.ts +5 -2
- package/dist/components/TableOld/tableHeader.d.ts.map +1 -1
- package/dist/components/TableOld/tableHeader.js +223 -0
- package/dist/components/TableOld/tablePagination.js +68 -0
- package/dist/components/common/MentionEditor/MentionList/index.d.ts +4 -0
- package/dist/components/common/MentionEditor/MentionList/index.d.ts.map +1 -0
- package/dist/components/common/MentionEditor/MentionList/index.js +99 -0
- package/dist/components/common/MentionEditor/index.d.ts +4 -0
- package/dist/components/common/MentionEditor/index.d.ts.map +1 -0
- package/dist/components/common/MentionEditor/index.js +168 -0
- package/dist/components/common/MentionEditor/suggestion.d.ts +19 -0
- package/dist/components/common/MentionEditor/suggestion.d.ts.map +1 -0
- package/dist/components/common/MentionEditor/suggestion.js +89 -0
- package/dist/components/index.d.ts +3 -4
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +10 -3
- package/dist/mcp-component-registry.json +1 -1
- package/dist/node_modules/@mui/icons-material/FilterAltOffOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/MoreHorizOutlined.js +17 -0
- package/dist/node_modules/@mui/system/colorManipulator.js +2 -2
- package/dist/node_modules/call-bind/index.js +1 -1
- package/dist/node_modules/is-symbol/index.js +1 -1
- package/dist/node_modules/lodash/lodash.js +5506 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/react-is/index.js +1 -1
- package/dist/utils/helper.js +33 -0
- package/package.json +3 -4
- package/dist/_virtual/North.js +0 -4
- package/dist/components/Chart/Chart.types.d.ts +0 -177
- package/dist/components/Chart/Chart.types.d.ts.map +0 -1
- package/dist/components/Table/TableImpl.d.ts +0 -3
- package/dist/components/Table/TableImpl.d.ts.map +0 -1
- package/dist/components/Table/commentPanel.d.ts +0 -15
- package/dist/components/Table/commentPanel.d.ts.map +0 -1
- package/dist/components/Table/commentPanel.js +0 -432
- package/dist/node_modules/@mui/icons-material/North.js +0 -17
- package/dist/utils/formatCommentTimestamp.js +0 -18
package/dist/_virtual/index15.js
CHANGED
package/dist/_virtual/index16.js
CHANGED
package/dist/_virtual/index3.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { getAugmentedNamespace } from "./_commonjsHelpers.js";
|
|
2
|
+
import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js";
|
|
3
|
+
const require$$1 = /* @__PURE__ */ getAugmentedNamespace(index);
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
require$$1 as default
|
|
4
6
|
};
|
package/dist/_virtual/index4.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { getAugmentedNamespace } from "./_commonjsHelpers.js";
|
|
2
|
+
import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js";
|
|
3
|
+
const require$$2 = /* @__PURE__ */ getAugmentedNamespace(index);
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
require$$2 as default
|
|
4
6
|
};
|
package/dist/_virtual/index5.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js";
|
|
3
|
-
const require$$1 = /* @__PURE__ */ getAugmentedNamespace(index);
|
|
1
|
+
var reactIs = { exports: {} };
|
|
4
2
|
export {
|
|
5
|
-
|
|
3
|
+
reactIs as __module
|
|
6
4
|
};
|
package/dist/_virtual/index6.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js";
|
|
3
|
-
const require$$2 = /* @__PURE__ */ getAugmentedNamespace(index);
|
|
1
|
+
var reactIs = { exports: {} };
|
|
4
2
|
export {
|
|
5
|
-
|
|
3
|
+
reactIs as __module
|
|
6
4
|
};
|
|
@@ -1,11 +1,66 @@
|
|
|
1
|
-
import { ChartProps } from './Chart.types';
|
|
2
1
|
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
export declare const Chart: ({ graphType, xAxisCategories, xAxisTitle, yAxisTitle, seriesData, graphTitle, stackedColumn, is3D, showSubTitle, onChartDownload, fallbackContent, topRightOptions, showSwitchButton, showChartTypeDropdown, showDownloadButton, chartTypesOptions, selectedChart, chartMenuProps, showScrollX, topLeftOptions, cardContainer, subtitleText, legendXPosition, legendYPosition, xAxisTitlePositionY, customTooltipFormatter, sharedTooltip, showchart, setShowChart, plotOptionsEvents, customSystemButton, handleChartExpand, chartMarginBottom, showHeader, height, width, showExpandButton, showDownloadMenu, showBuiltInDownloadOptions, downloadMenuOptions, customLegend, customLegendStyle, yAxisTitleRight, chartOptions, titleOptions, xAxisOptions, yAxisOptions, yAxisLeftOptions, yAxisRightOptions, zAxisOptions, tooltipOptions, plotOptionsOptions, subtitleOptions, creditsOptions, legendOptions, colorAxisOptions, seriesOptions, additionalOptions, hoveredXAxisIndex, exportingOptions, aboveChartComponent, isEmpty, }: {
|
|
3
|
+
graphType?: string | undefined;
|
|
4
|
+
xAxisCategories: any;
|
|
5
|
+
xAxisTitle?: string | undefined;
|
|
6
|
+
yAxisTitle?: string | undefined;
|
|
7
|
+
seriesData: any;
|
|
8
|
+
graphTitle: any;
|
|
9
|
+
stackedColumn?: boolean | undefined;
|
|
10
|
+
is3D?: boolean | undefined;
|
|
11
|
+
showSubTitle?: boolean | undefined;
|
|
12
|
+
onChartDownload?: (() => void) | undefined;
|
|
13
|
+
fallbackContent?: null | undefined;
|
|
14
|
+
topRightOptions?: null | undefined;
|
|
15
|
+
showSwitchButton?: boolean | undefined;
|
|
16
|
+
showChartTypeDropdown?: boolean | undefined;
|
|
17
|
+
showDownloadButton?: boolean | undefined;
|
|
18
|
+
chartTypesOptions?: never[] | undefined;
|
|
19
|
+
selectedChart: any;
|
|
20
|
+
chartMenuProps: any;
|
|
21
|
+
showScrollX?: boolean | undefined;
|
|
22
|
+
topLeftOptions?: null | undefined;
|
|
23
|
+
cardContainer?: boolean | undefined;
|
|
24
|
+
subtitleText?: string | undefined;
|
|
25
|
+
legendXPosition?: null | undefined;
|
|
26
|
+
legendYPosition?: null | undefined;
|
|
27
|
+
xAxisTitlePositionY?: null | undefined;
|
|
28
|
+
customTooltipFormatter?: null | undefined;
|
|
29
|
+
sharedTooltip?: boolean | undefined;
|
|
30
|
+
showchart?: boolean | undefined;
|
|
31
|
+
setShowChart?: (() => void) | undefined;
|
|
32
|
+
plotOptionsEvents: any;
|
|
33
|
+
customSystemButton?: null | undefined;
|
|
34
|
+
handleChartExpand?: (() => void) | undefined;
|
|
35
|
+
chartMarginBottom?: number | undefined;
|
|
36
|
+
showHeader?: boolean | undefined;
|
|
37
|
+
height?: null | undefined;
|
|
38
|
+
width?: null | undefined;
|
|
39
|
+
showExpandButton?: boolean | undefined;
|
|
40
|
+
showDownloadMenu?: boolean | undefined;
|
|
41
|
+
showBuiltInDownloadOptions?: boolean | undefined;
|
|
42
|
+
downloadMenuOptions?: never[] | undefined;
|
|
43
|
+
customLegend?: null | undefined;
|
|
44
|
+
customLegendStyle?: null | undefined;
|
|
45
|
+
yAxisTitleRight: any;
|
|
46
|
+
chartOptions?: {} | undefined;
|
|
47
|
+
titleOptions?: {} | undefined;
|
|
48
|
+
xAxisOptions?: {} | undefined;
|
|
49
|
+
yAxisOptions?: {} | undefined;
|
|
50
|
+
yAxisLeftOptions?: {} | undefined;
|
|
51
|
+
yAxisRightOptions?: {} | undefined;
|
|
52
|
+
zAxisOptions?: {} | undefined;
|
|
53
|
+
tooltipOptions?: {} | undefined;
|
|
54
|
+
plotOptionsOptions?: {} | undefined;
|
|
55
|
+
subtitleOptions?: {} | undefined;
|
|
56
|
+
creditsOptions?: {} | undefined;
|
|
57
|
+
legendOptions?: {} | undefined;
|
|
58
|
+
colorAxisOptions?: {} | undefined;
|
|
59
|
+
seriesOptions?: null | undefined;
|
|
60
|
+
additionalOptions?: {} | undefined;
|
|
61
|
+
hoveredXAxisIndex?: null | undefined;
|
|
62
|
+
exportingOptions?: {} | undefined;
|
|
63
|
+
aboveChartComponent?: null | undefined;
|
|
64
|
+
isEmpty?: boolean | undefined;
|
|
65
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
66
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,qBAAqB,CAAC;AAoC7B,eAAO,MAAM,KAAK,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DrB,4CA4nBA,CAAC"}
|