impact-ui 4.0.0-alpha.2 → 4.0.0-alpha.21
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/MIGRATION_GUIDE.md +37 -7
- package/README.md +6 -6
- package/bin/migrate.js +5 -5
- package/codemods/transform.js +17 -23
- package/dist/_virtual/BookmarkBorderOutlined.js +4 -0
- package/dist/_virtual/ChevronLeftOutlined.js +4 -0
- package/dist/_virtual/CloseRounded.js +4 -0
- package/dist/_virtual/FilterAltOutlined.js +4 -0
- package/dist/_virtual/FilterListOutlined.js +4 -0
- package/dist/_virtual/KeyboardRounded.js +4 -0
- package/dist/_virtual/index.js +4 -2
- package/dist/_virtual/index10.js +3 -3
- package/dist/_virtual/index11.js +3 -3
- package/dist/_virtual/index12.js +3 -3
- package/dist/_virtual/index13.js +2 -4
- package/dist/_virtual/index14.js +2 -2
- package/dist/_virtual/index15.js +2 -2
- package/dist/_virtual/index16.js +2 -2
- package/dist/_virtual/index2.js +2 -4
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.js +4 -2
- package/dist/_virtual/index5.js +3 -3
- package/dist/_virtual/index6.js +2 -4
- package/dist/_virtual/index7.js +4 -2
- package/dist/_virtual/index8.js +3 -3
- package/dist/_virtual/index9.js +3 -3
- package/dist/components/Accordion/index.d.ts.map +1 -1
- package/dist/components/Accordion/index.js +45 -31
- package/dist/components/AccordionModern/SortableAccordionComp.js +3 -3
- package/dist/components/AccordionModern/index.js +2 -1
- package/dist/components/Alert/index.js +3 -2
- package/dist/components/Avatar/index.js +2 -1
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -1
- package/dist/components/BottomSheet/index.js +2 -1
- package/dist/components/Breadcrumbs/index.d.ts +1 -1
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.js +10 -2
- package/dist/components/Button/Button.types.d.ts +4 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +4 -1
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -1
- package/dist/components/ButtonGroup/index.d.ts +1 -1
- package/dist/components/ButtonGroup/index.d.ts.map +1 -1
- package/dist/components/ButtonGroup/index.js +7 -2
- package/dist/components/Card/index.js +2 -1
- package/dist/components/Chart/Chart.types.d.ts +2 -2
- package/dist/components/Chart/index.d.ts +1 -1
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Chart/index.js +22 -14
- package/dist/components/Chatbot/Chatbot.types.d.ts +16 -1
- package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
- package/dist/components/Chatbot/bookMarkPanel.d.ts.map +1 -1
- package/dist/components/Chatbot/bookMarkPanel.js +4 -3
- package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.js +8 -7
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.js +6 -5
- package/dist/components/Chatbot/constant.d.ts.map +1 -1
- package/dist/components/Chatbot/constant.js +6 -5
- package/dist/components/Chatbot/historyPanel.d.ts.map +1 -1
- package/dist/components/Chatbot/historyPanel.js +2 -1
- package/dist/components/Chatbot/index.d.ts +1 -1
- package/dist/components/Chatbot/index.d.ts.map +1 -1
- package/dist/components/Chatbot/index.js +66 -9
- package/dist/components/Chatbot/newChatComponent.d.ts.map +1 -1
- package/dist/components/Chatbot/newChatComponent.js +3 -2
- package/dist/components/Checkbox/Checkbox.types.d.ts +2 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/dist/components/Checkbox/Default.d.ts +1 -1
- package/dist/components/Checkbox/Default.d.ts.map +1 -1
- package/dist/components/Checkbox/Default.js +4 -0
- package/dist/components/Checkbox/index.js +2 -1
- package/dist/components/Chips/index.js +2 -1
- package/dist/components/CreateItemFlow/index.d.ts.map +1 -1
- package/dist/components/CreateItemFlow/index.js +4 -2
- package/dist/components/DatePicker/datePickerDropdown.js +2 -1
- package/dist/components/DatePicker/datePickerInput.d.ts +2 -0
- package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerInput.js +4 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/index.js +7 -2
- package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
- package/dist/components/DatePicker/showMonthYearSelect.js +31 -0
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +4 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +20 -5
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts +4 -1
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerInput.js +18 -4
- package/dist/components/DateRangePicker/index.d.ts.map +1 -1
- package/dist/components/DateRangePicker/index.js +31 -5
- package/dist/components/DynamicLayout/index.js +2 -1
- package/dist/components/EmptyState/EmptyState.types.d.ts +2 -2
- package/dist/components/EmptyState/EmptyStateImage.d.ts +0 -1
- package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyStateImage.js +19 -37
- package/dist/components/EmptyState/index.d.ts +1 -2
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +35 -21
- package/dist/components/FileUpload/FileUpload.types.d.ts +10 -2
- package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
- package/dist/components/FileUpload/TemplatePreview.d.ts +9 -0
- package/dist/components/FileUpload/TemplatePreview.d.ts.map +1 -0
- package/dist/components/FileUpload/TemplatePreview.js +31 -0
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts +1 -3
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts.map +1 -1
- package/dist/components/FileUpload/fileUploadAssets.loader.js +17 -48
- package/dist/components/FileUpload/fileUploadUtils.d.ts +4 -0
- package/dist/components/FileUpload/fileUploadUtils.d.ts.map +1 -0
- package/dist/components/FileUpload/fileUploadUtils.js +14 -0
- package/dist/components/FileUpload/index.d.ts +1 -1
- package/dist/components/FileUpload/index.d.ts.map +1 -1
- package/dist/components/FileUpload/index.js +115 -10
- package/dist/components/FileUpload/useFileUploadTemplateState.d.ts +14 -0
- package/dist/components/FileUpload/useFileUploadTemplateState.d.ts.map +1 -0
- package/dist/components/FileUpload/useFileUploadTemplateState.js +46 -0
- package/dist/components/FilterPanel/index.d.ts.map +1 -1
- package/dist/components/FilterPanel/index.js +34 -1
- package/dist/components/FiltersStrip/FiltersStrip.types.d.ts +2 -2
- package/dist/components/FiltersStrip/index.d.ts +1 -1
- package/dist/components/FiltersStrip/index.d.ts.map +1 -1
- package/dist/components/FiltersStrip/index.js +10 -3
- package/dist/components/Header/Header.types.d.ts +2 -2
- package/dist/components/Header/index.d.ts +1 -1
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +148 -135
- package/dist/components/HomePage/constants.d.ts.map +1 -1
- package/dist/components/HomePage/constants.js +67 -66
- package/dist/components/HomePage/index.d.ts.map +1 -1
- package/dist/components/HomePage/index.js +66 -10
- package/dist/components/Input/InputWithIcon.d.ts +1 -1
- package/dist/components/Input/InputWithIcon.d.ts.map +1 -1
- package/dist/components/Input/InputWithIcon.js +20 -2
- package/dist/components/Input/VanillaInput.d.ts +1 -1
- package/dist/components/Input/VanillaInput.d.ts.map +1 -1
- package/dist/components/Input/VanillaInput.js +20 -2
- package/dist/components/Input/index.js +2 -1
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts +12 -0
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/Keycombo.js +20 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +69 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.js +167 -0
- package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts +3 -0
- package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts +6 -0
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/allSetBox.js +32 -0
- package/dist/components/KeyboardShortCuts/index.d.ts +14 -0
- package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/index.js +187 -0
- package/dist/components/KeyboardShortCuts/screen2.d.ts +4 -0
- package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/screen2.js +19 -0
- package/dist/components/KeyboardShortCuts/screen3.d.ts +4 -0
- package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/screen3.js +19 -0
- package/dist/components/KeyboardShortCuts/tutorial.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/tutorial.js +161 -0
- package/dist/components/Loader/Loader.types.d.ts +2 -2
- package/dist/components/Loader/index.d.ts +1 -1
- package/dist/components/Loader/index.d.ts.map +1 -1
- package/dist/components/Loader/index.js +57 -37
- package/dist/components/Menu/IconMenuItem.js +2 -1
- package/dist/components/Menu/Menu.types.d.ts +3 -1
- package/dist/components/Menu/Menu.types.d.ts.map +1 -1
- package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
- package/dist/components/Menu/MenuHeaderInfo.js +4 -2
- package/dist/components/Menu/NestedMenuItem.js +2 -1
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +8 -4
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
- package/dist/components/Modal/index.js +2 -1
- package/dist/components/MonthPicker/DefaultYearSelect.js +10 -0
- package/dist/components/MonthPicker/constants.js +4 -0
- package/dist/components/MonthPicker/index.js +324 -0
- package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts +30 -0
- package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/constants.d.ts +2 -0
- package/dist/components/MonthRangePicker/constants.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/constants.js +4 -0
- package/dist/components/MonthRangePicker/index.d.ts +22 -0
- package/dist/components/MonthRangePicker/index.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/index.js +613 -0
- package/dist/components/Notification/Notification.types.d.ts +35 -5
- package/dist/components/Notification/Notification.types.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts +21 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.js +49 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts +30 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +212 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts +14 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +299 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts +9 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.js +71 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts +43 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.js +245 -0
- package/dist/components/Notification/NotificationBody/index.d.ts +2 -3
- package/dist/components/Notification/NotificationBody/index.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/index.js +21 -11
- package/dist/components/Notification/index.js +2 -1
- package/dist/components/Notification/mockData.d.ts +14 -0
- package/dist/components/Notification/mockData.d.ts.map +1 -0
- package/dist/components/Panel/index.js +2 -1
- package/dist/components/Popover/index.js +2 -1
- package/dist/components/Portal/index.d.ts +1 -1
- package/dist/components/Portal/index.d.ts.map +1 -1
- package/dist/components/Portal/index.js +2 -1
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +2 -2
- package/dist/components/ProgressBar/index.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/index.js +31 -14
- package/dist/components/Prompt/index.js +2 -1
- package/dist/components/RadioButtonGroup/index.d.ts +1 -1
- package/dist/components/RadioButtonGroup/index.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/index.js +11 -2
- package/dist/components/Select/SearchFilter.d.ts.map +1 -1
- package/dist/components/Select/SearchFilter.js +140 -28
- package/dist/components/Select/Select.types.d.ts +46 -1
- package/dist/components/Select/Select.types.d.ts.map +1 -1
- package/dist/components/Select/customGroupHeading.js +1 -1
- package/dist/components/Select/dropdown.d.ts +1 -1
- package/dist/components/Select/dropdown.d.ts.map +1 -1
- package/dist/components/Select/dropdown.js +3 -2
- package/dist/components/Select/hooks/index.d.ts +3 -0
- package/dist/components/Select/hooks/index.d.ts.map +1 -1
- package/dist/components/Select/hooks/useKeyboardNavigation.d.ts +22 -0
- package/dist/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/components/Select/hooks/useKeyboardNavigation.js +160 -0
- package/dist/components/Select/hooks/useScrollIntoView.d.ts +11 -0
- package/dist/components/Select/hooks/useScrollIntoView.d.ts.map +1 -0
- package/dist/components/Select/hooks/useScrollIntoView.js +28 -0
- package/dist/components/Select/hooks/useTypeahead.d.ts +11 -0
- package/dist/components/Select/hooks/useTypeahead.d.ts.map +1 -0
- package/dist/components/Select/hooks/useTypeahead.js +41 -0
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +529 -151
- package/dist/components/Select/menuList.d.ts +2 -7
- package/dist/components/Select/menuList.d.ts.map +1 -1
- package/dist/components/Select/menuList.js +70 -18
- package/dist/components/Select/optionList.js +1 -1
- package/dist/components/Select/utils.d.ts +2 -2
- package/dist/components/Select/utils.d.ts.map +1 -1
- package/dist/components/Select/utils.js +3 -32
- package/dist/components/Shortcuts/ShortcutContext.d.ts +3 -0
- package/dist/components/Shortcuts/ShortcutContext.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutContext.js +5 -0
- package/dist/components/Shortcuts/ShortcutHint.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutHint.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutHint.js +33 -0
- package/dist/components/Shortcuts/ShortcutScope.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutScope.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutScope.js +10 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts +7 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.js +8 -0
- package/dist/components/Shortcuts/ShortcutsProvider.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutsProvider.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutsProvider.js +18 -0
- package/dist/components/Shortcuts/index.d.ts +13 -0
- package/dist/components/Shortcuts/index.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcut.d.ts +6 -0
- package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcut.js +92 -0
- package/dist/components/Shortcuts/useShortcutScope.d.ts +5 -0
- package/dist/components/Shortcuts/useShortcutScope.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcutScope.js +25 -0
- package/dist/components/Sidebar/ChildMenu.js +1 -1
- package/dist/components/Sidebar/ParentMenu.js +1 -1
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.js +2 -1
- package/dist/components/Sidebar/index.d.ts +1 -1
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +64 -5
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/index.js +4 -2
- package/dist/components/Stepper/index.js +2 -1
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Switch/index.js +8 -3
- package/dist/components/Table/AdvanceSortModal.d.ts +8 -0
- package/dist/components/Table/AdvanceSortModal.d.ts.map +1 -0
- package/dist/components/Table/AdvanceSortModal.js +285 -0
- package/dist/components/Table/AgGridHeader.d.ts.map +1 -1
- package/dist/components/Table/AgGridHeader.js +98 -65
- package/dist/components/Table/CommentsPortal.d.ts +1 -3
- package/dist/components/Table/CommentsPortal.d.ts.map +1 -1
- package/dist/components/Table/CommentsPortal.js +7 -7
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts +14 -11
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts.map +1 -1
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +2 -7
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts +11 -10
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts.map +1 -1
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +4 -3
- package/dist/components/Table/NoComments.d.ts.map +1 -1
- package/dist/components/Table/NoComments.js +3 -1
- package/dist/components/Table/Table.types.d.ts +13 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -1
- package/dist/components/Table/TableImpl.d.ts +1 -2
- package/dist/components/Table/TableImpl.d.ts.map +1 -1
- package/dist/components/Table/TableImpl.js +334 -141
- package/dist/components/Table/actionBar.d.ts +12 -0
- package/dist/components/Table/actionBar.d.ts.map +1 -0
- package/dist/components/Table/actionBar.js +44 -0
- package/dist/components/Table/advanceSearchModal.d.ts.map +1 -1
- package/dist/components/Table/commentPanel.d.ts +2 -1
- package/dist/components/Table/commentPanel.d.ts.map +1 -1
- package/dist/components/Table/commentPanel.js +13 -8
- package/dist/components/Table/filterUtils.d.ts +2 -0
- package/dist/components/Table/filterUtils.d.ts.map +1 -1
- package/dist/components/Table/filterUtils.js +23 -1
- package/dist/components/Table/tableFunctions.d.ts +1 -3
- package/dist/components/Table/tableFunctions.d.ts.map +1 -1
- package/dist/components/Table/tableFunctions.js +13 -12
- package/dist/components/Table/tableHeader.d.ts +6 -1
- package/dist/components/Table/tableHeader.d.ts.map +1 -1
- package/dist/components/Table/tableHeader.js +13 -3
- package/dist/components/Table/tableMoreOptions.d.ts +3 -1
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
- package/dist/components/Table/tableMoreOptions.js +29 -2
- 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 +2 -1
- package/dist/components/TableChat/EmptyContainer.js +2 -1
- package/dist/components/TableChat/TableChatSidePanel.d.ts.map +1 -1
- package/dist/components/TableChat/TableChatSidePanel.js +6 -3
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +2 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +15 -16
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.js +3 -2
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.js +4 -1
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +14 -12
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.js +5 -4
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +4 -2
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.js +7 -6
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.js +2 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +18 -14
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +7 -3
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +10 -21
- package/dist/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +4 -6
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +2 -1
- package/dist/components/TableChat/components/TextEditor/Mention.d.ts.map +1 -1
- package/dist/components/TableChat/components/TextEditor/Mention.js +12 -10
- package/dist/components/TableChat/components/TextEditor/MentionList.js +2 -1
- package/dist/components/TableChat/components/TextEditor/suggestion.js +2 -2
- package/dist/components/TableOld/AgGridHeader.d.ts +12 -0
- package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -0
- package/dist/components/TableOld/actionBar.d.ts +7 -0
- package/dist/components/TableOld/actionBar.d.ts.map +1 -0
- package/dist/components/TableOld/index.d.ts +3 -0
- package/dist/components/TableOld/index.d.ts.map +1 -0
- package/dist/components/TableOld/mockData.d.ts +39 -0
- package/dist/components/TableOld/mockData.d.ts.map +1 -0
- package/dist/components/TableOld/tableFunctions.d.ts +56 -0
- package/dist/components/TableOld/tableFunctions.d.ts.map +1 -0
- package/dist/components/TableOld/tableHeader.d.ts +48 -0
- package/dist/components/TableOld/tableHeader.d.ts.map +1 -0
- package/dist/components/TableOld/tableIcons.d.ts +3 -0
- package/dist/components/TableOld/tableIcons.d.ts.map +1 -0
- package/dist/components/TableOld/tablePagination.d.ts +8 -0
- package/dist/components/TableOld/tablePagination.d.ts.map +1 -0
- package/dist/components/TableOld/tableSettings.d.ts +11 -0
- package/dist/components/TableOld/tableSettings.d.ts.map +1 -0
- package/dist/components/Tabs/index.js +2 -1
- package/dist/components/Tag/Tag.types.d.ts +4 -0
- package/dist/components/Tag/Tag.types.d.ts.map +1 -1
- package/dist/components/Tag/filled.d.ts +1 -1
- package/dist/components/Tag/filled.d.ts.map +1 -1
- package/dist/components/Tag/filled.js +18 -2
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.js +30 -28
- package/dist/components/Tag/solid.d.ts +1 -1
- package/dist/components/Tag/solid.d.ts.map +1 -1
- package/dist/components/Tag/solid.js +9 -1
- package/dist/components/Tag/stroke.d.ts +1 -1
- package/dist/components/Tag/stroke.d.ts.map +1 -1
- package/dist/components/Tag/stroke.js +9 -1
- package/dist/components/TagGroup/TagGroup.types.d.ts +2 -2
- package/dist/components/TagGroup/index.d.ts +1 -1
- package/dist/components/TagGroup/index.d.ts.map +1 -1
- package/dist/components/TagGroup/index.js +12 -2
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/TextArea/index.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +28 -39
- package/dist/components/Toast/index.js +2 -1
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +5 -4
- package/dist/components/YearSelect/index.js +83 -0
- package/dist/components/common/HelperText/HelperText.types.d.ts +2 -2
- package/dist/components/common/HelperText/index.d.ts +1 -1
- package/dist/components/common/HelperText/index.d.ts.map +1 -1
- package/dist/components/common/HelperText/index.js +12 -2
- package/dist/components/index.d.ts +11 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +37 -4
- package/dist/mcp-component-registry.json +3870 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +1 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +2 -1
- package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +1 -1
- package/dist/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +1 -0
- package/dist/node_modules/@mui/icons-material/Add.js +2 -2
- package/dist/node_modules/@mui/icons-material/AttachFile.js +2 -2
- package/dist/node_modules/@mui/icons-material/AutoFixHigh.js +2 -2
- package/dist/node_modules/@mui/icons-material/Block.js +2 -2
- package/dist/node_modules/@mui/icons-material/BookmarkBorderOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Brush.js +2 -2
- package/dist/node_modules/@mui/icons-material/Cancel.js +2 -2
- package/dist/node_modules/@mui/icons-material/CheckCircle.js +2 -2
- package/dist/node_modules/@mui/icons-material/ChevronLeft.js +2 -2
- package/dist/node_modules/@mui/icons-material/ChevronLeftOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/ChevronRight.js +2 -2
- package/dist/node_modules/@mui/icons-material/ChevronRightOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/Clear.js +2 -2
- package/dist/node_modules/@mui/icons-material/Close.js +2 -2
- package/dist/node_modules/@mui/icons-material/CloseOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/CloseRounded.js +17 -0
- package/dist/node_modules/@mui/icons-material/DeleteOutlineOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/DeleteOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/DragIndicator.js +2 -2
- package/dist/node_modules/@mui/icons-material/ErrorOutline.js +2 -2
- package/dist/node_modules/@mui/icons-material/ExpandLess.js +2 -2
- package/dist/node_modules/@mui/icons-material/ExpandMore.js +2 -2
- package/dist/node_modules/@mui/icons-material/FileDownloadOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/FilterAltOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FilterList.js +2 -2
- package/dist/node_modules/@mui/icons-material/FilterListOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatBold.js +2 -2
- package/dist/node_modules/@mui/icons-material/FormatColorTextOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/FormatItalic.js +2 -2
- package/dist/node_modules/@mui/icons-material/FormatListBulleted.js +2 -2
- package/dist/node_modules/@mui/icons-material/FormatListNumbered.js +2 -2
- package/dist/node_modules/@mui/icons-material/Image.js +2 -2
- package/dist/node_modules/@mui/icons-material/Info.js +2 -2
- package/dist/node_modules/@mui/icons-material/InsertEmoticon.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDown.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDownOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowLeft.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRight.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRightOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardArrowUp.js +2 -2
- package/dist/node_modules/@mui/icons-material/KeyboardRounded.js +17 -0
- package/dist/node_modules/@mui/icons-material/Link.js +2 -2
- package/dist/node_modules/@mui/icons-material/Looks3.js +2 -2
- package/dist/node_modules/@mui/icons-material/Looks4.js +2 -2
- package/dist/node_modules/@mui/icons-material/Looks5.js +2 -2
- package/dist/node_modules/@mui/icons-material/Looks6.js +2 -2
- package/dist/node_modules/@mui/icons-material/LooksOne.js +2 -2
- package/dist/node_modules/@mui/icons-material/LooksTwo.js +2 -2
- package/dist/node_modules/@mui/icons-material/MoreHoriz.js +2 -2
- package/dist/node_modules/@mui/icons-material/MoreVert.js +2 -2
- package/dist/node_modules/@mui/icons-material/North.js +2 -2
- package/dist/node_modules/@mui/icons-material/NotificationsOff.js +2 -2
- package/dist/node_modules/@mui/icons-material/SaveOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/Search.js +2 -2
- package/dist/node_modules/@mui/icons-material/SearchOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/SettingsOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/StrikethroughS.js +2 -2
- package/dist/node_modules/@mui/icons-material/TableChartOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/Tune.js +2 -2
- package/dist/node_modules/@mui/icons-material/ViewColumnOutlined.js +2 -2
- package/dist/node_modules/@mui/icons-material/Warning.js +2 -2
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon.js +1 -1
- package/dist/node_modules/@mui/material/Accordion/Accordion.js +2 -2
- package/dist/node_modules/@mui/material/AccordionDetails/AccordionDetails.js +2 -2
- package/dist/node_modules/@mui/material/AccordionSummary/AccordionSummary.js +2 -2
- package/dist/node_modules/@mui/material/Alert/Alert.js +2 -2
- package/dist/node_modules/@mui/material/AlertTitle/AlertTitle.js +2 -2
- package/dist/node_modules/@mui/material/Avatar/Avatar.js +2 -2
- package/dist/node_modules/@mui/material/Backdrop/Backdrop.js +2 -2
- package/dist/node_modules/@mui/material/Badge/Badge.js +2 -2
- package/dist/node_modules/@mui/material/Breadcrumbs/BreadcrumbCollapsed.js +2 -2
- package/dist/node_modules/@mui/material/Breadcrumbs/Breadcrumbs.js +2 -2
- package/dist/node_modules/@mui/material/Button/Button.js +2 -2
- package/dist/node_modules/@mui/material/ButtonBase/ButtonBase.js +2 -2
- package/dist/node_modules/@mui/material/ButtonBase/TouchRipple.js +2 -2
- package/dist/node_modules/@mui/material/Card/Card.js +2 -2
- package/dist/node_modules/@mui/material/Checkbox/Checkbox.js +2 -2
- package/dist/node_modules/@mui/material/Chip/Chip.js +2 -2
- package/dist/node_modules/@mui/material/CircularProgress/CircularProgress.js +2 -2
- package/dist/node_modules/@mui/material/Collapse/Collapse.js +2 -2
- package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +1 -0
- package/dist/node_modules/@mui/material/Dialog/Dialog.js +2 -2
- package/dist/node_modules/@mui/material/DialogActions/DialogActions.js +2 -2
- package/dist/node_modules/@mui/material/DialogContent/DialogContent.js +2 -2
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText.js +2 -2
- package/dist/node_modules/@mui/material/DialogTitle/DialogTitle.js +2 -2
- package/dist/node_modules/@mui/material/Drawer/Drawer.js +2 -2
- package/dist/node_modules/@mui/material/Fade/Fade.js +2 -2
- package/dist/node_modules/@mui/material/FilledInput/FilledInput.js +2 -2
- package/dist/node_modules/@mui/material/FilledInput/filledInputClasses.js +1 -1
- package/dist/node_modules/@mui/material/FormControl/FormControl.js +2 -2
- package/dist/node_modules/@mui/material/FormControlLabel/FormControlLabel.js +2 -2
- package/dist/node_modules/@mui/material/FormGroup/FormGroup.js +2 -2
- package/dist/node_modules/@mui/material/FormHelperText/FormHelperText.js +2 -2
- package/dist/node_modules/@mui/material/GlobalStyles/GlobalStyles.js +1 -1
- package/dist/node_modules/@mui/material/Grow/Grow.js +2 -2
- package/dist/node_modules/@mui/material/IconButton/IconButton.js +2 -2
- package/dist/node_modules/@mui/material/Input/Input.js +2 -2
- package/dist/node_modules/@mui/material/Input/inputClasses.js +1 -1
- package/dist/node_modules/@mui/material/InputBase/InputBase.js +2 -2
- package/dist/node_modules/@mui/material/LinearProgress/LinearProgress.js +2 -2
- package/dist/node_modules/@mui/material/Link/Link.js +2 -2
- package/dist/node_modules/@mui/material/List/List.js +2 -2
- package/dist/node_modules/@mui/material/ListItemIcon/ListItemIcon.js +2 -2
- package/dist/node_modules/@mui/material/Menu/Menu.js +2 -2
- package/dist/node_modules/@mui/material/MenuItem/MenuItem.js +2 -2
- package/dist/node_modules/@mui/material/MenuList/MenuList.js +2 -2
- package/dist/node_modules/@mui/material/Modal/Modal.js +2 -2
- package/dist/node_modules/@mui/material/Modal/useModal.js +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelectInput.js +2 -2
- package/dist/node_modules/@mui/material/OutlinedInput/NotchedOutline.js +2 -2
- package/dist/node_modules/@mui/material/OutlinedInput/OutlinedInput.js +2 -2
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses.js +1 -1
- package/dist/node_modules/@mui/material/Paper/Paper.js +2 -2
- package/dist/node_modules/@mui/material/Popover/Popover.js +2 -2
- package/dist/node_modules/@mui/material/Popper/BasePopper.js +3 -3
- package/dist/node_modules/@mui/material/Popper/Popper.js +2 -2
- package/dist/node_modules/@mui/material/Radio/Radio.js +2 -2
- package/dist/node_modules/@mui/material/Radio/RadioButtonIcon.js +1 -1
- package/dist/node_modules/@mui/material/RadioGroup/RadioGroup.js +2 -2
- package/dist/node_modules/@mui/material/Select/Select.js +2 -2
- package/dist/node_modules/@mui/material/Select/SelectInput.js +2 -2
- package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +2 -2
- package/dist/node_modules/@mui/material/Slide/Slide.js +2 -2
- package/dist/node_modules/@mui/material/Slider/Slider.js +2 -2
- package/dist/node_modules/@mui/material/Slider/useSlider.js +1 -1
- package/dist/node_modules/@mui/material/Snackbar/Snackbar.js +2 -2
- package/dist/node_modules/@mui/material/Snackbar/useSnackbar.js +1 -1
- package/dist/node_modules/@mui/material/SnackbarContent/SnackbarContent.js +2 -2
- package/dist/node_modules/@mui/material/Step/Step.js +2 -2
- package/dist/node_modules/@mui/material/StepConnector/StepConnector.js +2 -2
- package/dist/node_modules/@mui/material/StepIcon/StepIcon.js +2 -2
- package/dist/node_modules/@mui/material/StepLabel/StepLabel.js +2 -2
- package/dist/node_modules/@mui/material/Stepper/Stepper.js +2 -2
- package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +2 -2
- package/dist/node_modules/@mui/material/Switch/Switch.js +2 -2
- package/dist/node_modules/@mui/material/Tab/Tab.js +2 -2
- package/dist/node_modules/@mui/material/TabScrollButton/TabScrollButton.js +2 -2
- package/dist/node_modules/@mui/material/Tabs/ScrollbarSize.js +2 -2
- package/dist/node_modules/@mui/material/Tabs/Tabs.js +2 -2
- package/dist/node_modules/@mui/material/TextareaAutosize/TextareaAutosize.js +2 -2
- package/dist/node_modules/@mui/material/ToggleButton/ToggleButton.js +2 -2
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/dist/node_modules/@mui/material/Tooltip/Tooltip.js +2 -2
- package/dist/node_modules/@mui/material/Typography/Typography.js +2 -2
- package/dist/node_modules/@mui/material/internal/SwitchBase.js +2 -2
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/exactProp/exactProp.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +1 -1
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +2 -2
- package/dist/node_modules/@mui/material/styles/createMixins.js +1 -1
- package/dist/node_modules/@mui/material/styles/createPalette.js +2 -2
- package/dist/node_modules/@mui/material/styles/createTheme.js +2 -2
- package/dist/node_modules/@mui/material/styles/createTransitions.js +2 -2
- package/dist/node_modules/@mui/material/styles/createTypography.js +2 -2
- package/dist/node_modules/@mui/material/utils/createSvgIcon.js +1 -1
- package/dist/node_modules/@mui/material/utils/useSlot.js +2 -2
- package/dist/node_modules/@mui/system/colorManipulator.js +4 -4
- package/dist/node_modules/@mui/system/createStyled.js +11 -11
- package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.js +2 -2
- package/dist/node_modules/@mui/system/esm/breakpoints.js +1 -0
- package/dist/node_modules/@mui/system/esm/createBox.js +2 -2
- package/dist/node_modules/@mui/system/esm/createStyled.js +2 -2
- package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +2 -2
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +2 -2
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +2 -2
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +1 -1
- package/dist/node_modules/@mui/system/useThemeWithoutDefault.js +1 -1
- package/dist/node_modules/call-bind/index.js +1 -1
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/is-symbol/index.js +1 -1
- package/dist/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/react-dates/lib/initialize.js +2 -2
- package/dist/node_modules/react-dates/lib/utils/registerCSSInterfaceWithDefaultTheme.js +2 -2
- package/dist/node_modules/react-dates/lib/utils/registerInterfaceWithDefaultTheme.js +2 -2
- package/dist/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/react-transition-group/esm/Transition.js +2 -2
- package/dist/node_modules/react-transition-group/esm/TransitionGroup.js +4 -4
- package/dist/node_modules/react-with-styles-interface-css/dist/index.js +3 -3
- package/dist/storybook-utils/rootAttributes.d.ts +33 -0
- package/dist/storybook-utils/rootAttributes.d.ts.map +1 -0
- package/dist/storybook-utils.d.ts +2 -1
- package/dist/storybook-utils.d.ts.map +1 -1
- package/dist/styles/entry.d.ts +2 -0
- package/dist/styles/entry.d.ts.map +1 -0
- package/dist/styles/entry.js +1 -0
- package/dist/styles/style.css +1 -1
- package/dist/test-utils/itForwardsRootId.d.ts +15 -0
- package/dist/test-utils/itForwardsRootId.d.ts.map +1 -0
- package/dist/test-utils/rootAttributes.d.ts +22 -0
- package/dist/test-utils/rootAttributes.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/assetBase.d.ts +7 -0
- package/dist/utils/assetBase.d.ts.map +1 -0
- package/dist/utils/assetBase.js +14 -0
- package/dist/utils/debounce.d.ts +7 -2
- package/dist/utils/debounce.d.ts.map +1 -1
- package/dist/utils/debounce.js +8 -1
- package/dist/utils/pickRootDomAttributes.d.ts +18 -0
- package/dist/utils/pickRootDomAttributes.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts +34 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.js +159 -0
- package/dist/utils/shortcuts/constants.d.ts +10 -0
- package/dist/utils/shortcuts/constants.d.ts.map +1 -0
- package/dist/utils/shortcuts/constants.js +46 -0
- package/dist/utils/shortcuts/format.d.ts +3 -0
- package/dist/utils/shortcuts/format.d.ts.map +1 -0
- package/dist/utils/shortcuts/format.js +27 -0
- package/dist/utils/shortcuts/index.d.ts +8 -0
- package/dist/utils/shortcuts/index.d.ts.map +1 -0
- package/dist/utils/shortcuts/match.d.ts +9 -0
- package/dist/utils/shortcuts/match.d.ts.map +1 -0
- package/dist/utils/shortcuts/match.js +52 -0
- package/dist/utils/shortcuts/parse.d.ts +10 -0
- package/dist/utils/shortcuts/parse.d.ts.map +1 -0
- package/dist/utils/shortcuts/parse.js +50 -0
- package/dist/utils/shortcuts/platform.d.ts +2 -0
- package/dist/utils/shortcuts/platform.d.ts.map +1 -0
- package/dist/utils/shortcuts/platform.js +5 -0
- package/dist/utils/shortcuts/shortcuts.test.d.ts +2 -0
- package/dist/utils/shortcuts/shortcuts.test.d.ts.map +1 -0
- package/dist/utils/shortcuts/types.d.ts +50 -0
- package/dist/utils/shortcuts/types.d.ts.map +1 -0
- package/eslint-plugin/rules/no-barrel-import.js +21 -9
- package/package.json +21 -8
- package/dist/_virtual/extends.js +0 -6
- package/dist/_virtual/heatmap.js +0 -4
- package/dist/_virtual/highcharts-3d.js +0 -4
- package/dist/_virtual/highcharts-more.js +0 -4
- package/dist/_virtual/highcharts-react.min.js +0 -4
- package/dist/_virtual/highcharts.js +0 -4
- package/dist/_virtual/index17.js +0 -4
- package/dist/_virtual/interopRequireDefault.js +0 -4
- package/dist/_virtual/objectWithoutPropertiesLoose.js +0 -4
- package/dist/_virtual/stock.js +0 -4
- package/dist/_virtual/treemap.js +0 -4
- package/dist/_virtual/venn.js +0 -4
- package/dist/assets/Chart-dropdown.svg.js +0 -4
- package/dist/assets/CheckTickAll.svg.js +0 -4
- package/dist/assets/Collapse.svg.js +0 -4
- package/dist/assets/Comment.svg.js +0 -4
- package/dist/assets/Down.svg.js +0 -4
- package/dist/assets/IA_Logo.svg.js +0 -4
- package/dist/assets/MoreHorizontal.svg.js +0 -4
- package/dist/assets/Up.svg.js +0 -4
- package/dist/assets/active-notificationIcon.svg.js +0 -4
- package/dist/assets/activeModuleIcon.svg.js +0 -4
- package/dist/assets/bell.svg.js +0 -4
- package/dist/assets/bookmarkIcon.svg.js +0 -4
- package/dist/assets/calendar.svg.js +0 -4
- package/dist/assets/chat-home-icon.svg.js +0 -4
- package/dist/assets/chatBotMicIcon.svg.js +0 -4
- package/dist/assets/chatBotRefreshIcon.svg.js +0 -4
- package/dist/assets/chatBotSendIcon.svg.js +0 -4
- package/dist/assets/chatIcon.svg.js +0 -4
- package/dist/assets/chatbotBannerIcon.svg.js +0 -4
- package/dist/assets/chatbotStopIcon.svg.js +0 -4
- package/dist/assets/checkBlueIcon.svg.js +0 -4
- package/dist/assets/checkGreeIcon.svg.js +0 -4
- package/dist/assets/checkIcon.svg.js +0 -4
- package/dist/assets/clientLogos/Balsam.svg.js +0 -4
- package/dist/assets/clientLogos/Starboard.svg.js +0 -4
- package/dist/assets/clientLogos/figs.svg.js +0 -4
- package/dist/assets/close.svg.js +0 -4
- package/dist/assets/collapse-icon.svg.js +0 -4
- package/dist/assets/comment-indicator.svg.js +0 -4
- package/dist/assets/commentEmptyStateIcon.svg.js +0 -4
- package/dist/assets/createFlowImage.svg.js +0 -4
- package/dist/assets/csv-icon.svg.js +0 -4
- package/dist/assets/defaultViewIcon.svg.js +0 -4
- package/dist/assets/defaultViewIconActive.svg.js +0 -4
- package/dist/assets/delete-black.svg.js +0 -4
- package/dist/assets/deleteIcon.svg.js +0 -4
- package/dist/assets/deleteRedIcon.svg.js +0 -4
- package/dist/assets/downArrow.svg.js +0 -4
- package/dist/assets/edit-black.svg.js +0 -4
- package/dist/assets/editYellowIcon.svg.js +0 -4
- package/dist/assets/excel-icon.svg.js +0 -4
- package/dist/assets/expand-icon.svg.js +0 -4
- package/dist/assets/failed-csv-icon.svg.js +0 -4
- package/dist/assets/failed-excel-icon.svg.js +0 -4
- package/dist/assets/file-upload-error.svg.js +0 -4
- package/dist/assets/file-upload.svg.js +0 -4
- package/dist/assets/fileUploadDownloadIcon.svg.js +0 -4
- package/dist/assets/fileUploadRetryIcon.svg.js +0 -4
- package/dist/assets/hamburger-close.svg.js +0 -4
- package/dist/assets/help-icon.svg.js +0 -4
- package/dist/assets/historyIcon.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon1.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon2.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon3.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon4.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon5.svg.js +0 -4
- package/dist/assets/landingPageAssets/book-demo.svg.js +0 -4
- package/dist/assets/landingPageAssets/configuration_icon.svg.js +0 -4
- package/dist/assets/landingPageAssets/launch.svg.js +0 -4
- package/dist/assets/listIcon.svg.js +0 -4
- package/dist/assets/logout-icon.svg.js +0 -4
- package/dist/assets/material-symbols_sort.svg.js +0 -4
- package/dist/assets/message-icon-disabled.svg.js +0 -4
- package/dist/assets/message-icon.svg.js +0 -4
- package/dist/assets/newChatIcon.svg.js +0 -4
- package/dist/assets/no-filter-results.svg.js +0 -4
- package/dist/assets/notAllowedGreenIcon.svg.js +0 -4
- package/dist/assets/notification-dnd.svg.js +0 -4
- package/dist/assets/pageIcon.svg.js +0 -4
- package/dist/assets/pencilIcon.svg.js +0 -4
- package/dist/assets/pinedIcon.svg.js +0 -4
- package/dist/assets/pinnedIcon.svg.js +0 -4
- package/dist/assets/saveViewDeleteIcon.svg.js +0 -4
- package/dist/assets/saveViewEditIcon.svg.js +0 -4
- package/dist/assets/saveViewIcon.svg.js +0 -4
- package/dist/assets/search.svg.js +0 -4
- package/dist/assets/searchIcon.svg.js +0 -4
- package/dist/assets/searchIconTable.svg.js +0 -4
- package/dist/assets/sendIcon.svg.js +0 -4
- package/dist/assets/smartBotAlan.svg.js +0 -4
- package/dist/assets/success-fill.svg.js +0 -4
- package/dist/assets/success-gray.svg.js +0 -4
- package/dist/assets/sun.png.js +0 -4
- package/dist/assets/tableSettingIcon.svg.js +0 -4
- package/dist/assets/tableSortIcon.svg.js +0 -4
- package/dist/assets/text-icon.svg.js +0 -4
- package/dist/assets/thumbsUpYellowIcon.svg.js +0 -4
- package/dist/assets/thumbsupBlueIcon.svg.js +0 -4
- package/dist/assets/treadChatIcon.svg.js +0 -4
- package/dist/assets/treedotIcon.svg.js +0 -4
- package/dist/assets/unpinedIcon.svg.js +0 -4
- package/dist/assets/upload-close-icon.svg.js +0 -4
- package/dist/assets/upload-pause-icon.svg.js +0 -4
- package/dist/assets/uploadDownloadIcon.svg.js +0 -4
- package/dist/assets/userPlusIcon1.svg.js +0 -4
- package/dist/assets/warningRedIcon.svg.js +0 -4
- package/dist/assets/webp/clientLogos/PACSUN.webp.js +0 -4
- package/dist/assets/webp/clientLogos/aaa.webp.js +0 -4
- package/dist/assets/webp/clientLogos/al-futtaim.webp.js +0 -4
- package/dist/assets/webp/clientLogos/arhaus.webp.js +0 -4
- package/dist/assets/webp/clientLogos/asley-stewart.webp.js +0 -4
- package/dist/assets/webp/clientLogos/briscoe.webp.js +0 -4
- package/dist/assets/webp/clientLogos/carters.webp.js +0 -4
- package/dist/assets/webp/clientLogos/cb.webp.js +0 -4
- package/dist/assets/webp/clientLogos/coach.webp.js +0 -4
- package/dist/assets/webp/clientLogos/dollargeneral.webp.js +0 -4
- package/dist/assets/webp/clientLogos/fossil.webp.js +0 -4
- package/dist/assets/webp/clientLogos/jared.webp.js +0 -4
- package/dist/assets/webp/clientLogos/katespade.webp.js +0 -4
- package/dist/assets/webp/clientLogos/kay.webp.js +0 -4
- package/dist/assets/webp/clientLogos/kik.webp.js +0 -4
- package/dist/assets/webp/clientLogos/leslies.webp.js +0 -4
- package/dist/assets/webp/clientLogos/lovisa_1.webp.js +0 -4
- package/dist/assets/webp/clientLogos/lsco_logo_red.webp.js +0 -4
- package/dist/assets/webp/clientLogos/m-s.webp.js +0 -4
- package/dist/assets/webp/clientLogos/oshkosh.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pantagonia.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pink.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pitta-roso.webp.js +0 -4
- package/dist/assets/webp/clientLogos/psp.webp.js +0 -4
- package/dist/assets/webp/clientLogos/ralphlauren.webp.js +0 -4
- package/dist/assets/webp/clientLogos/rebel.webp.js +0 -4
- package/dist/assets/webp/clientLogos/scarpe.webp.js +0 -4
- package/dist/assets/webp/clientLogos/signet.webp.js +0 -4
- package/dist/assets/webp/clientLogos/so5.webp.js +0 -4
- package/dist/assets/webp/clientLogos/spanx.webp.js +0 -4
- package/dist/assets/webp/clientLogos/stevemadden.webp.js +0 -4
- package/dist/assets/webp/clientLogos/stuart.webp.js +0 -4
- package/dist/assets/webp/clientLogos/tillys.webp.js +0 -4
- package/dist/assets/webp/clientLogos/tommy-bahama.webp.js +0 -4
- package/dist/assets/webp/clientLogos/vs.webp.js +0 -4
- package/dist/assets/webp/clientLogos/zales.webp.js +0 -4
- package/dist/assets/webp/emptyState1.webp.js +0 -4
- package/dist/assets/webp/emptyState2.webp.js +0 -4
- package/dist/assets/webp/emptyState3.webp.js +0 -4
- package/dist/assets/webp/emptyState4.webp.js +0 -4
- package/dist/assets/webp/emptyState5.webp.js +0 -4
- package/dist/assets/webp/emptyState6.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/1.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/10.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/11.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/12.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/13.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/14.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/15.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/17.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/19.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/2.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/20.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/21.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/22.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/23.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/24.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/3.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/4.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/5.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/6.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/7.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/8.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/carouselImages/image-2.webp.js +0 -4
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
- package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -17
- package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
- package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -24
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -22
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +0 -59
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +0 -3405
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +0 -418
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +0 -301
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -257
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -122
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -34
- package/dist/node_modules/@popperjs/core/lib/createPopper.js +0 -149
- package/dist/node_modules/@popperjs/core/lib/dom-utils/contains.js +0 -19
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +0 -38
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +0 -61
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +0 -53
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +0 -10
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +0 -27
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +0 -14
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +0 -51
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +0 -16
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +0 -31
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +0 -13
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +0 -13
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +0 -8
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +0 -22
- package/dist/node_modules/@popperjs/core/lib/enums.js +0 -54
- package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +0 -71
- package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.js +0 -72
- package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +0 -131
- package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +0 -40
- package/dist/node_modules/@popperjs/core/lib/modifiers/flip.js +0 -113
- package/dist/node_modules/@popperjs/core/lib/modifiers/hide.js +0 -57
- package/dist/node_modules/@popperjs/core/lib/modifiers/offset.js +0 -43
- package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +0 -19
- package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +0 -105
- package/dist/node_modules/@popperjs/core/lib/popper.js +0 -28
- package/dist/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -35
- package/dist/node_modules/@popperjs/core/lib/utils/computeOffsets.js +0 -59
- package/dist/node_modules/@popperjs/core/lib/utils/debounce.js +0 -17
- package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.js +0 -47
- package/dist/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/utils/getAltAxis.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +0 -11
- package/dist/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +0 -14
- package/dist/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +0 -12
- package/dist/node_modules/@popperjs/core/lib/utils/getVariation.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/math.js +0 -8
- package/dist/node_modules/@popperjs/core/lib/utils/mergeByName.js +0 -16
- package/dist/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/utils/orderModifiers.js +0 -39
- package/dist/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +0 -11
- package/dist/node_modules/@popperjs/core/lib/utils/userAgent.js +0 -12
- package/dist/node_modules/@popperjs/core/lib/utils/within.js +0 -12
- package/dist/node_modules/@remix-run/router/dist/router.js +0 -400
- package/dist/node_modules/@tiptap/core/dist/index.js +0 -4252
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +0 -52
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +0 -86
- package/dist/node_modules/@tiptap/extension-bullet-list/dist/index.js +0 -68
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +0 -62
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +0 -196
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +0 -10
- package/dist/node_modules/@tiptap/extension-dropcursor/dist/index.js +0 -21
- package/dist/node_modules/@tiptap/extension-gapcursor/dist/index.js +0 -25
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +0 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +0 -71
- package/dist/node_modules/@tiptap/extension-highlight/dist/index.js +0 -82
- package/dist/node_modules/@tiptap/extension-history/dist/index.js +0 -40
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +0 -79
- package/dist/node_modules/@tiptap/extension-image/dist/index.js +0 -69
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +0 -85
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +0 -360
- package/dist/node_modules/@tiptap/extension-list-item/dist/index.js +0 -34
- package/dist/node_modules/@tiptap/extension-mention/dist/index.js +0 -213
- package/dist/node_modules/@tiptap/extension-ordered-list/dist/index.js +0 -86
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +0 -36
- package/dist/node_modules/@tiptap/extension-placeholder/dist/index.js +0 -60
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +0 -72
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +0 -9
- package/dist/node_modules/@tiptap/react/dist/index.js +0 -1077
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +0 -84
- package/dist/node_modules/@tiptap/suggestion/dist/index.js +0 -224
- package/dist/node_modules/dompurify/dist/purify.es.js +0 -1012
- package/dist/node_modules/emoji-picker-react/dist/emoji-picker-react.esm.js +0 -25708
- package/dist/node_modules/flairup/dist/esm/index.js +0 -334
- package/dist/node_modules/highcharts/highcharts-3d.js +0 -768
- package/dist/node_modules/highcharts/highcharts-more.js +0 -1814
- package/dist/node_modules/highcharts/highcharts.js +0 -5153
- package/dist/node_modules/highcharts/modules/heatmap.js +0 -416
- package/dist/node_modules/highcharts/modules/stock.js +0 -2095
- package/dist/node_modules/highcharts/modules/treemap.js +0 -558
- package/dist/node_modules/highcharts/modules/venn.js +0 -434
- package/dist/node_modules/highcharts-border-radius/index.js +0 -92
- package/dist/node_modules/highcharts-react-official/dist/highcharts-react.min.js +0 -106
- package/dist/node_modules/linkifyjs/dist/linkify.js +0 -1158
- package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +0 -52
- package/dist/node_modules/orderedmap/dist/index.js +0 -119
- package/dist/node_modules/prosemirror-commands/dist/index.js +0 -526
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +0 -136
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +0 -220
- package/dist/node_modules/prosemirror-history/dist/index.js +0 -356
- package/dist/node_modules/prosemirror-keymap/dist/index.js +0 -83
- package/dist/node_modules/prosemirror-model/dist/index.js +0 -3208
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +0 -130
- package/dist/node_modules/prosemirror-state/dist/index.js +0 -935
- package/dist/node_modules/prosemirror-transform/dist/index.js +0 -1861
- package/dist/node_modules/prosemirror-view/dist/index.js +0 -5223
- package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -2089
- package/dist/node_modules/react-router/dist/index.js +0 -375
- package/dist/node_modules/react-router-dom/dist/index.js +0 -521
- package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2317
- package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1071
- package/dist/node_modules/react-select/dist/react-select.esm.js +0 -20
- package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -51
- package/dist/node_modules/react-textarea-autosize/dist/react-textarea-autosize.browser.esm.js +0 -213
- package/dist/node_modules/react-window/dist/index.esm.js +0 -505
- package/dist/node_modules/react-window/node_modules/memoize-one/dist/memoize-one.esm.js +0 -50
- package/dist/node_modules/rope-sequence/dist/index.js +0 -183
- package/dist/node_modules/tippy.js/dist/tippy.esm.js +0 -1283
- package/dist/node_modules/use-composed-ref/dist/use-composed-ref.esm.js +0 -25
- package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
- package/dist/node_modules/use-latest/dist/use-latest.esm.js +0 -12
- package/dist/node_modules/w3c-keyname/index.js +0 -105
- package/dist/stats.html +0 -4950
|
@@ -1,416 +0,0 @@
|
|
|
1
|
-
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as heatmap } from "../../../_virtual/heatmap.js";
|
|
3
|
-
(function(module, exports$1) {
|
|
4
|
-
!/**
|
|
5
|
-
* Highmaps JS v12.5.0 (2026-01-12)
|
|
6
|
-
* @module highcharts/modules/heatmap
|
|
7
|
-
* @requires highcharts
|
|
8
|
-
*
|
|
9
|
-
* (c) 2009-2026 Highsoft AS
|
|
10
|
-
* Author: Torstein Honsi
|
|
11
|
-
*
|
|
12
|
-
* A commercial license may be required depending on use.
|
|
13
|
-
* See www.highcharts.com/license
|
|
14
|
-
*/
|
|
15
|
-
function(t, e) {
|
|
16
|
-
module.exports = e(t._Highcharts, t._Highcharts.Axis, t._Highcharts.Color, t._Highcharts.LegendSymbol, t._Highcharts.SeriesRegistry, t._Highcharts.SVGElement, t._Highcharts.SVGRenderer);
|
|
17
|
-
}("u" < typeof window ? commonjsGlobal : window, (t, e, s, i, o, r, a) => (() => {
|
|
18
|
-
var l, n, h, d, p = { 28: (t2) => {
|
|
19
|
-
t2.exports = r;
|
|
20
|
-
}, 500: (t2) => {
|
|
21
|
-
t2.exports = i;
|
|
22
|
-
}, 512: (t2) => {
|
|
23
|
-
t2.exports = o;
|
|
24
|
-
}, 532: (t2) => {
|
|
25
|
-
t2.exports = e;
|
|
26
|
-
}, 540: (t2) => {
|
|
27
|
-
t2.exports = a;
|
|
28
|
-
}, 620: (t2) => {
|
|
29
|
-
t2.exports = s;
|
|
30
|
-
}, 944: (e2) => {
|
|
31
|
-
e2.exports = t;
|
|
32
|
-
} }, c = {};
|
|
33
|
-
function u(t2) {
|
|
34
|
-
var e2 = c[t2];
|
|
35
|
-
if (void 0 !== e2) return e2.exports;
|
|
36
|
-
var s2 = c[t2] = { exports: {} };
|
|
37
|
-
return p[t2](s2, s2.exports, u), s2.exports;
|
|
38
|
-
}
|
|
39
|
-
u.n = (t2) => {
|
|
40
|
-
var e2 = t2 && t2.__esModule ? () => t2.default : () => t2;
|
|
41
|
-
return u.d(e2, { a: e2 }), e2;
|
|
42
|
-
}, u.d = (t2, e2) => {
|
|
43
|
-
for (var s2 in e2) u.o(e2, s2) && !u.o(t2, s2) && Object.defineProperty(t2, s2, { enumerable: true, get: e2[s2] });
|
|
44
|
-
}, u.o = (t2, e2) => Object.prototype.hasOwnProperty.call(t2, e2);
|
|
45
|
-
var g = {};
|
|
46
|
-
u.d(g, { default: () => tL });
|
|
47
|
-
var m = u(944), f = u.n(m), x = u(532), y = u.n(x), b = u(620), v = u.n(b);
|
|
48
|
-
let { parse: C } = v(), { merge: A } = f();
|
|
49
|
-
(l = n || (n = {})).initDataClasses = function(t2) {
|
|
50
|
-
let e2 = this.chart, s2 = this.legendItem = this.legendItem || {}, i2 = this.options, o2 = t2.dataClasses || [], r2, a2, l2 = e2.options.chart.colorCount, n2 = 0, h2;
|
|
51
|
-
this.dataClasses = a2 = [], s2.labels = [];
|
|
52
|
-
for (let t3 = 0, s3 = o2.length; t3 < s3; ++t3) r2 = A(r2 = o2[t3]), a2.push(r2), (e2.styledMode || !r2.color) && ("category" === i2.dataClassColor ? (e2.styledMode || (l2 = (h2 = e2.options.colors || []).length, r2.color = h2[n2]), r2.colorIndex = n2, ++n2 === l2 && (n2 = 0)) : r2.color = C(i2.minColor).tweenTo(C(i2.maxColor), s3 < 2 ? 0.5 : t3 / (s3 - 1)));
|
|
53
|
-
}, l.initStops = function() {
|
|
54
|
-
let t2 = this.options, e2 = this.stops = t2.stops || [[0, t2.minColor || ""], [1, t2.maxColor || ""]];
|
|
55
|
-
for (let t3 = 0, s2 = e2.length; t3 < s2; ++t3) e2[t3].color = C(e2[t3][1]);
|
|
56
|
-
}, l.normalizedValue = function(t2) {
|
|
57
|
-
let e2 = this.max || 0, s2 = this.min || 0;
|
|
58
|
-
return this.logarithmic && (t2 = this.logarithmic.log2lin(t2)), 1 - (e2 - t2) / (e2 - s2 || 1);
|
|
59
|
-
}, l.toColor = function(t2, e2) {
|
|
60
|
-
let s2, i2, o2, r2, a2, l2, n2 = this.dataClasses, h2 = this.stops;
|
|
61
|
-
if (n2) {
|
|
62
|
-
for (l2 = n2.length; l2--; ) if (i2 = (a2 = n2[l2]).from, o2 = a2.to, (void 0 === i2 || t2 >= i2) && (void 0 === o2 || t2 <= o2)) {
|
|
63
|
-
r2 = a2.color, e2 && (e2.dataClass = l2, e2.colorIndex = a2.colorIndex);
|
|
64
|
-
break;
|
|
65
|
-
}
|
|
66
|
-
} else {
|
|
67
|
-
for (s2 = this.normalizedValue(t2), l2 = h2.length; l2-- && !(s2 > h2[l2][0]); ) ;
|
|
68
|
-
i2 = h2[l2] || h2[l2 + 1], s2 = 1 - ((o2 = h2[l2 + 1] || i2)[0] - s2) / (o2[0] - i2[0] || 1), r2 = i2.color.tweenTo(o2.color, s2);
|
|
69
|
-
}
|
|
70
|
-
return r2;
|
|
71
|
-
};
|
|
72
|
-
let M = n, { parse: w } = v(), { addEvent: k, extend: L, merge: I, pick: S, splat: P } = f();
|
|
73
|
-
!function(t2) {
|
|
74
|
-
let e2;
|
|
75
|
-
function s2() {
|
|
76
|
-
let { userOptions: t3 } = this;
|
|
77
|
-
this.colorAxis = [], t3.colorAxis && (t3.colorAxis = P(t3.colorAxis), t3.colorAxis.map((t4) => new e2(this, t4)));
|
|
78
|
-
}
|
|
79
|
-
function i2(t3) {
|
|
80
|
-
let e3 = this.chart.colorAxis || [], s3 = (e4) => {
|
|
81
|
-
let s4 = t3.allItems.indexOf(e4);
|
|
82
|
-
-1 !== s4 && (this.destroyItem(t3.allItems[s4]), t3.allItems.splice(s4, 1));
|
|
83
|
-
}, i3 = [], o3, r3;
|
|
84
|
-
for (e3.forEach(function(t4) {
|
|
85
|
-
o3 = t4.options, (o3 == null ? void 0 : o3.showInLegend) && (o3.dataClasses && o3.visible ? i3 = i3.concat(t4.getDataClassLegendSymbols()) : o3.visible && i3.push(t4), t4.series.forEach(function(t5) {
|
|
86
|
-
(!t5.options.showInLegend || o3.dataClasses) && ("point" === t5.options.legendType ? t5.points.forEach(function(t6) {
|
|
87
|
-
s3(t6);
|
|
88
|
-
}) : s3(t5));
|
|
89
|
-
}));
|
|
90
|
-
}), r3 = i3.length; r3--; ) t3.allItems.unshift(i3[r3]);
|
|
91
|
-
}
|
|
92
|
-
function o2(t3) {
|
|
93
|
-
t3.visible && t3.item.legendColor && t3.item.legendItem.symbol.attr({ fill: t3.item.legendColor });
|
|
94
|
-
}
|
|
95
|
-
function r2(t3) {
|
|
96
|
-
var _a;
|
|
97
|
-
(_a = this.chart.colorAxis) == null ? void 0 : _a.forEach((e3) => {
|
|
98
|
-
e3.update({}, t3.redraw);
|
|
99
|
-
});
|
|
100
|
-
}
|
|
101
|
-
function a2() {
|
|
102
|
-
var _a;
|
|
103
|
-
(((_a = this.chart.colorAxis) == null ? void 0 : _a.length) || this.colorAttribs) && this.translateColors();
|
|
104
|
-
}
|
|
105
|
-
function l2() {
|
|
106
|
-
let t3 = this.axisTypes;
|
|
107
|
-
t3 ? -1 === t3.indexOf("colorAxis") && t3.push("colorAxis") : this.axisTypes = ["colorAxis"];
|
|
108
|
-
}
|
|
109
|
-
function n2(t3) {
|
|
110
|
-
let e3 = this, s3 = t3 ? "show" : "hide";
|
|
111
|
-
e3.visible = e3.options.visible = !!t3, ["graphic", "dataLabel"].forEach(function(t4) {
|
|
112
|
-
e3[t4] && e3[t4][s3]();
|
|
113
|
-
}), this.series.buildKDTree();
|
|
114
|
-
}
|
|
115
|
-
function h2() {
|
|
116
|
-
let t3 = this, e3 = this.getPointsCollection(), s3 = this.options.nullColor, i3 = this.colorAxis, o3 = this.colorKey;
|
|
117
|
-
e3.forEach((e4) => {
|
|
118
|
-
let r3 = e4.getNestedProperty(o3), a3 = e4.options.color || (e4.isNull || null === e4.value ? s3 : i3 && void 0 !== r3 ? i3.toColor(r3, e4) : e4.color || t3.color);
|
|
119
|
-
a3 && e4.color !== a3 && (e4.color = a3, "point" === t3.options.legendType && e4.legendItem && e4.legendItem.label && t3.chart.legend.colorizeItem(e4, e4.visible));
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
function d2() {
|
|
123
|
-
this.elem.attr("fill", w(this.start).tweenTo(w(this.end), this.pos), void 0, true);
|
|
124
|
-
}
|
|
125
|
-
function p2() {
|
|
126
|
-
this.elem.attr("stroke", w(this.start).tweenTo(w(this.end), this.pos), void 0, true);
|
|
127
|
-
}
|
|
128
|
-
t2.compose = function(t3, c2, u2, g2, m2) {
|
|
129
|
-
var f2;
|
|
130
|
-
let x2, y2 = c2.prototype, b2 = u2.prototype, v2 = m2.prototype;
|
|
131
|
-
y2.collectionsWithUpdate.includes("colorAxis") || (e2 = t3, y2.collectionsWithUpdate.push("colorAxis"), y2.collectionsWithInit.colorAxis = [y2.addColorAxis], k(c2, "afterCreateAxes", s2), x2 = (f2 = c2).prototype.createAxis, f2.prototype.createAxis = function(t4, s3) {
|
|
132
|
-
if ("colorAxis" !== t4) return x2.apply(this, arguments);
|
|
133
|
-
let i3 = new e2(this, I(s3.axis, { index: this[t4].length, isX: false }));
|
|
134
|
-
return this.isDirtyLegend = true, this.axes.forEach((t5) => {
|
|
135
|
-
t5.series = [];
|
|
136
|
-
}), this.series.forEach((t5) => {
|
|
137
|
-
t5.bindAxes(), t5.isDirtyData = true;
|
|
138
|
-
}), S(s3.redraw, true) && this.redraw(s3.animation), i3;
|
|
139
|
-
}, b2.fillSetter = d2, b2.strokeSetter = p2, k(g2, "afterGetAllItems", i2), k(g2, "afterColorizeItem", o2), k(g2, "afterUpdate", r2), L(v2, { optionalAxis: "colorAxis", translateColors: h2 }), L(v2.pointClass.prototype, { setVisible: n2 }), k(m2, "afterTranslate", a2, { order: 1 }), k(m2, "bindAxes", l2));
|
|
140
|
-
}, t2.pointSetVisible = n2;
|
|
141
|
-
}(h || (h = {}));
|
|
142
|
-
let T = h;
|
|
143
|
-
var D = u(500), E = u.n(D), V = u(512), H = u.n(V);
|
|
144
|
-
let { defaultOptions: O } = f(), { series: z } = H(), { defined: R, extend: G, fireEvent: _, isArray: W, isNumber: N, merge: K, pick: X, relativeLength: j } = f();
|
|
145
|
-
O.colorAxis = K(O.xAxis, { lineWidth: 0, minPadding: 0, maxPadding: 0, gridLineColor: "#ffffff", gridLineWidth: 1, tickPixelInterval: 72, startOnTick: true, endOnTick: true, offset: 0, marker: { animation: { duration: 50 }, width: 0.01, color: "#999999" }, labels: { distance: 8, overflow: "justify", rotation: 0 }, minColor: "#e6e9ff", maxColor: "#0022ff", tickLength: 5, showInLegend: true });
|
|
146
|
-
class F extends y() {
|
|
147
|
-
static compose(t2, e2, s2, i2) {
|
|
148
|
-
T.compose(F, t2, e2, s2, i2);
|
|
149
|
-
}
|
|
150
|
-
constructor(t2, e2) {
|
|
151
|
-
super(t2, e2), this.coll = "colorAxis", this.visible = true, this.init(t2, e2);
|
|
152
|
-
}
|
|
153
|
-
init(t2, e2) {
|
|
154
|
-
let s2 = t2.options.legend || {}, i2 = e2.layout ? "vertical" !== e2.layout : "vertical" !== s2.layout;
|
|
155
|
-
this.side = e2.side || i2 ? 2 : 1, this.reversed = e2.reversed, this.opposite = !i2, super.init(t2, e2, "colorAxis"), this.userOptions = e2, W(t2.userOptions.colorAxis) && (t2.userOptions.colorAxis[this.index] = e2), e2.dataClasses && this.initDataClasses(e2), this.initStops(), this.horiz = i2, this.zoomEnabled = false;
|
|
156
|
-
}
|
|
157
|
-
hasData() {
|
|
158
|
-
return !!(this.tickPositions || []).length;
|
|
159
|
-
}
|
|
160
|
-
setTickPositions() {
|
|
161
|
-
if (!this.dataClasses) return super.setTickPositions();
|
|
162
|
-
}
|
|
163
|
-
setOptions(t2) {
|
|
164
|
-
let e2 = K(O.colorAxis, t2, { showEmpty: false, title: null, visible: this.chart.options.legend.enabled && false !== t2.visible });
|
|
165
|
-
super.setOptions(e2), this.options.crosshair = this.options.marker;
|
|
166
|
-
}
|
|
167
|
-
setAxisSize() {
|
|
168
|
-
var _a;
|
|
169
|
-
let t2 = this.chart, e2 = (_a = this.legendItem) == null ? void 0 : _a.symbol, { width: s2, height: i2 } = this.getSize();
|
|
170
|
-
e2 && (this.left = +e2.attr("x"), this.top = +e2.attr("y"), this.width = s2 = +e2.attr("width"), this.height = i2 = +e2.attr("height"), this.right = t2.chartWidth - this.left - s2, this.bottom = t2.chartHeight - this.top - i2, this.pos = this.horiz ? this.left : this.top), this.len = (this.horiz ? s2 : i2) || F.defaultLegendLength;
|
|
171
|
-
}
|
|
172
|
-
getOffset() {
|
|
173
|
-
var _a;
|
|
174
|
-
let t2 = (_a = this.legendItem) == null ? void 0 : _a.group, e2 = this.chart.axisOffset[this.side];
|
|
175
|
-
if (t2) {
|
|
176
|
-
this.axisParent = t2, super.getOffset();
|
|
177
|
-
let s2 = this.chart.legend;
|
|
178
|
-
s2.allItems.forEach(function(t3) {
|
|
179
|
-
t3 instanceof F && t3.drawLegendSymbol(s2, t3);
|
|
180
|
-
}), s2.render(), this.chart.getMargins(true), this.chart.series.some((t3) => t3.isDrilling) || (this.isDirty = true), this.added || (this.added = true), this.labelLeft = 0, this.labelRight = this.width, this.chart.axisOffset[this.side] = e2;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
setLegendColor() {
|
|
184
|
-
let t2 = this.horiz, e2 = this.reversed, s2 = +!!e2, i2 = +!e2, o2 = t2 ? [s2, 0, i2, 0] : [0, i2, 0, s2];
|
|
185
|
-
this.legendColor = { linearGradient: { x1: o2[0], y1: o2[1], x2: o2[2], y2: o2[3] }, stops: this.stops };
|
|
186
|
-
}
|
|
187
|
-
drawLegendSymbol(t2, e2) {
|
|
188
|
-
let s2 = e2.legendItem || {}, i2 = t2.padding, o2 = t2.options, r2 = this.options.labels, a2 = X(o2.itemDistance, 10), l2 = this.horiz, { width: n2, height: h2 } = this.getSize(), d2 = X(o2.labelPadding, l2 ? 16 : 30);
|
|
189
|
-
this.setLegendColor(), s2.symbol || (s2.symbol = this.chart.renderer.symbol("roundedRect").attr({ r: o2.symbolRadius ?? 3, zIndex: 1 }).add(s2.group)), s2.symbol.attr({ x: 0, y: (t2.baseline || 0) - 11, width: n2, height: h2 }), s2.labelWidth = n2 + i2 + (l2 ? a2 : X(r2.x, r2.distance) + (this.maxLabelLength || 0)), s2.labelHeight = h2 + i2 + (l2 ? d2 : 0);
|
|
190
|
-
}
|
|
191
|
-
setState(t2) {
|
|
192
|
-
this.series.forEach(function(e2) {
|
|
193
|
-
e2.setState(t2);
|
|
194
|
-
});
|
|
195
|
-
}
|
|
196
|
-
setVisible() {
|
|
197
|
-
}
|
|
198
|
-
getSeriesExtremes() {
|
|
199
|
-
let t2 = this.series, e2, s2, i2, o2, r2 = t2.length;
|
|
200
|
-
for (this.dataMin = 1 / 0, this.dataMax = -1 / 0; r2--; ) {
|
|
201
|
-
for (let a2 of (s2 = (o2 = t2[r2]).colorKey = X(o2.options.colorKey, o2.colorKey, o2.pointValKey, o2.zoneAxis, "y"), i2 = o2[s2 + "Min"] && o2[s2 + "Max"], [s2, "value", "y"])) if ((e2 = o2.getColumn(a2)).length) break;
|
|
202
|
-
if (i2) o2.minColorValue = o2[s2 + "Min"], o2.maxColorValue = o2[s2 + "Max"];
|
|
203
|
-
else {
|
|
204
|
-
let t3 = z.prototype.getExtremes.call(o2, e2);
|
|
205
|
-
o2.minColorValue = t3.dataMin, o2.maxColorValue = t3.dataMax;
|
|
206
|
-
}
|
|
207
|
-
R(o2.minColorValue) && R(o2.maxColorValue) && (this.dataMin = Math.min(this.dataMin, o2.minColorValue), this.dataMax = Math.max(this.dataMax, o2.maxColorValue)), i2 || z.prototype.applyExtremes.call(o2);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
drawCrosshair(t2, e2) {
|
|
211
|
-
let s2, i2 = this.legendItem || {}, o2 = e2 == null ? void 0 : e2.plotX, r2 = e2 == null ? void 0 : e2.plotY, a2 = this.pos, l2 = this.len;
|
|
212
|
-
e2 && ((s2 = this.toPixels(e2.getNestedProperty(e2.series.colorKey))) < a2 ? s2 = a2 - 2 : s2 > a2 + l2 && (s2 = a2 + l2 + 2), e2.plotX = s2, e2.plotY = this.len - s2, super.drawCrosshair(t2, e2), e2.plotX = o2, e2.plotY = r2, this.cross && !this.cross.addedToColorAxis && i2.group && (this.cross.addClass("highcharts-coloraxis-marker").add(i2.group), this.cross.addedToColorAxis = true, this.chart.styledMode || "object" != typeof this.crosshair || this.cross.attr({ fill: this.crosshair.color })));
|
|
213
|
-
}
|
|
214
|
-
getPlotLinePath(t2) {
|
|
215
|
-
let e2 = this.left, s2 = t2.translatedValue, i2 = this.top;
|
|
216
|
-
return N(s2) ? this.horiz ? [["M", s2 - 4, i2 - 6], ["L", s2 + 4, i2 - 6], ["L", s2, i2], ["Z"]] : [["M", e2, s2], ["L", e2 - 6, s2 + 6], ["L", e2 - 6, s2 - 6], ["Z"]] : super.getPlotLinePath(t2);
|
|
217
|
-
}
|
|
218
|
-
update(t2, e2) {
|
|
219
|
-
var _a;
|
|
220
|
-
let s2 = this.chart.legend;
|
|
221
|
-
this.series.forEach((t3) => {
|
|
222
|
-
t3.isDirtyData = true;
|
|
223
|
-
}), (t2.dataClasses && s2.allItems || this.dataClasses) && this.destroyItems(), super.update(t2, e2), ((_a = this.legendItem) == null ? void 0 : _a.label) && (this.setLegendColor(), s2.colorizeItem(this, true));
|
|
224
|
-
}
|
|
225
|
-
destroyItems() {
|
|
226
|
-
let t2 = this.chart, e2 = this.legendItem || {};
|
|
227
|
-
if (e2.label) t2.legend.destroyItem(this);
|
|
228
|
-
else if (e2.labels) for (let s2 of e2.labels) t2.legend.destroyItem(s2);
|
|
229
|
-
t2.isDirtyLegend = true;
|
|
230
|
-
}
|
|
231
|
-
destroy() {
|
|
232
|
-
this.chart.isDirtyLegend = true, this.destroyItems(), super.destroy(...[].slice.call(arguments));
|
|
233
|
-
}
|
|
234
|
-
remove(t2) {
|
|
235
|
-
this.destroyItems(), super.remove(t2);
|
|
236
|
-
}
|
|
237
|
-
getDataClassLegendSymbols() {
|
|
238
|
-
let t2, e2 = this, s2 = e2.chart, i2 = e2.legendItem && e2.legendItem.labels || [], o2 = s2.options.legend, r2 = X(o2.valueDecimals, -1), a2 = X(o2.valueSuffix, ""), l2 = (t3) => e2.series.reduce((e3, s3) => (e3.push(...s3.points.filter((e4) => e4.dataClass === t3)), e3), []);
|
|
239
|
-
return i2.length || e2.dataClasses.forEach((o3, n2) => {
|
|
240
|
-
let h2 = o3.from, d2 = o3.to, { numberFormatter: p2 } = s2, c2 = true;
|
|
241
|
-
t2 = "", void 0 === h2 ? t2 = "< " : void 0 === d2 && (t2 = "> "), void 0 !== h2 && (t2 += p2(h2, r2) + a2), void 0 !== h2 && void 0 !== d2 && (t2 += " - "), void 0 !== d2 && (t2 += p2(d2, r2) + a2), i2.push(G({ chart: s2, name: t2, options: {}, drawLegendSymbol: E().rectangle, visible: true, isDataClass: true, setState: (t3) => {
|
|
242
|
-
for (let e3 of l2(n2)) e3.setState(t3);
|
|
243
|
-
}, setVisible: function() {
|
|
244
|
-
this.visible = c2 = e2.visible = !c2;
|
|
245
|
-
let t3 = [];
|
|
246
|
-
for (let e3 of l2(n2)) e3.setVisible(c2), e3.hiddenInDataClass = !c2, -1 === t3.indexOf(e3.series) && t3.push(e3.series);
|
|
247
|
-
s2.legend.colorizeItem(this, c2), t3.forEach((t4) => {
|
|
248
|
-
_(t4, "afterDataClassLegendClick");
|
|
249
|
-
});
|
|
250
|
-
} }, o3));
|
|
251
|
-
}), i2;
|
|
252
|
-
}
|
|
253
|
-
getSize() {
|
|
254
|
-
let { chart: t2, horiz: e2 } = this, { height: s2, width: i2 } = this.options, { legend: o2 } = t2.options;
|
|
255
|
-
return { width: X(R(i2) ? j(i2, t2.chartWidth) : void 0, o2 == null ? void 0 : o2.symbolWidth, e2 ? F.defaultLegendLength : 12), height: X(R(s2) ? j(s2, t2.chartHeight) : void 0, o2 == null ? void 0 : o2.symbolHeight, e2 ? 12 : F.defaultLegendLength) };
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
F.defaultLegendLength = 200, F.keepProps = ["legendItem"], G(F.prototype, M), Array.prototype.push.apply(y().keepProps, F.keepProps);
|
|
259
|
-
/**
|
|
260
|
-
* @license Highcharts JS v12.5.0 (2026-01-12)
|
|
261
|
-
* @module highcharts/modules/color-axis
|
|
262
|
-
* @requires highcharts
|
|
263
|
-
*
|
|
264
|
-
* ColorAxis module
|
|
265
|
-
*
|
|
266
|
-
* (c) 2012-2026 Highsoft AS
|
|
267
|
-
* Author: Pawel Potaczek
|
|
268
|
-
*
|
|
269
|
-
* A commercial license may be required depending on use.
|
|
270
|
-
* See www.highcharts.com/license
|
|
271
|
-
*/
|
|
272
|
-
let U = f();
|
|
273
|
-
U.ColorAxis = U.ColorAxis || F, U.ColorAxis.compose(U.Chart, U.Fx, U.Legend, U.Series);
|
|
274
|
-
var Y = u(28), Z = u.n(Y);
|
|
275
|
-
let { column: { prototype: q } } = H().seriesTypes, { addEvent: $, defined: B } = f();
|
|
276
|
-
var J = d || (d = {});
|
|
277
|
-
function Q(t2) {
|
|
278
|
-
let e2 = this.series, s2 = e2.chart.renderer;
|
|
279
|
-
this.moveToTopOnHover && this.graphic && (e2.stateMarkerGraphic || (e2.stateMarkerGraphic = new (Z())(s2, "use").css({ pointerEvents: "none" }).add(this.graphic.parentGroup)), (t2 == null ? void 0 : t2.state) === "hover" ? (this.graphic.attr({ id: this.id }), e2.stateMarkerGraphic.attr({ href: `${s2.url}#${this.id}`, visibility: "visible" })) : e2.stateMarkerGraphic.attr({ href: "" }));
|
|
280
|
-
}
|
|
281
|
-
J.pointMembers = { dataLabelOnNull: true, moveToTopOnHover: true, isValid: function() {
|
|
282
|
-
return null !== this.value && this.value !== 1 / 0 && this.value !== -1 / 0 && (void 0 === this.value || !isNaN(this.value));
|
|
283
|
-
} }, J.seriesMembers = { colorKey: "value", axisTypes: ["xAxis", "yAxis", "colorAxis"], parallelArrays: ["x", "y", "value"], pointArrayMap: ["value"], trackerGroups: ["group", "markerGroup", "dataLabelsGroup"], colorAttribs: function(t2) {
|
|
284
|
-
let e2 = {};
|
|
285
|
-
return B(t2.color) && (!t2.state || "normal" === t2.state) && (e2[this.colorProp || "fill"] = t2.color), e2;
|
|
286
|
-
}, pointAttribs: q.pointAttribs }, J.compose = function(t2) {
|
|
287
|
-
return $(t2.prototype.pointClass, "afterSetState", Q), t2;
|
|
288
|
-
};
|
|
289
|
-
let tt = d, { scatter: { prototype: { pointClass: te } } } = H().seriesTypes, { clamp: ts, defined: ti, extend: to, pick: tr } = f();
|
|
290
|
-
class ta extends te {
|
|
291
|
-
applyOptions(t2, e2) {
|
|
292
|
-
return (this.isNull || null === this.value) && delete this.color, super.applyOptions(t2, e2), this.formatPrefix = this.isNull || null === this.value ? "null" : "point", this;
|
|
293
|
-
}
|
|
294
|
-
getCellAttributes() {
|
|
295
|
-
let t2 = this.series, e2 = t2.options, s2 = (e2.colsize || 1) / 2, i2 = (e2.rowsize || 1) / 2, o2 = t2.xAxis, r2 = t2.yAxis, a2 = this.options.marker || t2.options.marker, l2 = t2.pointPlacementToXValue(), n2 = tr(this.pointPadding, e2.pointPadding, 0), h2 = { x1: ts(Math.round(o2.len - o2.translate(this.x - s2, false, true, false, true, -l2)), -o2.len, 2 * o2.len), x2: ts(Math.round(o2.len - o2.translate(this.x + s2, false, true, false, true, -l2)), -o2.len, 2 * o2.len), y1: ts(Math.round(r2.translate(this.y - i2, false, true, false, true)), -r2.len, 2 * r2.len), y2: ts(Math.round(r2.translate(this.y + i2, false, true, false, true)), -r2.len, 2 * r2.len) };
|
|
296
|
-
for (let t3 of [["width", "x"], ["height", "y"]]) {
|
|
297
|
-
let e3 = t3[0], s3 = t3[1], i3 = s3 + "1", l3 = s3 + "2", d2 = Math.abs(h2[i3] - h2[l3]), p2 = a2 && a2.lineWidth || 0, c2 = Math.abs(h2[i3] + h2[l3]) / 2, u2 = a2 && a2[e3];
|
|
298
|
-
if (ti(u2) && u2 < d2) {
|
|
299
|
-
let t4 = u2 / 2 + p2 / 2;
|
|
300
|
-
h2[i3] = c2 - t4, h2[l3] = c2 + t4;
|
|
301
|
-
}
|
|
302
|
-
n2 && (("x" === s3 && o2.reversed || "y" === s3 && !r2.reversed) && (i3 = l3, l3 = s3 + "1"), h2[i3] += n2, h2[l3] -= n2);
|
|
303
|
-
}
|
|
304
|
-
return h2;
|
|
305
|
-
}
|
|
306
|
-
haloPath(t2) {
|
|
307
|
-
if (!t2) return [];
|
|
308
|
-
let { x: e2 = 0, y: s2 = 0, width: i2 = 0, height: o2 = 0 } = this.shapeArgs || {};
|
|
309
|
-
return [["M", e2 - t2, s2 - t2], ["L", e2 - t2, s2 + o2 + t2], ["L", e2 + i2 + t2, s2 + o2 + t2], ["L", e2 + i2 + t2, s2 - t2], ["Z"]];
|
|
310
|
-
}
|
|
311
|
-
isValid() {
|
|
312
|
-
return this.value !== 1 / 0 && this.value !== -1 / 0;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
to(ta.prototype, { dataLabelOnNull: true, moveToTopOnHover: true, ttBelow: false });
|
|
316
|
-
let { isNumber: tl } = f();
|
|
317
|
-
var tn = u(540), th = u.n(tn);
|
|
318
|
-
let { doc: td } = f(), { defined: tp, pick: tc } = f(), { series: tu, seriesTypes: { column: tg, scatter: tm } } = H(), { prototype: { symbols: tf } } = th(), { addEvent: tx, extend: ty, fireEvent: tb, isNumber: tv, merge: tC, pick: tA } = f(), { colorFromPoint: tM, getContext: tw } = { colorFromPoint: function(t2, e2) {
|
|
319
|
-
let s2 = e2.series.colorAxis;
|
|
320
|
-
if (s2) {
|
|
321
|
-
let i2 = s2.toColor(t2 || 0, e2).split(")")[0].split("(")[1].split(",").map((t3) => tc(parseFloat(t3), parseInt(t3, 10)));
|
|
322
|
-
return i2[3] = 255 * tc(i2[3], 1), tp(t2) && e2.visible || (i2[3] = 0), i2;
|
|
323
|
-
}
|
|
324
|
-
return [0, 0, 0, 0];
|
|
325
|
-
}, getContext: function(t2) {
|
|
326
|
-
let { canvas: e2, context: s2 } = t2;
|
|
327
|
-
return e2 && s2 ? (s2.clearRect(0, 0, e2.width, e2.height), s2) : (t2.canvas = td.createElement("canvas"), t2.context = t2.canvas.getContext("2d", { willReadFrequently: true }) || void 0, t2.context);
|
|
328
|
-
} };
|
|
329
|
-
class tk extends tm {
|
|
330
|
-
constructor() {
|
|
331
|
-
super(...arguments), this.valueMax = NaN, this.valueMin = NaN, this.isDirtyCanvas = true;
|
|
332
|
-
}
|
|
333
|
-
drawPoints() {
|
|
334
|
-
let t2 = this, e2 = t2.options, s2 = e2.interpolation, i2 = e2.marker || {};
|
|
335
|
-
if (s2) {
|
|
336
|
-
let { image: e3, chart: s3, xAxis: i3, yAxis: o2 } = t2, { reversed: r2 = false, len: a2 } = i3, { reversed: l2 = false, len: n2 } = o2, h2 = { width: a2, height: n2 };
|
|
337
|
-
if (!e3 || t2.isDirtyData || t2.isDirtyCanvas) {
|
|
338
|
-
let a3 = tw(t2), { canvas: n3, options: { colsize: d2 = 1, rowsize: p2 = 1 }, points: c2, points: { length: u2 } } = t2, g2 = s3.colorAxis && s3.colorAxis[0];
|
|
339
|
-
if (n3 && a3 && g2) {
|
|
340
|
-
let { min: g3, max: m2 } = i3.getExtremes(), { min: f2, max: x2 } = o2.getExtremes(), y2 = m2 - g3, b2 = x2 - f2, v2 = Math.round(y2 / d2 / 8 * 8), C2 = Math.round(b2 / p2 / 8 * 8), [A2, M2] = [[v2, v2 / y2, r2, "ceil"], [C2, C2 / b2, !l2, "floor"]].map(([t3, e4, s4, i4]) => s4 ? (s5) => Math[i4](t3 - e4 * s5) : (t4) => Math[i4](e4 * t4)), w2 = n3.width = v2 + 1, k2 = w2 * (n3.height = C2 + 1), L2 = (u2 - 1) / k2, I2 = new Uint8ClampedArray(4 * k2), S2 = (t3, e4) => 4 * Math.ceil(w2 * M2(e4 - f2) + A2(t3 - g3));
|
|
341
|
-
t2.buildKDTree();
|
|
342
|
-
for (let t3 = 0; t3 < k2; t3++) {
|
|
343
|
-
let e4 = c2[Math.ceil(L2 * t3)], { x: s4, y: i4 } = e4;
|
|
344
|
-
I2.set(tM(e4.value, e4), S2(s4, i4));
|
|
345
|
-
}
|
|
346
|
-
a3.putImageData(new ImageData(I2, w2), 0, 0), e3 ? e3.attr({ ...h2, href: n3.toDataURL("image/png", 1) }) : (t2.directTouch = false, t2.image = s3.renderer.image(n3.toDataURL("image/png", 1)).attr(h2).add(t2.group));
|
|
347
|
-
}
|
|
348
|
-
t2.isDirtyCanvas = false;
|
|
349
|
-
} else (e3.width !== a2 || e3.height !== n2) && e3.attr(h2);
|
|
350
|
-
} else (i2.enabled || t2._hasPointMarkers) && (tu.prototype.drawPoints.call(t2), t2.points.forEach((e3) => {
|
|
351
|
-
e3.graphic && (e3.graphic[t2.chart.styledMode ? "css" : "animate"](t2.colorAttribs(e3)), null === e3.value && e3.graphic.addClass("highcharts-null-point"));
|
|
352
|
-
}));
|
|
353
|
-
}
|
|
354
|
-
getExtremes() {
|
|
355
|
-
let { dataMin: t2, dataMax: e2 } = tu.prototype.getExtremes.call(this, this.getColumn("value"));
|
|
356
|
-
return tv(t2) && (this.valueMin = t2), tv(e2) && (this.valueMax = e2), tu.prototype.getExtremes.call(this);
|
|
357
|
-
}
|
|
358
|
-
getValidPoints(t2, e2) {
|
|
359
|
-
return tu.prototype.getValidPoints.call(this, t2, e2, true);
|
|
360
|
-
}
|
|
361
|
-
hasData() {
|
|
362
|
-
return !!this.dataTable.rowCount;
|
|
363
|
-
}
|
|
364
|
-
init() {
|
|
365
|
-
super.init.apply(this, arguments);
|
|
366
|
-
let t2 = this.options;
|
|
367
|
-
t2.pointRange = tA(t2.pointRange, t2.colsize || 1), this.yAxis.axisPointRange = t2.rowsize || 1, tf.ellipse = tf.circle, t2.marker && tv(t2.borderRadius) && (t2.marker.r = t2.borderRadius);
|
|
368
|
-
}
|
|
369
|
-
markerAttribs(t2, e2) {
|
|
370
|
-
var _a, _b;
|
|
371
|
-
let s2 = t2.shapeArgs || {};
|
|
372
|
-
if (t2.hasImage) return { x: t2.plotX, y: t2.plotY };
|
|
373
|
-
if (e2 && "normal" !== e2) {
|
|
374
|
-
let i2 = t2.options.marker || {}, o2 = this.options.marker || {}, r2 = ((_a = o2.states) == null ? void 0 : _a[e2]) || {}, a2 = ((_b = i2.states) == null ? void 0 : _b[e2]) || {}, l2 = (a2.width || r2.width || s2.width || 0) + (a2.widthPlus || r2.widthPlus || 0), n2 = (a2.height || r2.height || s2.height || 0) + (a2.heightPlus || r2.heightPlus || 0);
|
|
375
|
-
return { x: (s2.x || 0) + ((s2.width || 0) - l2) / 2, y: (s2.y || 0) + ((s2.height || 0) - n2) / 2, width: l2, height: n2 };
|
|
376
|
-
}
|
|
377
|
-
return s2;
|
|
378
|
-
}
|
|
379
|
-
pointAttribs(t2, e2) {
|
|
380
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
|
381
|
-
let s2 = tu.prototype.pointAttribs.call(this, t2, e2), i2 = this.options || {}, o2 = this.chart.options.plotOptions || {}, r2 = o2.series || {}, a2 = o2.heatmap || {}, l2 = (t2 == null ? void 0 : t2.options.borderColor) || i2.borderColor || a2.borderColor || r2.borderColor, n2 = (t2 == null ? void 0 : t2.options.borderWidth) || i2.borderWidth || a2.borderWidth || r2.borderWidth || s2["stroke-width"];
|
|
382
|
-
if (s2.stroke = ((_a = t2 == null ? void 0 : t2.marker) == null ? void 0 : _a.lineColor) || ((_b = i2.marker) == null ? void 0 : _b.lineColor) || l2 || this.color, s2["stroke-width"] = n2, e2 && "normal" !== e2) {
|
|
383
|
-
let o3 = tC((_c = i2.states) == null ? void 0 : _c[e2], (_e = (_d = i2.marker) == null ? void 0 : _d.states) == null ? void 0 : _e[e2], ((_g = (_f = t2 == null ? void 0 : t2.options.marker) == null ? void 0 : _f.states) == null ? void 0 : _g[e2]) || {});
|
|
384
|
-
s2.fill = o3.color || v().parse(s2.fill).brighten(o3.brightness || 0).get(), s2.stroke = o3.lineColor || s2.stroke;
|
|
385
|
-
}
|
|
386
|
-
return s2;
|
|
387
|
-
}
|
|
388
|
-
translate() {
|
|
389
|
-
var _a;
|
|
390
|
-
let { borderRadius: t2, marker: e2 } = this.options, s2 = (e2 == null ? void 0 : e2.symbol) || "rect", i2 = tf[s2] ? s2 : "rect", o2 = -1 !== ["circle", "square"].indexOf(i2);
|
|
391
|
-
for (let e3 of (this.generatePoints(), this.points)) {
|
|
392
|
-
let r2 = e3.getCellAttributes(), a2 = Math.min(r2.x1, r2.x2), l2 = Math.min(r2.y1, r2.y2), n2 = Math.max(Math.abs(r2.x2 - r2.x1), 0), h2 = Math.max(Math.abs(r2.y2 - r2.y1), 0);
|
|
393
|
-
if (e3.hasImage = 0 === (((_a = e3.marker) == null ? void 0 : _a.symbol) || s2).indexOf("url"), o2) {
|
|
394
|
-
let t3 = Math.abs(n2 - h2);
|
|
395
|
-
a2 = Math.min(r2.x1, r2.x2) + (n2 < h2 ? 0 : t3 / 2), l2 = Math.min(r2.y1, r2.y2) + (n2 < h2 ? t3 / 2 : 0), n2 = h2 = Math.min(n2, h2);
|
|
396
|
-
}
|
|
397
|
-
e3.hasImage && (e3.marker = { width: n2, height: h2 }), e3.plotX = e3.clientX = (r2.x1 + r2.x2) / 2, e3.plotY = (r2.y1 + r2.y2) / 2, e3.shapeType = "path", e3.shapeArgs = tC(true, { x: a2, y: l2, width: n2, height: h2 }, { d: tf[i2](a2, l2, n2, h2, { r: tv(t2) ? t2 : 0 }) });
|
|
398
|
-
}
|
|
399
|
-
tb(this, "afterTranslate");
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
tk.defaultOptions = tC(tm.defaultOptions, { animation: false, borderRadius: 0, borderWidth: 0, interpolation: false, nullColor: "#f7f7f7", dataLabels: { formatter: function() {
|
|
403
|
-
let { numberFormatter: t2 } = this.series.chart, { value: e2 } = this.point;
|
|
404
|
-
return tl(e2) ? t2(e2, -1) : "";
|
|
405
|
-
}, inside: true, verticalAlign: "middle", crop: false, overflow: "allow", padding: 0 }, marker: { symbol: "rect", radius: 0, lineColor: void 0, states: { hover: { lineWidthPlus: 0 }, select: {} } }, clip: true, pointRange: null, tooltip: { pointFormat: "{point.x}, {point.y}: {point.value}<br/>" }, states: { hover: { halo: false, brightness: 0.2 } }, legendSymbol: "rectangle" }), tx(tk, "afterDataClassLegendClick", function() {
|
|
406
|
-
this.isDirtyCanvas = true, this.drawPoints(), this.options.enableMouseTracking && this.drawTracker();
|
|
407
|
-
}), ty(tk.prototype, { axisTypes: tt.seriesMembers.axisTypes, colorKey: tt.seriesMembers.colorKey, directTouch: true, getExtremesFromAll: true, keysAffectYAxis: ["y"], parallelArrays: tt.seriesMembers.parallelArrays, pointArrayMap: ["y", "value"], pointClass: ta, specialGroup: "group", trackerGroups: tt.seriesMembers.trackerGroups, alignDataLabel: tg.prototype.alignDataLabel, colorAttribs: tt.seriesMembers.colorAttribs, getSymbol: tu.prototype.getSymbol }), tt.compose(tk), H().registerSeriesType("heatmap", tk);
|
|
408
|
-
let tL = f();
|
|
409
|
-
return g.default;
|
|
410
|
-
})());
|
|
411
|
-
})(heatmap);
|
|
412
|
-
var heatmapExports = heatmap.exports;
|
|
413
|
-
const HighchartsHeatmap = /* @__PURE__ */ getDefaultExportFromCjs(heatmapExports);
|
|
414
|
-
export {
|
|
415
|
-
HighchartsHeatmap as default
|
|
416
|
-
};
|