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,434 +0,0 @@
|
|
|
1
|
-
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as venn } from "../../../_virtual/venn.js";
|
|
3
|
-
(function(module, exports$1) {
|
|
4
|
-
!/**
|
|
5
|
-
* Highcharts JS v12.5.0 (2026-01-12)
|
|
6
|
-
* @module highcharts/modules/venn
|
|
7
|
-
* @requires highcharts
|
|
8
|
-
*
|
|
9
|
-
* (c) 2017-2026 Highsoft AS
|
|
10
|
-
* Authors: Jon Arild Nygard
|
|
11
|
-
*
|
|
12
|
-
* A commercial license may be required depending on use.
|
|
13
|
-
* See www.highcharts.com/license
|
|
14
|
-
*/
|
|
15
|
-
function(e, t) {
|
|
16
|
-
module.exports = t(e._Highcharts, e._Highcharts.Color, e._Highcharts.SeriesRegistry);
|
|
17
|
-
}("u" < typeof window ? commonjsGlobal : window, (e, t, r) => (() => {
|
|
18
|
-
var n, i, s, o = { 512: (e2) => {
|
|
19
|
-
e2.exports = r;
|
|
20
|
-
}, 620: (e2) => {
|
|
21
|
-
e2.exports = t;
|
|
22
|
-
}, 944: (t2) => {
|
|
23
|
-
t2.exports = e;
|
|
24
|
-
} }, l = {};
|
|
25
|
-
function a(e2) {
|
|
26
|
-
var t2 = l[e2];
|
|
27
|
-
if (void 0 !== t2) return t2.exports;
|
|
28
|
-
var r2 = l[e2] = { exports: {} };
|
|
29
|
-
return o[e2](r2, r2.exports, a), r2.exports;
|
|
30
|
-
}
|
|
31
|
-
a.n = (e2) => {
|
|
32
|
-
var t2 = e2 && e2.__esModule ? () => e2.default : () => e2;
|
|
33
|
-
return a.d(t2, { a: t2 }), t2;
|
|
34
|
-
}, a.d = (e2, t2) => {
|
|
35
|
-
for (var r2 in t2) a.o(t2, r2) && !a.o(e2, r2) && Object.defineProperty(e2, r2, { enumerable: true, get: t2[r2] });
|
|
36
|
-
}, a.o = (e2, t2) => Object.prototype.hasOwnProperty.call(e2, t2);
|
|
37
|
-
var c = {};
|
|
38
|
-
a.d(c, { default: () => ea });
|
|
39
|
-
var u = a(944), f = a.n(u), h = a(620), p = a.n(h);
|
|
40
|
-
(n = i || (i = {})).getCenterOfPoints = function(e2) {
|
|
41
|
-
let t2 = e2.reduce((e3, t3) => (e3.x += t3.x, e3.y += t3.y, e3), { x: 0, y: 0 });
|
|
42
|
-
return { x: t2.x / e2.length, y: t2.y / e2.length };
|
|
43
|
-
}, n.getDistanceBetweenPoints = function(e2, t2) {
|
|
44
|
-
return Math.sqrt(Math.pow(t2.x - e2.x, 2) + Math.pow(t2.y - e2.y, 2));
|
|
45
|
-
}, n.getAngleBetweenPoints = function(e2, t2) {
|
|
46
|
-
return Math.atan2(t2.x - e2.x, t2.y - e2.y);
|
|
47
|
-
}, n.pointInPolygon = function({ x: e2, y: t2 }, r2) {
|
|
48
|
-
let n2 = r2.length, i2, s2, o2 = false;
|
|
49
|
-
for (i2 = 0, s2 = n2 - 1; i2 < n2; s2 = i2++) {
|
|
50
|
-
let [n3, l2] = r2[i2], [a2, c2] = r2[s2];
|
|
51
|
-
l2 > t2 != c2 > t2 && e2 < (a2 - n3) * (t2 - l2) / (c2 - l2) + n3 && (o2 = !o2);
|
|
52
|
-
}
|
|
53
|
-
return o2;
|
|
54
|
-
};
|
|
55
|
-
let d = i, { getAngleBetweenPoints: g, getCenterOfPoints: y, getDistanceBetweenPoints: x } = d, { correctFloat: m } = f();
|
|
56
|
-
!function(e2) {
|
|
57
|
-
function t2(e3, t3) {
|
|
58
|
-
let r3 = Math.pow(10, t3);
|
|
59
|
-
return Math.round(e3 * r3) / r3;
|
|
60
|
-
}
|
|
61
|
-
function r2(e3) {
|
|
62
|
-
if (e3 <= 0) throw Error("radius of circle must be a positive number.");
|
|
63
|
-
return m(Math.PI * e3 * e3);
|
|
64
|
-
}
|
|
65
|
-
function n2(e3, t3) {
|
|
66
|
-
return e3 * e3 * Math.acos(1 - t3 / e3) - (e3 - t3) * Math.sqrt(t3 * (2 * e3 - t3));
|
|
67
|
-
}
|
|
68
|
-
function i2(e3, r3) {
|
|
69
|
-
let n3 = x(e3, r3), i3 = e3.r, s3 = r3.r, o3 = [];
|
|
70
|
-
if (n3 < i3 + s3 && n3 > Math.abs(i3 - s3)) {
|
|
71
|
-
let l3 = i3 * i3, a3 = (l3 - s3 * s3 + n3 * n3) / (2 * n3), c2 = Math.sqrt(l3 - a3 * a3), u2 = e3.x, f2 = r3.x, h2 = e3.y, p2 = r3.y, d2 = u2 + a3 * (f2 - u2) / n3, g2 = h2 + a3 * (p2 - h2) / n3, y2 = -(c2 / n3 * (p2 - h2)), x2 = -(c2 / n3 * (f2 - u2));
|
|
72
|
-
o3 = [{ x: t2(d2 + y2, 14), y: t2(g2 - x2, 14) }, { x: t2(d2 - y2, 14), y: t2(g2 + x2, 14) }];
|
|
73
|
-
}
|
|
74
|
-
return o3;
|
|
75
|
-
}
|
|
76
|
-
function s2(e3) {
|
|
77
|
-
return e3.reduce((e4, t3, r3, n3) => {
|
|
78
|
-
let s3 = n3.slice(r3 + 1).reduce((e5, n4, s4) => {
|
|
79
|
-
let o3 = [r3, s4 + r3 + 1];
|
|
80
|
-
return e5.concat(i2(t3, n4).map((e6) => (e6.indexes = o3, e6)));
|
|
81
|
-
}, []);
|
|
82
|
-
return e4.concat(s3);
|
|
83
|
-
}, []);
|
|
84
|
-
}
|
|
85
|
-
function o2(e3, t3) {
|
|
86
|
-
return x(e3, t3) <= t3.r + 1e-10;
|
|
87
|
-
}
|
|
88
|
-
function l2(e3, t3) {
|
|
89
|
-
return !t3.some(function(t4) {
|
|
90
|
-
return !o2(e3, t4);
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
function a2(e3) {
|
|
94
|
-
return s2(e3).filter(function(t3) {
|
|
95
|
-
return l2(t3, e3);
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
e2.round = t2, e2.getAreaOfCircle = r2, e2.getCircularSegmentArea = n2, e2.getOverlapBetweenCircles = function(e3, i3, s3) {
|
|
99
|
-
let o3 = 0;
|
|
100
|
-
if (s3 < e3 + i3) {
|
|
101
|
-
if (s3 <= Math.abs(i3 - e3)) o3 = r2(e3 < i3 ? e3 : i3);
|
|
102
|
-
else {
|
|
103
|
-
let t3 = (e3 * e3 - i3 * i3 + s3 * s3) / (2 * s3);
|
|
104
|
-
o3 = n2(e3, e3 - t3) + n2(i3, i3 - (s3 - t3));
|
|
105
|
-
}
|
|
106
|
-
o3 = t2(o3, 14);
|
|
107
|
-
}
|
|
108
|
-
return o3;
|
|
109
|
-
}, e2.getCircleCircleIntersection = i2, e2.getCirclesIntersectionPoints = s2, e2.isCircle1CompletelyOverlappingCircle2 = function(e3, t3) {
|
|
110
|
-
return x(e3, t3) + t3.r < e3.r + 1e-10;
|
|
111
|
-
}, e2.isPointInsideCircle = o2, e2.isPointInsideAllCircles = l2, e2.isPointOutsideAllCircles = function(e3, t3) {
|
|
112
|
-
return !t3.some(function(t4) {
|
|
113
|
-
return o2(e3, t4);
|
|
114
|
-
});
|
|
115
|
-
}, e2.getCirclesIntersectionPolygon = a2, e2.getAreaOfIntersectionBetweenCircles = function(e3) {
|
|
116
|
-
let t3 = a2(e3), r3;
|
|
117
|
-
if (t3.length > 1) {
|
|
118
|
-
let n3 = y(t3), i3 = (t3 = t3.map(function(e4) {
|
|
119
|
-
return e4.angle = g(n3, e4), e4;
|
|
120
|
-
}).sort(function(e4, t4) {
|
|
121
|
-
return t4.angle - e4.angle;
|
|
122
|
-
}))[t3.length - 1], s3 = t3.reduce(function(t4, r4) {
|
|
123
|
-
let { startPoint: n4 } = t4, i4 = y([n4, r4]), s4 = r4.indexes.filter(function(e4) {
|
|
124
|
-
return n4.indexes.indexOf(e4) > -1;
|
|
125
|
-
}).reduce(function(t5, s5) {
|
|
126
|
-
let o3 = e3[s5], l3 = g(o3, r4), a3 = g(o3, n4), c2 = a3 - l3 + (a3 < l3 ? 2 * Math.PI : 0), u2 = a3 - c2 / 2, f2 = x(i4, { x: o3.x + o3.r * Math.sin(u2), y: o3.y + o3.r * Math.cos(u2) }), { r: h2 } = o3;
|
|
127
|
-
return f2 > 2 * h2 && (f2 = 2 * h2), (!t5 || t5.width > f2) && (t5 = { r: h2, largeArc: +(f2 > h2), width: f2, x: r4.x, y: r4.y }), t5;
|
|
128
|
-
}, null);
|
|
129
|
-
if (s4) {
|
|
130
|
-
let { r: e4 } = s4;
|
|
131
|
-
t4.arcs.push(["A", e4, e4, 0, s4.largeArc, 1, s4.x, s4.y]), t4.startPoint = r4;
|
|
132
|
-
}
|
|
133
|
-
return t4;
|
|
134
|
-
}, { startPoint: i3, arcs: [] }).arcs;
|
|
135
|
-
0 === s3.length || 1 === s3.length || (s3.unshift(["M", i3.x, i3.y]), r3 = { center: n3, d: s3 });
|
|
136
|
-
}
|
|
137
|
-
return r3;
|
|
138
|
-
};
|
|
139
|
-
}(s || (s = {}));
|
|
140
|
-
let b = s, v = function(e2, t2) {
|
|
141
|
-
let { animatableAttribs: r2, onComplete: n2, css: i2, renderer: s2 } = t2, o2 = e2.series && e2.series.chart.hasRendered ? void 0 : e2.series && e2.series.options.animation, l2 = e2.graphic;
|
|
142
|
-
if (t2.attribs = { ...t2.attribs, class: e2.getClassName() }, e2.shouldDraw()) l2 || (e2.graphic = l2 = "text" === t2.shapeType ? s2.text() : "image" === t2.shapeType ? s2.image(t2.imageUrl || "").attr(t2.shapeArgs || {}) : s2[t2.shapeType](t2.shapeArgs || {}), l2.add(t2.group)), i2 && l2.css(i2), l2.attr(t2.attribs).animate(r2, !t2.isNew && o2, n2);
|
|
143
|
-
else if (l2) {
|
|
144
|
-
let t3 = () => {
|
|
145
|
-
e2.graphic = l2 = l2 && l2.destroy(), "function" == typeof n2 && n2();
|
|
146
|
-
};
|
|
147
|
-
Object.keys(r2).length ? l2.animate(r2, void 0, () => t3()) : t3();
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
var M = a(512), A = a.n(M);
|
|
151
|
-
let { scatter: { prototype: { pointClass: C } } } = A().seriesTypes, { isNumber: O } = f(), { getAreaOfCircle: w, getCircleCircleIntersection: P, getOverlapBetweenCircles: E, isPointInsideAllCircles: L, isPointInsideCircle: j, isPointOutsideAllCircles: I } = b, { getDistanceBetweenPoints: S } = d, { extend: _, isArray: N, isNumber: T, isObject: V, isString: H } = f();
|
|
152
|
-
function B(e2) {
|
|
153
|
-
let t2 = {};
|
|
154
|
-
return e2.filter((e3) => 2 === e3.sets.length).forEach((e3) => {
|
|
155
|
-
e3.sets.forEach((r2, n2, i2) => {
|
|
156
|
-
V(t2[r2]) || (t2[r2] = { totalOverlap: 0, overlapping: {} }), t2[r2] = { totalOverlap: (t2[r2].totalOverlap || 0) + e3.value, overlapping: { ...t2[r2].overlapping || {}, [i2[1 - n2]]: e3.value } };
|
|
157
|
-
});
|
|
158
|
-
}), e2.filter(U).forEach((e3) => {
|
|
159
|
-
let r2 = t2[e3.sets[0]];
|
|
160
|
-
_(e3, r2);
|
|
161
|
-
}), e2;
|
|
162
|
-
}
|
|
163
|
-
function X(e2, t2, r2, n2, i2) {
|
|
164
|
-
let s2 = e2(t2), o2 = e2(r2), l2 = 100, a2 = 1e-10, c2 = r2 - t2, u2, f2, h2 = 1;
|
|
165
|
-
if (t2 >= r2) throw Error("a must be smaller than b.");
|
|
166
|
-
if (s2 * o2 > 0) throw Error("f(a) and f(b) must have opposite signs.");
|
|
167
|
-
if (0 === s2) u2 = t2;
|
|
168
|
-
else if (0 === o2) u2 = r2;
|
|
169
|
-
else for (; h2++ <= l2 && 0 !== f2 && c2 > a2; ) c2 = (r2 - t2) / 2, s2 * (f2 = e2(u2 = t2 + c2)) > 0 ? t2 = u2 : r2 = u2;
|
|
170
|
-
return u2;
|
|
171
|
-
}
|
|
172
|
-
function D(e2) {
|
|
173
|
-
let t2 = e2.slice(0, -1), r2 = t2.length, n2 = [], i2 = (e3, t3) => (e3.sum += t3[e3.i], e3);
|
|
174
|
-
for (let e3 = 0; e3 < r2; e3++) n2[e3] = t2.reduce(i2, { sum: 0, i: e3 }).sum / r2;
|
|
175
|
-
return n2;
|
|
176
|
-
}
|
|
177
|
-
function k(e2, t2, r2) {
|
|
178
|
-
let n2 = e2 + t2;
|
|
179
|
-
return r2 <= 0 ? n2 : w(e2 < t2 ? e2 : t2) <= r2 ? 0 : X((n3) => r2 - E(e2, t2, n3), 0, n2);
|
|
180
|
-
}
|
|
181
|
-
function U(e2) {
|
|
182
|
-
return N(e2.sets) && 1 === e2.sets.length;
|
|
183
|
-
}
|
|
184
|
-
function F(e2) {
|
|
185
|
-
let t2 = {};
|
|
186
|
-
return V(e2) && T(e2.value) && e2.value > -1 && N(e2.sets) && e2.sets.length > 0 && !e2.sets.some(function(e3) {
|
|
187
|
-
let r2 = false;
|
|
188
|
-
return !t2[e3] && H(e3) ? t2[e3] = true : r2 = true, r2;
|
|
189
|
-
});
|
|
190
|
-
}
|
|
191
|
-
function R(e2, t2) {
|
|
192
|
-
return t2.reduce(function(t3, r2) {
|
|
193
|
-
let n2 = 0;
|
|
194
|
-
if (r2.sets.length > 1) {
|
|
195
|
-
let t4 = r2.value - function(e3) {
|
|
196
|
-
let t5 = 0;
|
|
197
|
-
if (2 === e3.length) {
|
|
198
|
-
let r3 = e3[0], n3 = e3[1];
|
|
199
|
-
t5 = E(r3.r, n3.r, S(r3, n3));
|
|
200
|
-
}
|
|
201
|
-
return t5;
|
|
202
|
-
}(r2.sets.map(function(t5) {
|
|
203
|
-
return e2[t5];
|
|
204
|
-
}));
|
|
205
|
-
n2 = Math.round(t4 * t4 * 1e11) / 1e11;
|
|
206
|
-
}
|
|
207
|
-
return t3 + n2;
|
|
208
|
-
}, 0);
|
|
209
|
-
}
|
|
210
|
-
function W(e2, t2) {
|
|
211
|
-
return void 0 !== t2.totalOverlap && void 0 !== e2.totalOverlap ? t2.totalOverlap - e2.totalOverlap : NaN;
|
|
212
|
-
}
|
|
213
|
-
let q = { geometry: d, geometryCircles: b, addOverlapToSets: B, getCentroid: D, getDistanceBetweenCirclesByOverlap: k, getLabelWidth: function(e2, t2, r2) {
|
|
214
|
-
let n2 = t2.reduce((e3, t3) => Math.min(t3.r, e3), 1 / 0), i2 = r2.filter((t3) => !j(e2, t3)), s2 = function(r3, n3) {
|
|
215
|
-
return X((s3) => {
|
|
216
|
-
let o2 = { x: e2.x + n3 * s3, y: e2.y };
|
|
217
|
-
return -(r3 - s3) + (L(o2, t2) && I(o2, i2) ? 0 : Number.MAX_VALUE);
|
|
218
|
-
}, 0, r3);
|
|
219
|
-
};
|
|
220
|
-
return 2 * Math.min(s2(n2, -1), s2(n2, 1));
|
|
221
|
-
}, getMarginFromCircles: function(e2, t2, r2) {
|
|
222
|
-
let n2 = t2.reduce((t3, r3) => {
|
|
223
|
-
let n3 = r3.r - S(e2, r3);
|
|
224
|
-
return n3 <= t3 ? n3 : t3;
|
|
225
|
-
}, Number.MAX_VALUE);
|
|
226
|
-
return r2.reduce((t3, r3) => {
|
|
227
|
-
let n3 = S(e2, r3) - r3.r;
|
|
228
|
-
return n3 <= t3 ? n3 : t3;
|
|
229
|
-
}, n2);
|
|
230
|
-
}, isSet: U, layoutGreedyVenn: function(e2) {
|
|
231
|
-
let t2 = [], r2 = {};
|
|
232
|
-
e2.filter((e3) => 1 === e3.sets.length).forEach((e3) => {
|
|
233
|
-
r2[e3.sets[0]] = e3.circle = { x: Number.MAX_VALUE, y: Number.MAX_VALUE, r: Math.sqrt(e3.value / Math.PI) };
|
|
234
|
-
});
|
|
235
|
-
let n2 = (e3, r3) => {
|
|
236
|
-
let n3 = e3.circle;
|
|
237
|
-
n3 && (n3.x = r3.x, n3.y = r3.y), t2.push(e3);
|
|
238
|
-
};
|
|
239
|
-
B(e2);
|
|
240
|
-
let i2 = e2.filter(U).sort(W);
|
|
241
|
-
n2(i2.shift(), { x: 0, y: 0 });
|
|
242
|
-
let s2 = e2.filter((e3) => 2 === e3.sets.length);
|
|
243
|
-
for (let e3 of i2) {
|
|
244
|
-
let i3 = e3.circle;
|
|
245
|
-
if (!i3) continue;
|
|
246
|
-
let o2 = i3.r, l2 = e3.overlapping;
|
|
247
|
-
n2(e3, t2.reduce((e4, n3, a2) => {
|
|
248
|
-
let c2 = n3.circle;
|
|
249
|
-
if (!c2 || !l2) return e4;
|
|
250
|
-
let u2 = l2[n3.sets[0]], f2 = k(o2, c2.r, u2), h2 = [{ x: c2.x + f2, y: c2.y }, { x: c2.x - f2, y: c2.y }, { x: c2.x, y: c2.y + f2 }, { x: c2.x, y: c2.y - f2 }];
|
|
251
|
-
for (let e5 of t2.slice(a2 + 1)) {
|
|
252
|
-
let t3 = e5.circle, r3 = l2[e5.sets[0]];
|
|
253
|
-
if (!t3) continue;
|
|
254
|
-
let n4 = k(o2, t3.r, r3);
|
|
255
|
-
h2 = h2.concat(P({ x: c2.x, y: c2.y, r: f2 }, { x: t3.x, y: t3.y, r: n4 }));
|
|
256
|
-
}
|
|
257
|
-
for (let t3 of h2) {
|
|
258
|
-
i3.x = t3.x, i3.y = t3.y;
|
|
259
|
-
let n4 = R(r2, s2);
|
|
260
|
-
n4 < e4.loss && (e4.loss = n4, e4.coordinates = t3);
|
|
261
|
-
}
|
|
262
|
-
return e4;
|
|
263
|
-
}, { loss: Number.MAX_VALUE, coordinates: void 0 }).coordinates);
|
|
264
|
-
}
|
|
265
|
-
return r2;
|
|
266
|
-
}, loss: R, nelderMead: function(e2, t2) {
|
|
267
|
-
let r2 = function(e3, t3) {
|
|
268
|
-
return e3.fx - t3.fx;
|
|
269
|
-
}, n2 = (e3, t3, r3, n3) => t3.map((t4, i3) => e3 * t4 + r3 * n3[i3]), i2 = (t3, r3) => (r3.fx = e2(r3), t3[t3.length - 1] = r3, t3), s2 = (t3) => {
|
|
270
|
-
let r3 = t3[0];
|
|
271
|
-
return t3.map((t4) => {
|
|
272
|
-
let i3 = n2(0.5, r3, 0.5, t4);
|
|
273
|
-
return i3.fx = e2(i3), i3;
|
|
274
|
-
});
|
|
275
|
-
}, o2 = (t3, r3, i3, s3) => {
|
|
276
|
-
let o3 = n2(i3, t3, s3, r3);
|
|
277
|
-
return o3.fx = e2(o3), o3;
|
|
278
|
-
}, l2 = ((t3) => {
|
|
279
|
-
let r3 = t3.length, n3 = Array(r3 + 1);
|
|
280
|
-
n3[0] = t3, n3[0].fx = e2(t3);
|
|
281
|
-
for (let i3 = 0; i3 < r3; ++i3) {
|
|
282
|
-
let r4 = t3.slice();
|
|
283
|
-
r4[i3] = r4[i3] ? 1.05 * r4[i3] : 1e-3, r4.fx = e2(r4), n3[i3 + 1] = r4;
|
|
284
|
-
}
|
|
285
|
-
return n3;
|
|
286
|
-
})(t2);
|
|
287
|
-
for (let e3 = 0; e3 < 100; e3++) {
|
|
288
|
-
l2.sort(r2);
|
|
289
|
-
let e4 = l2[l2.length - 1], t3 = D(l2), n3 = o2(t3, e4, 2, -1);
|
|
290
|
-
if (n3.fx < l2[0].fx) {
|
|
291
|
-
let r3 = o2(t3, e4, 3, -2);
|
|
292
|
-
l2 = i2(l2, r3.fx < n3.fx ? r3 : n3);
|
|
293
|
-
} else if (n3.fx >= l2[l2.length - 2].fx) {
|
|
294
|
-
let r3;
|
|
295
|
-
l2 = n3.fx > e4.fx ? (r3 = o2(t3, e4, 0.5, 0.5)).fx < e4.fx ? i2(l2, r3) : s2(l2) : (r3 = o2(t3, e4, 1.5, -0.5)).fx < n3.fx ? i2(l2, r3) : s2(l2);
|
|
296
|
-
} else l2 = i2(l2, n3);
|
|
297
|
-
}
|
|
298
|
-
return l2[0];
|
|
299
|
-
}, processVennData: function(e2, t2) {
|
|
300
|
-
let r2 = N(e2) ? e2 : [], n2 = r2.reduce(function(e3, t3) {
|
|
301
|
-
var r3;
|
|
302
|
-
return t3.sets && F(r3 = t3) && U(r3) && r3.value > 0 && -1 === e3.indexOf(t3.sets[0]) && e3.push(t3.sets[0]), e3;
|
|
303
|
-
}, []).sort(), i2 = r2.reduce(function(e3, r3) {
|
|
304
|
-
return r3.sets && F(r3) && !r3.sets.some(function(e4) {
|
|
305
|
-
return -1 === n2.indexOf(e4);
|
|
306
|
-
}) && (e3[r3.sets.sort().join(t2)] = { sets: r3.sets, value: r3.value || 0 }), e3;
|
|
307
|
-
}, {});
|
|
308
|
-
return n2.reduce(function(e3, r3, n3, i3) {
|
|
309
|
-
return i3.slice(n3 + 1).forEach(function(n4) {
|
|
310
|
-
e3.push(r3 + t2 + n4);
|
|
311
|
-
}), e3;
|
|
312
|
-
}, []).forEach(function(e3) {
|
|
313
|
-
if (!i2[e3]) {
|
|
314
|
-
let r3 = { sets: e3.split(t2), value: 0 };
|
|
315
|
-
i2[e3] = r3;
|
|
316
|
-
}
|
|
317
|
-
}), Object.keys(i2).map(function(e3) {
|
|
318
|
-
return i2[e3];
|
|
319
|
-
});
|
|
320
|
-
}, sortByTotalOverlap: W }, { animObject: Y } = f(), { parse: z } = p(), { getAreaOfIntersectionBetweenCircles: G, getCirclesIntersectionPolygon: J, isCircle1CompletelyOverlappingCircle2: K, isPointInsideAllCircles: Q, isPointOutsideAllCircles: Z } = b, { getCenterOfPoints: $ } = d, { scatter: ee } = A().seriesTypes, { addEvent: et, extend: er, isArray: en, isNumber: ei, isObject: es, merge: eo } = f();
|
|
321
|
-
class el extends ee {
|
|
322
|
-
static getLabelPosition(e2, t2) {
|
|
323
|
-
let r2 = e2.reduce((r3, n3) => {
|
|
324
|
-
let i2 = n3.r / 2;
|
|
325
|
-
return [{ x: n3.x, y: n3.y }, { x: n3.x + i2, y: n3.y }, { x: n3.x - i2, y: n3.y }, { x: n3.x, y: n3.y + i2 }, { x: n3.x, y: n3.y - i2 }].reduce((r4, n4) => {
|
|
326
|
-
let i3 = q.getMarginFromCircles(n4, e2, t2);
|
|
327
|
-
return r4.margin < i3 && (r4.point = n4, r4.margin = i3), r4;
|
|
328
|
-
}, r3);
|
|
329
|
-
}, { point: void 0, margin: -Number.MAX_VALUE }).point, n2 = q.nelderMead((r3) => -q.getMarginFromCircles({ x: r3[0], y: r3[1] }, e2, t2), [r2.x, r2.y]);
|
|
330
|
-
return Q(r2 = { x: n2[0], y: n2[1] }, e2) && Z(r2, t2) || (r2 = e2.length > 1 ? $(J(e2)) : { x: e2[0].x, y: e2[0].y }), r2;
|
|
331
|
-
}
|
|
332
|
-
static getLabelValues(e2, t2) {
|
|
333
|
-
let r2 = e2.sets, n2 = t2.reduce((e3, t3) => {
|
|
334
|
-
let n3 = r2.indexOf(t3.sets[0]) > -1;
|
|
335
|
-
return t3.circle && e3[n3 ? "internal" : "external"].push(t3.circle), e3;
|
|
336
|
-
}, { internal: [], external: [] });
|
|
337
|
-
n2.external = n2.external.filter((e3) => n2.internal.some((t3) => !K(e3, t3)));
|
|
338
|
-
let i2 = el.getLabelPosition(n2.internal, n2.external), s2 = q.getLabelWidth(i2, n2.internal, n2.external);
|
|
339
|
-
return { position: i2, width: s2 };
|
|
340
|
-
}
|
|
341
|
-
static layout(e2) {
|
|
342
|
-
let t2 = {}, r2 = {};
|
|
343
|
-
if (e2.length > 0) {
|
|
344
|
-
let n2 = q.layoutGreedyVenn(e2), i2 = e2.filter(q.isSet);
|
|
345
|
-
for (let s2 of e2) {
|
|
346
|
-
let e3 = s2.sets, o2 = e3.join(), l2 = q.isSet(s2) ? n2[o2] : G(e3.map((e4) => n2[e4]));
|
|
347
|
-
l2 && (t2[o2] = l2, r2[o2] = el.getLabelValues(s2, i2));
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
return { mapOfIdToShape: t2, mapOfIdToLabelValues: r2 };
|
|
351
|
-
}
|
|
352
|
-
static getScale(e2, t2, r2) {
|
|
353
|
-
let n2 = r2.bottom - r2.top, i2 = r2.right - r2.left, s2 = (r2.right + r2.left) / 2, o2 = (r2.top + r2.bottom) / 2, l2 = Math.min(i2 > 0 ? 1 / i2 * e2 : 1, n2 > 0 ? 1 / n2 * t2 : 1);
|
|
354
|
-
return { scale: l2, centerX: e2 / 2 - s2 * l2, centerY: t2 / 2 - o2 * l2 };
|
|
355
|
-
}
|
|
356
|
-
static updateFieldBoundaries(e2, t2) {
|
|
357
|
-
let r2 = t2.x - t2.r, n2 = t2.x + t2.r, i2 = t2.y + t2.r, s2 = t2.y - t2.r;
|
|
358
|
-
return (!ei(e2.left) || e2.left > r2) && (e2.left = r2), (!ei(e2.right) || e2.right < n2) && (e2.right = n2), (!ei(e2.top) || e2.top > s2) && (e2.top = s2), (!ei(e2.bottom) || e2.bottom < i2) && (e2.bottom = i2), e2;
|
|
359
|
-
}
|
|
360
|
-
animate(e2) {
|
|
361
|
-
if (!e2) {
|
|
362
|
-
let e3 = Y(this.options.animation);
|
|
363
|
-
for (let t2 of this.points) {
|
|
364
|
-
let r2 = t2.shapeArgs;
|
|
365
|
-
if (t2.graphic && r2) {
|
|
366
|
-
let n2 = {}, i2 = {};
|
|
367
|
-
r2.d ? n2.opacity = 1e-3 : (n2.r = 0, i2.r = r2.r), t2.graphic.attr(n2).animate(i2, e3), r2.d && setTimeout(() => {
|
|
368
|
-
var _a;
|
|
369
|
-
(_a = t2 == null ? void 0 : t2.graphic) == null ? void 0 : _a.animate({ opacity: 1 });
|
|
370
|
-
}, e3.duration);
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
drawPoints() {
|
|
376
|
-
let e2 = this.chart, t2 = this.group, r2 = this.points || [], n2 = e2.renderer;
|
|
377
|
-
for (let i2 of r2) {
|
|
378
|
-
let r3 = { zIndex: en(i2.sets) ? i2.sets.length : 0 }, s2 = i2.shapeArgs;
|
|
379
|
-
e2.styledMode || er(r3, this.pointAttribs(i2, i2.state)), v(i2, { isNew: !i2.graphic, animatableAttribs: s2, attribs: r3, group: t2, renderer: n2, shapeType: (s2 == null ? void 0 : s2.d) ? "path" : "circle" });
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
init() {
|
|
383
|
-
ee.prototype.init.apply(this, arguments), delete this.opacity;
|
|
384
|
-
}
|
|
385
|
-
pointAttribs(e2, t2) {
|
|
386
|
-
let r2 = this.options || {}, n2 = (e2 == null ? void 0 : e2.options) || {}, i2 = t2 && r2.states[t2] || {}, s2 = eo(r2, { color: e2 == null ? void 0 : e2.color }, n2, i2);
|
|
387
|
-
return { fill: z(s2.color).brighten(s2.brightness).get(), opacity: s2.opacity, stroke: s2.borderColor, "stroke-width": s2.borderWidth, dashstyle: s2.borderDashStyle };
|
|
388
|
-
}
|
|
389
|
-
translate() {
|
|
390
|
-
var _a;
|
|
391
|
-
let e2 = this.chart;
|
|
392
|
-
this.dataTable.modified = this.dataTable, this.generatePoints();
|
|
393
|
-
let t2 = q.processVennData(this.options.data, el.splitter), { mapOfIdToShape: r2, mapOfIdToLabelValues: n2 } = el.layout(t2), i2 = Object.keys(r2).filter((e3) => {
|
|
394
|
-
let t3 = r2[e3];
|
|
395
|
-
return t3 && ei(t3.r);
|
|
396
|
-
}).reduce((e3, t3) => el.updateFieldBoundaries(e3, r2[t3]), { top: 0, bottom: 0, left: 0, right: 0 }), s2 = el.getScale(e2.plotWidth, e2.plotHeight, i2), o2 = s2.scale, l2 = s2.centerX, a2 = s2.centerY;
|
|
397
|
-
for (let e3 of this.points) {
|
|
398
|
-
let t3 = en(e3.sets) ? e3.sets : [], i3 = t3.join(), s3 = r2[i3], c2 = n2[i3] || {}, u2 = (_a = e3.options) == null ? void 0 : _a.dataLabels, f2, h2 = c2.width, p2 = c2.position;
|
|
399
|
-
if (s3) {
|
|
400
|
-
if (s3.r) f2 = { x: l2 + s3.x * o2, y: a2 + s3.y * o2, r: s3.r * o2 };
|
|
401
|
-
else if (s3.d) {
|
|
402
|
-
let e4 = s3.d;
|
|
403
|
-
e4.forEach((e5) => {
|
|
404
|
-
"M" === e5[0] ? (e5[1] = l2 + e5[1] * o2, e5[2] = a2 + e5[2] * o2) : "A" === e5[0] && (e5[1] = e5[1] * o2, e5[2] = e5[2] * o2, e5[6] = l2 + e5[6] * o2, e5[7] = a2 + e5[7] * o2);
|
|
405
|
-
}), f2 = { d: e4 };
|
|
406
|
-
}
|
|
407
|
-
p2 ? (p2.x = l2 + p2.x * o2, p2.y = a2 + p2.y * o2) : p2 = {}, ei(h2) && (h2 = Math.round(h2 * o2));
|
|
408
|
-
}
|
|
409
|
-
e3.shapeArgs = f2, p2 && f2 && (e3.plotX = p2.x, e3.plotY = p2.y), h2 && f2 && (e3.dlOptions = eo(true, { style: { width: h2 } }, es(u2, true) ? u2 : void 0, { zIndex: void 0 })), e3.name = e3.options.name || t3.join("∩");
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
el.splitter = "highcharts-split", el.defaultOptions = eo(ee.defaultOptions, { borderColor: "#cccccc", borderDashStyle: "solid", borderWidth: 1, brighten: 0, clip: false, colorByPoint: true, dataLabels: { enabled: true, verticalAlign: "middle", formatter: function() {
|
|
414
|
-
return this.point.name;
|
|
415
|
-
} }, inactiveOtherPoints: true, marker: false, opacity: 0.75, showInLegend: false, legendType: "point", states: { hover: { opacity: 1, borderColor: "#333333" }, select: { color: "#cccccc", borderColor: "#000000", animation: false }, inactive: { opacity: 0.075 } }, tooltip: { pointFormat: "{point.name}: {point.value}" }, legendSymbol: "rectangle" }), er(el.prototype, { axisTypes: [], directTouch: true, isCartesian: false, pointArrayMap: ["value"], pointClass: class extends C {
|
|
416
|
-
isValid() {
|
|
417
|
-
return O(this.value);
|
|
418
|
-
}
|
|
419
|
-
shouldDraw() {
|
|
420
|
-
return !!this.shapeArgs;
|
|
421
|
-
}
|
|
422
|
-
}, utils: q }), et(el, "afterSetOptions", function(e2) {
|
|
423
|
-
let t2 = e2.options.states || {};
|
|
424
|
-
if (this.is("venn")) for (let e3 of Object.keys(t2)) t2[e3].halo = false;
|
|
425
|
-
}), A().registerSeriesType("venn", el);
|
|
426
|
-
let ea = f();
|
|
427
|
-
return c.default;
|
|
428
|
-
})());
|
|
429
|
-
})(venn);
|
|
430
|
-
var vennExports = venn.exports;
|
|
431
|
-
const HighchartsVenn = /* @__PURE__ */ getDefaultExportFromCjs(vennExports);
|
|
432
|
-
export {
|
|
433
|
-
HighchartsVenn as default
|
|
434
|
-
};
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as highchartsBorderRadius } from "../../_virtual/index.js";
|
|
3
|
-
(function(module) {
|
|
4
|
-
(function(factory) {
|
|
5
|
-
if (module.exports) {
|
|
6
|
-
module.exports = factory;
|
|
7
|
-
} else {
|
|
8
|
-
factory(Highcharts);
|
|
9
|
-
}
|
|
10
|
-
})(function(Highcharts2) {
|
|
11
|
-
(function(H) {
|
|
12
|
-
H.wrap(H.seriesTypes.column.prototype, "translate", function(proceed) {
|
|
13
|
-
const options = this.options;
|
|
14
|
-
const topMargin = options.topMargin || 0;
|
|
15
|
-
const bottomMargin = options.bottomMargin || 0;
|
|
16
|
-
proceed.call(this);
|
|
17
|
-
this.points.forEach(function(point) {
|
|
18
|
-
if (options.borderRadiusTopLeft || options.borderRadiusTopRight || options.borderRadiusBottomRight || options.borderRadiusBottomLeft) {
|
|
19
|
-
const w = point.shapeArgs.width;
|
|
20
|
-
const h = point.shapeArgs.height;
|
|
21
|
-
const x = point.shapeArgs.x;
|
|
22
|
-
const y = point.shapeArgs.y;
|
|
23
|
-
var radiusTopLeft = H.relativeLength(options.borderRadiusTopLeft || 0, w);
|
|
24
|
-
var radiusTopRight = H.relativeLength(options.borderRadiusTopRight || 0, w);
|
|
25
|
-
var radiusBottomRight = H.relativeLength(options.borderRadiusBottomRight || 0, w);
|
|
26
|
-
var radiusBottomLeft = H.relativeLength(options.borderRadiusBottomLeft || 0, w);
|
|
27
|
-
const maxR = Math.min(w, h) / 2;
|
|
28
|
-
radiusTopLeft = radiusTopLeft > maxR ? maxR : radiusTopLeft;
|
|
29
|
-
radiusTopRight = radiusTopRight > maxR ? maxR : radiusTopRight;
|
|
30
|
-
radiusBottomRight = radiusBottomRight > maxR ? maxR : radiusBottomRight;
|
|
31
|
-
radiusBottomLeft = radiusBottomLeft > maxR ? maxR : radiusBottomLeft;
|
|
32
|
-
point.dlBox = point.shapeArgs;
|
|
33
|
-
point.shapeType = "path";
|
|
34
|
-
point.shapeArgs = {
|
|
35
|
-
d: [
|
|
36
|
-
"M",
|
|
37
|
-
x + radiusTopLeft,
|
|
38
|
-
y + topMargin,
|
|
39
|
-
"L",
|
|
40
|
-
x + w - radiusTopRight,
|
|
41
|
-
y + topMargin,
|
|
42
|
-
"C",
|
|
43
|
-
x + w - radiusTopRight / 2,
|
|
44
|
-
y,
|
|
45
|
-
x + w,
|
|
46
|
-
y + radiusTopRight / 2,
|
|
47
|
-
x + w,
|
|
48
|
-
y + radiusTopRight,
|
|
49
|
-
"L",
|
|
50
|
-
x + w,
|
|
51
|
-
y + h - radiusBottomRight,
|
|
52
|
-
"C",
|
|
53
|
-
x + w,
|
|
54
|
-
y + h - radiusBottomRight / 2,
|
|
55
|
-
x + w - radiusBottomRight / 2,
|
|
56
|
-
y + h,
|
|
57
|
-
x + w - radiusBottomRight,
|
|
58
|
-
y + h + bottomMargin,
|
|
59
|
-
"L",
|
|
60
|
-
x + radiusBottomLeft,
|
|
61
|
-
y + h + bottomMargin,
|
|
62
|
-
"C",
|
|
63
|
-
x + radiusBottomLeft / 2,
|
|
64
|
-
y + h,
|
|
65
|
-
x,
|
|
66
|
-
y + h - radiusBottomLeft / 2,
|
|
67
|
-
x,
|
|
68
|
-
y + h - radiusBottomLeft,
|
|
69
|
-
"L",
|
|
70
|
-
x,
|
|
71
|
-
y + radiusTopLeft,
|
|
72
|
-
"C",
|
|
73
|
-
x,
|
|
74
|
-
y + radiusTopLeft / 2,
|
|
75
|
-
x + radiusTopLeft / 2,
|
|
76
|
-
y,
|
|
77
|
-
x + radiusTopLeft,
|
|
78
|
-
y,
|
|
79
|
-
"Z"
|
|
80
|
-
]
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
});
|
|
85
|
-
})(Highcharts2);
|
|
86
|
-
});
|
|
87
|
-
})(highchartsBorderRadius);
|
|
88
|
-
var highchartsBorderRadiusExports = highchartsBorderRadius.exports;
|
|
89
|
-
const borderRadiusModule = /* @__PURE__ */ getDefaultExportFromCjs(highchartsBorderRadiusExports);
|
|
90
|
-
export {
|
|
91
|
-
borderRadiusModule as default
|
|
92
|
-
};
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs, commonjsGlobal } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as highchartsReact_min } from "../../../_virtual/highcharts-react.min.js";
|
|
3
|
-
import React__default from "react";
|
|
4
|
-
(function(module, exports$1) {
|
|
5
|
-
!function(t, e) {
|
|
6
|
-
module.exports = e(React__default);
|
|
7
|
-
}("undefined" != typeof self ? self : commonjsGlobal, function(t) {
|
|
8
|
-
return function(t2) {
|
|
9
|
-
function e(n) {
|
|
10
|
-
if (r[n]) return r[n].exports;
|
|
11
|
-
var o = r[n] = { i: n, l: false, exports: {} };
|
|
12
|
-
return t2[n].call(o.exports, o, o.exports, e), o.l = true, o.exports;
|
|
13
|
-
}
|
|
14
|
-
var r = {};
|
|
15
|
-
return e.m = t2, e.c = r, e.d = function(t3, r2, n) {
|
|
16
|
-
e.o(t3, r2) || Object.defineProperty(t3, r2, { configurable: false, enumerable: true, get: n });
|
|
17
|
-
}, e.n = function(t3) {
|
|
18
|
-
var r2 = t3 && t3.__esModule ? function() {
|
|
19
|
-
return t3.default;
|
|
20
|
-
} : function() {
|
|
21
|
-
return t3;
|
|
22
|
-
};
|
|
23
|
-
return e.d(r2, "a", r2), r2;
|
|
24
|
-
}, e.o = function(t3, e2) {
|
|
25
|
-
return Object.prototype.hasOwnProperty.call(t3, e2);
|
|
26
|
-
}, e.p = "", e(e.s = 0);
|
|
27
|
-
}([function(t2, e, r) {
|
|
28
|
-
function n() {
|
|
29
|
-
return n = Object.assign ? Object.assign.bind() : function(t3) {
|
|
30
|
-
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
31
|
-
var r2 = arguments[e2];
|
|
32
|
-
for (var n2 in r2) Object.prototype.hasOwnProperty.call(r2, n2) && (t3[n2] = r2[n2]);
|
|
33
|
-
}
|
|
34
|
-
return t3;
|
|
35
|
-
}, n.apply(this, arguments);
|
|
36
|
-
}
|
|
37
|
-
function o(t3) {
|
|
38
|
-
return a(t3) || i(t3) || u(t3) || c();
|
|
39
|
-
}
|
|
40
|
-
function c() {
|
|
41
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
42
|
-
}
|
|
43
|
-
function u(t3, e2) {
|
|
44
|
-
if (t3) {
|
|
45
|
-
if ("string" == typeof t3) return f(t3, e2);
|
|
46
|
-
var r2 = Object.prototype.toString.call(t3).slice(8, -1);
|
|
47
|
-
return "Object" === r2 && t3.constructor && (r2 = t3.constructor.name), "Map" === r2 || "Set" === r2 ? Array.from(t3) : "Arguments" === r2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r2) ? f(t3, e2) : void 0;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
function i(t3) {
|
|
51
|
-
if ("undefined" != typeof Symbol && null != t3[Symbol.iterator] || null != t3["@@iterator"]) return Array.from(t3);
|
|
52
|
-
}
|
|
53
|
-
function a(t3) {
|
|
54
|
-
if (Array.isArray(t3)) return f(t3);
|
|
55
|
-
}
|
|
56
|
-
function f(t3, e2) {
|
|
57
|
-
(null == e2 || e2 > t3.length) && (e2 = t3.length);
|
|
58
|
-
for (var r2 = 0, n2 = new Array(e2); r2 < e2; r2++) n2[r2] = t3[r2];
|
|
59
|
-
return n2;
|
|
60
|
-
}
|
|
61
|
-
function s(t3) {
|
|
62
|
-
"@babel/helpers - typeof";
|
|
63
|
-
return (s = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t4) {
|
|
64
|
-
return typeof t4;
|
|
65
|
-
} : function(t4) {
|
|
66
|
-
return t4 && "function" == typeof Symbol && t4.constructor === Symbol && t4 !== Symbol.prototype ? "symbol" : typeof t4;
|
|
67
|
-
})(t3);
|
|
68
|
-
}
|
|
69
|
-
Object.defineProperty(e, "__esModule", { value: true }), r.d(e, "HighchartsReact", function() {
|
|
70
|
-
return d;
|
|
71
|
-
});
|
|
72
|
-
var p = r(1), l = r.n(p), y = "undefined" != typeof window ? p.useLayoutEffect : p.useEffect, d = Object(p.memo)(Object(p.forwardRef)(function(t3, e2) {
|
|
73
|
-
var r2 = Object(p.useRef)(), c2 = Object(p.useRef)(), u2 = Object(p.useRef)(t3.constructorType), i2 = Object(p.useRef)(t3.highcharts);
|
|
74
|
-
return y(function() {
|
|
75
|
-
function e3() {
|
|
76
|
-
var e4 = t3.highcharts || "object" === ("undefined" == typeof window ? "undefined" : s(window)) && window.Highcharts, n3 = t3.constructorType || "chart";
|
|
77
|
-
e4 ? e4[n3] ? t3.options ? c2.current = e4[n3](r2.current, t3.options, t3.callback) : console.warn('The "options" property was not passed.') : console.warn('The "constructorType" property is incorrect or some required module is not imported.') : console.warn('The "highcharts" property was not passed.');
|
|
78
|
-
}
|
|
79
|
-
if (c2.current) {
|
|
80
|
-
if (false !== t3.allowChartUpdate) if (t3.constructorType !== u2.current || t3.highcharts !== i2.current) u2.current = t3.constructorType, i2.current = t3.highcharts, e3();
|
|
81
|
-
else if (!t3.immutable && c2.current) {
|
|
82
|
-
var n2;
|
|
83
|
-
(n2 = c2.current).update.apply(n2, [t3.options].concat(o(t3.updateArgs || [true, true])));
|
|
84
|
-
} else e3();
|
|
85
|
-
} else e3();
|
|
86
|
-
}, [t3.options, t3.allowChartUpdate, t3.updateArgs, t3.containerProps, t3.highcharts, t3.constructorType]), y(function() {
|
|
87
|
-
return function() {
|
|
88
|
-
c2.current && (c2.current.destroy(), c2.current = null);
|
|
89
|
-
};
|
|
90
|
-
}, []), Object(p.useImperativeHandle)(e2, function() {
|
|
91
|
-
return { get chart() {
|
|
92
|
-
return c2.current;
|
|
93
|
-
}, container: r2 };
|
|
94
|
-
}, []), l.a.createElement("div", n({}, t3.containerProps, { ref: r2 }));
|
|
95
|
-
}));
|
|
96
|
-
e.default = d;
|
|
97
|
-
}, function(e, r) {
|
|
98
|
-
e.exports = t;
|
|
99
|
-
}]);
|
|
100
|
-
});
|
|
101
|
-
})(highchartsReact_min);
|
|
102
|
-
var highchartsReact_minExports = highchartsReact_min.exports;
|
|
103
|
-
const HighchartsReact = /* @__PURE__ */ getDefaultExportFromCjs(highchartsReact_minExports);
|
|
104
|
-
export {
|
|
105
|
-
HighchartsReact as default
|
|
106
|
-
};
|