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,558 +0,0 @@
|
|
|
1
|
-
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as treemap } from "../../../_virtual/treemap.js";
|
|
3
|
-
(function(module, exports$1) {
|
|
4
|
-
!/**
|
|
5
|
-
* Highcharts JS v12.5.0 (2026-01-12)
|
|
6
|
-
* @module highcharts/modules/treemap
|
|
7
|
-
* @requires highcharts
|
|
8
|
-
*
|
|
9
|
-
* (c) 2014-2026 Highsoft AS
|
|
10
|
-
* Authors: Jon Arild Nygard / Oystein Moseng
|
|
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.Templating, t._Highcharts.Color, t._Highcharts.SeriesRegistry, t._Highcharts.SVGElement, t._Highcharts.Series);
|
|
17
|
-
}("u" < typeof window ? commonjsGlobal : window, (t, e, i, s, o, r) => (() => {
|
|
18
|
-
var l, a, n = { 28: (t2) => {
|
|
19
|
-
t2.exports = o;
|
|
20
|
-
}, 512: (t2) => {
|
|
21
|
-
t2.exports = s;
|
|
22
|
-
}, 620: (t2) => {
|
|
23
|
-
t2.exports = i;
|
|
24
|
-
}, 820: (t2) => {
|
|
25
|
-
t2.exports = r;
|
|
26
|
-
}, 944: (e2) => {
|
|
27
|
-
e2.exports = t;
|
|
28
|
-
}, 984: (t2) => {
|
|
29
|
-
t2.exports = e;
|
|
30
|
-
} }, h = {};
|
|
31
|
-
function d(t2) {
|
|
32
|
-
var e2 = h[t2];
|
|
33
|
-
if (void 0 !== e2) return e2.exports;
|
|
34
|
-
var i2 = h[t2] = { exports: {} };
|
|
35
|
-
return n[t2](i2, i2.exports, d), i2.exports;
|
|
36
|
-
}
|
|
37
|
-
d.n = (t2) => {
|
|
38
|
-
var e2 = t2 && t2.__esModule ? () => t2.default : () => t2;
|
|
39
|
-
return d.d(e2, { a: e2 }), e2;
|
|
40
|
-
}, d.d = (t2, e2) => {
|
|
41
|
-
for (var i2 in e2) d.o(e2, i2) && !d.o(t2, i2) && Object.defineProperty(t2, i2, { enumerable: true, get: e2[i2] });
|
|
42
|
-
}, d.o = (t2, e2) => Object.prototype.hasOwnProperty.call(t2, e2);
|
|
43
|
-
var p = {};
|
|
44
|
-
d.d(p, { default: () => tW });
|
|
45
|
-
var u = d(944), c = d.n(u);
|
|
46
|
-
let g = { mainBreadcrumb: "Main" };
|
|
47
|
-
var v = d(984);
|
|
48
|
-
let { format: m } = d.n(v)(), { composed: b } = c(), { addEvent: f, defined: y, extend: x, fireEvent: T, isString: w, merge: L, objectEach: B, pick: A, pushUnique: P } = c();
|
|
49
|
-
function S() {
|
|
50
|
-
if (this.breadcrumbs) {
|
|
51
|
-
let t2 = this.resetZoomButton && this.resetZoomButton.getBBox(), e2 = this.breadcrumbs.options;
|
|
52
|
-
t2 && "right" === e2.position.align && "plotBox" === e2.relativeTo && this.breadcrumbs.alignBreadcrumbsGroup(-t2.width - e2.buttonSpacing);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
function O() {
|
|
56
|
-
this.breadcrumbs && (this.breadcrumbs.destroy(), this.breadcrumbs = void 0);
|
|
57
|
-
}
|
|
58
|
-
function C() {
|
|
59
|
-
let t2 = this.breadcrumbs;
|
|
60
|
-
if (t2 && !t2.options.floating && t2.level) {
|
|
61
|
-
let e2 = t2.options, i2 = e2.buttonTheme, s2 = (i2.height || 0) + 2 * (i2.padding || 0) + e2.buttonSpacing, o2 = e2.position.verticalAlign;
|
|
62
|
-
"bottom" === o2 ? (this.marginBottom = (this.marginBottom || 0) + s2, t2.yOffset = s2) : "middle" !== o2 ? (this.plotTop += s2, t2.yOffset = -s2) : t2.yOffset = void 0;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
function N() {
|
|
66
|
-
this.breadcrumbs && this.breadcrumbs.redraw();
|
|
67
|
-
}
|
|
68
|
-
function M(t2) {
|
|
69
|
-
true === t2.resetSelection && this.breadcrumbs && this.breadcrumbs.alignBreadcrumbsGroup();
|
|
70
|
-
}
|
|
71
|
-
class R {
|
|
72
|
-
static compose(t2, e2) {
|
|
73
|
-
P(b, "Breadcrumbs") && (f(t2, "destroy", O), f(t2, "afterShowResetZoom", S), f(t2, "getMargins", C), f(t2, "redraw", N), f(t2, "selection", M), x(e2.lang, g));
|
|
74
|
-
}
|
|
75
|
-
constructor(t2, e2) {
|
|
76
|
-
this.elementList = {}, this.isDirty = true, this.level = 0, this.list = [];
|
|
77
|
-
const i2 = L(t2.options.drilldown && t2.options.drilldown.drillUpButton, R.defaultOptions, t2.options.navigation && t2.options.navigation.breadcrumbs, e2);
|
|
78
|
-
this.chart = t2, this.options = i2 || {};
|
|
79
|
-
}
|
|
80
|
-
updateProperties(t2) {
|
|
81
|
-
this.setList(t2), this.setLevel(), this.isDirty = true;
|
|
82
|
-
}
|
|
83
|
-
setList(t2) {
|
|
84
|
-
this.list = t2;
|
|
85
|
-
}
|
|
86
|
-
setLevel() {
|
|
87
|
-
this.level = this.list.length && this.list.length - 1;
|
|
88
|
-
}
|
|
89
|
-
getLevel() {
|
|
90
|
-
return this.level;
|
|
91
|
-
}
|
|
92
|
-
getButtonText(t2) {
|
|
93
|
-
let e2 = this.chart, i2 = this.options, s2 = e2.options.lang, o2 = A(i2.format, i2.showFullPath ? "{level.name}" : "← {level.name}"), r2 = s2 && A(s2.drillUpText, s2.mainBreadcrumb), l2 = i2.formatter && i2.formatter(t2) || m(o2, { level: t2.levelOptions }, e2) || "";
|
|
94
|
-
return (w(l2) && !l2.length || "← " === l2) && y(r2) && (l2 = i2.showFullPath ? r2 : "← " + r2), l2;
|
|
95
|
-
}
|
|
96
|
-
redraw() {
|
|
97
|
-
this.isDirty && this.render(), this.group && this.group.align(), this.isDirty = false;
|
|
98
|
-
}
|
|
99
|
-
render() {
|
|
100
|
-
let t2 = this.chart, e2 = this.options;
|
|
101
|
-
!this.group && e2 && (this.group = t2.renderer.g("breadcrumbs-group").addClass("highcharts-no-tooltip highcharts-breadcrumbs").attr({ zIndex: e2.zIndex }).add()), e2.showFullPath ? this.renderFullPathButtons() : this.renderSingleButton(), this.alignBreadcrumbsGroup();
|
|
102
|
-
}
|
|
103
|
-
renderFullPathButtons() {
|
|
104
|
-
this.destroySingleButton(), this.resetElementListState(), this.updateListElements(), this.destroyListElements();
|
|
105
|
-
}
|
|
106
|
-
renderSingleButton() {
|
|
107
|
-
let t2 = this.chart, e2 = this.list, i2 = this.options.buttonSpacing;
|
|
108
|
-
this.destroyListElements();
|
|
109
|
-
let s2 = this.group ? this.group.getBBox().width : i2, o2 = e2[e2.length - 2];
|
|
110
|
-
!t2.drillUpButton && this.level > 0 ? t2.drillUpButton = this.renderButton(o2, s2, i2) : t2.drillUpButton && (this.level > 0 ? this.updateSingleButton() : this.destroySingleButton());
|
|
111
|
-
}
|
|
112
|
-
alignBreadcrumbsGroup(t2) {
|
|
113
|
-
if (this.group) {
|
|
114
|
-
let e2 = this.options, i2 = e2.buttonTheme, s2 = e2.position, o2 = "chart" === e2.relativeTo || "spacingBox" === e2.relativeTo ? void 0 : "plotBox", r2 = this.group.getBBox(), l2 = 2 * (i2.padding || 0) + e2.buttonSpacing;
|
|
115
|
-
s2.width = r2.width + l2, s2.height = r2.height + l2;
|
|
116
|
-
let a2 = L(s2);
|
|
117
|
-
t2 && (a2.x += t2), this.options.rtl && (a2.x += s2.width), a2.y = A(a2.y, this.yOffset, 0), this.group.align(a2, true, o2);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
renderButton(t2, e2, i2) {
|
|
121
|
-
let s2 = this, o2 = this.chart, r2 = s2.options, l2 = L(r2.buttonTheme), a2 = o2.renderer.button(s2.getButtonText(t2), e2, i2, function(e3) {
|
|
122
|
-
let i3, o3 = r2.events && r2.events.click;
|
|
123
|
-
o3 && (i3 = o3.call(s2, e3, t2)), false !== i3 && (r2.showFullPath ? e3.newLevel = t2.level : e3.newLevel = s2.level - 1, T(s2, "up", e3));
|
|
124
|
-
}, l2).addClass("highcharts-breadcrumbs-button").add(s2.group);
|
|
125
|
-
return o2.styledMode || a2.attr(r2.style), a2;
|
|
126
|
-
}
|
|
127
|
-
renderSeparator(t2, e2) {
|
|
128
|
-
let i2 = this.chart, s2 = this.options.separator, o2 = i2.renderer.label(s2.text, t2, e2, void 0, void 0, void 0, false).addClass("highcharts-breadcrumbs-separator").add(this.group);
|
|
129
|
-
return i2.styledMode || o2.css(s2.style), o2;
|
|
130
|
-
}
|
|
131
|
-
update(t2) {
|
|
132
|
-
L(true, this.options, t2), this.destroy(), this.isDirty = true;
|
|
133
|
-
}
|
|
134
|
-
updateSingleButton() {
|
|
135
|
-
let t2 = this.chart, e2 = this.list[this.level - 1];
|
|
136
|
-
t2.drillUpButton && t2.drillUpButton.attr({ text: this.getButtonText(e2) });
|
|
137
|
-
}
|
|
138
|
-
destroy() {
|
|
139
|
-
this.destroySingleButton(), this.destroyListElements(true), this.group && this.group.destroy(), this.group = void 0;
|
|
140
|
-
}
|
|
141
|
-
destroyListElements(t2) {
|
|
142
|
-
let e2 = this.elementList;
|
|
143
|
-
B(e2, (i2, s2) => {
|
|
144
|
-
(t2 || !e2[s2].updated) && ((i2 = e2[s2]).button && i2.button.destroy(), i2.separator && i2.separator.destroy(), delete i2.button, delete i2.separator, delete e2[s2]);
|
|
145
|
-
}), t2 && (this.elementList = {});
|
|
146
|
-
}
|
|
147
|
-
destroySingleButton() {
|
|
148
|
-
this.chart.drillUpButton && (this.chart.drillUpButton.destroy(), this.chart.drillUpButton = void 0);
|
|
149
|
-
}
|
|
150
|
-
resetElementListState() {
|
|
151
|
-
B(this.elementList, (t2) => {
|
|
152
|
-
t2.updated = false;
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
updateListElements() {
|
|
156
|
-
let t2 = this.elementList, e2 = this.options.buttonSpacing, i2 = this.list, s2 = this.options.rtl, o2 = s2 ? -1 : 1, r2 = function(t3, e3) {
|
|
157
|
-
return o2 * t3.getBBox().width + o2 * e3;
|
|
158
|
-
}, l2 = function(t3, e3, i3) {
|
|
159
|
-
t3.translate(e3 - t3.getBBox().width, i3);
|
|
160
|
-
}, a2 = this.group ? r2(this.group, e2) : e2, n2, h2;
|
|
161
|
-
for (let d2 = 0, p2 = i2.length; d2 < p2; ++d2) {
|
|
162
|
-
let u2, c2, g2 = d2 === p2 - 1;
|
|
163
|
-
t2[(h2 = i2[d2]).level] ? (u2 = (n2 = t2[h2.level]).button, n2.separator || g2 ? n2.separator && g2 && (n2.separator.destroy(), delete n2.separator) : (a2 += o2 * e2, n2.separator = this.renderSeparator(a2, e2), s2 && l2(n2.separator, a2, e2), a2 += r2(n2.separator, e2)), t2[h2.level].updated = true) : (u2 = this.renderButton(h2, a2, e2), s2 && l2(u2, a2, e2), a2 += r2(u2, e2), g2 || (c2 = this.renderSeparator(a2, e2), s2 && l2(c2, a2, e2), a2 += r2(c2, e2)), t2[h2.level] = { button: u2, separator: c2, updated: true }), u2 && u2.setState(2 * !!g2);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
R.defaultOptions = { buttonSpacing: 5, buttonTheme: { fill: "none", height: 18, padding: 2, "stroke-width": 0, zIndex: 7, states: { select: { fill: "none" } }, style: { color: "#334eff" } }, floating: false, format: void 0, relativeTo: "plotBox", rtl: false, position: { align: "left", verticalAlign: "top", x: 0, y: void 0 }, separator: { text: "/", style: { color: "#666666", fontSize: "0.8em" } }, showFullPath: true, style: {}, useHTML: false, zIndex: 7 };
|
|
168
|
-
var D = d(620), I = d.n(D), H = d(512), G = d.n(H), E = d(28), V = d.n(E);
|
|
169
|
-
let { column: { prototype: k } } = G().seriesTypes, { addEvent: U, defined: W } = c();
|
|
170
|
-
var F = l || (l = {});
|
|
171
|
-
function z(t2) {
|
|
172
|
-
let e2 = this.series, i2 = e2.chart.renderer;
|
|
173
|
-
this.moveToTopOnHover && this.graphic && (e2.stateMarkerGraphic || (e2.stateMarkerGraphic = new (V())(i2, "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: `${i2.url}#${this.id}`, visibility: "visible" })) : e2.stateMarkerGraphic.attr({ href: "" }));
|
|
174
|
-
}
|
|
175
|
-
F.pointMembers = { dataLabelOnNull: true, moveToTopOnHover: true, isValid: function() {
|
|
176
|
-
return null !== this.value && this.value !== 1 / 0 && this.value !== -1 / 0 && (void 0 === this.value || !isNaN(this.value));
|
|
177
|
-
} }, F.seriesMembers = { colorKey: "value", axisTypes: ["xAxis", "yAxis", "colorAxis"], parallelArrays: ["x", "y", "value"], pointArrayMap: ["value"], trackerGroups: ["group", "markerGroup", "dataLabelsGroup"], colorAttribs: function(t2) {
|
|
178
|
-
let e2 = {};
|
|
179
|
-
return W(t2.color) && (!t2.state || "normal" === t2.state) && (e2[this.colorProp || "fill"] = t2.color), e2;
|
|
180
|
-
}, pointAttribs: k.pointAttribs }, F.compose = function(t2) {
|
|
181
|
-
return U(t2.prototype.pointClass, "afterSetState", z), t2;
|
|
182
|
-
};
|
|
183
|
-
let _ = l;
|
|
184
|
-
var j = d(820), $ = d.n(j);
|
|
185
|
-
let K = class {
|
|
186
|
-
constructor(t2, e2, i2, s2) {
|
|
187
|
-
this.height = t2, this.width = e2, this.plot = s2, this.direction = i2, this.startDirection = i2, this.total = 0, this.nW = 0, this.lW = 0, this.nH = 0, this.lH = 0, this.elArr = [], this.lP = { total: 0, lH: 0, nH: 0, lW: 0, nW: 0, nR: 0, lR: 0, aspectRatio: function(t3, e3) {
|
|
188
|
-
return Math.max(t3 / e3, e3 / t3);
|
|
189
|
-
} };
|
|
190
|
-
}
|
|
191
|
-
addElement(t2) {
|
|
192
|
-
this.lP.total = this.elArr[this.elArr.length - 1], this.total = this.total + t2, 0 === this.direction ? (this.lW = this.nW, this.lP.lH = this.lP.total / this.lW, this.lP.lR = this.lP.aspectRatio(this.lW, this.lP.lH), this.nW = this.total / this.height, this.lP.nH = this.lP.total / this.nW, this.lP.nR = this.lP.aspectRatio(this.nW, this.lP.nH)) : (this.lH = this.nH, this.lP.lW = this.lP.total / this.lH, this.lP.lR = this.lP.aspectRatio(this.lP.lW, this.lH), this.nH = this.total / this.width, this.lP.nW = this.lP.total / this.nH, this.lP.nR = this.lP.aspectRatio(this.lP.nW, this.nH)), this.elArr.push(t2);
|
|
193
|
-
}
|
|
194
|
-
reset() {
|
|
195
|
-
this.nW = 0, this.lW = 0, this.elArr = [], this.total = 0;
|
|
196
|
-
}
|
|
197
|
-
}, Y = function(t2, e2) {
|
|
198
|
-
let { animatableAttribs: i2, onComplete: s2, css: o2, renderer: r2 } = e2, l2 = t2.series && t2.series.chart.hasRendered ? void 0 : t2.series && t2.series.options.animation, a2 = t2.graphic;
|
|
199
|
-
if (e2.attribs = { ...e2.attribs, class: t2.getClassName() }, t2.shouldDraw()) a2 || (t2.graphic = a2 = "text" === e2.shapeType ? r2.text() : "image" === e2.shapeType ? r2.image(e2.imageUrl || "").attr(e2.shapeArgs || {}) : r2[e2.shapeType](e2.shapeArgs || {}), a2.add(e2.group)), o2 && a2.css(o2), a2.attr(e2.attribs).animate(i2, !e2.isNew && l2, s2);
|
|
200
|
-
else if (a2) {
|
|
201
|
-
let e3 = () => {
|
|
202
|
-
t2.graphic = a2 = a2 && a2.destroy(), "function" == typeof s2 && s2();
|
|
203
|
-
};
|
|
204
|
-
Object.keys(i2).length ? a2.animate(i2, void 0, () => e3()) : e3();
|
|
205
|
-
}
|
|
206
|
-
}, { pie: { prototype: { pointClass: Z } }, scatter: { prototype: { pointClass: q } } } = G().seriesTypes, { extend: X, isNumber: J, pick: Q } = c();
|
|
207
|
-
class tt extends q {
|
|
208
|
-
constructor() {
|
|
209
|
-
super(...arguments), this.groupedPointsAmount = 0, this.shapeType = "rect";
|
|
210
|
-
}
|
|
211
|
-
draw(t2) {
|
|
212
|
-
Y(this, t2);
|
|
213
|
-
}
|
|
214
|
-
getClassName() {
|
|
215
|
-
let t2 = this.series, e2 = t2.options, i2 = super.getClassName();
|
|
216
|
-
return this.node.level <= t2.nodeMap[t2.rootNode].level && this.node.children.length ? i2 += " highcharts-above-level" : this.node.isGroup || this.node.isLeaf || t2.nodeMap[t2.rootNode].isGroup || Q(e2.interactByLeaf, !e2.allowTraversingTree) ? this.node.isGroup || this.node.isLeaf || t2.nodeMap[t2.rootNode].isGroup || (i2 += " highcharts-internal-node") : i2 += " highcharts-internal-node-interactive", i2;
|
|
217
|
-
}
|
|
218
|
-
isValid() {
|
|
219
|
-
return !!(this.id || J(this.value));
|
|
220
|
-
}
|
|
221
|
-
setState(t2) {
|
|
222
|
-
super.setState.apply(this, arguments), this.graphic && this.graphic.attr({ zIndex: +("hover" === t2) });
|
|
223
|
-
}
|
|
224
|
-
shouldDraw() {
|
|
225
|
-
return J(this.plotY) && null !== this.y;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
X(tt.prototype, { setVisible: Z.prototype.setVisible });
|
|
229
|
-
let { isString: te } = c(), ti = { allowTraversingTree: false, animationLimit: 250, borderRadius: 0, showInLegend: false, marker: void 0, colorByPoint: false, dataLabels: { enabled: true, formatter: function() {
|
|
230
|
-
let t2 = this && this.point ? this.point : {};
|
|
231
|
-
return te(t2.name) ? t2.name : "";
|
|
232
|
-
}, headers: false, inside: true, padding: 2, verticalAlign: "middle", style: { textOverflow: "ellipsis" } }, tooltip: { headerFormat: "", pointFormat: "<b>{point.name}</b>: {point.value}<br/>", clusterFormat: "+ {point.groupedPointsAmount} more...<br/>" }, ignoreHiddenPoint: true, layoutAlgorithm: "sliceAndDice", layoutStartingDirection: "vertical", alternateStartingDirection: false, levelIsConstant: true, traverseUpButton: { position: { align: "right", x: -10, y: 10 } }, borderColor: "#e6e6e6", borderWidth: 1, colorKey: "colorValue", opacity: 0.15, states: { hover: { borderColor: "#999999", brightness: 0.1 * !G().seriesTypes.heatmap, halo: false, opacity: 0.75, shadow: false } }, legendSymbol: "rectangle", traverseToLeaf: false, cluster: { className: void 0, color: void 0, enabled: false, pixelWidth: void 0, pixelHeight: void 0, name: void 0, reductionFactor: void 0, minimumClusterSize: 5, layoutAlgorithm: { distance: 0, gridSize: 0, kmeansThreshold: 0 }, marker: { lineWidth: 0, radius: 0 } } };
|
|
233
|
-
(a || (a = {})).recursive = function t2(e2, i2, s2) {
|
|
234
|
-
let o2 = i2.call(s2 || this, e2);
|
|
235
|
-
false !== o2 && t2(o2, i2, s2);
|
|
236
|
-
};
|
|
237
|
-
let ts = a, { extend: to, isArray: tr, isNumber: tl, isObject: ta, merge: tn, pick: th, relativeLength: td } = c(), { parse: tp } = I(), { composed: tu, noop: tc } = c(), { column: tg, scatter: tv } = G().seriesTypes, { getColor: tm, getLevelOptions: tb, updateRootId: tf } = { getColor: function(t2, e2) {
|
|
238
|
-
let i2, s2, o2, r2, l2, a2, n2 = e2.index, h2 = e2.mapOptionsToLevel, d2 = e2.parentColor, p2 = e2.parentColorIndex, u2 = e2.series, c2 = e2.colors, g2 = e2.siblings, v2 = u2.points, m2 = u2.chart.options.chart;
|
|
239
|
-
if (t2) {
|
|
240
|
-
let b2;
|
|
241
|
-
i2 = v2[t2.i], s2 = h2[t2.level] || {}, i2 && s2.colorByPoint && (r2 = i2.index % (c2 ? c2.length : m2.colorCount), o2 = c2 && c2[r2]), u2.chart.styledMode || (l2 = th(i2 && i2.options.color, s2 && s2.color, o2, d2 && ((b2 = s2 && s2.colorVariation) && "brightness" === b2.key && n2 && g2 ? I().parse(d2).brighten(b2.to * (n2 / g2)).get() : d2), u2.color)), a2 = th(i2 && i2.options.colorIndex, s2 && s2.colorIndex, r2, p2, e2.colorIndex);
|
|
242
|
-
}
|
|
243
|
-
return { color: l2, colorIndex: a2 };
|
|
244
|
-
}, getLevelOptions: function(t2) {
|
|
245
|
-
let e2, i2, s2, o2, r2, l2, a2 = {};
|
|
246
|
-
if (ta(t2)) for (o2 = tl(t2.from) ? t2.from : 1, l2 = t2.levels, i2 = {}, e2 = ta(t2.defaults) ? t2.defaults : {}, tr(l2) && (i2 = l2.reduce((t3, i3) => {
|
|
247
|
-
let s3, r3, l3;
|
|
248
|
-
return ta(i3) && tl(i3.level) && (r3 = th((l3 = tn({}, i3)).levelIsConstant, e2.levelIsConstant), delete l3.levelIsConstant, delete l3.level, ta(t3[s3 = i3.level + (r3 ? 0 : o2 - 1)]) ? tn(true, t3[s3], l3) : t3[s3] = l3), t3;
|
|
249
|
-
}, {})), r2 = tl(t2.to) ? t2.to : 1, s2 = 0; s2 <= r2; s2++) a2[s2] = tn({}, e2, ta(i2[s2]) ? i2[s2] : {});
|
|
250
|
-
return a2;
|
|
251
|
-
}, updateRootId: function(t2) {
|
|
252
|
-
let e2, i2;
|
|
253
|
-
return ta(t2) && (i2 = ta(t2.options) ? t2.options : {}, e2 = th(t2.rootNode, i2.rootId, ""), ta(t2.userOptions) && (t2.userOptions.rootId = e2), t2.rootNode = e2), e2;
|
|
254
|
-
} }, { addEvent: ty, arrayMax: tx, clamp: tT, correctFloat: tw, crisp: tL, defined: tB, error: tA, extend: tP, fireEvent: tS, isArray: tO, isNumber: tC, isObject: tN, isString: tM, merge: tR, pick: tD, pushUnique: tI, splat: tH, stableSort: tG } = c();
|
|
255
|
-
$().keepProps.push("simulation", "hadOutsideDataLabels");
|
|
256
|
-
let tE = false;
|
|
257
|
-
function tV() {
|
|
258
|
-
let t2 = this.xAxis, e2 = this.yAxis;
|
|
259
|
-
if (t2 && e2) if (this.is("treemap")) {
|
|
260
|
-
let i2 = { endOnTick: false, startOnTick: false, visible: false };
|
|
261
|
-
this.is("treegraph") || (i2.min = 0, i2.max = 100, i2.tickPositions = []), tR(true, t2.options, i2, t2.userOptions), tR(true, e2.options, i2, e2.userOptions), t2.visible = t2.options.visible, e2.visible = e2.options.visible, this.is("treegraph") && (this.isCartesian = t2.visible), tE = true;
|
|
262
|
-
} else tE && (e2.setOptions(e2.userOptions), t2.setOptions(t2.userOptions), tE = false);
|
|
263
|
-
}
|
|
264
|
-
class tk extends tv {
|
|
265
|
-
constructor() {
|
|
266
|
-
super(...arguments), this.simulation = 0;
|
|
267
|
-
}
|
|
268
|
-
static compose(t2) {
|
|
269
|
-
tI(tu, "TreemapSeries") && ty(t2, "afterBindAxes", tV);
|
|
270
|
-
}
|
|
271
|
-
algorithmCalcPoints(t2, e2, i2, s2) {
|
|
272
|
-
let o2 = i2.plot, r2 = i2.elArr.length - 1, l2, a2, n2, h2, d2 = i2.lW, p2 = i2.lH, u2, c2 = 0;
|
|
273
|
-
for (let t3 of (e2 ? (d2 = i2.nW, p2 = i2.nH) : u2 = i2.elArr[r2], i2.elArr)) (e2 || c2 < r2) && (0 === i2.direction ? (l2 = o2.x, a2 = o2.y, h2 = t3 / (n2 = d2)) : (l2 = o2.x, a2 = o2.y, n2 = t3 / (h2 = p2)), s2.push({ x: l2, y: a2, width: n2, height: tw(h2) }), 0 === i2.direction ? o2.y = o2.y + h2 : o2.x = o2.x + n2), c2 += 1;
|
|
274
|
-
i2.reset(), 0 === i2.direction ? i2.width = i2.width - d2 : i2.height = i2.height - p2, o2.y = o2.parent.y + (o2.parent.height - i2.height), o2.x = o2.parent.x + (o2.parent.width - i2.width), t2 && (i2.direction = 1 - i2.direction), e2 || i2.addElement(u2);
|
|
275
|
-
}
|
|
276
|
-
algorithmFill(t2, e2, i2) {
|
|
277
|
-
let s2 = [], o2, r2 = e2.direction, l2 = e2.x, a2 = e2.y, n2 = e2.width, h2 = e2.height, d2, p2, u2, c2;
|
|
278
|
-
for (let g2 of i2) o2 = e2.width * e2.height * (g2.val / e2.val), d2 = l2, p2 = a2, 0 === r2 ? (n2 -= u2 = o2 / (c2 = h2), l2 += u2) : (h2 -= c2 = o2 / (u2 = n2), a2 += c2), s2.push({ x: d2, y: p2, width: u2, height: c2, direction: 0, val: 0 }), t2 && (r2 = 1 - r2);
|
|
279
|
-
return s2;
|
|
280
|
-
}
|
|
281
|
-
algorithmLowAspectRatio(t2, e2, i2) {
|
|
282
|
-
let s2 = [], o2 = { x: e2.x, y: e2.y, parent: e2 }, r2 = e2.direction, l2 = i2.length - 1, a2 = new K(e2.height, e2.width, r2, o2), n2, h2 = 0;
|
|
283
|
-
for (let r3 of i2) n2 = e2.width * e2.height * (r3.val / e2.val), a2.addElement(n2), a2.lP.nR > a2.lP.lR && this.algorithmCalcPoints(t2, false, a2, s2, o2), h2 === l2 && this.algorithmCalcPoints(t2, true, a2, s2, o2), ++h2;
|
|
284
|
-
return s2;
|
|
285
|
-
}
|
|
286
|
-
alignDataLabel(t2, e2, i2) {
|
|
287
|
-
tg.prototype.alignDataLabel.apply(this, arguments), t2.dataLabel && t2.dataLabel.attr({ zIndex: (t2.node.zIndex || 0) + 1 });
|
|
288
|
-
}
|
|
289
|
-
applyTreeGrouping() {
|
|
290
|
-
let t2 = this, e2 = t2.parentList || {}, { cluster: i2 } = t2.options, s2 = (i2 == null ? void 0 : i2.minimumClusterSize) || 5;
|
|
291
|
-
if (i2 == null ? void 0 : i2.enabled) {
|
|
292
|
-
let o2 = {}, r2 = (t3) => {
|
|
293
|
-
var _a;
|
|
294
|
-
if ((_a = t3 == null ? void 0 : t3.point) == null ? void 0 : _a.shapeArgs) {
|
|
295
|
-
let { width: e3 = 0, height: s3 = 0 } = t3.point.shapeArgs, { pixelWidth: r3 = 0, pixelHeight: l3 = 0 } = i2, a2 = tB(l3), n2 = l3 ? r3 * l3 : r3 * r3;
|
|
296
|
-
(e3 < r3 || s3 < (a2 ? l3 : r3) || e3 * s3 < n2) && !t3.isGroup && tB(t3.parent) && (o2[t3.parent] || (o2[t3.parent] = []), o2[t3.parent].push(t3));
|
|
297
|
-
}
|
|
298
|
-
t3 == null ? void 0 : t3.children.forEach((t4) => {
|
|
299
|
-
r2(t4);
|
|
300
|
-
});
|
|
301
|
-
};
|
|
302
|
-
for (let l3 in r2(t2.tree), o2) o2[l3] && o2[l3].length > s2 && o2[l3].forEach((s3) => {
|
|
303
|
-
let o3 = e2[l3].indexOf(s3.i);
|
|
304
|
-
if (-1 !== o3) {
|
|
305
|
-
e2[l3].splice(o3, 1);
|
|
306
|
-
let r3 = `highcharts-grouped-treemap-points-${s3.parent || "root"}`, a2 = t2.points.find((t3) => t3.id === r3);
|
|
307
|
-
if (!a2) {
|
|
308
|
-
let s4 = t2.pointClass, o4 = t2.points.length;
|
|
309
|
-
tP(a2 = new s4(t2, { className: i2.className, color: i2.color, id: r3, index: o4, isGroup: true, value: 0 }), { formatPrefix: "cluster" }), t2.points.push(a2), e2[l3].push(o4), e2[r3] = [];
|
|
310
|
-
}
|
|
311
|
-
let n2 = a2.groupedPointsAmount + 1, h2 = t2.points[a2.index].options.value || 0, d2 = i2.name || `+ ${n2}`;
|
|
312
|
-
t2.points[a2.index].groupedPointsAmount = n2, t2.points[a2.index].options.value = h2 + (s3.point.value || 0), t2.points[a2.index].name = d2, e2[r3].push(s3.point.index);
|
|
313
|
-
}
|
|
314
|
-
});
|
|
315
|
-
t2.nodeMap = {}, t2.nodeList = [], t2.parentList = e2;
|
|
316
|
-
let l2 = t2.buildTree("", -1, 0, t2.parentList);
|
|
317
|
-
t2.translate(l2);
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
calculateChildrenAreas(t2, e2) {
|
|
321
|
-
var _a, _b, _c, _d;
|
|
322
|
-
let i2 = this.options, s2 = this.mapOptionsToLevel[t2.level + 1], o2 = tD((s2 == null ? void 0 : s2.layoutAlgorithm) && this[s2 == null ? void 0 : s2.layoutAlgorithm] && s2.layoutAlgorithm, i2.layoutAlgorithm), r2 = i2.alternateStartingDirection, l2 = t2.children.filter((e3) => t2.isGroup || !e3.ignore), a2 = (s2 == null ? void 0 : s2.groupPadding) ?? i2.groupPadding ?? 0, n2 = this.nodeMap[this.rootNode];
|
|
323
|
-
if (!o2) return;
|
|
324
|
-
let h2 = [], d2 = ((_a = n2.pointValues) == null ? void 0 : _a.width) || 0, p2 = ((_b = n2.pointValues) == null ? void 0 : _b.height) || 0;
|
|
325
|
-
(s2 == null ? void 0 : s2.layoutStartingDirection) && (e2.direction = +("vertical" !== s2.layoutStartingDirection)), h2 = this[o2](e2, l2);
|
|
326
|
-
let u2 = -1;
|
|
327
|
-
for (let t3 of l2) {
|
|
328
|
-
let i3 = h2[++u2];
|
|
329
|
-
t3 === n2 && (d2 = d2 || i3.width, p2 = i3.height);
|
|
330
|
-
let s3 = a2 / (this.xAxis.len / p2), o3 = a2 / (this.yAxis.len / p2);
|
|
331
|
-
if (t3.values = tR(i3, { val: t3.childrenTotal, direction: r2 ? 1 - e2.direction : e2.direction }), t3.children.length && ((_c = t3.point.dataLabels) == null ? void 0 : _c.length)) {
|
|
332
|
-
let e3 = tx(t3.point.dataLabels.map((t4) => {
|
|
333
|
-
var _a2;
|
|
334
|
-
return ((_a2 = t4.options) == null ? void 0 : _a2.headers) && t4.height || 0;
|
|
335
|
-
})) / (this.yAxis.len / p2);
|
|
336
|
-
e3 < t3.values.height / 2 && (t3.values.y += e3, t3.values.height -= e3);
|
|
337
|
-
}
|
|
338
|
-
if (a2) {
|
|
339
|
-
let e3 = Math.min(s3, t3.values.width / 4), i4 = Math.min(o3, t3.values.height / 4);
|
|
340
|
-
t3.values.x += e3, t3.values.width -= 2 * e3, t3.values.y += i4, t3.values.height -= 2 * i4;
|
|
341
|
-
}
|
|
342
|
-
t3.pointValues = tR(i3, { x: i3.x / this.axisRatio, y: 100 - i3.y - i3.height, width: i3.width / this.axisRatio }), t3.children.length && this.calculateChildrenAreas(t3, t3.values);
|
|
343
|
-
}
|
|
344
|
-
let c2 = (t3, e3 = [], i3 = true) => (t3.children.forEach((t4) => {
|
|
345
|
-
i3 && t4.isLeaf ? e3.push(t4.point) : i3 || t4.isLeaf || e3.push(t4.point), t4.children.length && c2(t4, e3, i3);
|
|
346
|
-
}), e3);
|
|
347
|
-
if ("leaf" === i2.nodeSizeBy && t2 === n2 && this.hasOutsideDataLabels && !c2(n2, void 0, false).some((t3) => tC(t3.options.value)) && !tC((_d = n2.point) == null ? void 0 : _d.options.value)) {
|
|
348
|
-
let i3 = c2(n2), s3 = i3.map((t3) => t3.options.value || 0), o3 = i3.map(({ node: { pointValues: t3 } }) => t3 ? t3.width * t3.height : 0), r3 = s3.reduce((t3, e3) => t3 + e3, 0), l3 = o3.reduce((t3, e3) => t3 + e3, 0) / r3, a3 = 0, h3 = 0;
|
|
349
|
-
i3.forEach((t3, e3) => {
|
|
350
|
-
let i4 = tT((s3[e3] ? o3[e3] / s3[e3] : 1) / l3, 0.8, 1.4), r4 = 1 - i4;
|
|
351
|
-
t3.value && (o3[e3] < 20 && (r4 *= o3[e3] / 20), r4 > h3 && (h3 = r4), r4 < a3 && (a3 = r4), t3.simulatedValue = (t3.simulatedValue || t3.value) / i4);
|
|
352
|
-
}), (a3 < -0.05 || h3 > 0.05) && this.simulation < 10 ? (this.simulation++, this.setTreeValues(t2), e2.val = t2.val, this.calculateChildrenAreas(t2, e2)) : (i3.forEach((t3) => {
|
|
353
|
-
delete t3.simulatedValue;
|
|
354
|
-
}), this.setTreeValues(t2), this.simulation = 0);
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
createList(t2) {
|
|
358
|
-
let e2 = this.chart, i2 = e2.breadcrumbs, s2 = [];
|
|
359
|
-
if (i2) {
|
|
360
|
-
let i3 = 0;
|
|
361
|
-
s2.push({ level: i3, levelOptions: e2.series[0] });
|
|
362
|
-
let o2 = t2.target.nodeMap[t2.newRootId], r2 = [];
|
|
363
|
-
for (; o2.parent || "" === o2.parent; ) r2.push(o2), o2 = t2.target.nodeMap[o2.parent];
|
|
364
|
-
for (let t3 of r2.reverse()) s2.push({ level: ++i3, levelOptions: t3 });
|
|
365
|
-
s2.length <= 1 && (s2.length = 0);
|
|
366
|
-
}
|
|
367
|
-
return s2;
|
|
368
|
-
}
|
|
369
|
-
drawDataLabels() {
|
|
370
|
-
var _a, _b;
|
|
371
|
-
let t2 = this.mapOptionsToLevel, e2 = this.points.filter(function(t3) {
|
|
372
|
-
return t3.node.visible || tB(t3.dataLabel);
|
|
373
|
-
}), i2 = (_a = tH(this.options.dataLabels || {})[0]) == null ? void 0 : _a.padding, s2 = e2.some((t3) => tC(t3.plotY));
|
|
374
|
-
for (let o2 of e2) {
|
|
375
|
-
let e3 = {}, r2 = { style: e3 }, l2 = t2[o2.node.level];
|
|
376
|
-
if ((!o2.node.isLeaf && !o2.node.isGroup || o2.node.isGroup && o2.node.level <= this.nodeMap[this.rootNode].level) && (r2.enabled = false), (l2 == null ? void 0 : l2.dataLabels) && (tR(true, r2, tH(l2.dataLabels)[0]), this.hasDataLabels = () => true), o2.node.isLeaf ? r2.inside = true : r2.headers && (r2.verticalAlign = "top"), o2.shapeArgs && s2) {
|
|
377
|
-
let { height: t3 = 0, width: s3 = 0 } = o2.shapeArgs;
|
|
378
|
-
if (s3 > 32 && t3 > 16 && o2.shouldDraw()) {
|
|
379
|
-
let l3 = s3 - 2 * (r2.padding || i2 || 0);
|
|
380
|
-
e3.width = `${l3}px`, e3.lineClamp ?? (e3.lineClamp = Math.floor(t3 / 16)), e3.visibility = "inherit", r2.headers && ((_b = o2.dataLabel) == null ? void 0 : _b.attr({ width: l3 }));
|
|
381
|
-
} else e3.width = `${s3}px`, e3.visibility = "hidden";
|
|
382
|
-
}
|
|
383
|
-
o2.dlOptions = tR(r2, o2.options.dataLabels, { zIndex: void 0 });
|
|
384
|
-
}
|
|
385
|
-
super.drawDataLabels(e2);
|
|
386
|
-
}
|
|
387
|
-
drawPoints(t2 = this.points) {
|
|
388
|
-
let e2 = this.chart, i2 = e2.renderer, s2 = e2.styledMode, o2 = this.options, r2 = s2 ? {} : o2.shadow, l2 = o2.borderRadius, a2 = e2.pointCount < o2.animationLimit, n2 = o2.allowTraversingTree;
|
|
389
|
-
for (let e3 of t2) {
|
|
390
|
-
let t3 = {}, h2 = {}, d2 = {}, p2 = "level-group-" + e3.node.level, u2 = !!e3.graphic, c2 = a2 && u2, g2 = e3.shapeArgs;
|
|
391
|
-
e3.shouldDraw() && (e3.isInside = true, l2 && (h2.r = l2), tR(true, c2 ? t3 : h2, u2 ? g2 : {}, s2 ? {} : this.pointAttribs(e3, e3.selected ? "select" : void 0)), this.colorAttribs && s2 && tP(d2, this.colorAttribs(e3)), this[p2] || (this[p2] = i2.g(p2).attr({ zIndex: -(e3.node.level || 0) }).add(this.group), this[p2].survive = true)), e3.draw({ animatableAttribs: t3, attribs: h2, css: d2, group: this[p2], imageUrl: e3.imageUrl, renderer: i2, shadow: r2, shapeArgs: g2, shapeType: e3.shapeType }), n2 && e3.graphic && (e3.drillId = o2.interactByLeaf ? this.drillToByLeaf(e3) : this.drillToByGroup(e3));
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
drillToByGroup(t2) {
|
|
395
|
-
return (!t2.node.isLeaf || !!t2.node.isGroup) && t2.id;
|
|
396
|
-
}
|
|
397
|
-
drillToByLeaf(t2) {
|
|
398
|
-
let { traverseToLeaf: e2 } = t2.series.options, i2 = false, s2;
|
|
399
|
-
if (t2.node.parent !== this.rootNode && t2.node.isLeaf) if (e2) i2 = t2.id;
|
|
400
|
-
else for (s2 = t2.node; !i2; ) void 0 !== s2.parent && (s2 = this.nodeMap[s2.parent]), s2.parent === this.rootNode && (i2 = s2.id);
|
|
401
|
-
return i2;
|
|
402
|
-
}
|
|
403
|
-
drillToNode(t2, e2) {
|
|
404
|
-
tA(32, false, void 0, { "treemap.drillToNode": "use treemap.setRootNode" }), this.setRootNode(t2, e2);
|
|
405
|
-
}
|
|
406
|
-
drillUp() {
|
|
407
|
-
let t2 = this.nodeMap[this.rootNode];
|
|
408
|
-
t2 && tM(t2.parent) && this.setRootNode(t2.parent, true, { trigger: "traverseUpButton" });
|
|
409
|
-
}
|
|
410
|
-
getExtremes() {
|
|
411
|
-
let { dataMin: t2, dataMax: e2 } = super.getExtremes(this.colorValueData);
|
|
412
|
-
return this.valueMin = t2, this.valueMax = e2, super.getExtremes();
|
|
413
|
-
}
|
|
414
|
-
getListOfParents(t2, e2) {
|
|
415
|
-
let i2 = tO(t2) ? t2 : [], s2 = tO(e2) ? e2 : [], o2 = i2.reduce(function(t3, e3, i3) {
|
|
416
|
-
let s3 = tD(e3.parent, "");
|
|
417
|
-
return void 0 === t3[s3] && (t3[s3] = []), t3[s3].push(i3), t3;
|
|
418
|
-
}, { "": [] });
|
|
419
|
-
for (let t3 of Object.keys(o2)) {
|
|
420
|
-
let e3 = o2[t3];
|
|
421
|
-
if ("" !== t3 && -1 === s2.indexOf(t3)) {
|
|
422
|
-
for (let t4 of e3) o2[""].push(t4);
|
|
423
|
-
delete o2[t3];
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
return o2;
|
|
427
|
-
}
|
|
428
|
-
getTree() {
|
|
429
|
-
let t2 = this.data.map(function(t3) {
|
|
430
|
-
return t3.id;
|
|
431
|
-
});
|
|
432
|
-
return this.parentList = this.getListOfParents(this.data, t2), this.nodeMap = {}, this.nodeList = [], this.buildTree("", -1, 0, this.parentList || {});
|
|
433
|
-
}
|
|
434
|
-
buildTree(t2, e2, i2, s2, o2) {
|
|
435
|
-
let r2 = [], l2 = this.points[e2], a2 = 0, n2;
|
|
436
|
-
for (let e3 of s2[t2] || []) a2 = Math.max((n2 = this.buildTree(this.points[e3].id, e3, i2 + 1, s2, t2)).height + 1, a2), r2.push(n2), this.is("treegraph") && (n2.visible = true);
|
|
437
|
-
let h2 = new this.NodeClass().init(t2, e2, r2, a2, i2, this, o2);
|
|
438
|
-
for (let t3 of r2) t3.parentNode = h2;
|
|
439
|
-
return this.nodeMap[h2.id] = h2, this.nodeList.push(h2), l2 && (l2.node = h2, h2.point = l2, tB(l2.options.x) || (l2.x = i2)), h2;
|
|
440
|
-
}
|
|
441
|
-
hasData() {
|
|
442
|
-
return !!this.dataTable.rowCount;
|
|
443
|
-
}
|
|
444
|
-
init(t2, e2) {
|
|
445
|
-
let i2 = this, s2 = tR(e2.drillUpButton, e2.breadcrumbs), o2 = ty(i2, "setOptions", (t3) => {
|
|
446
|
-
var _a;
|
|
447
|
-
let e3 = t3.userOptions;
|
|
448
|
-
tB(e3.allowDrillToNode) && !tB(e3.allowTraversingTree) && (e3.allowTraversingTree = e3.allowDrillToNode, delete e3.allowDrillToNode), tB(e3.drillUpButton) && !tB(e3.traverseUpButton) && (e3.traverseUpButton = e3.drillUpButton, delete e3.drillUpButton);
|
|
449
|
-
let i3 = tH(e3.dataLabels || {});
|
|
450
|
-
(_a = e3.levels) == null ? void 0 : _a.forEach((t4) => {
|
|
451
|
-
i3.push.apply(i3, tH(t4.dataLabels || {}));
|
|
452
|
-
}), this.hasOutsideDataLabels = i3.some((t4) => t4.headers);
|
|
453
|
-
});
|
|
454
|
-
super.init(t2, e2), delete i2.opacity, i2.eventsToUnbind.push(o2), i2.options.allowTraversingTree && (i2.eventsToUnbind.push(ty(i2, "click", i2.onClickDrillToNode)), i2.eventsToUnbind.push(ty(i2, "setRootNode", function(t3) {
|
|
455
|
-
let e3 = i2.chart;
|
|
456
|
-
e3.breadcrumbs && e3.breadcrumbs.updateProperties(i2.createList(t3));
|
|
457
|
-
})), i2.eventsToUnbind.push(ty(i2, "update", function(t3, e3) {
|
|
458
|
-
let i3 = this.chart.breadcrumbs;
|
|
459
|
-
i3 && t3.options.breadcrumbs && i3.update(t3.options.breadcrumbs), this.hadOutsideDataLabels = this.hasOutsideDataLabels;
|
|
460
|
-
})), i2.eventsToUnbind.push(ty(i2, "destroy", function(t3) {
|
|
461
|
-
let e3 = this.chart;
|
|
462
|
-
e3.breadcrumbs && !t3.keepEventsForUpdate && (e3.breadcrumbs.destroy(), e3.breadcrumbs = void 0);
|
|
463
|
-
}))), t2.breadcrumbs || (t2.breadcrumbs = new R(t2, s2)), i2.eventsToUnbind.push(ty(t2.breadcrumbs, "up", function(t3) {
|
|
464
|
-
let e3 = this.level - t3.newLevel;
|
|
465
|
-
for (let t4 = 0; t4 < e3; t4++) i2.drillUp();
|
|
466
|
-
}));
|
|
467
|
-
}
|
|
468
|
-
onClickDrillToNode(t2) {
|
|
469
|
-
let e2 = t2.point, i2 = e2 == null ? void 0 : e2.drillId;
|
|
470
|
-
tM(i2) && (e2.setState(""), this.setRootNode(i2, true, { trigger: "click" }));
|
|
471
|
-
}
|
|
472
|
-
pointAttribs(t2, e2) {
|
|
473
|
-
let i2 = tN(this.mapOptionsToLevel) ? this.mapOptionsToLevel : {}, s2 = t2 && i2[t2.node.level] || {}, o2 = this.options, r2 = e2 && o2.states && o2.states[e2] || {}, l2 = (t2 == null ? void 0 : t2.getClassName()) || "", a2 = { stroke: t2 && t2.borderColor || s2.borderColor || r2.borderColor || o2.borderColor, "stroke-width": tD(t2 && t2.borderWidth, s2.borderWidth, r2.borderWidth, o2.borderWidth), dashstyle: (t2 == null ? void 0 : t2.borderDashStyle) || s2.borderDashStyle || r2.borderDashStyle || o2.borderDashStyle, fill: (t2 == null ? void 0 : t2.color) || this.color };
|
|
474
|
-
return -1 !== l2.indexOf("highcharts-above-level") ? (a2.fill = "none", a2["stroke-width"] = 0) : -1 !== l2.indexOf("highcharts-internal-node-interactive") ? (a2["fill-opacity"] = r2.opacity ?? o2.opacity ?? 1, a2.cursor = "pointer") : -1 !== l2.indexOf("highcharts-internal-node") ? a2.fill = "none" : e2 && r2.brightness && (a2.fill = tp(a2.fill).brighten(r2.brightness).get()), a2;
|
|
475
|
-
}
|
|
476
|
-
setColorRecursive(t2, e2, i2, s2, o2) {
|
|
477
|
-
var _a;
|
|
478
|
-
let r2 = this == null ? void 0 : this.chart, l2 = (_a = r2 == null ? void 0 : r2.options) == null ? void 0 : _a.colors;
|
|
479
|
-
if (t2) {
|
|
480
|
-
let r3 = tm(t2, { colors: l2, index: s2, mapOptionsToLevel: this.mapOptionsToLevel, parentColor: e2, parentColorIndex: i2, series: this, siblings: o2 }), a2 = this.points[t2.i];
|
|
481
|
-
a2 && (a2.color = r3.color, a2.colorIndex = r3.colorIndex);
|
|
482
|
-
let n2 = -1;
|
|
483
|
-
for (let e3 of t2.children || []) this.setColorRecursive(e3, r3.color, r3.colorIndex, ++n2, t2.children.length);
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
setPointValues() {
|
|
487
|
-
let t2 = this, { points: e2, xAxis: i2, yAxis: s2 } = t2, o2 = t2.chart.styledMode, r2 = (e3) => o2 ? 0 : t2.pointAttribs(e3)["stroke-width"] || 0;
|
|
488
|
-
for (let t3 of e2) {
|
|
489
|
-
let { pointValues: e3, visible: o3 } = t3.node;
|
|
490
|
-
if (e3 && o3) {
|
|
491
|
-
let { height: o4, width: l2, x: a2, y: n2 } = e3, h2 = r2(t3), d2 = i2.toPixels(a2, true), p2 = i2.toPixels(a2 + l2, true), u2 = s2.toPixels(n2, true), c2 = s2.toPixels(n2 + o4, true), g2 = 0 === d2 ? h2 / 2 : tL(i2.toPixels(a2, true), h2, true), v2 = p2 === i2.len ? i2.len - h2 / 2 : tL(i2.toPixels(a2 + l2, true), h2, true), m2 = u2 === s2.len ? s2.len - h2 / 2 : tL(s2.toPixels(n2, true), h2, true), b2 = 0 === c2 ? h2 / 2 : tL(s2.toPixels(n2 + o4, true), h2, true), f2 = { x: Math.min(g2, v2), y: Math.min(m2, b2), width: Math.abs(v2 - g2), height: Math.abs(b2 - m2) };
|
|
492
|
-
t3.plotX = f2.x + f2.width / 2, t3.plotY = f2.y + f2.height / 2, t3.shapeArgs = f2;
|
|
493
|
-
} else delete t3.plotX, delete t3.plotY;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
setRootNode(t2, e2, i2) {
|
|
497
|
-
tS(this, "setRootNode", tP({ newRootId: t2, previousRootId: this.rootNode, redraw: tD(e2, true), series: this }, i2), function(t3) {
|
|
498
|
-
let e3 = t3.series;
|
|
499
|
-
e3.idPreviousRoot = t3.previousRootId, e3.rootNode = t3.newRootId, e3.isDirty = true, t3.redraw && e3.chart.redraw();
|
|
500
|
-
});
|
|
501
|
-
}
|
|
502
|
-
setState(t2) {
|
|
503
|
-
this.options.inactiveOtherPoints = true, super.setState(t2, false), this.options.inactiveOtherPoints = false;
|
|
504
|
-
}
|
|
505
|
-
setTreeValues(t2) {
|
|
506
|
-
var _a, _b, _c;
|
|
507
|
-
let e2 = this.options, i2 = this.rootNode, s2 = this.nodeMap[i2], o2 = "boolean" != typeof e2.levelIsConstant || e2.levelIsConstant, r2 = [], l2 = this.points[t2.i], a2 = 0;
|
|
508
|
-
for (let e3 of t2.children) e3 = this.setTreeValues(e3), r2.push(e3), e3.ignore || (a2 += e3.val);
|
|
509
|
-
tG(r2, (t3, e3) => (t3.sortIndex || 0) - (e3.sortIndex || 0));
|
|
510
|
-
let n2 = tD(l2 == null ? void 0 : l2.simulatedValue, l2 == null ? void 0 : l2.options.value, a2);
|
|
511
|
-
return l2 && (l2.value = n2), (l2 == null ? void 0 : l2.isGroup) && ((_a = e2.cluster) == null ? void 0 : _a.reductionFactor) && (n2 /= e2.cluster.reductionFactor), ((_c = (_b = t2.parentNode) == null ? void 0 : _b.point) == null ? void 0 : _c.isGroup) && this.rootNode !== t2.parent && (t2.visible = false), tP(t2, { children: r2, childrenTotal: a2, ignore: !(tD(l2 == null ? void 0 : l2.visible, true) && n2 > 0), isLeaf: t2.visible && !("treegraph" === this.type ? r2.length > 0 : a2), isGroup: l2 == null ? void 0 : l2.isGroup, levelDynamic: t2.level - (o2 ? 0 : s2.level), name: tD(l2 == null ? void 0 : l2.name, ""), sortIndex: tD(l2 == null ? void 0 : l2.sortIndex, -n2), val: n2 }), t2;
|
|
512
|
-
}
|
|
513
|
-
sliceAndDice(t2, e2) {
|
|
514
|
-
return this.algorithmFill(true, t2, e2);
|
|
515
|
-
}
|
|
516
|
-
squarified(t2, e2) {
|
|
517
|
-
return this.algorithmLowAspectRatio(true, t2, e2);
|
|
518
|
-
}
|
|
519
|
-
strip(t2, e2) {
|
|
520
|
-
return this.algorithmLowAspectRatio(false, t2, e2);
|
|
521
|
-
}
|
|
522
|
-
stripes(t2, e2) {
|
|
523
|
-
return this.algorithmFill(false, t2, e2);
|
|
524
|
-
}
|
|
525
|
-
translate(t2) {
|
|
526
|
-
var _a;
|
|
527
|
-
let e2 = this, i2 = e2.options, s2 = !t2, o2 = tf(e2), r2, l2, a2, n2;
|
|
528
|
-
t2 || o2.startsWith("highcharts-grouped-treemap-points-") || ((this.points || []).forEach((t3) => {
|
|
529
|
-
t3.isGroup && t3.destroy();
|
|
530
|
-
}), super.translate(), t2 = e2.getTree()), e2.tree = t2 = t2 || e2.tree, r2 = e2.nodeMap[o2], "" === o2 || r2 || (e2.setRootNode("", false), o2 = e2.rootNode, r2 = e2.nodeMap[o2]), ((_a = r2.point) == null ? void 0 : _a.isGroup) || (e2.mapOptionsToLevel = tb({ from: r2.level + 1, levels: i2.levels, to: t2.height, defaults: { levelIsConstant: e2.options.levelIsConstant, colorByPoint: i2.colorByPoint } })), ts.recursive(e2.nodeMap[e2.rootNode], (t3) => {
|
|
531
|
-
let i3 = t3.parent, s3 = false;
|
|
532
|
-
return t3.visible = true, (i3 || "" === i3) && (s3 = e2.nodeMap[i3]), s3;
|
|
533
|
-
}), ts.recursive(e2.nodeMap[e2.rootNode].children, (t3) => {
|
|
534
|
-
let e3 = false;
|
|
535
|
-
for (let i3 of t3) i3.visible = true, i3.children.length && (e3 = (e3 || []).concat(i3.children));
|
|
536
|
-
return e3;
|
|
537
|
-
}), e2.setTreeValues(t2), e2.axisRatio = e2.xAxis.len / e2.yAxis.len, e2.nodeMap[""].pointValues = l2 = { x: 0, y: 0, width: 100, height: 100 }, e2.nodeMap[""].values = a2 = tR(l2, { width: l2.width * e2.axisRatio, direction: +("vertical" !== i2.layoutStartingDirection), val: t2.val }), (this.hasOutsideDataLabels || this.hadOutsideDataLabels) && this.drawDataLabels(), e2.calculateChildrenAreas(t2, a2), e2.colorAxis || i2.colorByPoint || e2.setColorRecursive(e2.tree), i2.allowTraversingTree && r2.pointValues && (n2 = r2.pointValues, e2.xAxis.setExtremes(n2.x, n2.x + n2.width, false), e2.yAxis.setExtremes(n2.y, n2.y + n2.height, false), e2.xAxis.setScale(), e2.yAxis.setScale()), e2.setPointValues(), s2 && e2.applyTreeGrouping();
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
tk.defaultOptions = tR(tv.defaultOptions, ti), tP(tk.prototype, { buildKDTree: tc, colorAttribs: _.seriesMembers.colorAttribs, colorKey: "colorValue", directTouch: true, getExtremesFromAll: true, getSymbol: tc, optionalAxis: "colorAxis", parallelArrays: ["x", "y", "value", "colorValue"], pointArrayMap: ["value", "colorValue"], pointClass: tt, NodeClass: class {
|
|
541
|
-
constructor() {
|
|
542
|
-
this.childrenTotal = 0, this.visible = false;
|
|
543
|
-
}
|
|
544
|
-
init(t2, e2, i2, s2, o2, r2, l2) {
|
|
545
|
-
return this.id = t2, this.i = e2, this.children = i2, this.height = s2, this.level = o2, this.series = r2, this.parent = l2, this;
|
|
546
|
-
}
|
|
547
|
-
}, trackerGroups: ["group", "dataLabelsGroup"], utils: ts }), _.compose(tk), G().registerSeriesType("treemap", tk);
|
|
548
|
-
let tU = c();
|
|
549
|
-
tU.Breadcrumbs = tU.Breadcrumbs || R, tU.Breadcrumbs.compose(tU.Chart, tU.defaultOptions), tk.compose(tU.Series);
|
|
550
|
-
let tW = c();
|
|
551
|
-
return p.default;
|
|
552
|
-
})());
|
|
553
|
-
})(treemap);
|
|
554
|
-
var treemapExports = treemap.exports;
|
|
555
|
-
const HighchartsTreemap = /* @__PURE__ */ getDefaultExportFromCjs(treemapExports);
|
|
556
|
-
export {
|
|
557
|
-
HighchartsTreemap as default
|
|
558
|
-
};
|