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,768 +0,0 @@
|
|
|
1
|
-
import { commonjsGlobal, getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as highcharts3d } from "../../_virtual/highcharts-3d.js";
|
|
3
|
-
(function(module, exports$1) {
|
|
4
|
-
!/**
|
|
5
|
-
* Highcharts JS v12.5.0 (2026-01-12)
|
|
6
|
-
* @module highcharts/highcharts-3d
|
|
7
|
-
* @requires highcharts
|
|
8
|
-
*
|
|
9
|
-
* 3D features for Highcharts JS
|
|
10
|
-
*
|
|
11
|
-
* (c) 2009-2026 Highsoft AS
|
|
12
|
-
*
|
|
13
|
-
* A commercial license may be required depending on use.
|
|
14
|
-
* See www.highcharts.com/license
|
|
15
|
-
*/
|
|
16
|
-
function(t, e) {
|
|
17
|
-
module.exports = e(t._Highcharts, t._Highcharts.Color, t._Highcharts.SeriesRegistry, t._Highcharts.RendererRegistry, t._Highcharts.Series, t._Highcharts.StackItem, t._Highcharts.Axis, t._Highcharts.Series.types.scatter);
|
|
18
|
-
}("u" < typeof window ? commonjsGlobal : window, (t, e, i, s, a, o, r, h) => (() => {
|
|
19
|
-
var n, l, p = { 184: (t10) => {
|
|
20
|
-
t10.exports = o;
|
|
21
|
-
}, 512: (t10) => {
|
|
22
|
-
t10.exports = i;
|
|
23
|
-
}, 532: (t10) => {
|
|
24
|
-
t10.exports = r;
|
|
25
|
-
}, 608: (t10) => {
|
|
26
|
-
t10.exports = s;
|
|
27
|
-
}, 620: (t10) => {
|
|
28
|
-
t10.exports = e;
|
|
29
|
-
}, 632: (t10) => {
|
|
30
|
-
t10.exports = h;
|
|
31
|
-
}, 820: (t10) => {
|
|
32
|
-
t10.exports = a;
|
|
33
|
-
}, 944: (e2) => {
|
|
34
|
-
e2.exports = t;
|
|
35
|
-
} }, c = {};
|
|
36
|
-
function d(t10) {
|
|
37
|
-
var e2 = c[t10];
|
|
38
|
-
if (void 0 !== e2) return e2.exports;
|
|
39
|
-
var i2 = c[t10] = { exports: {} };
|
|
40
|
-
return p[t10](i2, i2.exports, d), i2.exports;
|
|
41
|
-
}
|
|
42
|
-
d.n = (t10) => {
|
|
43
|
-
var e2 = t10 && t10.__esModule ? () => t10.default : () => t10;
|
|
44
|
-
return d.d(e2, { a: e2 }), e2;
|
|
45
|
-
}, d.d = (t10, e2) => {
|
|
46
|
-
for (var i2 in e2) d.o(e2, i2) && !d.o(t10, i2) && Object.defineProperty(t10, i2, { enumerable: true, get: e2[i2] });
|
|
47
|
-
}, d.o = (t10, e2) => Object.prototype.hasOwnProperty.call(t10, e2);
|
|
48
|
-
var x = {};
|
|
49
|
-
d.d(x, { default: () => eZ });
|
|
50
|
-
var y = d(944), f = d.n(y), u = d(620), z = d.n(u);
|
|
51
|
-
let { deg2rad: g } = f(), { pick: b } = f();
|
|
52
|
-
function m(t10, e2, i2, s2) {
|
|
53
|
-
let a2 = e2.options.chart.options3d, o2 = b(s2, !!i2 && e2.inverted), r2 = { x: e2.plotWidth / 2, y: e2.plotHeight / 2, z: a2.depth / 2, vd: b(a2.depth, 1) * b(a2.viewDistance, 0) }, h2 = e2.scale3d || 1, n2 = g * a2.beta * (o2 ? -1 : 1), l2 = g * a2.alpha * (o2 ? -1 : 1), p2 = { cosA: Math.cos(l2), cosB: Math.cos(-n2), sinA: Math.sin(l2), sinB: Math.sin(-n2) };
|
|
54
|
-
return i2 || (r2.x += e2.plotLeft, r2.y += e2.plotTop), t10.map(function(t11) {
|
|
55
|
-
var e3, i3, s3;
|
|
56
|
-
let a3 = (e3 = (o2 ? t11.y : t11.x) - r2.x, i3 = (o2 ? t11.x : t11.y) - r2.y, s3 = (t11.z || 0) - r2.z, { x: p2.cosB * e3 - p2.sinB * s3, y: -p2.sinA * p2.sinB * e3 + p2.cosA * i3 - p2.cosB * p2.sinA * s3, z: p2.cosA * p2.sinB * e3 + p2.sinA * i3 + p2.cosA * p2.cosB * s3 }), n3 = v(a3, r2, r2.vd);
|
|
57
|
-
return n3.x = n3.x * h2 + r2.x, n3.y = n3.y * h2 + r2.y, n3.z = a3.z * h2 + r2.z, { x: o2 ? n3.y : n3.x, y: o2 ? n3.x : n3.y, z: n3.z };
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
function v(t10, e2, i2) {
|
|
61
|
-
let s2 = i2 > 0 && i2 < 1 / 0 ? i2 / (t10.z + e2.z + i2) : 1;
|
|
62
|
-
return { x: t10.x * s2, y: t10.y * s2 };
|
|
63
|
-
}
|
|
64
|
-
function M(t10) {
|
|
65
|
-
let e2 = 0, i2, s2;
|
|
66
|
-
for (i2 = 0; i2 < t10.length; i2++) s2 = (i2 + 1) % t10.length, e2 += t10[i2].x * t10[s2].y - t10[s2].x * t10[i2].y;
|
|
67
|
-
return e2 / 2;
|
|
68
|
-
}
|
|
69
|
-
let A = { perspective: m, perspective3D: v, pointCameraDistance: function(t10, e2) {
|
|
70
|
-
let i2 = e2.options.chart.options3d, s2 = { x: e2.plotWidth / 2, y: e2.plotHeight / 2, z: b(i2.depth, 1) * b(i2.viewDistance, 0) + i2.depth };
|
|
71
|
-
return Math.sqrt(Math.pow(s2.x - b(t10.plotX, t10.x), 2) + Math.pow(s2.y - b(t10.plotY, t10.y), 2) + Math.pow(s2.z - b(t10.plotZ, t10.z), 2));
|
|
72
|
-
}, shapeArea: M, shapeArea3D: function(t10, e2, i2) {
|
|
73
|
-
return M(m(t10, e2, i2));
|
|
74
|
-
} }, { parse: P } = z(), { defaultOptions: k } = f(), { perspective: S, shapeArea3D: w } = A, { addEvent: D, isArray: L, merge: I, pick: T, wrap: X } = f();
|
|
75
|
-
!function(t10) {
|
|
76
|
-
function e2(t11) {
|
|
77
|
-
this.is3d() && "scatter" === t11.options.type && (t11.options.type = "scatter3d");
|
|
78
|
-
}
|
|
79
|
-
function i2() {
|
|
80
|
-
if (this.chart3d && this.is3d()) {
|
|
81
|
-
let t11 = this.renderer, e3 = this.options.chart.options3d, i3 = this.chart3d.get3dFrame(), s3 = this.plotLeft, a3 = this.plotLeft + this.plotWidth, o3 = this.plotTop, r3 = this.plotTop + this.plotHeight, h3 = e3.depth, n3 = s3 - (i3.left.visible ? i3.left.size : 0), l3 = a3 + (i3.right.visible ? i3.right.size : 0), p3 = o3 - (i3.top.visible ? i3.top.size : 0), c3 = r3 + (i3.bottom.visible ? i3.bottom.size : 0), d3 = 0 - (i3.front.visible ? i3.front.size : 0), x2 = h3 + (i3.back.visible ? i3.back.size : 0), y2 = this.hasRendered ? "animate" : "attr";
|
|
82
|
-
this.chart3d.frame3d = i3, this.frameShapes || (this.frameShapes = { bottom: t11.polyhedron().add(), top: t11.polyhedron().add(), left: t11.polyhedron().add(), right: t11.polyhedron().add(), back: t11.polyhedron().add(), front: t11.polyhedron().add() }), this.frameShapes.bottom[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-bottom", zIndex: i3.bottom.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.bottom.color).brighten(0.1).get(), vertexes: [{ x: n3, y: c3, z: d3 }, { x: l3, y: c3, z: d3 }, { x: l3, y: c3, z: x2 }, { x: n3, y: c3, z: x2 }], enabled: i3.bottom.visible }, { fill: P(i3.bottom.color).brighten(0.1).get(), vertexes: [{ x: s3, y: r3, z: h3 }, { x: a3, y: r3, z: h3 }, { x: a3, y: r3, z: 0 }, { x: s3, y: r3, z: 0 }], enabled: i3.bottom.visible }, { fill: P(i3.bottom.color).brighten(-0.1).get(), vertexes: [{ x: n3, y: c3, z: d3 }, { x: n3, y: c3, z: x2 }, { x: s3, y: r3, z: h3 }, { x: s3, y: r3, z: 0 }], enabled: i3.bottom.visible && !i3.left.visible }, { fill: P(i3.bottom.color).brighten(-0.1).get(), vertexes: [{ x: l3, y: c3, z: x2 }, { x: l3, y: c3, z: d3 }, { x: a3, y: r3, z: 0 }, { x: a3, y: r3, z: h3 }], enabled: i3.bottom.visible && !i3.right.visible }, { fill: P(i3.bottom.color).get(), vertexes: [{ x: l3, y: c3, z: d3 }, { x: n3, y: c3, z: d3 }, { x: s3, y: r3, z: 0 }, { x: a3, y: r3, z: 0 }], enabled: i3.bottom.visible && !i3.front.visible }, { fill: P(i3.bottom.color).get(), vertexes: [{ x: n3, y: c3, z: x2 }, { x: l3, y: c3, z: x2 }, { x: a3, y: r3, z: h3 }, { x: s3, y: r3, z: h3 }], enabled: i3.bottom.visible && !i3.back.visible }] }), this.frameShapes.top[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-top", zIndex: i3.top.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.top.color).brighten(0.1).get(), vertexes: [{ x: n3, y: p3, z: x2 }, { x: l3, y: p3, z: x2 }, { x: l3, y: p3, z: d3 }, { x: n3, y: p3, z: d3 }], enabled: i3.top.visible }, { fill: P(i3.top.color).brighten(0.1).get(), vertexes: [{ x: s3, y: o3, z: 0 }, { x: a3, y: o3, z: 0 }, { x: a3, y: o3, z: h3 }, { x: s3, y: o3, z: h3 }], enabled: i3.top.visible }, { fill: P(i3.top.color).brighten(-0.1).get(), vertexes: [{ x: n3, y: p3, z: x2 }, { x: n3, y: p3, z: d3 }, { x: s3, y: o3, z: 0 }, { x: s3, y: o3, z: h3 }], enabled: i3.top.visible && !i3.left.visible }, { fill: P(i3.top.color).brighten(-0.1).get(), vertexes: [{ x: l3, y: p3, z: d3 }, { x: l3, y: p3, z: x2 }, { x: a3, y: o3, z: h3 }, { x: a3, y: o3, z: 0 }], enabled: i3.top.visible && !i3.right.visible }, { fill: P(i3.top.color).get(), vertexes: [{ x: n3, y: p3, z: d3 }, { x: l3, y: p3, z: d3 }, { x: a3, y: o3, z: 0 }, { x: s3, y: o3, z: 0 }], enabled: i3.top.visible && !i3.front.visible }, { fill: P(i3.top.color).get(), vertexes: [{ x: l3, y: p3, z: x2 }, { x: n3, y: p3, z: x2 }, { x: s3, y: o3, z: h3 }, { x: a3, y: o3, z: h3 }], enabled: i3.top.visible && !i3.back.visible }] }), this.frameShapes.left[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-left", zIndex: i3.left.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.left.color).brighten(0.1).get(), vertexes: [{ x: n3, y: c3, z: d3 }, { x: s3, y: r3, z: 0 }, { x: s3, y: r3, z: h3 }, { x: n3, y: c3, z: x2 }], enabled: i3.left.visible && !i3.bottom.visible }, { fill: P(i3.left.color).brighten(0.1).get(), vertexes: [{ x: n3, y: p3, z: x2 }, { x: s3, y: o3, z: h3 }, { x: s3, y: o3, z: 0 }, { x: n3, y: p3, z: d3 }], enabled: i3.left.visible && !i3.top.visible }, { fill: P(i3.left.color).brighten(-0.1).get(), vertexes: [{ x: n3, y: c3, z: x2 }, { x: n3, y: p3, z: x2 }, { x: n3, y: p3, z: d3 }, { x: n3, y: c3, z: d3 }], enabled: i3.left.visible }, { fill: P(i3.left.color).brighten(-0.1).get(), vertexes: [{ x: s3, y: o3, z: h3 }, { x: s3, y: r3, z: h3 }, { x: s3, y: r3, z: 0 }, { x: s3, y: o3, z: 0 }], enabled: i3.left.visible }, { fill: P(i3.left.color).get(), vertexes: [{ x: n3, y: c3, z: d3 }, { x: n3, y: p3, z: d3 }, { x: s3, y: o3, z: 0 }, { x: s3, y: r3, z: 0 }], enabled: i3.left.visible && !i3.front.visible }, { fill: P(i3.left.color).get(), vertexes: [{ x: n3, y: p3, z: x2 }, { x: n3, y: c3, z: x2 }, { x: s3, y: r3, z: h3 }, { x: s3, y: o3, z: h3 }], enabled: i3.left.visible && !i3.back.visible }] }), this.frameShapes.right[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-right", zIndex: i3.right.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.right.color).brighten(0.1).get(), vertexes: [{ x: l3, y: c3, z: x2 }, { x: a3, y: r3, z: h3 }, { x: a3, y: r3, z: 0 }, { x: l3, y: c3, z: d3 }], enabled: i3.right.visible && !i3.bottom.visible }, { fill: P(i3.right.color).brighten(0.1).get(), vertexes: [{ x: l3, y: p3, z: d3 }, { x: a3, y: o3, z: 0 }, { x: a3, y: o3, z: h3 }, { x: l3, y: p3, z: x2 }], enabled: i3.right.visible && !i3.top.visible }, { fill: P(i3.right.color).brighten(-0.1).get(), vertexes: [{ x: a3, y: o3, z: 0 }, { x: a3, y: r3, z: 0 }, { x: a3, y: r3, z: h3 }, { x: a3, y: o3, z: h3 }], enabled: i3.right.visible }, { fill: P(i3.right.color).brighten(-0.1).get(), vertexes: [{ x: l3, y: c3, z: d3 }, { x: l3, y: p3, z: d3 }, { x: l3, y: p3, z: x2 }, { x: l3, y: c3, z: x2 }], enabled: i3.right.visible }, { fill: P(i3.right.color).get(), vertexes: [{ x: l3, y: p3, z: d3 }, { x: l3, y: c3, z: d3 }, { x: a3, y: r3, z: 0 }, { x: a3, y: o3, z: 0 }], enabled: i3.right.visible && !i3.front.visible }, { fill: P(i3.right.color).get(), vertexes: [{ x: l3, y: c3, z: x2 }, { x: l3, y: p3, z: x2 }, { x: a3, y: o3, z: h3 }, { x: a3, y: r3, z: h3 }], enabled: i3.right.visible && !i3.back.visible }] }), this.frameShapes.back[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-back", zIndex: i3.back.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.back.color).brighten(0.1).get(), vertexes: [{ x: l3, y: c3, z: x2 }, { x: n3, y: c3, z: x2 }, { x: s3, y: r3, z: h3 }, { x: a3, y: r3, z: h3 }], enabled: i3.back.visible && !i3.bottom.visible }, { fill: P(i3.back.color).brighten(0.1).get(), vertexes: [{ x: n3, y: p3, z: x2 }, { x: l3, y: p3, z: x2 }, { x: a3, y: o3, z: h3 }, { x: s3, y: o3, z: h3 }], enabled: i3.back.visible && !i3.top.visible }, { fill: P(i3.back.color).brighten(-0.1).get(), vertexes: [{ x: n3, y: c3, z: x2 }, { x: n3, y: p3, z: x2 }, { x: s3, y: o3, z: h3 }, { x: s3, y: r3, z: h3 }], enabled: i3.back.visible && !i3.left.visible }, { fill: P(i3.back.color).brighten(-0.1).get(), vertexes: [{ x: l3, y: p3, z: x2 }, { x: l3, y: c3, z: x2 }, { x: a3, y: r3, z: h3 }, { x: a3, y: o3, z: h3 }], enabled: i3.back.visible && !i3.right.visible }, { fill: P(i3.back.color).get(), vertexes: [{ x: s3, y: o3, z: h3 }, { x: a3, y: o3, z: h3 }, { x: a3, y: r3, z: h3 }, { x: s3, y: r3, z: h3 }], enabled: i3.back.visible }, { fill: P(i3.back.color).get(), vertexes: [{ x: n3, y: c3, z: x2 }, { x: l3, y: c3, z: x2 }, { x: l3, y: p3, z: x2 }, { x: n3, y: p3, z: x2 }], enabled: i3.back.visible }] }), this.frameShapes.front[y2]({ class: "highcharts-3d-frame highcharts-3d-frame-front", zIndex: i3.front.frontFacing ? -1e3 : 1e3, faces: [{ fill: P(i3.front.color).brighten(0.1).get(), vertexes: [{ x: n3, y: c3, z: d3 }, { x: l3, y: c3, z: d3 }, { x: a3, y: r3, z: 0 }, { x: s3, y: r3, z: 0 }], enabled: i3.front.visible && !i3.bottom.visible }, { fill: P(i3.front.color).brighten(0.1).get(), vertexes: [{ x: l3, y: p3, z: d3 }, { x: n3, y: p3, z: d3 }, { x: s3, y: o3, z: 0 }, { x: a3, y: o3, z: 0 }], enabled: i3.front.visible && !i3.top.visible }, { fill: P(i3.front.color).brighten(-0.1).get(), vertexes: [{ x: n3, y: p3, z: d3 }, { x: n3, y: c3, z: d3 }, { x: s3, y: r3, z: 0 }, { x: s3, y: o3, z: 0 }], enabled: i3.front.visible && !i3.left.visible }, { fill: P(i3.front.color).brighten(-0.1).get(), vertexes: [{ x: l3, y: c3, z: d3 }, { x: l3, y: p3, z: d3 }, { x: a3, y: o3, z: 0 }, { x: a3, y: r3, z: 0 }], enabled: i3.front.visible && !i3.right.visible }, { fill: P(i3.front.color).get(), vertexes: [{ x: a3, y: o3, z: 0 }, { x: s3, y: o3, z: 0 }, { x: s3, y: r3, z: 0 }, { x: a3, y: r3, z: 0 }], enabled: i3.front.visible }, { fill: P(i3.front.color).get(), vertexes: [{ x: l3, y: c3, z: d3 }, { x: n3, y: c3, z: d3 }, { x: n3, y: p3, z: d3 }, { x: l3, y: p3, z: d3 }], enabled: i3.front.visible }] });
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
function s2() {
|
|
86
|
-
this.styledMode && [{ name: "darker", slope: 0.6 }, { name: "brighter", slope: 1.4 }].forEach(function(t11) {
|
|
87
|
-
this.renderer.definition({ tagName: "filter", attributes: { id: "highcharts-" + t11.name }, children: [{ tagName: "feComponentTransfer", children: [{ tagName: "feFuncR", attributes: { type: "linear", slope: t11.slope } }, { tagName: "feFuncG", attributes: { type: "linear", slope: t11.slope } }, { tagName: "feFuncB", attributes: { type: "linear", slope: t11.slope } }] }] });
|
|
88
|
-
}, this);
|
|
89
|
-
}
|
|
90
|
-
function a2() {
|
|
91
|
-
let t11 = this.options;
|
|
92
|
-
this.is3d() && (t11.series || []).forEach(function(e3) {
|
|
93
|
-
"scatter" === (e3.type || t11.chart.type || t11.chart.defaultSeriesType) && (e3.type = "scatter3d");
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
function o2() {
|
|
97
|
-
let t11 = this.options.chart.options3d;
|
|
98
|
-
if (this.chart3d && this.is3d()) {
|
|
99
|
-
t11 && (t11.alpha = t11.alpha % 360 + (t11.alpha >= 0 ? 0 : 360), t11.beta = t11.beta % 360 + (t11.beta >= 0 ? 0 : 360));
|
|
100
|
-
let e3 = this.inverted, i3 = this.clipBox, s3 = this.margin;
|
|
101
|
-
i3[e3 ? "y" : "x"] = -(s3[3] || 0), i3[e3 ? "x" : "y"] = -(s3[0] || 0), i3[e3 ? "height" : "width"] = this.chartWidth + (s3[3] || 0) + (s3[1] || 0), i3[e3 ? "width" : "height"] = this.chartHeight + (s3[0] || 0) + (s3[2] || 0), this.scale3d = 1, true === t11.fitToPlot && (this.scale3d = this.chart3d.getScale(t11.depth)), this.chart3d.frame3d = this.chart3d.get3dFrame();
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
function r2() {
|
|
105
|
-
this.is3d() && (this.isDirtyBox = true);
|
|
106
|
-
}
|
|
107
|
-
function h2() {
|
|
108
|
-
this.chart3d && this.is3d() && (this.chart3d.frame3d = this.chart3d.get3dFrame());
|
|
109
|
-
}
|
|
110
|
-
function n2() {
|
|
111
|
-
this.chart3d || (this.chart3d = new d2(this));
|
|
112
|
-
}
|
|
113
|
-
function l2(t11) {
|
|
114
|
-
return this.is3d() || t11.apply(this, [].slice.call(arguments, 1));
|
|
115
|
-
}
|
|
116
|
-
function p2(t11) {
|
|
117
|
-
let e3, i3 = this.series.length;
|
|
118
|
-
if (this.is3d()) for (; i3--; ) (e3 = this.series[i3]).translate(), e3.render();
|
|
119
|
-
else t11.call(this);
|
|
120
|
-
}
|
|
121
|
-
function c2(t11) {
|
|
122
|
-
t11.apply(this, [].slice.call(arguments, 1)), this.is3d() && (this.container.className += " highcharts-3d-chart");
|
|
123
|
-
}
|
|
124
|
-
t10.defaultOptions = { chart: { options3d: { enabled: false, alpha: 0, beta: 0, depth: 100, fitToPlot: true, viewDistance: 25, axisLabelPosition: null, frame: { visible: "default", size: 1, bottom: {}, top: {}, left: {}, right: {}, back: {}, front: {} } } } }, t10.compose = function(d3, x2) {
|
|
125
|
-
let y2 = d3.prototype, f2 = x2.prototype;
|
|
126
|
-
y2.is3d = function() {
|
|
127
|
-
var _a;
|
|
128
|
-
return !!((_a = this.options.chart.options3d) == null ? void 0 : _a.enabled);
|
|
129
|
-
}, y2.propsRequireDirtyBox.push("chart.options3d"), y2.propsRequireUpdateSeries.push("chart.options3d"), f2.matrixSetter = function() {
|
|
130
|
-
let t11;
|
|
131
|
-
if (this.pos < 1 && (L(this.start) || L(this.end))) {
|
|
132
|
-
let e3 = this.start || [1, 0, 0, 1, 0, 0], i3 = this.end || [1, 0, 0, 1, 0, 0];
|
|
133
|
-
t11 = [];
|
|
134
|
-
for (let s3 = 0; s3 < 6; s3++) t11.push(this.pos * i3[s3] + (1 - this.pos) * e3[s3]);
|
|
135
|
-
} else t11 = this.end;
|
|
136
|
-
this.elem.attr(this.prop, t11, null, true);
|
|
137
|
-
}, I(true, k, t10.defaultOptions), D(d3, "init", n2), D(d3, "addSeries", e2), D(d3, "afterDrawChartBox", i2), D(d3, "afterGetContainer", s2), D(d3, "afterInit", a2), D(d3, "afterSetChartSize", o2), D(d3, "beforeRedraw", r2), D(d3, "beforeRender", h2), X(y2, "isInsidePlot", l2), X(y2, "renderSeries", p2), X(y2, "setClassName", c2);
|
|
138
|
-
};
|
|
139
|
-
class d2 {
|
|
140
|
-
constructor(t11) {
|
|
141
|
-
this.chart = t11;
|
|
142
|
-
}
|
|
143
|
-
get3dFrame() {
|
|
144
|
-
let t11 = this.chart, e3 = t11.options.chart.options3d, i3 = e3.frame, s3 = t11.plotLeft, a3 = t11.plotLeft + t11.plotWidth, o3 = t11.plotTop, r3 = t11.plotTop + t11.plotHeight, h3 = e3.depth, n3 = function(e4) {
|
|
145
|
-
let i4 = w(e4, t11);
|
|
146
|
-
return i4 > 0.5 ? 1 : i4 < -0.5 ? -1 : 0;
|
|
147
|
-
}, l3 = n3([{ x: s3, y: r3, z: h3 }, { x: a3, y: r3, z: h3 }, { x: a3, y: r3, z: 0 }, { x: s3, y: r3, z: 0 }]), p3 = n3([{ x: s3, y: o3, z: 0 }, { x: a3, y: o3, z: 0 }, { x: a3, y: o3, z: h3 }, { x: s3, y: o3, z: h3 }]), c3 = n3([{ x: s3, y: o3, z: 0 }, { x: s3, y: o3, z: h3 }, { x: s3, y: r3, z: h3 }, { x: s3, y: r3, z: 0 }]), d3 = n3([{ x: a3, y: o3, z: h3 }, { x: a3, y: o3, z: 0 }, { x: a3, y: r3, z: 0 }, { x: a3, y: r3, z: h3 }]), x2 = n3([{ x: s3, y: r3, z: 0 }, { x: a3, y: r3, z: 0 }, { x: a3, y: o3, z: 0 }, { x: s3, y: o3, z: 0 }]), y2 = n3([{ x: s3, y: o3, z: h3 }, { x: a3, y: o3, z: h3 }, { x: a3, y: r3, z: h3 }, { x: s3, y: r3, z: h3 }]), f2 = false, u2 = false, z2 = false, g2 = false;
|
|
148
|
-
[].concat(t11.xAxis, t11.yAxis, t11.zAxis).forEach(function(t12) {
|
|
149
|
-
t12 && (t12.horiz ? t12.opposite ? u2 = true : f2 = true : t12.opposite ? g2 = true : z2 = true);
|
|
150
|
-
});
|
|
151
|
-
let b2 = function(t12, e4, i4) {
|
|
152
|
-
let s4 = ["size", "color", "visible"], a4 = {};
|
|
153
|
-
for (let e5 = 0; e5 < s4.length; e5++) {
|
|
154
|
-
let i5 = s4[e5];
|
|
155
|
-
for (let e6 = 0; e6 < t12.length; e6++) if ("object" == typeof t12[e6]) {
|
|
156
|
-
let s5 = t12[e6][i5];
|
|
157
|
-
if (null != s5) {
|
|
158
|
-
a4[i5] = s5;
|
|
159
|
-
break;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
let o4 = i4;
|
|
164
|
-
return true === a4.visible || false === a4.visible ? o4 = a4.visible : "auto" === a4.visible && (o4 = e4 > 0), { size: T(a4.size, 1), color: T(a4.color, "none"), frontFacing: e4 > 0, visible: o4 };
|
|
165
|
-
}, m2 = { axes: {}, bottom: b2([i3.bottom, i3.top, i3], l3, f2), top: b2([i3.top, i3.bottom, i3], p3, u2), left: b2([i3.left, i3.right, i3.side, i3], c3, z2), right: b2([i3.right, i3.left, i3.side, i3], d3, g2), back: b2([i3.back, i3.front, i3], y2, true), front: b2([i3.front, i3.back, i3], x2, false) };
|
|
166
|
-
if ("auto" === e3.axisLabelPosition) {
|
|
167
|
-
let e4 = function(t12, e5) {
|
|
168
|
-
return t12.visible !== e5.visible || t12.visible && e5.visible && t12.frontFacing !== e5.frontFacing;
|
|
169
|
-
}, i4 = [];
|
|
170
|
-
e4(m2.left, m2.front) && i4.push({ y: (o3 + r3) / 2, x: s3, z: 0, xDir: { x: 1, y: 0, z: 0 } }), e4(m2.left, m2.back) && i4.push({ y: (o3 + r3) / 2, x: s3, z: h3, xDir: { x: 0, y: 0, z: -1 } }), e4(m2.right, m2.front) && i4.push({ y: (o3 + r3) / 2, x: a3, z: 0, xDir: { x: 0, y: 0, z: 1 } }), e4(m2.right, m2.back) && i4.push({ y: (o3 + r3) / 2, x: a3, z: h3, xDir: { x: -1, y: 0, z: 0 } });
|
|
171
|
-
let n4 = [];
|
|
172
|
-
e4(m2.bottom, m2.front) && n4.push({ x: (s3 + a3) / 2, y: r3, z: 0, xDir: { x: 1, y: 0, z: 0 } }), e4(m2.bottom, m2.back) && n4.push({ x: (s3 + a3) / 2, y: r3, z: h3, xDir: { x: -1, y: 0, z: 0 } });
|
|
173
|
-
let l4 = [];
|
|
174
|
-
e4(m2.top, m2.front) && l4.push({ x: (s3 + a3) / 2, y: o3, z: 0, xDir: { x: 1, y: 0, z: 0 } }), e4(m2.top, m2.back) && l4.push({ x: (s3 + a3) / 2, y: o3, z: h3, xDir: { x: -1, y: 0, z: 0 } });
|
|
175
|
-
let p4 = [];
|
|
176
|
-
e4(m2.bottom, m2.left) && p4.push({ z: (0 + h3) / 2, y: r3, x: s3, xDir: { x: 0, y: 0, z: -1 } }), e4(m2.bottom, m2.right) && p4.push({ z: (0 + h3) / 2, y: r3, x: a3, xDir: { x: 0, y: 0, z: 1 } });
|
|
177
|
-
let c4 = [];
|
|
178
|
-
e4(m2.top, m2.left) && c4.push({ z: (0 + h3) / 2, y: o3, x: s3, xDir: { x: 0, y: 0, z: -1 } }), e4(m2.top, m2.right) && c4.push({ z: (0 + h3) / 2, y: o3, x: a3, xDir: { x: 0, y: 0, z: 1 } });
|
|
179
|
-
let d4 = function(e5, i5, s4) {
|
|
180
|
-
if (0 === e5.length) return null;
|
|
181
|
-
if (1 === e5.length) return e5[0];
|
|
182
|
-
let a4 = S(e5, t11, false), o4 = 0;
|
|
183
|
-
for (let t12 = 1; t12 < a4.length; t12++) s4 * a4[t12][i5] > s4 * a4[o4][i5] ? o4 = t12 : s4 * a4[t12][i5] == s4 * a4[o4][i5] && a4[t12].z < a4[o4].z && (o4 = t12);
|
|
184
|
-
return e5[o4];
|
|
185
|
-
};
|
|
186
|
-
m2.axes = { y: { left: d4(i4, "x", -1), right: d4(i4, "x", 1) }, x: { top: d4(l4, "y", -1), bottom: d4(n4, "y", 1) }, z: { top: d4(c4, "y", -1), bottom: d4(p4, "y", 1) } };
|
|
187
|
-
} else m2.axes = { y: { left: { x: s3, z: 0, xDir: { x: 1, y: 0, z: 0 } }, right: { x: a3, z: 0, xDir: { x: 0, y: 0, z: 1 } } }, x: { top: { y: o3, z: 0, xDir: { x: 1, y: 0, z: 0 } }, bottom: { y: r3, z: 0, xDir: { x: 1, y: 0, z: 0 } } }, z: { top: { x: z2 ? a3 : s3, y: o3, xDir: z2 ? { x: 0, y: 0, z: 1 } : { x: 0, y: 0, z: -1 } }, bottom: { x: z2 ? a3 : s3, y: r3, xDir: z2 ? { x: 0, y: 0, z: 1 } : { x: 0, y: 0, z: -1 } } } };
|
|
188
|
-
return m2;
|
|
189
|
-
}
|
|
190
|
-
getScale(t11) {
|
|
191
|
-
let e3 = this.chart, i3 = e3.plotLeft, s3 = e3.plotWidth + i3, a3 = e3.plotTop, o3 = e3.plotHeight + a3, r3 = i3 + e3.plotWidth / 2, h3 = a3 + e3.plotHeight / 2, n3 = { minX: Number.MAX_VALUE, maxX: -Number.MAX_VALUE, minY: Number.MAX_VALUE, maxY: -Number.MAX_VALUE }, l3, p3 = 1;
|
|
192
|
-
return l3 = [{ x: i3, y: a3, z: 0 }, { x: i3, y: a3, z: t11 }], [0, 1].forEach(function(t12) {
|
|
193
|
-
l3.push({ x: s3, y: l3[t12].y, z: l3[t12].z });
|
|
194
|
-
}), [0, 1, 2, 3].forEach(function(t12) {
|
|
195
|
-
l3.push({ x: l3[t12].x, y: o3, z: l3[t12].z });
|
|
196
|
-
}), (l3 = S(l3, e3, false)).forEach(function(t12) {
|
|
197
|
-
n3.minX = Math.min(n3.minX, t12.x), n3.maxX = Math.max(n3.maxX, t12.x), n3.minY = Math.min(n3.minY, t12.y), n3.maxY = Math.max(n3.maxY, t12.y);
|
|
198
|
-
}), i3 > n3.minX && (p3 = Math.min(p3, 1 - Math.abs((i3 + r3) / (n3.minX + r3)) % 1)), s3 < n3.maxX && (p3 = Math.min(p3, (s3 - r3) / (n3.maxX - r3))), a3 > n3.minY && (p3 = n3.minY < 0 ? Math.min(p3, (a3 + h3) / (-n3.minY + a3 + h3)) : Math.min(p3, 1 - (a3 + h3) / (n3.minY + h3) % 1)), o3 < n3.maxY && (p3 = Math.min(p3, Math.abs((o3 - h3) / (n3.maxY - h3)))), p3;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
t10.Additions = d2;
|
|
202
|
-
}(n || (n = {}));
|
|
203
|
-
let H = n;
|
|
204
|
-
var Y = d(512), Z = d.n(Y);
|
|
205
|
-
let { composed: C } = f(), { perspective: O } = A, { line: { prototype: R } } = Z().seriesTypes, { pushUnique: E, wrap: F } = f();
|
|
206
|
-
function W(t10) {
|
|
207
|
-
let e2 = t10.apply(this, [].slice.call(arguments, 1));
|
|
208
|
-
if (!this.chart.is3d()) return e2;
|
|
209
|
-
let i2 = R.getGraphPath, s2 = this.options, a2 = Math.round(this.yAxis.getThreshold(s2.threshold)), o2 = [];
|
|
210
|
-
if (this.rawPointsX) for (let t11 = 0; t11 < this.points.length; t11++) o2.push({ x: this.rawPointsX[t11], y: s2.stacking ? this.points[t11].yBottom : a2, z: this.zPadding });
|
|
211
|
-
let r2 = this.chart.options.chart.options3d;
|
|
212
|
-
o2 = O(o2, this.chart, true).map((t11) => ({ plotX: t11.x, plotY: t11.y, plotZ: t11.z })), this.group && r2 && r2.depth && r2.beta && (this.markerGroup && (this.markerGroup.add(this.group), this.markerGroup.attr({ translateX: 0, translateY: 0 })), this.group.attr({ zIndex: Math.max(1, r2.beta > 270 || r2.beta < 90 ? r2.depth - Math.round(this.zPadding || 0) : Math.round(this.zPadding || 0)) })), o2.reversed = true;
|
|
213
|
-
let h2 = i2.call(this, o2, true, true);
|
|
214
|
-
if (h2[0] && "M" === h2[0][0] && (h2[0] = ["L", h2[0][1], h2[0][2]]), this.areaPath) {
|
|
215
|
-
let t11 = this.areaPath.splice(0, this.areaPath.length / 2).concat(h2);
|
|
216
|
-
t11.xMap = this.areaPath.xMap, this.areaPath = t11;
|
|
217
|
-
}
|
|
218
|
-
return this.graphPath = e2, e2;
|
|
219
|
-
}
|
|
220
|
-
let _ = { labels: { position3d: "offset", skew3d: false }, title: { position3d: null, skew3d: null } }, { composed: B } = f(), { addEvent: G, extend: j, pushUnique: N, wrap: U } = f();
|
|
221
|
-
function q(t10) {
|
|
222
|
-
let e2 = this.axis.axis3D;
|
|
223
|
-
e2 && j(t10.pos, e2.fix3dPosition(t10.pos));
|
|
224
|
-
}
|
|
225
|
-
function V(t10) {
|
|
226
|
-
let e2 = this.axis.axis3D, i2 = t10.apply(this, [].slice.call(arguments, 1));
|
|
227
|
-
if (e2) {
|
|
228
|
-
let t11 = i2[0], s2 = i2[1];
|
|
229
|
-
if ("M" === t11[0] && "L" === s2[0]) {
|
|
230
|
-
let i3 = [e2.fix3dPosition({ x: t11[1], y: t11[2], z: 0 }), e2.fix3dPosition({ x: s2[1], y: s2[2], z: 0 })];
|
|
231
|
-
return this.axis.chart.renderer.toLineSegments(i3);
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
return i2;
|
|
235
|
-
}
|
|
236
|
-
let J = function(t10) {
|
|
237
|
-
N(B, "Axis.Tick3D") && (G(t10, "afterGetLabelPosition", q), U(t10.prototype, "getMarkPath", V));
|
|
238
|
-
}, { defaultOptions: K } = f(), { deg2rad: Q } = f(), { perspective: $, perspective3D: tt, shapeArea: te } = A, { addEvent: ti, merge: ts, pick: ta, wrap: to } = f();
|
|
239
|
-
function tr() {
|
|
240
|
-
var _a;
|
|
241
|
-
let t10 = this.chart, e2 = this.options;
|
|
242
|
-
((_a = t10.is3d) == null ? void 0 : _a.call(t10)) && "colorAxis" !== this.coll && (e2.tickWidth = ta(e2.tickWidth, 0), e2.gridLineWidth = ta(e2.gridLineWidth, 1));
|
|
243
|
-
}
|
|
244
|
-
function th(t10) {
|
|
245
|
-
this.chart.is3d() && "colorAxis" !== this.coll && t10.point && (t10.point.crosshairPos = this.isXAxis ? t10.point.axisXpos : this.len - t10.point.axisYpos);
|
|
246
|
-
}
|
|
247
|
-
function tn() {
|
|
248
|
-
this.axis3D || (this.axis3D = new ty(this));
|
|
249
|
-
}
|
|
250
|
-
function tl(t10) {
|
|
251
|
-
return this.chart.is3d() && "colorAxis" !== this.coll ? [] : t10.apply(this, [].slice.call(arguments, 1));
|
|
252
|
-
}
|
|
253
|
-
function tp(t10) {
|
|
254
|
-
if (!this.chart.is3d() || "colorAxis" === this.coll) return t10.apply(this, [].slice.call(arguments, 1));
|
|
255
|
-
let e2 = arguments, i2 = e2[1], s2 = e2[2], a2 = [], o2 = this.getPlotLinePath({ value: i2 }), r2 = this.getPlotLinePath({ value: s2 });
|
|
256
|
-
if (o2 && r2) for (let t11 = 0; t11 < o2.length; t11 += 2) {
|
|
257
|
-
let e3 = o2[t11], i3 = o2[t11 + 1], s3 = r2[t11], h2 = r2[t11 + 1];
|
|
258
|
-
"M" === e3[0] && "L" === i3[0] && "M" === s3[0] && "L" === h2[0] && a2.push(e3, i3, h2, ["L", s3[1], s3[2]], ["Z"]);
|
|
259
|
-
}
|
|
260
|
-
return a2;
|
|
261
|
-
}
|
|
262
|
-
function tc(t10) {
|
|
263
|
-
let e2 = this.axis3D, i2 = this.chart, s2 = t10.apply(this, [].slice.call(arguments, 1));
|
|
264
|
-
if ("colorAxis" === this.coll || !i2.chart3d || !i2.is3d() || null === s2) return s2;
|
|
265
|
-
let a2 = i2.options.chart.options3d, o2 = this.isZAxis ? i2.plotWidth : a2.depth, r2 = i2.chart3d.frame3d, h2 = s2[0], n2 = s2[1], l2, p2 = [];
|
|
266
|
-
return "M" === h2[0] && "L" === n2[0] && (l2 = [e2.swapZ({ x: h2[1], y: h2[2], z: 0 }), e2.swapZ({ x: h2[1], y: h2[2], z: o2 }), e2.swapZ({ x: n2[1], y: n2[2], z: 0 }), e2.swapZ({ x: n2[1], y: n2[2], z: o2 })], this.horiz ? (this.isZAxis ? (r2.left.visible && p2.push(l2[0], l2[2]), r2.right.visible && p2.push(l2[1], l2[3])) : (r2.front.visible && p2.push(l2[0], l2[2]), r2.back.visible && p2.push(l2[1], l2[3])), r2.top.visible && p2.push(l2[0], l2[1]), r2.bottom.visible && p2.push(l2[2], l2[3])) : (r2.front.visible && p2.push(l2[0], l2[2]), r2.back.visible && p2.push(l2[1], l2[3]), r2.left.visible && p2.push(l2[0], l2[1]), r2.right.visible && p2.push(l2[2], l2[3])), p2 = $(p2, this.chart, false)), i2.renderer.toLineSegments(p2);
|
|
267
|
-
}
|
|
268
|
-
function td(t10, e2) {
|
|
269
|
-
var _a, _b;
|
|
270
|
-
let { chart: i2, gridGroup: s2, tickPositions: a2, ticks: o2 } = this;
|
|
271
|
-
if (this.categories && i2.frameShapes && i2.is3d() && s2 && e2 && e2.label) {
|
|
272
|
-
let t11, r2, h2, n2 = s2.element.childNodes[0].getBBox(), l2 = i2.frameShapes.left.getBBox(), p2 = i2.options.chart.options3d, c2 = { x: i2.plotWidth / 2, y: i2.plotHeight / 2, z: p2.depth / 2, vd: ta(p2.depth, 1) * ta(p2.viewDistance, 0) }, d2 = a2.indexOf(e2.pos), x2 = o2[a2[d2 - 1]], y2 = o2[a2[d2 + 1]];
|
|
273
|
-
return ((_a = x2 == null ? void 0 : x2.label) == null ? void 0 : _a.xy) && (r2 = tt({ x: x2.label.xy.x, y: x2.label.xy.y, z: null }, c2, c2.vd)), ((_b = y2 == null ? void 0 : y2.label) == null ? void 0 : _b.xy) && (h2 = tt({ x: y2.label.xy.x, y: y2.label.xy.y, z: null }, c2, c2.vd)), t11 = tt(t11 = { x: e2.label.xy.x, y: e2.label.xy.y, z: null }, c2, c2.vd), Math.abs(r2 ? t11.x - r2.x : h2 ? h2.x - t11.x : n2.x - l2.x);
|
|
274
|
-
}
|
|
275
|
-
return t10.apply(this, [].slice.call(arguments, 1));
|
|
276
|
-
}
|
|
277
|
-
function tx(t10) {
|
|
278
|
-
let e2 = t10.apply(this, [].slice.call(arguments, 1));
|
|
279
|
-
return this.axis3D ? this.axis3D.fix3dPosition(e2, true) : e2;
|
|
280
|
-
}
|
|
281
|
-
class ty {
|
|
282
|
-
static compose(t10, e2) {
|
|
283
|
-
if (J(e2), !t10.keepProps.includes("axis3D")) {
|
|
284
|
-
ts(true, K.xAxis, _), t10.keepProps.push("axis3D"), ti(t10, "init", tn), ti(t10, "afterSetOptions", tr), ti(t10, "drawCrosshair", th);
|
|
285
|
-
let e3 = t10.prototype;
|
|
286
|
-
to(e3, "getLinePath", tl), to(e3, "getPlotBandPath", tp), to(e3, "getPlotLinePath", tc), to(e3, "getSlotWidth", td), to(e3, "getTitlePosition", tx);
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
constructor(t10) {
|
|
290
|
-
this.axis = t10;
|
|
291
|
-
}
|
|
292
|
-
fix3dPosition(t10, e2) {
|
|
293
|
-
let i2 = this.axis, s2 = i2.chart;
|
|
294
|
-
if ("colorAxis" === i2.coll || !s2.chart3d || !s2.is3d()) return t10;
|
|
295
|
-
let a2 = Q * s2.options.chart.options3d.alpha, o2 = Q * s2.options.chart.options3d.beta, r2 = ta(e2 && i2.options.title.position3d, i2.options.labels.position3d), h2 = ta(e2 && i2.options.title.skew3d, i2.options.labels.skew3d), n2 = s2.chart3d.frame3d, l2 = s2.plotLeft, p2 = s2.plotWidth + l2, c2 = s2.plotTop, d2 = s2.plotHeight + c2, x2 = 0, y2 = 0, f2, u2 = { x: 0, y: 1, z: 0 }, z2 = false;
|
|
296
|
-
if (t10 = i2.axis3D.swapZ({ x: t10.x, y: t10.y, z: 0 }), i2.isZAxis) if (i2.opposite) {
|
|
297
|
-
if (null === n2.axes.z.top) return {};
|
|
298
|
-
y2 = t10.y - c2, t10.x = n2.axes.z.top.x, t10.y = n2.axes.z.top.y, f2 = n2.axes.z.top.xDir, z2 = !n2.top.frontFacing;
|
|
299
|
-
} else {
|
|
300
|
-
if (null === n2.axes.z.bottom) return {};
|
|
301
|
-
y2 = t10.y - d2, t10.x = n2.axes.z.bottom.x, t10.y = n2.axes.z.bottom.y, f2 = n2.axes.z.bottom.xDir, z2 = !n2.bottom.frontFacing;
|
|
302
|
-
}
|
|
303
|
-
else if (i2.horiz) if (i2.opposite) {
|
|
304
|
-
if (null === n2.axes.x.top) return {};
|
|
305
|
-
y2 = t10.y - c2, t10.y = n2.axes.x.top.y, t10.z = n2.axes.x.top.z, f2 = n2.axes.x.top.xDir, z2 = !n2.top.frontFacing;
|
|
306
|
-
} else {
|
|
307
|
-
if (null === n2.axes.x.bottom) return {};
|
|
308
|
-
y2 = t10.y - d2, t10.y = n2.axes.x.bottom.y, t10.z = n2.axes.x.bottom.z, f2 = n2.axes.x.bottom.xDir, z2 = !n2.bottom.frontFacing;
|
|
309
|
-
}
|
|
310
|
-
else if (i2.opposite) {
|
|
311
|
-
if (null === n2.axes.y.right) return {};
|
|
312
|
-
x2 = t10.x - p2, t10.x = n2.axes.y.right.x, t10.z = n2.axes.y.right.z, f2 = { x: (f2 = n2.axes.y.right.xDir).z, y: f2.y, z: -f2.x };
|
|
313
|
-
} else {
|
|
314
|
-
if (null === n2.axes.y.left) return {};
|
|
315
|
-
x2 = t10.x - l2, t10.x = n2.axes.y.left.x, t10.z = n2.axes.y.left.z, f2 = n2.axes.y.left.xDir;
|
|
316
|
-
}
|
|
317
|
-
if ("chart" === r2) ;
|
|
318
|
-
else if ("flap" === r2) if (i2.horiz) {
|
|
319
|
-
let t11 = Math.sin(a2), e3 = Math.cos(a2);
|
|
320
|
-
z2 && (t11 = -t11), u2 = { x: f2.z * t11, y: e3, z: -f2.x * t11 };
|
|
321
|
-
} else f2 = { x: Math.cos(o2), y: 0, z: Math.sin(o2) };
|
|
322
|
-
else if ("ortho" === r2) if (i2.horiz) {
|
|
323
|
-
let t11 = Math.sin(a2), e3 = Math.cos(a2), i3 = { x: Math.sin(o2) * e3, y: -t11, z: -e3 * Math.cos(o2) }, s3 = 1 / Math.sqrt((u2 = { x: f2.y * i3.z - f2.z * i3.y, y: f2.z * i3.x - f2.x * i3.z, z: f2.x * i3.y - f2.y * i3.x }).x * u2.x + u2.y * u2.y + u2.z * u2.z);
|
|
324
|
-
z2 && (s3 = -s3), u2 = { x: s3 * u2.x, y: s3 * u2.y, z: s3 * u2.z };
|
|
325
|
-
} else f2 = { x: Math.cos(o2), y: 0, z: Math.sin(o2) };
|
|
326
|
-
else i2.horiz ? u2 = { x: Math.sin(o2) * Math.sin(a2), y: Math.cos(a2), z: -Math.cos(o2) * Math.sin(a2) } : f2 = { x: Math.cos(o2), y: 0, z: Math.sin(o2) };
|
|
327
|
-
t10.x += x2 * f2.x + y2 * u2.x, t10.y += x2 * f2.y + y2 * u2.y, t10.z += x2 * f2.z + y2 * u2.z;
|
|
328
|
-
let g2 = $([t10], i2.chart)[0];
|
|
329
|
-
if (h2) {
|
|
330
|
-
0 > te($([t10, { x: t10.x + f2.x, y: t10.y + f2.y, z: t10.z + f2.z }, { x: t10.x + u2.x, y: t10.y + u2.y, z: t10.z + u2.z }], i2.chart)) && (f2 = { x: -f2.x, y: -f2.y, z: -f2.z });
|
|
331
|
-
let e3 = $([{ x: t10.x, y: t10.y, z: t10.z }, { x: t10.x + f2.x, y: t10.y + f2.y, z: t10.z + f2.z }, { x: t10.x + u2.x, y: t10.y + u2.y, z: t10.z + u2.z }], i2.chart);
|
|
332
|
-
g2.matrix = [e3[1].x - e3[0].x, e3[1].y - e3[0].y, e3[2].x - e3[0].x, e3[2].y - e3[0].y, g2.x, g2.y], g2.matrix[4] -= g2.x * g2.matrix[0] + g2.y * g2.matrix[2], g2.matrix[5] -= g2.x * g2.matrix[1] + g2.y * g2.matrix[3];
|
|
333
|
-
}
|
|
334
|
-
return g2;
|
|
335
|
-
}
|
|
336
|
-
swapZ(t10, e2) {
|
|
337
|
-
let i2 = this.axis;
|
|
338
|
-
if (i2.isZAxis) {
|
|
339
|
-
let s2 = e2 ? 0 : i2.chart.plotLeft;
|
|
340
|
-
return { x: s2 + t10.z, y: t10.y, z: t10.x - s2 };
|
|
341
|
-
}
|
|
342
|
-
return t10;
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
var tf = d(608), tu = d.n(tf), tz = d(820), tg = d.n(tz);
|
|
346
|
-
let { composed: tb } = f(), { perspective: tm } = A, { addEvent: tv, extend: tM, isNumber: tA, merge: tP, pick: tk, pushUnique: tS } = f();
|
|
347
|
-
class tw extends tg() {
|
|
348
|
-
static compose(t10) {
|
|
349
|
-
tS(tb, "Core.Series3D") && (tv(t10, "afterTranslate", function() {
|
|
350
|
-
this.chart.is3d() && this.translate3dPoints();
|
|
351
|
-
}), tM(t10.prototype, { translate3dPoints: tw.prototype.translate3dPoints }));
|
|
352
|
-
}
|
|
353
|
-
translate3dPoints() {
|
|
354
|
-
let t10, e2, i2 = this, s2 = i2.options, a2 = i2.chart, o2 = tk(i2.zAxis, a2.options.zAxis[0]), r2 = [], h2 = [], n2 = s2.stacking ? tA(s2.stack) ? s2.stack : 0 : i2.index || 0;
|
|
355
|
-
i2.zPadding = n2 * (s2.depth || 0 + (s2.groupZPadding || 1)), i2.data.forEach((t11) => {
|
|
356
|
-
(o2 == null ? void 0 : o2.translate) ? (e2 = o2.logarithmic && o2.val2lin ? o2.val2lin(t11.z) : t11.z, t11.plotZ = o2.translate(e2), t11.isInside = !!t11.isInside && e2 >= o2.min && e2 <= o2.max) : t11.plotZ = i2.zPadding, t11.axisXpos = t11.plotX, t11.axisYpos = t11.plotY, t11.axisZpos = t11.plotZ, r2.push({ x: t11.plotX, y: t11.plotY, z: t11.plotZ }), h2.push(t11.plotX || 0);
|
|
357
|
-
}), i2.rawPointsX = h2;
|
|
358
|
-
let l2 = tm(r2, a2, true);
|
|
359
|
-
i2.data.forEach((e3, i3) => {
|
|
360
|
-
e3.plotX = (t10 = l2[i3]).x, e3.plotY = t10.y, e3.plotZ = t10.z;
|
|
361
|
-
});
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
tw.defaultOptions = tP(tg().defaultOptions);
|
|
365
|
-
var tD = d(184), tL = d.n(tD);
|
|
366
|
-
let { parse: tI } = z(), { Element: tT } = tu().getRendererType().prototype, { defined: tX, pick: tH } = f();
|
|
367
|
-
class tY extends tT {
|
|
368
|
-
constructor() {
|
|
369
|
-
super(...arguments), this.parts = ["front", "top", "side"], this.pathType = "cuboid";
|
|
370
|
-
}
|
|
371
|
-
initArgs(t10) {
|
|
372
|
-
let e2 = this.renderer, i2 = e2[this.pathType + "Path"](t10), s2 = i2.zIndexes;
|
|
373
|
-
for (let t11 of this.parts) {
|
|
374
|
-
let a2 = { class: "highcharts-3d-" + t11, zIndex: s2[t11] || 0 };
|
|
375
|
-
e2.styledMode && ("top" === t11 ? a2.filter = "url(#highcharts-brighter)" : "side" === t11 && (a2.filter = "url(#highcharts-darker)")), this[t11] = e2.path(i2[t11]).attr(a2).add(this);
|
|
376
|
-
}
|
|
377
|
-
this.attr({ "stroke-linejoin": "round", zIndex: s2.group }), this.forcedSides = i2.forcedSides;
|
|
378
|
-
}
|
|
379
|
-
singleSetterForParts(t10, e2, i2, s2, a2, o2) {
|
|
380
|
-
let r2 = {}, h2 = [null, null, s2 || "attr", a2, o2], n2 = i2 == null ? void 0 : i2.zIndexes;
|
|
381
|
-
if (i2) {
|
|
382
|
-
for (let e3 of ((n2 == null ? void 0 : n2.group) && this.attr({ zIndex: n2.group }), Object.keys(i2))) r2[e3] = {}, r2[e3][t10] = i2[e3], n2 && (r2[e3].zIndex = i2.zIndexes[e3] || 0);
|
|
383
|
-
h2[1] = r2;
|
|
384
|
-
} else r2[t10] = e2, h2[0] = r2;
|
|
385
|
-
return this.processParts.apply(this, h2);
|
|
386
|
-
}
|
|
387
|
-
processParts(t10, e2, i2, s2, a2) {
|
|
388
|
-
for (let o2 of this.parts) e2 && (t10 = tH(e2[o2], false)), false !== t10 && this[o2][i2](t10, s2, a2);
|
|
389
|
-
return this;
|
|
390
|
-
}
|
|
391
|
-
destroy() {
|
|
392
|
-
return this.processParts(null, null, "destroy"), super.destroy();
|
|
393
|
-
}
|
|
394
|
-
attr(t10, e2, i2, s2) {
|
|
395
|
-
if ("string" == typeof t10 && void 0 !== e2) {
|
|
396
|
-
let i3 = t10;
|
|
397
|
-
(t10 = {})[i3] = e2;
|
|
398
|
-
}
|
|
399
|
-
return t10.shapeArgs || tX(t10.x) ? this.singleSetterForParts("d", null, this.renderer[this.pathType + "Path"](t10.shapeArgs || t10)) : super.attr(t10, void 0, i2, s2);
|
|
400
|
-
}
|
|
401
|
-
animate(t10, e2, i2) {
|
|
402
|
-
if (tX(t10.x) && tX(t10.y)) {
|
|
403
|
-
let s2 = this.renderer[this.pathType + "Path"](t10), a2 = s2.forcedSides;
|
|
404
|
-
this.singleSetterForParts("d", null, s2, "animate", e2, i2), this.attr({ zIndex: s2.zIndexes.group }), a2 !== this.forcedSides && (this.forcedSides = a2, this.renderer.styledMode || this.fillSetter(this.fill));
|
|
405
|
-
} else super.animate(t10, e2, i2);
|
|
406
|
-
return this;
|
|
407
|
-
}
|
|
408
|
-
fillSetter(t10) {
|
|
409
|
-
return this.forcedSides = this.forcedSides || [], this.singleSetterForParts("fill", null, { front: t10, top: tI(t10).brighten(this.forcedSides.indexOf("top") >= 0 ? 0 : 0.1).get(), side: tI(t10).brighten(this.forcedSides.indexOf("side") >= 0 ? 0 : -0.1).get() }), this.color = this.fill = t10, this;
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
tY.types = { base: tY, cuboid: tY };
|
|
413
|
-
let { animObject: tZ } = f(), { parse: tC } = z(), { charts: tO, deg2rad: tR } = f(), { perspective: tE, shapeArea: tF } = A, { defined: tW, extend: t_, merge: tB, pick: tG } = f(), tj = Math.cos, tN = Math.sin, tU = Math.PI, tq = 4 * (Math.sqrt(2) - 1) / 3 / (tU / 2);
|
|
414
|
-
function tV(t10, e2, i2, s2, a2, o2, r2, h2) {
|
|
415
|
-
let n2 = o2 - a2, l2 = [];
|
|
416
|
-
return o2 > a2 && o2 - a2 > Math.PI / 2 + 1e-4 ? l2 = (l2 = l2.concat(tV(t10, e2, i2, s2, a2, a2 + Math.PI / 2, r2, h2))).concat(tV(t10, e2, i2, s2, a2 + Math.PI / 2, o2, r2, h2)) : o2 < a2 && a2 - o2 > Math.PI / 2 + 1e-4 ? l2 = (l2 = l2.concat(tV(t10, e2, i2, s2, a2, a2 - Math.PI / 2, r2, h2))).concat(tV(t10, e2, i2, s2, a2 - Math.PI / 2, o2, r2, h2)) : [["C", t10 + i2 * Math.cos(a2) - i2 * tq * n2 * Math.sin(a2) + r2, e2 + s2 * Math.sin(a2) + s2 * tq * n2 * Math.cos(a2) + h2, t10 + i2 * Math.cos(o2) + i2 * tq * n2 * Math.sin(o2) + r2, e2 + s2 * Math.sin(o2) - s2 * tq * n2 * Math.cos(o2) + h2, t10 + i2 * Math.cos(o2) + r2, e2 + s2 * Math.sin(o2) + h2]];
|
|
417
|
-
}
|
|
418
|
-
!function(t10) {
|
|
419
|
-
function e2(t11, e3) {
|
|
420
|
-
let i3 = [];
|
|
421
|
-
for (let e4 of t11) i3.push(["L", e4.x, e4.y]);
|
|
422
|
-
return t11.length && (i3[0][0] = "M", e3 && i3.push(["Z"])), i3;
|
|
423
|
-
}
|
|
424
|
-
function i2(t11) {
|
|
425
|
-
let e3 = [], i3 = true;
|
|
426
|
-
for (let s3 of t11) e3.push(i3 ? ["M", s3.x, s3.y] : ["L", s3.x, s3.y]), i3 = !i3;
|
|
427
|
-
return e3;
|
|
428
|
-
}
|
|
429
|
-
function s2(t11) {
|
|
430
|
-
let e3 = this, i3 = e3.Element.prototype, s3 = e3.createElement("path");
|
|
431
|
-
return s3.vertexes = [], s3.insidePlotArea = false, s3.enabled = true, s3.attr = function(t12) {
|
|
432
|
-
if ("object" == typeof t12 && (tW(t12.enabled) || tW(t12.vertexes) || tW(t12.insidePlotArea))) {
|
|
433
|
-
this.enabled = tG(t12.enabled, this.enabled), this.vertexes = tG(t12.vertexes, this.vertexes), this.insidePlotArea = tG(t12.insidePlotArea, this.insidePlotArea), delete t12.enabled, delete t12.vertexes, delete t12.insidePlotArea;
|
|
434
|
-
let i4 = tO[e3.chartIndex], s4 = tE(this.vertexes, i4, this.insidePlotArea), a3 = e3.toLinePath(s4, true), o3 = tF(s4);
|
|
435
|
-
t12.d = a3, t12.visibility = this.enabled && o3 > 0 ? "inherit" : "hidden";
|
|
436
|
-
}
|
|
437
|
-
return i3.attr.apply(this, arguments);
|
|
438
|
-
}, s3.animate = function(t12) {
|
|
439
|
-
if ("object" == typeof t12 && (tW(t12.enabled) || tW(t12.vertexes) || tW(t12.insidePlotArea))) {
|
|
440
|
-
this.enabled = tG(t12.enabled, this.enabled), this.vertexes = tG(t12.vertexes, this.vertexes), this.insidePlotArea = tG(t12.insidePlotArea, this.insidePlotArea), delete t12.enabled, delete t12.vertexes, delete t12.insidePlotArea;
|
|
441
|
-
let i4 = tO[e3.chartIndex], s4 = tE(this.vertexes, i4, this.insidePlotArea), a3 = e3.toLinePath(s4, true), o3 = tF(s4), r3 = this.enabled && o3 > 0 ? "visible" : "hidden";
|
|
442
|
-
t12.d = a3, this.attr("visibility", r3);
|
|
443
|
-
}
|
|
444
|
-
return i3.animate.apply(this, arguments);
|
|
445
|
-
}, s3.attr(t11);
|
|
446
|
-
}
|
|
447
|
-
function a2(t11) {
|
|
448
|
-
let e3 = this, i3 = e3.Element.prototype, s3 = e3.g(), a3 = s3.destroy;
|
|
449
|
-
return this.styledMode || s3.attr({ "stroke-linejoin": "round" }), s3.faces = [], s3.destroy = function() {
|
|
450
|
-
for (let t12 = 0; t12 < s3.faces.length; t12++) s3.faces[t12].destroy();
|
|
451
|
-
return a3.call(this);
|
|
452
|
-
}, s3.attr = function(t12, a4, o3, r3) {
|
|
453
|
-
if ("object" == typeof t12 && tW(t12.faces)) {
|
|
454
|
-
for (; s3.faces.length > t12.faces.length; ) s3.faces.pop().destroy();
|
|
455
|
-
for (; s3.faces.length < t12.faces.length; ) s3.faces.push(e3.face3d().add(s3));
|
|
456
|
-
for (let i4 = 0; i4 < t12.faces.length; i4++) e3.styledMode && delete t12.faces[i4].fill, s3.faces[i4].attr(t12.faces[i4], null, o3, r3);
|
|
457
|
-
delete t12.faces;
|
|
458
|
-
}
|
|
459
|
-
return i3.attr.apply(this, arguments);
|
|
460
|
-
}, s3.animate = function(t12, a4, o3) {
|
|
461
|
-
if (t12 == null ? void 0 : t12.faces) {
|
|
462
|
-
for (; s3.faces.length > t12.faces.length; ) s3.faces.pop().destroy();
|
|
463
|
-
for (; s3.faces.length < t12.faces.length; ) s3.faces.push(e3.face3d().add(s3));
|
|
464
|
-
for (let e4 = 0; e4 < t12.faces.length; e4++) s3.faces[e4].animate(t12.faces[e4], a4, o3);
|
|
465
|
-
delete t12.faces;
|
|
466
|
-
}
|
|
467
|
-
return i3.animate.apply(this, arguments);
|
|
468
|
-
}, s3.attr(t11);
|
|
469
|
-
}
|
|
470
|
-
function o2(t11, e3) {
|
|
471
|
-
let i3 = new tY.types[t11](this, "g");
|
|
472
|
-
return i3.initArgs(e3), i3;
|
|
473
|
-
}
|
|
474
|
-
function r2(t11) {
|
|
475
|
-
return this.element3d("cuboid", t11);
|
|
476
|
-
}
|
|
477
|
-
function h2(t11) {
|
|
478
|
-
let e3 = t11.x || 0, i3 = t11.y || 0, s3 = t11.z || 0, a3 = t11.height || 0, o3 = t11.width || 0, r3 = t11.depth || 0, h3 = tO[this.chartIndex], n3 = h3.options.chart.options3d.alpha, l3 = [], p2, c2 = 0, d2 = [{ x: e3, y: i3, z: s3 }, { x: e3 + o3, y: i3, z: s3 }, { x: e3 + o3, y: i3 + a3, z: s3 }, { x: e3, y: i3 + a3, z: s3 }, { x: e3, y: i3 + a3, z: s3 + r3 }, { x: e3 + o3, y: i3 + a3, z: s3 + r3 }, { x: e3 + o3, y: i3, z: s3 + r3 }, { x: e3, y: i3, z: s3 + r3 }];
|
|
479
|
-
d2 = tE(d2, h3, t11.insidePlotArea);
|
|
480
|
-
let x2 = (t12) => 0 === a3 && t12 > 1 && t12 < 6 ? { x: d2[t12].x, y: d2[t12].y + 10, z: d2[t12].z } : d2[0].x === d2[7].x && t12 >= 4 ? { x: d2[t12].x + 10, y: d2[t12].y, z: d2[t12].z } : 0 === r3 && t12 < 2 || t12 > 5 ? { x: d2[t12].x, y: d2[t12].y, z: d2[t12].z + 10 } : d2[t12], y2 = (t12) => d2[t12], f2 = (t12, e4, i4) => {
|
|
481
|
-
let s4 = t12.map(y2), a4 = e4.map(y2), o4 = t12.map(x2), r4 = e4.map(x2), h4 = [[], -1];
|
|
482
|
-
return 0 > tF(s4) ? h4 = [s4, 0] : 0 > tF(a4) ? h4 = [a4, 1] : i4 && (l3.push(i4), h4 = 0 > tF(o4) ? [s4, 0] : 0 > tF(r4) ? [a4, 1] : [s4, 0]), h4;
|
|
483
|
-
}, u2 = (p2 = f2([3, 2, 1, 0], [7, 6, 5, 4], "front"))[0], z2 = p2[1], g2 = (p2 = f2([1, 6, 7, 0], [4, 5, 2, 3], "top"))[0], b2 = p2[1], m2 = (p2 = f2([1, 2, 5, 6], [0, 7, 4, 3], "side"))[0], v2 = p2[1];
|
|
484
|
-
return 1 === v2 ? c2 += 1e6 * (h3.plotWidth - e3) : v2 || (c2 += 1e6 * e3), c2 += 10 * (!b2 || n3 >= 0 && n3 <= 180 || n3 < 360 && n3 > 357.5 ? h3.plotHeight - i3 : 10 + i3), 1 === z2 ? c2 += 100 * s3 : z2 || (c2 += 100 * (1e3 - s3)), { front: this.toLinePath(u2, true), top: this.toLinePath(g2, true), side: this.toLinePath(m2, true), zIndexes: { group: Math.round(c2) }, forcedSides: l3, isFront: z2, isTop: b2 };
|
|
485
|
-
}
|
|
486
|
-
function n2(t11) {
|
|
487
|
-
let e3 = this.g(), i3 = this.Element.prototype, s3 = ["alpha", "beta", "x", "y", "r", "innerR", "start", "end", "depth"];
|
|
488
|
-
function a3(t12) {
|
|
489
|
-
let e4, i4 = {};
|
|
490
|
-
for (e4 in t12 = tB(t12)) -1 !== s3.indexOf(e4) && (i4[e4] = t12[e4], delete t12[e4]);
|
|
491
|
-
return !!Object.keys(i4).length && [i4, t12];
|
|
492
|
-
}
|
|
493
|
-
for (let i4 of ((t11 = tB(t11)).alpha = (t11.alpha || 0) * tR, t11.beta = (t11.beta || 0) * tR, e3.top = this.path(), e3.side1 = this.path(), e3.side2 = this.path(), e3.inn = this.path(), e3.out = this.path(), e3.onAdd = function() {
|
|
494
|
-
let t12 = e3.parentGroup, i5 = e3.attr("class");
|
|
495
|
-
for (let s4 of (e3.top.add(e3), ["out", "inn", "side1", "side2"])) e3[s4].attr({ class: i5 + " highcharts-3d-side" }).add(t12);
|
|
496
|
-
}, ["addClass", "removeClass"])) e3[i4] = function() {
|
|
497
|
-
let t12 = arguments;
|
|
498
|
-
for (let s4 of ["top", "out", "inn", "side1", "side2"]) e3[s4][i4].apply(e3[s4], t12);
|
|
499
|
-
};
|
|
500
|
-
for (let i4 of (e3.setPaths = function(t12) {
|
|
501
|
-
let i5 = e3.renderer.arc3dPath(t12), s4 = 100 * i5.zTop;
|
|
502
|
-
e3.attribs = t12, e3.top.attr({ d: i5.top, zIndex: i5.zTop }), e3.inn.attr({ d: i5.inn, zIndex: i5.zInn }), e3.out.attr({ d: i5.out, zIndex: i5.zOut }), e3.side1.attr({ d: i5.side1, zIndex: i5.zSide1 }), e3.side2.attr({ d: i5.side2, zIndex: i5.zSide2 }), e3.zIndex = s4, e3.attr({ zIndex: s4 }), t12.center && (e3.top.setRadialReference(t12.center), delete t12.center);
|
|
503
|
-
}, e3.setPaths(t11), e3.fillSetter = function(t12) {
|
|
504
|
-
let e4 = tC(t12).brighten(-0.1).get();
|
|
505
|
-
return this.fill = t12, this.side1.attr({ fill: e4 }), this.side2.attr({ fill: e4 }), this.inn.attr({ fill: e4 }), this.out.attr({ fill: e4 }), this.top.attr({ fill: t12 }), this;
|
|
506
|
-
}, ["opacity", "translateX", "translateY", "visibility"])) e3[i4 + "Setter"] = function(t12, i5) {
|
|
507
|
-
for (let s4 of (e3[i5] = t12, ["out", "inn", "side1", "side2", "top"])) e3[s4].attr(i5, t12);
|
|
508
|
-
};
|
|
509
|
-
return e3.attr = function(t12) {
|
|
510
|
-
if ("object" == typeof t12) {
|
|
511
|
-
let i4 = a3(t12);
|
|
512
|
-
if (i4) {
|
|
513
|
-
let t13 = i4[0];
|
|
514
|
-
arguments[0] = i4[1], void 0 !== t13.alpha && (t13.alpha *= tR), void 0 !== t13.beta && (t13.beta *= tR), t_(e3.attribs, t13), e3.attribs && e3.setPaths(e3.attribs);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
return i3.attr.apply(e3, arguments);
|
|
518
|
-
}, e3.animate = function(t12, s4, o3) {
|
|
519
|
-
let r3 = this.attribs, h3 = "data-" + Math.random().toString(26).substring(2, 9);
|
|
520
|
-
delete t12.center, delete t12.z;
|
|
521
|
-
let n3 = tZ(tG(s4, this.renderer.globalAnimation));
|
|
522
|
-
if (n3.duration) {
|
|
523
|
-
let i4 = a3(t12);
|
|
524
|
-
if (e3[h3] = 0, t12[h3] = 1, e3[h3 + "Setter"] = f().noop, i4) {
|
|
525
|
-
let t13 = i4[0], e4 = (e5, i5) => r3[e5] + (tG(t13[e5], r3[e5]) - r3[e5]) * i5;
|
|
526
|
-
n3.step = function(t14, i5) {
|
|
527
|
-
i5.prop === h3 && i5.elem.setPaths(tB(r3, { x: e4("x", i5.pos), y: e4("y", i5.pos), r: e4("r", i5.pos), innerR: e4("innerR", i5.pos), start: e4("start", i5.pos), end: e4("end", i5.pos), depth: e4("depth", i5.pos) }));
|
|
528
|
-
};
|
|
529
|
-
}
|
|
530
|
-
s4 = n3;
|
|
531
|
-
}
|
|
532
|
-
return i3.animate.call(this, t12, s4, o3);
|
|
533
|
-
}, e3.destroy = function() {
|
|
534
|
-
return this.top.destroy(), this.out.destroy(), this.inn.destroy(), this.side1.destroy(), this.side2.destroy(), i3.destroy.call(this);
|
|
535
|
-
}, e3.hide = function() {
|
|
536
|
-
this.top.hide(), this.out.hide(), this.inn.hide(), this.side1.hide(), this.side2.hide();
|
|
537
|
-
}, e3.show = function(t12) {
|
|
538
|
-
this.top.show(t12), this.out.show(t12), this.inn.show(t12), this.side1.show(t12), this.side2.show(t12);
|
|
539
|
-
}, e3;
|
|
540
|
-
}
|
|
541
|
-
function l2(t11) {
|
|
542
|
-
let e3 = t11.x || 0, i3 = t11.y || 0, s3 = t11.start || 0, a3 = (t11.end || 0) - 1e-5, o3 = t11.r || 0, r3 = t11.innerR || 0, h3 = t11.depth || 0, n3 = t11.alpha || 0, l3 = t11.beta || 0, p2 = Math.cos(s3), c2 = Math.sin(s3), d2 = Math.cos(a3), x2 = Math.sin(a3), y2 = o3 * Math.cos(l3), f2 = o3 * Math.cos(n3), u2 = r3 * Math.cos(l3), z2 = r3 * Math.cos(n3), g2 = h3 * Math.sin(l3), b2 = h3 * Math.sin(n3), m2 = [["M", e3 + y2 * p2, i3 + f2 * c2]];
|
|
543
|
-
(m2 = m2.concat(tV(e3, i3, y2, f2, s3, a3, 0, 0))).push(["L", e3 + u2 * d2, i3 + z2 * x2]), (m2 = m2.concat(tV(e3, i3, u2, z2, a3, s3, 0, 0))).push(["Z"]);
|
|
544
|
-
let v2 = l3 > 0 ? Math.PI / 2 : 0, M2 = n3 > 0 ? 0 : Math.PI / 2, A2 = s3 > -v2 ? s3 : a3 > -v2 ? -v2 : s3, P2 = a3 < tU - M2 ? a3 : s3 < tU - M2 ? tU - M2 : a3, k2 = 2 * tU - M2, S2 = [["M", e3 + y2 * tj(A2), i3 + f2 * tN(A2)]];
|
|
545
|
-
S2 = S2.concat(tV(e3, i3, y2, f2, A2, P2, 0, 0)), a3 > k2 && s3 < k2 ? (S2.push(["L", e3 + y2 * tj(P2) + g2, i3 + f2 * tN(P2) + b2]), (S2 = S2.concat(tV(e3, i3, y2, f2, P2, k2, g2, b2))).push(["L", e3 + y2 * tj(k2), i3 + f2 * tN(k2)]), (S2 = S2.concat(tV(e3, i3, y2, f2, k2, a3, 0, 0))).push(["L", e3 + y2 * tj(a3) + g2, i3 + f2 * tN(a3) + b2]), (S2 = S2.concat(tV(e3, i3, y2, f2, a3, k2, g2, b2))).push(["L", e3 + y2 * tj(k2), i3 + f2 * tN(k2)]), S2 = S2.concat(tV(e3, i3, y2, f2, k2, P2, 0, 0))) : a3 > tU - M2 && s3 < tU - M2 && (S2.push(["L", e3 + y2 * Math.cos(P2) + g2, i3 + f2 * Math.sin(P2) + b2]), (S2 = S2.concat(tV(e3, i3, y2, f2, P2, a3, g2, b2))).push(["L", e3 + y2 * Math.cos(a3), i3 + f2 * Math.sin(a3)]), S2 = S2.concat(tV(e3, i3, y2, f2, a3, P2, 0, 0))), S2.push(["L", e3 + y2 * Math.cos(P2) + g2, i3 + f2 * Math.sin(P2) + b2]), (S2 = S2.concat(tV(e3, i3, y2, f2, P2, A2, g2, b2))).push(["Z"]);
|
|
546
|
-
let w2 = [["M", e3 + u2 * p2, i3 + z2 * c2]];
|
|
547
|
-
(w2 = w2.concat(tV(e3, i3, u2, z2, s3, a3, 0, 0))).push(["L", e3 + u2 * Math.cos(a3) + g2, i3 + z2 * Math.sin(a3) + b2]), (w2 = w2.concat(tV(e3, i3, u2, z2, a3, s3, g2, b2))).push(["Z"]);
|
|
548
|
-
let D2 = [["M", e3 + y2 * p2, i3 + f2 * c2], ["L", e3 + y2 * p2 + g2, i3 + f2 * c2 + b2], ["L", e3 + u2 * p2 + g2, i3 + z2 * c2 + b2], ["L", e3 + u2 * p2, i3 + z2 * c2], ["Z"]], L2 = [["M", e3 + y2 * d2, i3 + f2 * x2], ["L", e3 + y2 * d2 + g2, i3 + f2 * x2 + b2], ["L", e3 + u2 * d2 + g2, i3 + z2 * x2 + b2], ["L", e3 + u2 * d2, i3 + z2 * x2], ["Z"]], I2 = Math.atan2(b2, -g2), T2 = Math.abs(a3 + I2), X2 = Math.abs(s3 + I2), H2 = Math.abs((s3 + a3) / 2 + I2);
|
|
549
|
-
function Y2(t12) {
|
|
550
|
-
return (t12 %= 2 * Math.PI) > Math.PI && (t12 = 2 * Math.PI - t12), t12;
|
|
551
|
-
}
|
|
552
|
-
T2 = Y2(T2), X2 = Y2(X2);
|
|
553
|
-
let Z2 = 1e5 * (H2 = Y2(H2)), C2 = 1e5 * X2, O2 = 1e5 * T2;
|
|
554
|
-
return { top: m2, zTop: 1e5 * Math.PI + 1, out: S2, zOut: Math.max(Z2, C2, O2), inn: w2, zInn: Math.max(Z2, C2, O2), side1: D2, zSide1: 0.99 * O2, side2: L2, zSide2: 0.99 * C2 };
|
|
555
|
-
}
|
|
556
|
-
t10.compose = function(t11) {
|
|
557
|
-
let p2 = t11.prototype;
|
|
558
|
-
p2.element3d || t_(p2, { Element3D: tY, arc3d: n2, arc3dPath: l2, cuboid: r2, cuboidPath: h2, element3d: o2, face3d: s2, polyhedron: a2, toLinePath: e2, toLineSegments: i2 });
|
|
559
|
-
};
|
|
560
|
-
}(l || (l = {}));
|
|
561
|
-
let tJ = l;
|
|
562
|
-
var tK = d(532), tQ = d.n(tK);
|
|
563
|
-
let { defaultOptions: t$ } = f(), { addEvent: t0, merge: t1, pick: t3, splat: t2 } = f();
|
|
564
|
-
function t5(t10) {
|
|
565
|
-
return new t9(this, t10);
|
|
566
|
-
}
|
|
567
|
-
function t6() {
|
|
568
|
-
let t10 = this.options.zAxis = t2(this.options.zAxis || {});
|
|
569
|
-
this.is3d() && (this.zAxis = [], t10.forEach((t11) => {
|
|
570
|
-
this.addZAxis(t11).setScale();
|
|
571
|
-
}));
|
|
572
|
-
}
|
|
573
|
-
class t9 extends tQ() {
|
|
574
|
-
constructor() {
|
|
575
|
-
super(...arguments), this.isZAxis = true;
|
|
576
|
-
}
|
|
577
|
-
static compose(t10) {
|
|
578
|
-
let e2 = t10.prototype;
|
|
579
|
-
e2.addZAxis || (t$.zAxis = t1(t$.xAxis, { offset: 0, lineWidth: 0 }), e2.addZAxis = t5, e2.collectionsWithInit.zAxis = [e2.addZAxis], e2.collectionsWithUpdate.push("zAxis"), t0(t10, "afterCreateAxes", t6));
|
|
580
|
-
}
|
|
581
|
-
init(t10, e2) {
|
|
582
|
-
this.isZAxis = true, super.init(t10, e2, "zAxis");
|
|
583
|
-
}
|
|
584
|
-
getSeriesExtremes() {
|
|
585
|
-
this.hasVisibleSeries = false, this.dataMin = this.dataMax = this.ignoreMinPadding = this.ignoreMaxPadding = void 0, this.stacking && this.stacking.buildStacks(), this.series.forEach((t10) => {
|
|
586
|
-
if (t10.reserveSpace()) {
|
|
587
|
-
let e2 = t10.options.threshold;
|
|
588
|
-
this.hasVisibleSeries = true, this.positiveValuesOnly && e2 <= 0 && (e2 = void 0);
|
|
589
|
-
let i2 = t10.getColumn("z");
|
|
590
|
-
i2.length && (this.dataMin = Math.min(t3(this.dataMin, i2[0]), Math.min.apply(null, i2)), this.dataMax = Math.max(t3(this.dataMax, i2[0]), Math.max.apply(null, i2)));
|
|
591
|
-
}
|
|
592
|
-
});
|
|
593
|
-
}
|
|
594
|
-
setAxisSize() {
|
|
595
|
-
var _a;
|
|
596
|
-
let t10 = this.chart;
|
|
597
|
-
super.setAxisSize(), this.width = this.len = ((_a = t10.options.chart.options3d) == null ? void 0 : _a.depth) || 0, this.right = t10.chartWidth - this.width - this.left;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
let { composed: t4 } = f(), { perspective: t7 } = A, { addEvent: t8, extend: et, pick: ee, pushUnique: ei, wrap: es } = f();
|
|
601
|
-
function ea() {
|
|
602
|
-
let t10 = this.chart, e2 = this.options, i2 = e2.depth, s2 = (e2.stacking ? e2.stack || 0 : this.index) * (i2 + (e2.groupZPadding || 1)), a2 = this.borderWidth % 2 ? 0.5 : 0, o2;
|
|
603
|
-
for (let r2 of (t10.inverted && !this.yAxis.reversed && (a2 *= -1), false !== e2.grouping && (s2 = 0), s2 += e2.groupZPadding || 1, this.points)) if (r2.outside3dPlot = null, null !== r2.y) {
|
|
604
|
-
let e3, h2 = et({ x: 0, y: 0, width: 0, height: 0 }, r2.shapeArgs || {}), n2 = [["x", "width"], ["y", "height"]], l2 = r2.tooltipPos;
|
|
605
|
-
for (let t11 of n2) if ((e3 = h2[t11[0]] - a2) < 0 && (h2[t11[1]] += h2[t11[0]] + a2, h2[t11[0]] = -a2, e3 = 0), e3 + h2[t11[1]] > this[t11[0] + "Axis"].len && 0 !== h2[t11[1]] && (h2[t11[1]] = this[t11[0] + "Axis"].len - h2[t11[0]]), 0 !== h2[t11[1]] && (h2[t11[0]] >= this[t11[0] + "Axis"].len || h2[t11[0]] + h2[t11[1]] <= a2)) {
|
|
606
|
-
for (let t12 in h2) h2[t12] = "y" === t12 ? -9999 : 0;
|
|
607
|
-
r2.outside3dPlot = true;
|
|
608
|
-
}
|
|
609
|
-
if ("roundedRect" === r2.shapeType && (r2.shapeType = "cuboid"), r2.shapeArgs = et(h2, { z: s2, depth: i2, insidePlotArea: true }), o2 = { x: h2.x + h2.width / 2, y: h2.y, z: s2 + i2 / 2 }, t10.inverted && (o2.x = h2.height, o2.y = r2.clientX || 0), r2.axisXpos = o2.x, r2.axisYpos = o2.y, r2.axisZpos = o2.z, r2.plot3d = t7([o2], t10, true, false)[0], l2) {
|
|
610
|
-
let e4 = t7([{ x: l2[0], y: l2[1], z: s2 + i2 / 2 }], t10, true, false)[0];
|
|
611
|
-
r2.tooltipPos = [e4.x, e4.y];
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
this.z = s2;
|
|
615
|
-
}
|
|
616
|
-
function eo() {
|
|
617
|
-
if (this.chart.is3d()) {
|
|
618
|
-
let i2 = this.options, s2 = i2.grouping, a2 = i2.stacking, o2 = this.yAxis.options.reversedStacks, r2 = 0;
|
|
619
|
-
if (!(void 0 !== s2 && !s2)) {
|
|
620
|
-
var t10, e2;
|
|
621
|
-
let s3, h2, n2, l2, p2, c2 = (t10 = this.chart, e2 = a2 || void 0, h2 = t10.series, n2 = { totalStacks: 0 }, p2 = 1, h2.forEach(function(t11) {
|
|
622
|
-
n2[l2 = ee(t11.options.stack, e2 ? 0 : h2.length - 1 - t11.index)] ? n2[l2].series.push(t11) : (n2[l2] = { series: [t11], position: p2 }, p2++);
|
|
623
|
-
}), n2.totalStacks = p2 + 1, n2), d2 = i2.stack || 0;
|
|
624
|
-
for (s3 = 0; s3 < c2[d2].series.length && c2[d2].series[s3] !== this; s3++) ;
|
|
625
|
-
r2 = 10 * (c2.totalStacks - c2[d2].position) + (o2 ? s3 : -s3), this.xAxis.reversed || (r2 = 10 * c2.totalStacks - r2);
|
|
626
|
-
}
|
|
627
|
-
i2.depth = i2.depth || 25, this.z = this.z || 0, i2.zIndex = r2;
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
function er(t10, ...e2) {
|
|
631
|
-
return this.series.chart.is3d() ? this.graphic && "g" !== this.graphic.element.nodeName : t10.apply(this, e2);
|
|
632
|
-
}
|
|
633
|
-
function eh(t10) {
|
|
634
|
-
if (this.chart.is3d()) {
|
|
635
|
-
let t11 = arguments, e2 = t11[1], i2 = this.yAxis, s2 = this.yAxis.reversed;
|
|
636
|
-
if (e2) for (let t12 of this.points) null !== t12.y && (t12.height = t12.shapeArgs.height, t12.shapey = t12.shapeArgs.y, t12.shapeArgs.height = 1, s2 || (t12.stackY ? t12.shapeArgs.y = t12.plotY + i2.translate(t12.stackY) : t12.shapeArgs.y = t12.plotY + (t12.negative ? -t12.height : t12.height)));
|
|
637
|
-
else {
|
|
638
|
-
for (let t12 of this.points) null !== t12.y && (t12.shapeArgs.height = t12.height, t12.shapeArgs.y = t12.shapey, t12.graphic && t12.graphic[t12.outside3dPlot ? "attr" : "animate"](t12.shapeArgs, this.options.animation));
|
|
639
|
-
this.drawDataLabels();
|
|
640
|
-
}
|
|
641
|
-
} else t10.apply(this, [].slice.call(arguments, 1));
|
|
642
|
-
}
|
|
643
|
-
function en(t10, e2, i2, s2, a2, o2) {
|
|
644
|
-
return "dataLabelsGroup" !== e2 && "markerGroup" !== e2 && this.chart.is3d() && (this[e2] && delete this[e2], o2 && (this.chart.columnGroup || (this.chart.columnGroup = this.chart.renderer.g("columnGroup").add(o2)), this[e2] = this.chart.columnGroup, this.chart.columnGroup.attr(this.getPlotBox()), this[e2].survive = true, "group" === e2 && (arguments[3] = "visible"))), t10.apply(this, Array.prototype.slice.call(arguments, 1));
|
|
645
|
-
}
|
|
646
|
-
function el(t10) {
|
|
647
|
-
let e2 = t10.apply(this, [].slice.call(arguments, 1));
|
|
648
|
-
return this.chart.is3d && this.chart.is3d() && (e2.stroke = this.options.edgeColor || e2.fill, e2["stroke-width"] = ee(this.options.edgeWidth, 1)), e2;
|
|
649
|
-
}
|
|
650
|
-
function ep(t10, e2, i2) {
|
|
651
|
-
let s2 = this.chart.is3d && this.chart.is3d();
|
|
652
|
-
s2 && (this.options.inactiveOtherPoints = true), t10.call(this, e2, i2), s2 && (this.options.inactiveOtherPoints = false);
|
|
653
|
-
}
|
|
654
|
-
function ec(t10, e2) {
|
|
655
|
-
if (this.chart.is3d()) for (let t11 of this.points) t11.visible = t11.options.visible = e2 = void 0 === e2 ? !ee(this.visible, t11.visible) : e2, this.options.data[this.data.indexOf(t11)] = t11.options, t11.graphic && t11.graphic.attr({ visibility: e2 ? "visible" : "hidden" });
|
|
656
|
-
t10.apply(this, Array.prototype.slice.call(arguments, 1));
|
|
657
|
-
}
|
|
658
|
-
function ed(t10) {
|
|
659
|
-
t10.apply(this, [].slice.call(arguments, 1)), this.chart.is3d() && this.translate3dShapes();
|
|
660
|
-
}
|
|
661
|
-
function ex(t10, e2, i2, s2, a2) {
|
|
662
|
-
let o2 = this.chart;
|
|
663
|
-
if (s2.outside3dPlot = e2.outside3dPlot, o2.is3d() && this.is("column")) {
|
|
664
|
-
let t11 = this.options, i3 = ee(s2.inside, !!this.options.stacking), r2 = o2.options.chart.options3d, h2 = e2.pointWidth / 2 || 0, n2 = { x: a2.x + h2, y: a2.y, z: this.z + t11.depth / 2 };
|
|
665
|
-
o2.inverted && (i3 && (a2.width = 0, n2.x += e2.shapeArgs.height / 2), r2.alpha >= 90 && r2.alpha <= 270 && (n2.y += e2.shapeArgs.width)), a2.x = (n2 = t7([n2], o2, true, false)[0]).x - h2, a2.y = e2.outside3dPlot ? -9e9 : n2.y;
|
|
666
|
-
}
|
|
667
|
-
t10.apply(this, [].slice.call(arguments, 1));
|
|
668
|
-
}
|
|
669
|
-
function ey(t10) {
|
|
670
|
-
return !arguments[2].outside3dPlot && t10.apply(this, [].slice.call(arguments, 1));
|
|
671
|
-
}
|
|
672
|
-
function ef(t10, e2) {
|
|
673
|
-
let i2 = t10.apply(this, [].slice.call(arguments, 1)), s2 = this.axis.chart, { width: a2 } = e2;
|
|
674
|
-
if (s2.is3d() && this.base) {
|
|
675
|
-
let t11 = +this.base.split(",")[0], e3 = s2.series[t11], o2 = s2.options.chart.options3d;
|
|
676
|
-
if (e3 && "column" === e3.type) {
|
|
677
|
-
let t12 = { x: i2.x + (s2.inverted ? i2.height : a2 / 2), y: i2.y, z: e3.options.depth / 2 };
|
|
678
|
-
s2.inverted && (i2.width = 0, o2.alpha >= 90 && o2.alpha <= 270 && (t12.y += a2)), i2.x = (t12 = t7([t12], s2, true, false)[0]).x - a2 / 2, i2.y = t12.y;
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
return i2;
|
|
682
|
-
}
|
|
683
|
-
let { pie: { prototype: { pointClass: eu } } } = Z().seriesTypes, ez = class extends eu {
|
|
684
|
-
haloPath() {
|
|
685
|
-
var _a;
|
|
686
|
-
return ((_a = this.series) == null ? void 0 : _a.chart.is3d()) ? [] : super.haloPath.apply(this, arguments);
|
|
687
|
-
}
|
|
688
|
-
}, { composed: eg, deg2rad: eb } = f(), { pie: em } = Z().seriesTypes, { extend: ev, pick: eM, pushUnique: eA } = f();
|
|
689
|
-
class eP extends em {
|
|
690
|
-
static compose(t10) {
|
|
691
|
-
eA(eg, "Pie3D") && (t10.types.pie = eP);
|
|
692
|
-
}
|
|
693
|
-
addPoint() {
|
|
694
|
-
super.addPoint.apply(this, arguments), this.chart.is3d() && this.update(this.userOptions, true);
|
|
695
|
-
}
|
|
696
|
-
animate(t10) {
|
|
697
|
-
if (this.chart.is3d()) {
|
|
698
|
-
let e2 = this.center, i2 = this.group, s2 = this.markerGroup, a2 = this.options.animation, o2;
|
|
699
|
-
true === a2 && (a2 = {}), t10 ? (i2.oldtranslateX = eM(i2.oldtranslateX, i2.translateX), i2.oldtranslateY = eM(i2.oldtranslateY, i2.translateY), o2 = { translateX: e2[0], translateY: e2[1], scaleX: 1e-3, scaleY: 1e-3 }, i2.attr(o2), s2 && (s2.attrSetters = i2.attrSetters, s2.attr(o2))) : (o2 = { translateX: i2.oldtranslateX, translateY: i2.oldtranslateY, scaleX: 1, scaleY: 1 }, i2.animate(o2, a2), s2 && s2.animate(o2, a2));
|
|
700
|
-
} else super.animate.apply(this, arguments);
|
|
701
|
-
}
|
|
702
|
-
getDataLabelPosition(t10, e2) {
|
|
703
|
-
let i2 = super.getDataLabelPosition(t10, e2);
|
|
704
|
-
if (this.chart.is3d()) {
|
|
705
|
-
let e3 = this.chart.options.chart.options3d, s2 = t10.shapeArgs, a2 = s2.r, o2 = (s2.alpha || (e3 == null ? void 0 : e3.alpha)) * eb, r2 = (s2.beta || (e3 == null ? void 0 : e3.beta)) * eb, h2 = (s2.start + s2.end) / 2, n2 = i2.connectorPosition, l2 = -a2 * (1 - Math.cos(o2)) * Math.sin(h2), p2 = a2 * (Math.cos(r2) - 1) * Math.cos(h2);
|
|
706
|
-
for (let t11 of [i2 == null ? void 0 : i2.natural, n2.breakAt, n2.touchingSliceAt]) t11.x += p2, t11.y += l2;
|
|
707
|
-
}
|
|
708
|
-
return i2;
|
|
709
|
-
}
|
|
710
|
-
pointAttribs(t10) {
|
|
711
|
-
let e2 = super.pointAttribs.apply(this, arguments), i2 = this.options;
|
|
712
|
-
return this.chart.is3d() && !this.chart.styledMode && (e2.stroke = i2.edgeColor || t10.color || this.color, e2["stroke-width"] = eM(i2.edgeWidth, 1)), e2;
|
|
713
|
-
}
|
|
714
|
-
translate() {
|
|
715
|
-
if (super.translate.apply(this, arguments), !this.chart.is3d()) return;
|
|
716
|
-
let t10 = this.options, e2 = t10.depth || 0, i2 = this.chart.options.chart.options3d, s2 = i2.alpha, a2 = i2.beta, o2 = t10.stacking ? (t10.stack || 0) * e2 : this._i * e2;
|
|
717
|
-
for (let i3 of (o2 += e2 / 2, false !== t10.grouping && (o2 = 0), this.points)) {
|
|
718
|
-
let r2 = i3.shapeArgs;
|
|
719
|
-
i3.shapeType = "arc3d", r2.z = o2, r2.depth = 0.75 * e2, r2.alpha = s2, r2.beta = a2, r2.center = this.center;
|
|
720
|
-
let h2 = (r2.end + r2.start) / 2;
|
|
721
|
-
i3.slicedTranslation = { translateX: Math.round(Math.cos(h2) * t10.slicedOffset * Math.cos(s2 * eb)), translateY: Math.round(Math.sin(h2) * t10.slicedOffset * Math.cos(s2 * eb)) };
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
drawTracker() {
|
|
725
|
-
if (super.drawTracker.apply(this, arguments), this.chart.is3d()) {
|
|
726
|
-
for (let t10 of this.points) if (t10.graphic) for (let e2 of ["out", "inn", "side1", "side2"]) t10.graphic && (t10.graphic[e2].element.point = t10);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
ev(eP.prototype, { pointClass: ez });
|
|
731
|
-
var ek = d(632), eS = d.n(ek);
|
|
732
|
-
let { pointClass: ew } = eS().prototype, { defined: eD } = f(), eL = class extends ew {
|
|
733
|
-
applyOptions() {
|
|
734
|
-
return super.applyOptions.apply(this, arguments), eD(this.z) || (this.z = 0), this;
|
|
735
|
-
}
|
|
736
|
-
}, { pointCameraDistance: eI } = A, { extend: eT, merge: eX } = f();
|
|
737
|
-
class eH extends eS() {
|
|
738
|
-
pointAttribs(t10) {
|
|
739
|
-
let e2 = super.pointAttribs.apply(this, arguments);
|
|
740
|
-
return this.chart.is3d() && t10 && (e2.zIndex = eI(t10, this.chart)), e2;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
eH.defaultOptions = eX(eS().defaultOptions, { tooltip: { pointFormat: "x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>z: <b>{point.z}</b><br/>" } }), eT(eH.prototype, { axisTypes: ["xAxis", "yAxis", "zAxis"], directTouch: true, parallelArrays: ["x", "y", "z"], pointArrayMap: ["x", "y", "z"], pointClass: eL }), Z().registerSeriesType("scatter3d", eH);
|
|
744
|
-
let eY = f();
|
|
745
|
-
({ compose: function(t10) {
|
|
746
|
-
E(C, "Area3DSeries") && F(t10.prototype, "getGraphPath", W);
|
|
747
|
-
} }).compose(eY.Series.types.area), ty.compose(eY.Axis, eY.Tick), H.compose(eY.Chart, eY.Fx), { compose: function(t10, e2) {
|
|
748
|
-
if (ei(t4, "Column3D")) {
|
|
749
|
-
let i2 = t10.prototype, s2 = e2.prototype, { column: a2, columnRange: o2 } = t10.types;
|
|
750
|
-
if (es(i2, "alignDataLabel", ex), es(i2, "justifyDataLabel", ey), es(s2, "getStackBox", ef), a2) {
|
|
751
|
-
let t11 = a2.prototype, e3 = t11.pointClass.prototype;
|
|
752
|
-
t11.translate3dPoints = () => void 0, t11.translate3dShapes = ea, t8(t11, "afterInit", eo), es(e3, "hasNewShapeType", er), es(t11, "animate", eh), es(t11, "plotGroup", en), es(t11, "pointAttribs", el), es(t11, "setState", ep), es(t11, "setVisible", ec), es(t11, "translate", ed);
|
|
753
|
-
}
|
|
754
|
-
if (o2) {
|
|
755
|
-
let t11 = o2.prototype;
|
|
756
|
-
es(t11.pointClass.prototype, "hasNewShapeType", er), es(t11, "plotGroup", en), es(t11, "pointAttribs", el), es(t11, "setState", ep), es(t11, "setVisible", ec);
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
} }.compose(eY.Series, tL()), eP.compose(eY.Series), tw.compose(eY.Series), tJ.compose(tu().getRendererType()), t9.compose(eY.Chart);
|
|
760
|
-
let eZ = eY;
|
|
761
|
-
return x.default;
|
|
762
|
-
})());
|
|
763
|
-
})(highcharts3d);
|
|
764
|
-
var highcharts3dExports = highcharts3d.exports;
|
|
765
|
-
const Highcharts3D = /* @__PURE__ */ getDefaultExportFromCjs(highcharts3dExports);
|
|
766
|
-
export {
|
|
767
|
-
Highcharts3D as default
|
|
768
|
-
};
|