impact-ui 4.0.0-alpha.21 → 4.0.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/InfoOutlined.js +4 -0
- package/dist/_virtual/RemoveRounded.js +4 -0
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/components/AccordionModern/index.d.ts.map +1 -1
- package/dist/components/AccordionModern/index.js +13 -18
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -2
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -2
- package/dist/components/BottomSheet/index.d.ts.map +1 -1
- package/dist/components/BottomSheet/index.js +9 -6
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +2 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -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 +24 -47
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/index.d.ts.map +1 -1
- package/dist/components/ButtonGroup/index.js +5 -4
- package/dist/components/Chart/Chart.types.d.ts +18 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -1
- 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 +126 -14
- package/dist/components/Chatbot/Chatbot.types.d.ts +2 -0
- package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.d.ts +1 -1
- package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.js +15 -0
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.js +60 -16
- package/dist/components/Chatbot/conversationScreen.d.ts +1 -1
- package/dist/components/Chatbot/conversationScreen.d.ts.map +1 -1
- package/dist/components/Chatbot/conversationScreen.js +35 -17
- package/dist/components/Chatbot/index.d.ts.map +1 -1
- package/dist/components/Chatbot/index.js +26 -2
- package/dist/components/Checkbox/Dashed.d.ts +2 -1
- package/dist/components/Checkbox/Dashed.d.ts.map +1 -1
- package/dist/components/Checkbox/Dashed.js +12 -4
- package/dist/components/Checkbox/Default.d.ts +2 -1
- package/dist/components/Checkbox/Default.d.ts.map +1 -1
- package/dist/components/Checkbox/Default.js +12 -4
- package/dist/components/Checkbox/WithDropDown.d.ts.map +1 -1
- package/dist/components/Checkbox/WithDropDown.js +10 -2
- package/dist/components/Checkbox/WithoutFormLabel.d.ts.map +1 -1
- package/dist/components/Checkbox/WithoutFormLabel.js +7 -1
- package/dist/components/Checkbox/index.js +4 -2
- package/dist/components/Chips/index.js +1 -1
- package/dist/components/DatePicker/DatePicker.types.d.ts +6 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerDropdown.d.ts +8 -1
- package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerDropdown.js +140 -8
- package/dist/components/DatePicker/datePickerFooter.d.ts +4 -1
- package/dist/components/DatePicker/datePickerFooter.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerFooter.js +16 -6
- package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerInput.js +10 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/index.js +49 -4
- package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
- package/dist/components/DatePicker/showMonthYearSelect.js +57 -58
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerCustom.js +1 -2
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +2 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +39 -3
- package/dist/components/DateRangePicker/dateRangePickerFooter.js +2 -2
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerInput.js +3 -1
- package/dist/components/DateRangePicker/index.d.ts.map +1 -1
- package/dist/components/DateRangePicker/index.js +8 -4
- package/dist/components/DateRangePicker/showMonthYearSelect.d.ts +13 -0
- package/dist/components/DateRangePicker/showMonthYearSelect.d.ts.map +1 -0
- package/dist/components/DateRangePicker/showMonthYearSelect.js +94 -0
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/FileUpload/FileUpload.types.d.ts +12 -0
- package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
- 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 +67 -19
- package/dist/components/FilterPanel/PanelSidebar.js +2 -2
- package/dist/components/FilterPanel/index.js +1 -1
- package/dist/components/FiltersStrip/FilterDropDown.d.ts.map +1 -1
- package/dist/components/FiltersStrip/FilterDropDown.js +4 -1
- package/dist/components/FiltersStrip/FilterSlider.d.ts.map +1 -1
- package/dist/components/FiltersStrip/FilterSlider.js +16 -8
- package/dist/components/FiltersStrip/index.d.ts.map +1 -1
- package/dist/components/FiltersStrip/index.js +2 -3
- package/dist/components/FiltersStrip/mockData.d.ts +29 -0
- package/dist/components/FiltersStrip/mockData.d.ts.map +1 -0
- package/dist/components/Header/Header.types.d.ts +4 -0
- package/dist/components/Header/Header.types.d.ts.map +1 -1
- 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 +32 -11
- package/dist/components/HomePage/HomePage.types.d.ts +2 -1
- package/dist/components/HomePage/HomePage.types.d.ts.map +1 -1
- package/dist/components/HomePage/index.d.ts.map +1 -1
- package/dist/components/HomePage/index.js +5 -4
- package/dist/components/Input/index.js +1 -1
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts +14 -11
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/Keycombo.js +3 -2
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +2 -2
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/ShortcutModal.js +7 -90
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts +1 -2
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/allSetBox.js +2 -3
- package/dist/components/KeyboardShortCuts/index.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/index.js +9 -19
- package/dist/components/KeyboardShortCuts/screen2.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/screen2.js +3 -2
- package/dist/components/KeyboardShortCuts/screen3.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/screen3.js +3 -2
- package/dist/components/KeyboardShortCuts/tutorial.d.ts +6 -5
- package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/tutorial.js +102 -85
- package/dist/components/Menu/IconMenuItem.js +2 -2
- package/dist/components/Menu/Menu.types.d.ts +3 -0
- 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 -12
- package/dist/components/Menu/NestedMenuItem.d.ts +1 -0
- package/dist/components/Menu/NestedMenuItem.d.ts.map +1 -1
- package/dist/components/Menu/NestedMenuItem.js +6 -1
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +6 -4
- package/dist/components/Menu/nestedMenuItemsFromObject.d.ts.map +1 -1
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
- package/dist/components/Modal/Modal.types.d.ts +2 -2
- package/dist/components/Modal/Modal.types.d.ts.map +1 -1
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/Modal/index.js +5 -3
- package/dist/components/MonthPicker/MonthPicker.types.d.ts +4 -1
- package/dist/components/MonthPicker/MonthPicker.types.d.ts.map +1 -1
- package/dist/components/MonthPicker/index.d.ts +1 -1
- package/dist/components/MonthPicker/index.d.ts.map +1 -1
- package/dist/components/MonthPicker/index.js +155 -49
- package/dist/components/MonthRangePicker/index.d.ts +4 -1
- package/dist/components/MonthRangePicker/index.d.ts.map +1 -1
- package/dist/components/MonthRangePicker/index.js +13 -6
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +57 -4
- package/dist/components/Notification/index.js +2 -2
- package/dist/components/Panel/Panel.types.d.ts +10 -0
- package/dist/components/Panel/Panel.types.d.ts.map +1 -1
- package/dist/components/Panel/index.d.ts +1 -1
- package/dist/components/Panel/index.d.ts.map +1 -1
- package/dist/components/Panel/index.js +71 -53
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.js +10 -2
- package/dist/components/Portal/index.d.ts +1 -1
- package/dist/components/Prompt/index.js +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts +2 -0
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts.map +1 -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 +32 -28
- package/dist/components/Select/Select.types.d.ts +2 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -1
- package/dist/components/Select/customGroupHeading.d.ts.map +1 -1
- package/dist/components/Select/customGroupHeading.js +5 -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 +2 -12
- package/dist/components/Select/hooks/useMenuPosition.d.ts +4 -1
- package/dist/components/Select/hooks/useMenuPosition.d.ts.map +1 -1
- package/dist/components/Select/hooks/useMenuPosition.js +15 -3
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +5 -2
- package/dist/components/Select/optionList.d.ts +1 -1
- package/dist/components/Select/optionList.d.ts.map +1 -1
- package/dist/components/Select/optionList.js +42 -20
- package/dist/components/Select/selected-option-tags.js +1 -1
- package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -1
- package/dist/components/Shortcuts/useShortcut.js +6 -3
- package/dist/components/Sidebar/ChildMenu.d.ts +1 -1
- package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ChildMenu.js +48 -5
- package/dist/components/Sidebar/ParentMenu.d.ts +1 -1
- package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ParentMenu.js +65 -24
- package/dist/components/Sidebar/Sidebar.types.d.ts +4 -4
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.js +5 -2
- package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarMenus.js +7 -3
- package/dist/components/Sidebar/index.js +1 -1
- package/dist/components/Sidebar/mock.d.ts +5 -0
- package/dist/components/Sidebar/mock.d.ts.map +1 -0
- package/dist/components/Slider/Slider.types.d.ts +6 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -1
- 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 +178 -58
- package/dist/components/Stepper/Stepper.types.d.ts +7 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -1
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/index.js +38 -10
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/Table/TableImpl.d.ts.map +1 -1
- package/dist/components/Table/TableImpl.js +34 -18
- package/dist/components/Table/filterUtils.d.ts +1 -25
- package/dist/components/Table/filterUtils.d.ts.map +1 -1
- package/dist/components/Table/filterUtils.js +27 -0
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
- package/dist/components/Table/tableMoreOptions.js +44 -0
- package/dist/components/Table/tableSettings.d.ts.map +1 -1
- package/dist/components/Table/tableSettings.js +15 -1
- package/dist/components/TableChat/EmptyContainer.js +1 -1
- package/dist/components/TableChat/TableChatSidePanel.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +1 -1
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +1 -1
- package/dist/components/TableChat/components/TextEditor/Mention.js +1 -1
- package/dist/components/TableChat/components/TextEditor/MentionList.js +1 -1
- package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -1
- package/dist/components/TableOld/index.d.ts.map +1 -1
- package/dist/components/TableOld/tableFunctions.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/TextArea/index.js +1 -1
- package/dist/components/Toast/Toast.types.d.ts +2 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -1
- package/dist/components/Toast/index.d.ts +1 -1
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/index.js +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +2 -2
- package/dist/components/common/HelperText/index.d.ts.map +1 -1
- package/dist/components/common/HelperText/index.js +3 -2
- package/dist/mcp-component-registry.json +2 -3867
- package/dist/node_modules/@mui/icons-material/InfoOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/RemoveRounded.js +17 -0
- package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +1 -1
- package/dist/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/react-is/index.js +1 -1
- package/dist/renderReactRoot.d.ts +3 -10
- package/dist/renderReactRoot.d.ts.map +1 -1
- package/dist/storybook/legacyArgTypes/Accordion.d.ts +80 -0
- package/dist/storybook/legacyArgTypes/Accordion.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/AccordionModern.d.ts +74 -0
- package/dist/storybook/legacyArgTypes/AccordionModern.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Alert.d.ts +102 -0
- package/dist/storybook/legacyArgTypes/Alert.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Avatar.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/Avatar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Badge.d.ts +6 -0
- package/dist/storybook/legacyArgTypes/Badge.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/BottomSheet.d.ts +218 -0
- package/dist/storybook/legacyArgTypes/BottomSheet.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts +50 -0
- package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Button.d.ts +163 -0
- package/dist/storybook/legacyArgTypes/Button.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts +64 -0
- package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Card.d.ts +36 -0
- package/dist/storybook/legacyArgTypes/Card.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Chart.d.ts +706 -0
- package/dist/storybook/legacyArgTypes/Chart.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ChatBot.d.ts +28 -0
- package/dist/storybook/legacyArgTypes/ChatBot.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Checkbox.d.ts +144 -0
- package/dist/storybook/legacyArgTypes/Checkbox.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Chips.d.ts +74 -0
- package/dist/storybook/legacyArgTypes/Chips.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts +21 -0
- package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/DatePicker.d.ts +294 -0
- package/dist/storybook/legacyArgTypes/DatePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts +321 -0
- package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/EmptyState.d.ts +118 -0
- package/dist/storybook/legacyArgTypes/EmptyState.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FileUpload.d.ts +177 -0
- package/dist/storybook/legacyArgTypes/FileUpload.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FilterPanel.d.ts +250 -0
- package/dist/storybook/legacyArgTypes/FilterPanel.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts +214 -0
- package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Header.d.ts +197 -0
- package/dist/storybook/legacyArgTypes/Header.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/HomePage.d.ts +158 -0
- package/dist/storybook/legacyArgTypes/HomePage.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Input.d.ts +126 -0
- package/dist/storybook/legacyArgTypes/Input.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts +58 -0
- package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Loader.d.ts +11 -0
- package/dist/storybook/legacyArgTypes/Loader.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Menu.d.ts +109 -0
- package/dist/storybook/legacyArgTypes/Menu.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Modal.d.ts +199 -0
- package/dist/storybook/legacyArgTypes/Modal.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/MonthPicker.d.ts +185 -0
- package/dist/storybook/legacyArgTypes/MonthPicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts +204 -0
- package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Notification.d.ts +377 -0
- package/dist/storybook/legacyArgTypes/Notification.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Panel.d.ts +251 -0
- package/dist/storybook/legacyArgTypes/Panel.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Popover.d.ts +105 -0
- package/dist/storybook/legacyArgTypes/Popover.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ProgressBar.d.ts +64 -0
- package/dist/storybook/legacyArgTypes/ProgressBar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Prompt.d.ts +119 -0
- package/dist/storybook/legacyArgTypes/Prompt.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts +35 -0
- package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Select.d.ts +6 -0
- package/dist/storybook/legacyArgTypes/Select.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Sidebar.d.ts +127 -0
- package/dist/storybook/legacyArgTypes/Sidebar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Slider.d.ts +153 -0
- package/dist/storybook/legacyArgTypes/Slider.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Stepper.d.ts +45 -0
- package/dist/storybook/legacyArgTypes/Stepper.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Switch.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/Switch.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Table.d.ts +928 -0
- package/dist/storybook/legacyArgTypes/Table.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TableChat.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/TableChat.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TableOld.d.ts +331 -0
- package/dist/storybook/legacyArgTypes/TableOld.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tabs.d.ts +112 -0
- package/dist/storybook/legacyArgTypes/Tabs.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tag.d.ts +82 -0
- package/dist/storybook/legacyArgTypes/Tag.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TagGroup.d.ts +8 -0
- package/dist/storybook/legacyArgTypes/TagGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TextArea.d.ts +148 -0
- package/dist/storybook/legacyArgTypes/TextArea.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Toast.d.ts +90 -0
- package/dist/storybook/legacyArgTypes/Toast.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tooltip.d.ts +28 -0
- package/dist/storybook/legacyArgTypes/Tooltip.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/index.d.ts +51 -0
- package/dist/storybook/legacyArgTypes/index.d.ts.map +1 -0
- package/dist/styles/style.css +1 -1
- package/dist/utils/helper.d.ts +5 -0
- package/dist/utils/helper.d.ts.map +1 -1
- package/dist/utils/helper.js +1 -12
- package/dist/utils/reactVersion.d.ts +5 -0
- package/dist/utils/reactVersion.d.ts.map +1 -0
- package/dist/utils/reactVersion.test.d.ts +2 -0
- package/dist/utils/reactVersion.test.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts +9 -5
- package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -1
- package/dist/utils/shortcuts/ShortcutManager.js +94 -62
- package/dist/utils/shortcuts/constants.d.ts +2 -0
- package/dist/utils/shortcuts/constants.d.ts.map +1 -1
- package/dist/utils/shortcuts/constants.js +13 -1
- package/dist/utils/shortcuts/format.d.ts +5 -1
- package/dist/utils/shortcuts/format.d.ts.map +1 -1
- package/dist/utils/shortcuts/format.js +24 -7
- package/dist/utils/shortcuts/index.d.ts +3 -1
- package/dist/utils/shortcuts/index.d.ts.map +1 -1
- package/dist/utils/shortcuts/match.d.ts +2 -2
- package/dist/utils/shortcuts/match.d.ts.map +1 -1
- package/dist/utils/shortcuts/match.js +50 -6
- package/dist/utils/shortcuts/parse.d.ts +4 -1
- package/dist/utils/shortcuts/parse.d.ts.map +1 -1
- package/dist/utils/shortcuts/parse.js +15 -1
- package/dist/utils/shortcuts/sequence.d.ts +18 -0
- package/dist/utils/shortcuts/sequence.d.ts.map +1 -0
- package/dist/utils/shortcuts/sequence.js +60 -0
- package/dist/utils/shortcuts/types.d.ts +2 -0
- package/dist/utils/shortcuts/types.d.ts.map +1 -1
- package/package.json +7 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Table.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,oBAAoB,2LAAyL,CAAC;AAE3N,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqoBvB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const tableChatDocsDescription = "\n# Table Chat Feature\n\nThe Table Chat feature provides a comprehensive real-time messaging system integrated with the Table component. It includes:\n\n- **Channel Management**: Organize conversations by channels\n- **Real-time Messaging**: Live message updates with WebSocket support\n- **Rich Text Editor**: Full-featured text editor with mentions, formatting, and emoji support\n- **File & Image Sharing**: Upload and share files and images\n- **Message Actions**: Pin, reply, bookmark, edit, and delete messages\n- **Participant Management**: Add/remove participants and manage permissions\n- **Search**: Search messages and participants\n- **Notifications**: Configurable notification settings\n- **Thread Support**: Threaded conversations for better organization\n\n## Architecture\n\nThe chat feature consists of several key components:\n\n### 1. TableChatSidePanel\nThe main container component that manages the chat interface state and handles the communication between left and right panels.\n\n### 2. TableChatRightSection \nHandles the message display, infinite scroll, real-time updates, and message interactions.\n\n### 3. ChatInput\nRich text editor with mention support, formatting tools, file upload, and emoji picker.\n\n### 4. ChatHeader\nHeader with participant management, search functionality, and notification settings.\n\n## Configuration Structure\n\nThe chat feature is configured through a comprehensive \\";
|
|
3
|
+
export declare const tableChatArgTypes: {
|
|
4
|
+
isChatEnabled: {
|
|
5
|
+
description: string;
|
|
6
|
+
control: {
|
|
7
|
+
type: string;
|
|
8
|
+
};
|
|
9
|
+
table: {
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
type: {
|
|
14
|
+
summary: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
handleChatClick: {
|
|
19
|
+
description: string;
|
|
20
|
+
table: {
|
|
21
|
+
type: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
isChatOpen: {
|
|
27
|
+
description: string;
|
|
28
|
+
control: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
table: {
|
|
32
|
+
defaultValue: {
|
|
33
|
+
summary: string;
|
|
34
|
+
};
|
|
35
|
+
type: {
|
|
36
|
+
summary: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
handleChatClose: {
|
|
41
|
+
description: string;
|
|
42
|
+
table: {
|
|
43
|
+
type: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
chatConfiguration: {
|
|
49
|
+
description: string;
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
53
|
+
table: {
|
|
54
|
+
type: {
|
|
55
|
+
summary: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=TableChat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableChat.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/TableChat.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,wBAAwB,i6CAiCqB,CAAC;AAE3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwG3B,CAAC"}
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const tableOldDocsDescription = "All the props that you can pass to AG-Grid can be passed to Table component. <strong style=\"font-weight:bold;\">Note:</strong> This Table is based on V27 and still in testing phase.";
|
|
3
|
+
export declare const tableOldArgTypes: {
|
|
4
|
+
tableHeader: {
|
|
5
|
+
description: string;
|
|
6
|
+
table: {
|
|
7
|
+
defaultValue: {
|
|
8
|
+
summary: string;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
cardContainer: {
|
|
16
|
+
description: string;
|
|
17
|
+
table: {
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
rowData: {
|
|
27
|
+
description: string;
|
|
28
|
+
table: {
|
|
29
|
+
defaultValue: {
|
|
30
|
+
summary: string;
|
|
31
|
+
};
|
|
32
|
+
type: {
|
|
33
|
+
summary: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
columnDefs: {
|
|
38
|
+
description: string;
|
|
39
|
+
table: {
|
|
40
|
+
defaultValue: {
|
|
41
|
+
summary: string;
|
|
42
|
+
};
|
|
43
|
+
type: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
rowHeight: {
|
|
49
|
+
description: string;
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
53
|
+
options: string[];
|
|
54
|
+
table: {
|
|
55
|
+
defaultValue: {
|
|
56
|
+
summary: string;
|
|
57
|
+
};
|
|
58
|
+
type: {
|
|
59
|
+
summary: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
topLeftOptions: {
|
|
64
|
+
description: string;
|
|
65
|
+
table: {
|
|
66
|
+
defaultValue: {
|
|
67
|
+
summary: string;
|
|
68
|
+
};
|
|
69
|
+
type: {
|
|
70
|
+
summary: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
topRightOptions: {
|
|
75
|
+
description: string;
|
|
76
|
+
table: {
|
|
77
|
+
defaultValue: {
|
|
78
|
+
summary: string;
|
|
79
|
+
};
|
|
80
|
+
type: {
|
|
81
|
+
summary: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
bottomLeftOptions: {
|
|
86
|
+
description: string;
|
|
87
|
+
table: {
|
|
88
|
+
defaultValue: {
|
|
89
|
+
summary: string;
|
|
90
|
+
};
|
|
91
|
+
type: {
|
|
92
|
+
summary: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
bottomCenterOptions: {
|
|
97
|
+
description: string;
|
|
98
|
+
table: {
|
|
99
|
+
defaultValue: {
|
|
100
|
+
summary: string;
|
|
101
|
+
};
|
|
102
|
+
type: {
|
|
103
|
+
summary: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
onNumberFormatChange: {
|
|
108
|
+
description: string;
|
|
109
|
+
table: {
|
|
110
|
+
defaultValue: {
|
|
111
|
+
summary: string;
|
|
112
|
+
};
|
|
113
|
+
type: {
|
|
114
|
+
summary: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
onColumnSearchClick: {
|
|
119
|
+
description: string;
|
|
120
|
+
table: {
|
|
121
|
+
defaultValue: {
|
|
122
|
+
summary: string;
|
|
123
|
+
};
|
|
124
|
+
type: {
|
|
125
|
+
summary: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
hideRowHeightOptionMenu: {
|
|
130
|
+
description: string;
|
|
131
|
+
table: {
|
|
132
|
+
defaultValue: {
|
|
133
|
+
summary: boolean;
|
|
134
|
+
};
|
|
135
|
+
type: {
|
|
136
|
+
summary: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
hidePaginationPageSizeSelector: {
|
|
141
|
+
description: string;
|
|
142
|
+
table: {
|
|
143
|
+
defaultValue: {
|
|
144
|
+
summary: boolean;
|
|
145
|
+
};
|
|
146
|
+
type: {
|
|
147
|
+
summary: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
control: {
|
|
151
|
+
type: string;
|
|
152
|
+
};
|
|
153
|
+
options: boolean[];
|
|
154
|
+
};
|
|
155
|
+
onTableActionsTabClick: {
|
|
156
|
+
description: string;
|
|
157
|
+
control: boolean;
|
|
158
|
+
table: {
|
|
159
|
+
defaultValue: {
|
|
160
|
+
summary: string;
|
|
161
|
+
};
|
|
162
|
+
type: {
|
|
163
|
+
summary: string;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
customGetMainMenuItems: {
|
|
168
|
+
description: string;
|
|
169
|
+
control: boolean;
|
|
170
|
+
table: {
|
|
171
|
+
defaultValue: {
|
|
172
|
+
summary: string;
|
|
173
|
+
};
|
|
174
|
+
type: {
|
|
175
|
+
summary: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
onAdvanceSearchClick: {
|
|
180
|
+
description: string;
|
|
181
|
+
control: boolean;
|
|
182
|
+
table: {
|
|
183
|
+
defaultValue: {
|
|
184
|
+
summary: string;
|
|
185
|
+
};
|
|
186
|
+
type: {
|
|
187
|
+
summary: string;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
customHeaderIcons: {
|
|
192
|
+
description: string;
|
|
193
|
+
control: {
|
|
194
|
+
type: string;
|
|
195
|
+
};
|
|
196
|
+
table: {
|
|
197
|
+
defaultValue: {
|
|
198
|
+
summary: string;
|
|
199
|
+
};
|
|
200
|
+
type: {
|
|
201
|
+
summary: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
handleInlineSearch: {
|
|
206
|
+
description: string;
|
|
207
|
+
control: boolean;
|
|
208
|
+
table: {
|
|
209
|
+
defaultValue: {
|
|
210
|
+
summary: string;
|
|
211
|
+
};
|
|
212
|
+
type: {
|
|
213
|
+
summary: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
tableActions: {
|
|
218
|
+
description: string;
|
|
219
|
+
control: {
|
|
220
|
+
type: string;
|
|
221
|
+
};
|
|
222
|
+
table: {
|
|
223
|
+
defaultValue: {
|
|
224
|
+
summary: string;
|
|
225
|
+
};
|
|
226
|
+
type: {
|
|
227
|
+
summary: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
hideTableFormat: {
|
|
232
|
+
description: string;
|
|
233
|
+
table: {
|
|
234
|
+
defaultValue: {
|
|
235
|
+
summary: boolean;
|
|
236
|
+
};
|
|
237
|
+
type: {
|
|
238
|
+
summary: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
hideTableActions: {
|
|
243
|
+
description: string;
|
|
244
|
+
table: {
|
|
245
|
+
defaultValue: {
|
|
246
|
+
summary: boolean;
|
|
247
|
+
};
|
|
248
|
+
type: {
|
|
249
|
+
summary: string;
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
handleClearSearchInline: {
|
|
254
|
+
description: string;
|
|
255
|
+
table: {
|
|
256
|
+
defaultValue: {
|
|
257
|
+
summary: string;
|
|
258
|
+
};
|
|
259
|
+
type: {
|
|
260
|
+
summary: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
handleCloseInputField: {
|
|
265
|
+
description: string;
|
|
266
|
+
table: {
|
|
267
|
+
defaultValue: {
|
|
268
|
+
summary: string;
|
|
269
|
+
};
|
|
270
|
+
type: {
|
|
271
|
+
summary: string;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
aboveTableComponent: {
|
|
276
|
+
description: string;
|
|
277
|
+
table: {
|
|
278
|
+
defaultValue: {
|
|
279
|
+
summary: string;
|
|
280
|
+
};
|
|
281
|
+
type: {
|
|
282
|
+
summary: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
explicitlyCloseTableSetting: {
|
|
287
|
+
description: string;
|
|
288
|
+
table: {
|
|
289
|
+
defaultValue: {
|
|
290
|
+
summary: string;
|
|
291
|
+
};
|
|
292
|
+
type: {
|
|
293
|
+
summary: string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
hideTableSetting: {
|
|
298
|
+
description: string;
|
|
299
|
+
table: {
|
|
300
|
+
defaultValue: {
|
|
301
|
+
summary: string;
|
|
302
|
+
};
|
|
303
|
+
type: {
|
|
304
|
+
summary: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
customHeaderComponent: {
|
|
309
|
+
description: string;
|
|
310
|
+
table: {
|
|
311
|
+
defaultValue: {
|
|
312
|
+
summary: string;
|
|
313
|
+
};
|
|
314
|
+
type: {
|
|
315
|
+
summary: string;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
onContentDensityChange: {
|
|
320
|
+
description: string;
|
|
321
|
+
table: {
|
|
322
|
+
defaultValue: {
|
|
323
|
+
summary: string;
|
|
324
|
+
};
|
|
325
|
+
type: {
|
|
326
|
+
summary: string;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
//# sourceMappingURL=TableOld.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableOld.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/TableOld.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,uBAAuB,2LAAyL,CAAC;AAE9N,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0R1B,CAAC"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const tabsDocsDescription: string | undefined;
|
|
3
|
+
export declare const tabsArgTypes: {
|
|
4
|
+
tabNames: {
|
|
5
|
+
description: string;
|
|
6
|
+
table: {
|
|
7
|
+
defaultValue: {
|
|
8
|
+
summary: never[];
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
tabPanels: {
|
|
16
|
+
description: string;
|
|
17
|
+
table: {
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: never[];
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
value: {
|
|
27
|
+
description: string;
|
|
28
|
+
table: {
|
|
29
|
+
defaultValue: {
|
|
30
|
+
summary: string;
|
|
31
|
+
};
|
|
32
|
+
type: {
|
|
33
|
+
summary: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
isDisabled: {
|
|
38
|
+
description: string;
|
|
39
|
+
table: {
|
|
40
|
+
defaultValue: {
|
|
41
|
+
summary: boolean;
|
|
42
|
+
};
|
|
43
|
+
type: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
onChange: {
|
|
49
|
+
description: string;
|
|
50
|
+
table: {
|
|
51
|
+
defaultValue: {
|
|
52
|
+
summary: string;
|
|
53
|
+
};
|
|
54
|
+
type: {
|
|
55
|
+
summary: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
tabPanelStyle: {
|
|
60
|
+
description: string;
|
|
61
|
+
table: {
|
|
62
|
+
defaultValue: {
|
|
63
|
+
summary: string;
|
|
64
|
+
};
|
|
65
|
+
type: {
|
|
66
|
+
summary: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
orientation: {
|
|
71
|
+
description: string;
|
|
72
|
+
options: string[];
|
|
73
|
+
control: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
table: {
|
|
77
|
+
defaultValue: {
|
|
78
|
+
summary: string;
|
|
79
|
+
};
|
|
80
|
+
type: {
|
|
81
|
+
summary: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
remountOnTabChange: {
|
|
86
|
+
description: string;
|
|
87
|
+
table: {
|
|
88
|
+
defaultValue: {
|
|
89
|
+
summary: boolean;
|
|
90
|
+
};
|
|
91
|
+
type: {
|
|
92
|
+
summary: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
isBlueBg: {
|
|
97
|
+
description: string;
|
|
98
|
+
table: {
|
|
99
|
+
defaultValue: {
|
|
100
|
+
summary: boolean;
|
|
101
|
+
};
|
|
102
|
+
type: {
|
|
103
|
+
summary: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
options: boolean[];
|
|
107
|
+
control: {
|
|
108
|
+
type: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Tabs.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,mBAAmB,EAAgB,MAAM,GAAG,SAAS,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFtB,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const tagDocsDescription = "Tags allow users to enter information, make selections, filter content, or trigger actions. While included here as a standalone component, the most common use will be in some form of input, so some of the behavior demonstrated here is not shown in context.";
|
|
3
|
+
export declare const tagArgTypes: {
|
|
4
|
+
label: {
|
|
5
|
+
description: string;
|
|
6
|
+
table: {
|
|
7
|
+
defaultValue: {
|
|
8
|
+
summary: string;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
variant: {
|
|
16
|
+
description: string;
|
|
17
|
+
options: string[];
|
|
18
|
+
control: {
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
table: {
|
|
22
|
+
defaultValue: {
|
|
23
|
+
summary: string;
|
|
24
|
+
};
|
|
25
|
+
type: {
|
|
26
|
+
summary: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
size: {
|
|
31
|
+
description: string;
|
|
32
|
+
options: string[];
|
|
33
|
+
control: {
|
|
34
|
+
type: string;
|
|
35
|
+
};
|
|
36
|
+
table: {
|
|
37
|
+
defaultValue: {
|
|
38
|
+
summary: string;
|
|
39
|
+
};
|
|
40
|
+
type: {
|
|
41
|
+
summary: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
isRemovable: {
|
|
46
|
+
description: string;
|
|
47
|
+
table: {
|
|
48
|
+
defaultValue: {
|
|
49
|
+
summary: string;
|
|
50
|
+
};
|
|
51
|
+
type: {
|
|
52
|
+
summary: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
icon: {
|
|
57
|
+
description: string;
|
|
58
|
+
};
|
|
59
|
+
onClick: {
|
|
60
|
+
description: string;
|
|
61
|
+
table: {
|
|
62
|
+
defaultValue: {
|
|
63
|
+
summary: string;
|
|
64
|
+
};
|
|
65
|
+
type: {
|
|
66
|
+
summary: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
onDelete: {
|
|
71
|
+
description: string;
|
|
72
|
+
table: {
|
|
73
|
+
defaultValue: {
|
|
74
|
+
summary: string;
|
|
75
|
+
};
|
|
76
|
+
type: {
|
|
77
|
+
summary: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Tag.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,kBAAkB,qQAAqQ,CAAC;AAErS,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDrB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const tagGroupDocsDescription = "Tag Group is a wrapper component to layout multiple tags.";
|
|
3
|
+
export declare const tagGroupArgTypes: {
|
|
4
|
+
children: {
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=TagGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/TagGroup.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,uBAAuB,8DAA8D,CAAC;AAEnG,eAAO,MAAM,gBAAgB;;;;CAI1B,CAAC"}
|