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
|
@@ -1,3870 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
4
|
-
"components": {
|
|
5
|
-
"Accordion": {
|
|
6
|
-
"title": "Components/Accordion",
|
|
7
|
-
"category": "Components",
|
|
8
|
-
"description": "Accordion displays collapsible content panels. Supports single/multi expansion modes with customizable headers and content.",
|
|
9
|
-
"examples": [
|
|
10
|
-
"WithAutomationIds",
|
|
11
|
-
"Default",
|
|
12
|
-
"ExpandFiresSetExpanded",
|
|
13
|
-
"WithExpandedPanel",
|
|
14
|
-
"MultiExpansion",
|
|
15
|
-
"SingleItem",
|
|
16
|
-
"Disabled",
|
|
17
|
-
"PartiallyDisabled",
|
|
18
|
-
"WithOnChange",
|
|
19
|
-
"FAQExample",
|
|
20
|
-
"SettingsExample",
|
|
21
|
-
"AllStates"
|
|
22
|
-
],
|
|
23
|
-
"props": {
|
|
24
|
-
"expanded": {
|
|
25
|
-
"description": "Current expanded state. String for single mode, string array for multi mode.",
|
|
26
|
-
"type": "string | string[]",
|
|
27
|
-
"required": true
|
|
28
|
-
},
|
|
29
|
-
"setExpanded": {
|
|
30
|
-
"description": "Callback to update expanded state.",
|
|
31
|
-
"type": "(value: string | string[]) => void",
|
|
32
|
-
"required": true
|
|
33
|
-
},
|
|
34
|
-
"isMultiExpanded": {
|
|
35
|
-
"description": "When true, multiple panels can be expanded simultaneously.",
|
|
36
|
-
"type": "boolean",
|
|
37
|
-
"defaultValue": "false",
|
|
38
|
-
"required": false
|
|
39
|
-
},
|
|
40
|
-
"data": {
|
|
41
|
-
"description": "Array of accordion items with value, header, and content.",
|
|
42
|
-
"type": "AccordionItemData[]",
|
|
43
|
-
"required": true
|
|
44
|
-
},
|
|
45
|
-
"onChange": {
|
|
46
|
-
"description": "Custom change handler. Takes precedence over setExpanded.",
|
|
47
|
-
"type": "(value: string) => void",
|
|
48
|
-
"required": true
|
|
49
|
-
},
|
|
50
|
-
"isSingleItem": {
|
|
51
|
-
"description": "When true, renders a single accordion using singleData.",
|
|
52
|
-
"type": "boolean",
|
|
53
|
-
"defaultValue": "false",
|
|
54
|
-
"required": false
|
|
55
|
-
},
|
|
56
|
-
"singleData": {
|
|
57
|
-
"description": "Data for single item mode.",
|
|
58
|
-
"type": "SingleAccordionData",
|
|
59
|
-
"required": true
|
|
60
|
-
},
|
|
61
|
-
"disabled": {
|
|
62
|
-
"description": "Disables all accordion items.",
|
|
63
|
-
"type": "boolean",
|
|
64
|
-
"defaultValue": "false",
|
|
65
|
-
"required": false
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"storyFile": "src/components/Accordion/Accordion.stories.tsx"
|
|
69
|
-
},
|
|
70
|
-
"AccordionModern": {
|
|
71
|
-
"title": "Components/AccordionModern",
|
|
72
|
-
"category": "Components",
|
|
73
|
-
"description": "Compact accordion with optional drag-and-drop reordering. Supports single or multiple expanded items. Use for FAQs, settings panels, or nested navigation. Items can show an optional count badge (e.g. number of children).",
|
|
74
|
-
"examples": [
|
|
75
|
-
"Default",
|
|
76
|
-
"SingleExpanded",
|
|
77
|
-
"MultiExpand",
|
|
78
|
-
"Draggable",
|
|
79
|
-
"WithCallback",
|
|
80
|
-
"ExpandCollapseInteraction",
|
|
81
|
-
"AllVariants"
|
|
82
|
-
],
|
|
83
|
-
"props": {
|
|
84
|
-
"draggable": {
|
|
85
|
-
"description": "Enable drag-and-drop reordering. Items must have unique `id`.",
|
|
86
|
-
"type": "unknown",
|
|
87
|
-
"required": true
|
|
88
|
-
},
|
|
89
|
-
"isMultiExpanded": {
|
|
90
|
-
"description": "Allow multiple panels to be open at once.",
|
|
91
|
-
"type": "unknown",
|
|
92
|
-
"required": true
|
|
93
|
-
},
|
|
94
|
-
"expanded": {
|
|
95
|
-
"description": "",
|
|
96
|
-
"type": "unknown",
|
|
97
|
-
"required": true
|
|
98
|
-
},
|
|
99
|
-
"setExpanded": {
|
|
100
|
-
"description": "",
|
|
101
|
-
"type": "unknown",
|
|
102
|
-
"required": true
|
|
103
|
-
},
|
|
104
|
-
"data": {
|
|
105
|
-
"description": "",
|
|
106
|
-
"type": "unknown",
|
|
107
|
-
"required": true
|
|
108
|
-
},
|
|
109
|
-
"onChange": {
|
|
110
|
-
"description": "Fired when expansion state changes (value or value array).",
|
|
111
|
-
"type": "unknown",
|
|
112
|
-
"required": true
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"storyFile": "src/components/AccordionModern/AccordionModern.stories.tsx"
|
|
116
|
-
},
|
|
117
|
-
"Alert": {
|
|
118
|
-
"title": "Components/Alert",
|
|
119
|
-
"category": "Components",
|
|
120
|
-
"description": "Alert displays contextual feedback messages with severity-based styling. Supports success, info, warning, and error states with optional actions and close functionality.",
|
|
121
|
-
"examples": [
|
|
122
|
-
"WithAutomationIds",
|
|
123
|
-
"Success",
|
|
124
|
-
"Info",
|
|
125
|
-
"Warning",
|
|
126
|
-
"Error",
|
|
127
|
-
"WithoutTitle",
|
|
128
|
-
"TitleOnly",
|
|
129
|
-
"WithAction",
|
|
130
|
-
"ActionAndCloseCallbacks",
|
|
131
|
-
"Dismissible",
|
|
132
|
-
"WithActionAndClose",
|
|
133
|
-
"SubtleBackground",
|
|
134
|
-
"AllSeverities",
|
|
135
|
-
"DismissibleExample",
|
|
136
|
-
"RealWorldExamples",
|
|
137
|
-
"InlineFormAlerts",
|
|
138
|
-
"NotificationStack"
|
|
139
|
-
],
|
|
140
|
-
"props": {
|
|
141
|
-
"severity": {
|
|
142
|
-
"description": "The severity level determines the color scheme and icon. Use `success` for confirmations, `info` for tips, `warning` for cautions, and `error` for failures.",
|
|
143
|
-
"type": "unknown",
|
|
144
|
-
"options": [
|
|
145
|
-
"success",
|
|
146
|
-
"info",
|
|
147
|
-
"warning",
|
|
148
|
-
"error"
|
|
149
|
-
],
|
|
150
|
-
"required": true
|
|
151
|
-
},
|
|
152
|
-
"title": {
|
|
153
|
-
"description": "The main title text of the alert. If omitted, the capitalized severity type is shown.",
|
|
154
|
-
"type": "string",
|
|
155
|
-
"required": true
|
|
156
|
-
},
|
|
157
|
-
"description": {
|
|
158
|
-
"description": "Additional description text displayed below the title for more context.",
|
|
159
|
-
"type": "string",
|
|
160
|
-
"required": true
|
|
161
|
-
},
|
|
162
|
-
"actionName": {
|
|
163
|
-
"description": "Text for the action button. Both `actionName` and `onAction` must be provided for the button to appear.",
|
|
164
|
-
"type": "string",
|
|
165
|
-
"required": true
|
|
166
|
-
},
|
|
167
|
-
"onAction": {
|
|
168
|
-
"description": "Callback when the action button is clicked. Both `actionName` and `onAction` must be provided.",
|
|
169
|
-
"type": "() => void",
|
|
170
|
-
"required": true
|
|
171
|
-
},
|
|
172
|
-
"onClose": {
|
|
173
|
-
"description": "Callback when the close button is clicked. If provided, a close button will be displayed.",
|
|
174
|
-
"type": "() => void",
|
|
175
|
-
"required": true
|
|
176
|
-
},
|
|
177
|
-
"subtleBackground": {
|
|
178
|
-
"description": "When true, removes the shadow and border for a more subtle inline appearance.",
|
|
179
|
-
"type": "boolean",
|
|
180
|
-
"defaultValue": "false",
|
|
181
|
-
"required": false
|
|
182
|
-
},
|
|
183
|
-
"actionButtonProps": {
|
|
184
|
-
"description": "Additional props to pass to the action Button component.",
|
|
185
|
-
"type": "Partial<ButtonProps>",
|
|
186
|
-
"required": true
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"storyFile": "src/components/Alert/Alert.stories.tsx"
|
|
190
|
-
},
|
|
191
|
-
"Avatar": {
|
|
192
|
-
"title": "Components/Avatar",
|
|
193
|
-
"category": "Components",
|
|
194
|
-
"description": "Avatar displays user profile pictures or initials. Supports images, two-character initials, or single initials with three size variants.",
|
|
195
|
-
"examples": [
|
|
196
|
-
"WithAutomationIds",
|
|
197
|
-
"Default",
|
|
198
|
-
"WithPicture",
|
|
199
|
-
"WithInitials",
|
|
200
|
-
"OnlyFirstInitial",
|
|
201
|
-
"Small",
|
|
202
|
-
"Medium",
|
|
203
|
-
"Large",
|
|
204
|
-
"SingleWordName",
|
|
205
|
-
"ThreeWordName",
|
|
206
|
-
"AllSizes",
|
|
207
|
-
"AllTypes",
|
|
208
|
-
"UserList",
|
|
209
|
-
"Clickable",
|
|
210
|
-
"AvatarStack"
|
|
211
|
-
],
|
|
212
|
-
"props": {
|
|
213
|
-
"label": {
|
|
214
|
-
"description": "The name used to generate initials. For",
|
|
215
|
-
"type": "string",
|
|
216
|
-
"defaultValue": "Unknown",
|
|
217
|
-
"required": false
|
|
218
|
-
},
|
|
219
|
-
"type": {
|
|
220
|
-
"description": "Controls how the avatar content is displayed. `withPicture` shows an image, `withoutPicture` shows 2 initials, `onlyName` shows 1 initial.",
|
|
221
|
-
"type": "unknown",
|
|
222
|
-
"defaultValue": "withoutPicture",
|
|
223
|
-
"options": [
|
|
224
|
-
"withPicture",
|
|
225
|
-
"withoutPicture",
|
|
226
|
-
"onlyName"
|
|
227
|
-
],
|
|
228
|
-
"required": false
|
|
229
|
-
},
|
|
230
|
-
"src": {
|
|
231
|
-
"description": "The URL of the profile image. Only used when type is `withPicture`.",
|
|
232
|
-
"type": "string",
|
|
233
|
-
"required": true
|
|
234
|
-
},
|
|
235
|
-
"size": {
|
|
236
|
-
"description": "The size of the avatar. `small` = 36px, `medium` = 48px, `large` = 64px (default).",
|
|
237
|
-
"type": "unknown",
|
|
238
|
-
"defaultValue": "large",
|
|
239
|
-
"options": [
|
|
240
|
-
"small",
|
|
241
|
-
"medium",
|
|
242
|
-
"large"
|
|
243
|
-
],
|
|
244
|
-
"required": false
|
|
245
|
-
},
|
|
246
|
-
"alt": {
|
|
247
|
-
"description": "Alternative text for accessibility. If not provided, the label will be used as alt text.",
|
|
248
|
-
"type": "string",
|
|
249
|
-
"required": true
|
|
250
|
-
},
|
|
251
|
-
"onClick": {
|
|
252
|
-
"description": "Click handler for the avatar, useful for profile navigation.",
|
|
253
|
-
"type": "(event: MouseEvent) => void",
|
|
254
|
-
"required": true
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"storyFile": "src/components/Avatar/Avatar.stories.tsx"
|
|
258
|
-
},
|
|
259
|
-
"Badge": {
|
|
260
|
-
"title": "Components/Badge",
|
|
261
|
-
"category": "Components",
|
|
262
|
-
"description": "",
|
|
263
|
-
"examples": [
|
|
264
|
-
"WithAutomationIds",
|
|
265
|
-
"Default",
|
|
266
|
-
"Filled",
|
|
267
|
-
"Stroke",
|
|
268
|
-
"Subtle",
|
|
269
|
-
"FilledInfo",
|
|
270
|
-
"FilledError",
|
|
271
|
-
"FilledWarning",
|
|
272
|
-
"FilledSuccess",
|
|
273
|
-
"StrokeInfo",
|
|
274
|
-
"StrokeError",
|
|
275
|
-
"StrokeWarning",
|
|
276
|
-
"StrokeSuccess",
|
|
277
|
-
"SubtleInfo",
|
|
278
|
-
"SubtleError",
|
|
279
|
-
"SubtleWarning",
|
|
280
|
-
"SubtleSuccess",
|
|
281
|
-
"SmallSize",
|
|
282
|
-
"MediumSize",
|
|
283
|
-
"WithIconAndLabel",
|
|
284
|
-
"IconOnly",
|
|
285
|
-
"AllVariants",
|
|
286
|
-
"AllFilledColors",
|
|
287
|
-
"AllStrokeColors",
|
|
288
|
-
"AllSubtleColors",
|
|
289
|
-
"AllSizes",
|
|
290
|
-
"AllWithIcons",
|
|
291
|
-
"IconOnlyVariants",
|
|
292
|
-
"CompleteShowcase"
|
|
293
|
-
],
|
|
294
|
-
"props": {
|
|
295
|
-
"variant": {
|
|
296
|
-
"description": "",
|
|
297
|
-
"type": "unknown",
|
|
298
|
-
"options": [
|
|
299
|
-
"filled",
|
|
300
|
-
"stroke",
|
|
301
|
-
"subtle"
|
|
302
|
-
],
|
|
303
|
-
"required": true
|
|
304
|
-
},
|
|
305
|
-
"color": {
|
|
306
|
-
"description": "",
|
|
307
|
-
"type": "unknown",
|
|
308
|
-
"options": [
|
|
309
|
-
"info",
|
|
310
|
-
"error",
|
|
311
|
-
"warning",
|
|
312
|
-
"success"
|
|
313
|
-
],
|
|
314
|
-
"required": true
|
|
315
|
-
},
|
|
316
|
-
"size": {
|
|
317
|
-
"description": "",
|
|
318
|
-
"type": "unknown",
|
|
319
|
-
"options": [
|
|
320
|
-
"small",
|
|
321
|
-
"medium"
|
|
322
|
-
],
|
|
323
|
-
"required": true
|
|
324
|
-
},
|
|
325
|
-
"isIcon": {
|
|
326
|
-
"description": "",
|
|
327
|
-
"type": "unknown",
|
|
328
|
-
"required": true
|
|
329
|
-
},
|
|
330
|
-
"label": {
|
|
331
|
-
"description": "",
|
|
332
|
-
"type": "unknown",
|
|
333
|
-
"required": true
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"storyFile": "src/components/Badge/Badge.stories.tsx"
|
|
337
|
-
},
|
|
338
|
-
"BottomSheet": {
|
|
339
|
-
"title": "Components/BottomSheet",
|
|
340
|
-
"category": "Components",
|
|
341
|
-
"description": "Bottom sheet modal that slides up from the bottom. Extends Modal props; use **Controls** to try all options.",
|
|
342
|
-
"examples": [
|
|
343
|
-
"Default",
|
|
344
|
-
"WithFooter",
|
|
345
|
-
"WithExpandIcon",
|
|
346
|
-
"Playground",
|
|
347
|
-
"WithPrimaryAndSecondaryButtons"
|
|
348
|
-
],
|
|
349
|
-
"props": {
|
|
350
|
-
"open": {
|
|
351
|
-
"description": "Whether the bottom sheet is open",
|
|
352
|
-
"type": "unknown",
|
|
353
|
-
"required": true
|
|
354
|
-
},
|
|
355
|
-
"title": {
|
|
356
|
-
"description": "Title shown in the header",
|
|
357
|
-
"type": "unknown",
|
|
358
|
-
"required": true
|
|
359
|
-
},
|
|
360
|
-
"withExpandIcon": {
|
|
361
|
-
"description": "Show expand/collapse icon in header",
|
|
362
|
-
"type": "unknown",
|
|
363
|
-
"required": true
|
|
364
|
-
},
|
|
365
|
-
"maxHeight": {
|
|
366
|
-
"description": "Max height of the sheet (e.g.",
|
|
367
|
-
"type": "unknown",
|
|
368
|
-
"required": true
|
|
369
|
-
},
|
|
370
|
-
"zIndex": {
|
|
371
|
-
"description": "Z-index of the modal backdrop (inherited from Modal)",
|
|
372
|
-
"type": "unknown",
|
|
373
|
-
"required": true
|
|
374
|
-
},
|
|
375
|
-
"size": {
|
|
376
|
-
"description": "Modal size (inherited from Modal; affects non–bottom-sheet layout)",
|
|
377
|
-
"type": "unknown",
|
|
378
|
-
"options": [
|
|
379
|
-
"small",
|
|
380
|
-
"medium",
|
|
381
|
-
"large"
|
|
382
|
-
],
|
|
383
|
-
"required": true
|
|
384
|
-
},
|
|
385
|
-
"className": {
|
|
386
|
-
"description": "Additional CSS class for the modal container",
|
|
387
|
-
"type": "unknown",
|
|
388
|
-
"required": true
|
|
389
|
-
},
|
|
390
|
-
"primaryButtonLabel": {
|
|
391
|
-
"description": "Label for the primary footer button (inherited from Modal)",
|
|
392
|
-
"type": "unknown",
|
|
393
|
-
"required": true
|
|
394
|
-
},
|
|
395
|
-
"secondaryButtonLabel": {
|
|
396
|
-
"description": "Label for the secondary footer button (inherited from Modal)",
|
|
397
|
-
"type": "unknown",
|
|
398
|
-
"required": true
|
|
399
|
-
},
|
|
400
|
-
"onClose": {
|
|
401
|
-
"description": "",
|
|
402
|
-
"type": "unknown",
|
|
403
|
-
"required": true
|
|
404
|
-
},
|
|
405
|
-
"onPrimaryButtonClick": {
|
|
406
|
-
"description": "",
|
|
407
|
-
"type": "unknown",
|
|
408
|
-
"required": true
|
|
409
|
-
},
|
|
410
|
-
"onSecondaryButtonClick": {
|
|
411
|
-
"description": "",
|
|
412
|
-
"type": "unknown",
|
|
413
|
-
"required": true
|
|
414
|
-
},
|
|
415
|
-
"onExpand": {
|
|
416
|
-
"description": "",
|
|
417
|
-
"type": "unknown",
|
|
418
|
-
"required": true
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"storyFile": "src/components/BottomSheet/BottomSheet.stories.tsx"
|
|
422
|
-
},
|
|
423
|
-
"Breadcrumbs": {
|
|
424
|
-
"title": "Components/Breadcrumbs",
|
|
425
|
-
"category": "Components",
|
|
426
|
-
"description": "Breadcrumbs show the current location in a hierarchy and allow navigation back. When the path is long, the first item, a",
|
|
427
|
-
"examples": [
|
|
428
|
-
"WithAutomationIds",
|
|
429
|
-
"Default",
|
|
430
|
-
"ShortPath",
|
|
431
|
-
"LongPath",
|
|
432
|
-
"WithClickHandlers",
|
|
433
|
-
"WithDisabledItem",
|
|
434
|
-
"Interactive",
|
|
435
|
-
"BreadcrumbClickNavigation",
|
|
436
|
-
"SingleItem"
|
|
437
|
-
],
|
|
438
|
-
"props": {
|
|
439
|
-
"list": {
|
|
440
|
-
"description": "Array of { label, to?, onClick?, disabled? }",
|
|
441
|
-
"type": "unknown",
|
|
442
|
-
"required": true
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"storyFile": "src/components/Breadcrumbs/Breadcrumbs.stories.tsx"
|
|
446
|
-
},
|
|
447
|
-
"Button": {
|
|
448
|
-
"title": "Components/Button",
|
|
449
|
-
"category": "Components",
|
|
450
|
-
"description": "",
|
|
451
|
-
"examples": [
|
|
452
|
-
"WithAutomationIds",
|
|
453
|
-
"Primary",
|
|
454
|
-
"WithClickAction",
|
|
455
|
-
"IconOnlyWithAriaLabel",
|
|
456
|
-
"Secondary",
|
|
457
|
-
"Tertiary",
|
|
458
|
-
"Text",
|
|
459
|
-
"Destructive",
|
|
460
|
-
"Small",
|
|
461
|
-
"Medium",
|
|
462
|
-
"Large",
|
|
463
|
-
"Loading",
|
|
464
|
-
"Disabled",
|
|
465
|
-
"WithIconLeft",
|
|
466
|
-
"WithIconRight",
|
|
467
|
-
"IconOnly",
|
|
468
|
-
"AllVariants",
|
|
469
|
-
"AllSizes",
|
|
470
|
-
"AllStates"
|
|
471
|
-
],
|
|
472
|
-
"props": {
|
|
473
|
-
"size": {
|
|
474
|
-
"description": "",
|
|
475
|
-
"type": "unknown",
|
|
476
|
-
"options": [
|
|
477
|
-
"small",
|
|
478
|
-
"medium",
|
|
479
|
-
"large"
|
|
480
|
-
],
|
|
481
|
-
"required": true
|
|
482
|
-
},
|
|
483
|
-
"variant": {
|
|
484
|
-
"description": "",
|
|
485
|
-
"type": "unknown",
|
|
486
|
-
"options": [
|
|
487
|
-
"primary",
|
|
488
|
-
"contained",
|
|
489
|
-
"secondary",
|
|
490
|
-
"outlined",
|
|
491
|
-
"tertiary",
|
|
492
|
-
"text",
|
|
493
|
-
"url"
|
|
494
|
-
],
|
|
495
|
-
"required": true
|
|
496
|
-
},
|
|
497
|
-
"type": {
|
|
498
|
-
"description": "",
|
|
499
|
-
"type": "unknown",
|
|
500
|
-
"options": [
|
|
501
|
-
"default",
|
|
502
|
-
"destructive"
|
|
503
|
-
],
|
|
504
|
-
"required": true
|
|
505
|
-
},
|
|
506
|
-
"loading": {
|
|
507
|
-
"description": "",
|
|
508
|
-
"type": "unknown",
|
|
509
|
-
"required": true
|
|
510
|
-
},
|
|
511
|
-
"disabled": {
|
|
512
|
-
"description": "",
|
|
513
|
-
"type": "unknown",
|
|
514
|
-
"required": true
|
|
515
|
-
},
|
|
516
|
-
"iconPlacement": {
|
|
517
|
-
"description": "",
|
|
518
|
-
"type": "unknown",
|
|
519
|
-
"options": [
|
|
520
|
-
"left",
|
|
521
|
-
"right"
|
|
522
|
-
],
|
|
523
|
-
"required": true
|
|
524
|
-
},
|
|
525
|
-
"onClick": {
|
|
526
|
-
"description": "Fired when the button is clicked.",
|
|
527
|
-
"type": "unknown",
|
|
528
|
-
"required": true
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"storyFile": "src/components/Button/Button.stories.tsx"
|
|
532
|
-
},
|
|
533
|
-
"ButtonGroup": {
|
|
534
|
-
"title": "Components/ButtonGroup",
|
|
535
|
-
"category": "Components",
|
|
536
|
-
"description": "A group of toggle buttons where one option can be selected at a time. Ideal for view switchers (list/grid/map), filters (All/Active/Archived), or sort options. Supports icons, disabled state per option or for the whole group, and full keyboard navigation.",
|
|
537
|
-
"examples": [
|
|
538
|
-
"Default",
|
|
539
|
-
"TextOnly",
|
|
540
|
-
"WithIcons",
|
|
541
|
-
"Disabled",
|
|
542
|
-
"WithDisabledOption",
|
|
543
|
-
"SelectionFiresOnChange",
|
|
544
|
-
"AllVariants"
|
|
545
|
-
],
|
|
546
|
-
"props": {
|
|
547
|
-
"selectedOption": {
|
|
548
|
-
"description": "Currently selected value (controlled)",
|
|
549
|
-
"type": "unknown",
|
|
550
|
-
"options": [
|
|
551
|
-
"list",
|
|
552
|
-
"grid",
|
|
553
|
-
"map"
|
|
554
|
-
],
|
|
555
|
-
"required": true
|
|
556
|
-
},
|
|
557
|
-
"isDisabled": {
|
|
558
|
-
"description": "",
|
|
559
|
-
"type": "unknown",
|
|
560
|
-
"required": true
|
|
561
|
-
},
|
|
562
|
-
"onChange": {
|
|
563
|
-
"description": "Fired when selection changes. Receives the selected option value.",
|
|
564
|
-
"type": "unknown",
|
|
565
|
-
"required": true
|
|
566
|
-
},
|
|
567
|
-
"options": {
|
|
568
|
-
"description": "",
|
|
569
|
-
"type": "unknown",
|
|
570
|
-
"required": true
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
"storyFile": "src/components/ButtonGroup/ButtonGroup.stories.tsx"
|
|
574
|
-
},
|
|
575
|
-
"Card": {
|
|
576
|
-
"title": "Components/Card",
|
|
577
|
-
"category": "Components",
|
|
578
|
-
"description": "",
|
|
579
|
-
"examples": [
|
|
580
|
-
"WithAutomationIds",
|
|
581
|
-
"Default",
|
|
582
|
-
"ExtraSmall",
|
|
583
|
-
"Small",
|
|
584
|
-
"Medium",
|
|
585
|
-
"Large",
|
|
586
|
-
"ExtraLarge",
|
|
587
|
-
"ExtraLarge3x",
|
|
588
|
-
"Clickable",
|
|
589
|
-
"ClickableFiresOnClick",
|
|
590
|
-
"CustomPadding",
|
|
591
|
-
"CustomDimensions",
|
|
592
|
-
"WithContent",
|
|
593
|
-
"ProductCard",
|
|
594
|
-
"ProfileCard",
|
|
595
|
-
"AllSizes",
|
|
596
|
-
"CardGrid",
|
|
597
|
-
"ClickableCard"
|
|
598
|
-
],
|
|
599
|
-
"props": {
|
|
600
|
-
"size": {
|
|
601
|
-
"description": "",
|
|
602
|
-
"type": "unknown",
|
|
603
|
-
"options": [
|
|
604
|
-
"extraSmall",
|
|
605
|
-
"small",
|
|
606
|
-
"medium",
|
|
607
|
-
"large",
|
|
608
|
-
"extraLarge",
|
|
609
|
-
"extraLarge-3x"
|
|
610
|
-
],
|
|
611
|
-
"required": true
|
|
612
|
-
},
|
|
613
|
-
"clickable": {
|
|
614
|
-
"description": "",
|
|
615
|
-
"type": "unknown",
|
|
616
|
-
"required": true
|
|
617
|
-
},
|
|
618
|
-
"padding": {
|
|
619
|
-
"description": "",
|
|
620
|
-
"type": "unknown",
|
|
621
|
-
"required": true
|
|
622
|
-
},
|
|
623
|
-
"width": {
|
|
624
|
-
"description": "",
|
|
625
|
-
"type": "unknown",
|
|
626
|
-
"required": true
|
|
627
|
-
},
|
|
628
|
-
"maxWidth": {
|
|
629
|
-
"description": "",
|
|
630
|
-
"type": "unknown",
|
|
631
|
-
"required": true
|
|
632
|
-
},
|
|
633
|
-
"minHeight": {
|
|
634
|
-
"description": "",
|
|
635
|
-
"type": "unknown",
|
|
636
|
-
"required": true
|
|
637
|
-
},
|
|
638
|
-
"onClick": {
|
|
639
|
-
"description": "Fired when the card is clicked (only when clickable is true).",
|
|
640
|
-
"type": "unknown",
|
|
641
|
-
"required": true
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
"storyFile": "src/components/Card/Card.stories.tsx"
|
|
645
|
-
},
|
|
646
|
-
"Chart": {
|
|
647
|
-
"title": "Components/Chart",
|
|
648
|
-
"category": "Components",
|
|
649
|
-
"description": "Highcharts-based chart with optional header, download, expand, and chart-type selector. Use **Controls** to change chart type, series, and options.",
|
|
650
|
-
"examples": [
|
|
651
|
-
"WithAutomationIds",
|
|
652
|
-
"Default",
|
|
653
|
-
"LineChart",
|
|
654
|
-
"PieChart",
|
|
655
|
-
"WithoutHeader",
|
|
656
|
-
"WithFallbackContent",
|
|
657
|
-
"WithSwitchButton",
|
|
658
|
-
"WithChartTypeDropdown",
|
|
659
|
-
"WithTopLeftAndTopRightOptions",
|
|
660
|
-
"WithCustomLegend",
|
|
661
|
-
"DownloadAndExpandActions",
|
|
662
|
-
"StackedColumn",
|
|
663
|
-
"WithDataTestIdAndClassName",
|
|
664
|
-
"Playground",
|
|
665
|
-
"AreaChart",
|
|
666
|
-
"BarChart",
|
|
667
|
-
"ScatterChart",
|
|
668
|
-
"WithCustomSystemButton",
|
|
669
|
-
"NoDownloadOrExpand"
|
|
670
|
-
],
|
|
671
|
-
"props": {
|
|
672
|
-
"graphType": {
|
|
673
|
-
"description": "Highcharts series type",
|
|
674
|
-
"type": "unknown",
|
|
675
|
-
"options": [
|
|
676
|
-
"column",
|
|
677
|
-
"line",
|
|
678
|
-
"area",
|
|
679
|
-
"pie",
|
|
680
|
-
"bar",
|
|
681
|
-
"scatter"
|
|
682
|
-
],
|
|
683
|
-
"required": true
|
|
684
|
-
},
|
|
685
|
-
"graphTitle": {
|
|
686
|
-
"description": "Title shown in header",
|
|
687
|
-
"type": "unknown",
|
|
688
|
-
"required": true
|
|
689
|
-
},
|
|
690
|
-
"showchart": {
|
|
691
|
-
"description": "When false, fallbackContent is rendered",
|
|
692
|
-
"type": "unknown",
|
|
693
|
-
"required": true
|
|
694
|
-
},
|
|
695
|
-
"showHeader": {
|
|
696
|
-
"description": "Show header with title and action buttons",
|
|
697
|
-
"type": "unknown",
|
|
698
|
-
"required": true
|
|
699
|
-
},
|
|
700
|
-
"showDownloadButton": {
|
|
701
|
-
"description": "Show download button",
|
|
702
|
-
"type": "unknown",
|
|
703
|
-
"required": true
|
|
704
|
-
},
|
|
705
|
-
"showExpandButton": {
|
|
706
|
-
"description": "Show expand/fullscreen button",
|
|
707
|
-
"type": "unknown",
|
|
708
|
-
"required": true
|
|
709
|
-
},
|
|
710
|
-
"showSwitchButton": {
|
|
711
|
-
"description": "Show toggle table/chart button",
|
|
712
|
-
"type": "unknown",
|
|
713
|
-
"required": true
|
|
714
|
-
},
|
|
715
|
-
"showChartTypeDropdown": {
|
|
716
|
-
"description": "Show chart type dropdown",
|
|
717
|
-
"type": "unknown",
|
|
718
|
-
"required": true
|
|
719
|
-
},
|
|
720
|
-
"cardContainer": {
|
|
721
|
-
"description": "Wrap in card container with shadow",
|
|
722
|
-
"type": "unknown",
|
|
723
|
-
"required": true
|
|
724
|
-
},
|
|
725
|
-
"onChartDownload": {
|
|
726
|
-
"description": "",
|
|
727
|
-
"type": "unknown",
|
|
728
|
-
"required": true
|
|
729
|
-
},
|
|
730
|
-
"setShowChart": {
|
|
731
|
-
"description": "",
|
|
732
|
-
"type": "unknown",
|
|
733
|
-
"required": true
|
|
734
|
-
},
|
|
735
|
-
"handleChartExpand": {
|
|
736
|
-
"description": "",
|
|
737
|
-
"type": "unknown",
|
|
738
|
-
"required": true
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
"storyFile": "src/components/Chart/Chart.stories.tsx"
|
|
742
|
-
},
|
|
743
|
-
"Chatbot": {
|
|
744
|
-
"title": "Components/Chatbot",
|
|
745
|
-
"category": "Components",
|
|
746
|
-
"description": "Typed Chatbot migrated from OldJsComponents with history panel, module menu, and conversation flow.",
|
|
747
|
-
"examples": [
|
|
748
|
-
"Default",
|
|
749
|
-
"NewChatFlow",
|
|
750
|
-
"HistoryPanelInteractions",
|
|
751
|
-
"CustomScreenAndStop"
|
|
752
|
-
],
|
|
753
|
-
"props": {},
|
|
754
|
-
"storyFile": "src/components/Chatbot/Chatbot.stories.tsx"
|
|
755
|
-
},
|
|
756
|
-
"bookMarkPanel": {
|
|
757
|
-
"title": "Components/Chatbot/BookMarkPanel",
|
|
758
|
-
"category": "Components",
|
|
759
|
-
"description": "BookMarkPanel displays saved questions organized in tabs: Pre Defined and Added by You.",
|
|
760
|
-
"examples": [
|
|
761
|
-
"Default",
|
|
762
|
-
"PreDefinedTabActive",
|
|
763
|
-
"SwitchToAddedByYouTab",
|
|
764
|
-
"SwitchBetweenTabs",
|
|
765
|
-
"CloseButtonClick",
|
|
766
|
-
"AddButtonPresent",
|
|
767
|
-
"WithEmptyPreDefinedQuestions",
|
|
768
|
-
"WithEmptyAddedByYouQuestions",
|
|
769
|
-
"DisplaysAddedByYouQuestions",
|
|
770
|
-
"HeaderElements",
|
|
771
|
-
"QuestionItemStructure",
|
|
772
|
-
"WithManyQuestions",
|
|
773
|
-
"NoCloseHandler"
|
|
774
|
-
],
|
|
775
|
-
"props": {},
|
|
776
|
-
"storyFile": "src/components/Chatbot/bookMarkPanel.stories.tsx"
|
|
777
|
-
},
|
|
778
|
-
"Checkbox": {
|
|
779
|
-
"title": "Components/Checkbox",
|
|
780
|
-
"category": "Components",
|
|
781
|
-
"description": "Checkbox provides binary selection with default and dashed variants, optional dropdown menu, and full accessibility support.",
|
|
782
|
-
"examples": [
|
|
783
|
-
"WithAutomationIds",
|
|
784
|
-
"Default",
|
|
785
|
-
"Checked",
|
|
786
|
-
"Required",
|
|
787
|
-
"Disabled",
|
|
788
|
-
"DisabledChecked",
|
|
789
|
-
"DashedVariant",
|
|
790
|
-
"WithoutFormLabel",
|
|
791
|
-
"WithoutFormLabelRequired",
|
|
792
|
-
"WithDropdown",
|
|
793
|
-
"DropdownWithDisabled",
|
|
794
|
-
"Controlled",
|
|
795
|
-
"MultipleSelection",
|
|
796
|
-
"SelectAllPattern",
|
|
797
|
-
"FormAcceptance",
|
|
798
|
-
"AllVariantsAndStates",
|
|
799
|
-
"DropdownWithActions"
|
|
800
|
-
],
|
|
801
|
-
"props": {
|
|
802
|
-
"label": {
|
|
803
|
-
"description": "Label text displayed next to the checkbox.",
|
|
804
|
-
"type": "ReactNode",
|
|
805
|
-
"required": true
|
|
806
|
-
},
|
|
807
|
-
"variant": {
|
|
808
|
-
"description": "Visual variant: default (checkmark) or dashed (horizontal line).",
|
|
809
|
-
"type": "unknown",
|
|
810
|
-
"defaultValue": "default",
|
|
811
|
-
"options": [
|
|
812
|
-
"default",
|
|
813
|
-
"dashed"
|
|
814
|
-
],
|
|
815
|
-
"required": false
|
|
816
|
-
},
|
|
817
|
-
"checked": {
|
|
818
|
-
"description": "Controlled checked state.",
|
|
819
|
-
"type": "boolean",
|
|
820
|
-
"required": true
|
|
821
|
-
},
|
|
822
|
-
"defaultChecked": {
|
|
823
|
-
"description": "Initial checked state for uncontrolled mode.",
|
|
824
|
-
"type": "boolean",
|
|
825
|
-
"required": true
|
|
826
|
-
},
|
|
827
|
-
"disabled": {
|
|
828
|
-
"description": "Disables the checkbox.",
|
|
829
|
-
"type": "boolean",
|
|
830
|
-
"defaultValue": "false",
|
|
831
|
-
"required": false
|
|
832
|
-
},
|
|
833
|
-
"required": {
|
|
834
|
-
"description": "Shows required asterisk indicator.",
|
|
835
|
-
"type": "boolean",
|
|
836
|
-
"defaultValue": "false",
|
|
837
|
-
"required": false
|
|
838
|
-
},
|
|
839
|
-
"withoutFormLabel": {
|
|
840
|
-
"description": "Renders without MUI FormControlLabel wrapper.",
|
|
841
|
-
"type": "boolean",
|
|
842
|
-
"defaultValue": "false",
|
|
843
|
-
"required": false
|
|
844
|
-
},
|
|
845
|
-
"withDropDown": {
|
|
846
|
-
"description": "Adds dropdown menu arrow with menu items.",
|
|
847
|
-
"type": "boolean",
|
|
848
|
-
"defaultValue": "false",
|
|
849
|
-
"required": false
|
|
850
|
-
},
|
|
851
|
-
"dropDownData": {
|
|
852
|
-
"description": "Menu items for dropdown (required when withDropDown is true).",
|
|
853
|
-
"type": "DropdownItemData[]",
|
|
854
|
-
"required": true
|
|
855
|
-
},
|
|
856
|
-
"onChange": {
|
|
857
|
-
"description": "Callback when checked state changes.",
|
|
858
|
-
"type": "(event: ChangeEvent<HTMLInputElement>) => void",
|
|
859
|
-
"required": true
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
"storyFile": "src/components/Checkbox/Checkbox.stories.tsx"
|
|
863
|
-
},
|
|
864
|
-
"Chips": {
|
|
865
|
-
"title": "Components/Chips",
|
|
866
|
-
"category": "Components",
|
|
867
|
-
"description": "Chips are compact elements used for inputs, attributes, or actions. Support single selection (radio), multiple selection (checkbox), or simple clickable tags.",
|
|
868
|
-
"examples": [
|
|
869
|
-
"WithAutomationIds",
|
|
870
|
-
"SingleChipOnly",
|
|
871
|
-
"Default",
|
|
872
|
-
"SingleType",
|
|
873
|
-
"MultiType",
|
|
874
|
-
"Active",
|
|
875
|
-
"SingleActive",
|
|
876
|
-
"MultiActive",
|
|
877
|
-
"Disabled",
|
|
878
|
-
"DisabledSingle",
|
|
879
|
-
"DisabledActiveMulti",
|
|
880
|
-
"SingleSelectionGroup",
|
|
881
|
-
"MultiSelectionGroup",
|
|
882
|
-
"AllTypes",
|
|
883
|
-
"FilterExample",
|
|
884
|
-
"CategorySelection",
|
|
885
|
-
"ProfileSkills"
|
|
886
|
-
],
|
|
887
|
-
"props": {
|
|
888
|
-
"label": {
|
|
889
|
-
"description": "The text content displayed inside the chip. This value is passed to the onClick callback.",
|
|
890
|
-
"type": "string",
|
|
891
|
-
"required": true
|
|
892
|
-
},
|
|
893
|
-
"type": {
|
|
894
|
-
"description": "The chip type determines the selection indicator style. `default` has no indicator, `single` shows a radio button, `multi` shows a checkbox.",
|
|
895
|
-
"type": "unknown",
|
|
896
|
-
"defaultValue": "default",
|
|
897
|
-
"options": [
|
|
898
|
-
"default",
|
|
899
|
-
"single",
|
|
900
|
-
"multi"
|
|
901
|
-
],
|
|
902
|
-
"required": false
|
|
903
|
-
},
|
|
904
|
-
"isActive": {
|
|
905
|
-
"description": "Whether the chip is in its selected/active state. Visual appearance depends on the type prop.",
|
|
906
|
-
"type": "boolean",
|
|
907
|
-
"defaultValue": "false",
|
|
908
|
-
"required": false
|
|
909
|
-
},
|
|
910
|
-
"disabled": {
|
|
911
|
-
"description": "When true, the chip is non-interactive and displays in a muted style.",
|
|
912
|
-
"type": "boolean",
|
|
913
|
-
"defaultValue": "false",
|
|
914
|
-
"required": false
|
|
915
|
-
},
|
|
916
|
-
"onClick": {
|
|
917
|
-
"description": "Callback function triggered when the chip is clicked. Receives the label as an argument.",
|
|
918
|
-
"type": "(label: string) => void",
|
|
919
|
-
"required": true
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
"storyFile": "src/components/Chips/Chips.stories.tsx"
|
|
923
|
-
},
|
|
924
|
-
"CreateItemFlow": {
|
|
925
|
-
"title": "Components/CreateItemFlow",
|
|
926
|
-
"category": "Components",
|
|
927
|
-
"description": "",
|
|
928
|
-
"examples": [
|
|
929
|
-
"Default",
|
|
930
|
-
"StepTwo",
|
|
931
|
-
"LastStep",
|
|
932
|
-
"CustomActions"
|
|
933
|
-
],
|
|
934
|
-
"props": {
|
|
935
|
-
"onCancel": {
|
|
936
|
-
"description": "",
|
|
937
|
-
"type": "unknown",
|
|
938
|
-
"required": true
|
|
939
|
-
},
|
|
940
|
-
"onNext": {
|
|
941
|
-
"description": "",
|
|
942
|
-
"type": "unknown",
|
|
943
|
-
"required": true
|
|
944
|
-
},
|
|
945
|
-
"onPrev": {
|
|
946
|
-
"description": "",
|
|
947
|
-
"type": "unknown",
|
|
948
|
-
"required": true
|
|
949
|
-
},
|
|
950
|
-
"onStepClick": {
|
|
951
|
-
"description": "",
|
|
952
|
-
"type": "unknown",
|
|
953
|
-
"required": true
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
"storyFile": "src/components/CreateItemFlow/CreateItemFlow.stories.tsx"
|
|
957
|
-
},
|
|
958
|
-
"DatePicker": {
|
|
959
|
-
"title": "Components/DatePicker",
|
|
960
|
-
"category": "Components",
|
|
961
|
-
"description": "Single date picker using react-dates and moment. Use **Controls** to toggle label, required, disabled, format, portal, month/year select, and footer actions.",
|
|
962
|
-
"examples": [
|
|
963
|
-
"Default",
|
|
964
|
-
"WithInitialDate",
|
|
965
|
-
"OpenDropdownAndApply",
|
|
966
|
-
"OpenDropdownAndCancel",
|
|
967
|
-
"OpenDropdownAndClear",
|
|
968
|
-
"WithPortal",
|
|
969
|
-
"WithMonthYearSelect",
|
|
970
|
-
"CustomYearsAsLabelValuePairs",
|
|
971
|
-
"WithWeekNumbers",
|
|
972
|
-
"WithMinMax",
|
|
973
|
-
"Disabled",
|
|
974
|
-
"ErrorState",
|
|
975
|
-
"Required",
|
|
976
|
-
"FullWidth",
|
|
977
|
-
"LabelLeft",
|
|
978
|
-
"Playground",
|
|
979
|
-
"CloseOnDateSelect",
|
|
980
|
-
"ClickOutsideCloses",
|
|
981
|
-
"PortalBlanketClosesDropdown",
|
|
982
|
-
"UsesHandleDateChange",
|
|
983
|
-
"OutsideRangeSelectedShowsError",
|
|
984
|
-
"SelectDayKeepsPopoverOpen",
|
|
985
|
-
"AgGridSkipsOutsideClose",
|
|
986
|
-
"AlternateDisplayFormat",
|
|
987
|
-
"WithRootClassName",
|
|
988
|
-
"WithCustomIcon",
|
|
989
|
-
"ReadOnlyWithValue"
|
|
990
|
-
],
|
|
991
|
-
"props": {
|
|
992
|
-
"label": {
|
|
993
|
-
"description": "Label above the input",
|
|
994
|
-
"type": "unknown",
|
|
995
|
-
"required": true
|
|
996
|
-
},
|
|
997
|
-
"isRequired": {
|
|
998
|
-
"description": "",
|
|
999
|
-
"type": "unknown",
|
|
1000
|
-
"required": true
|
|
1001
|
-
},
|
|
1002
|
-
"isDisabled": {
|
|
1003
|
-
"description": "",
|
|
1004
|
-
"type": "unknown",
|
|
1005
|
-
"required": true
|
|
1006
|
-
},
|
|
1007
|
-
"isError": {
|
|
1008
|
-
"description": "",
|
|
1009
|
-
"type": "unknown",
|
|
1010
|
-
"required": true
|
|
1011
|
-
},
|
|
1012
|
-
"fullWidth": {
|
|
1013
|
-
"description": "",
|
|
1014
|
-
"type": "unknown",
|
|
1015
|
-
"required": true
|
|
1016
|
-
},
|
|
1017
|
-
"labelOrientation": {
|
|
1018
|
-
"description": "",
|
|
1019
|
-
"type": "unknown",
|
|
1020
|
-
"options": [
|
|
1021
|
-
"top",
|
|
1022
|
-
"left"
|
|
1023
|
-
],
|
|
1024
|
-
"required": true
|
|
1025
|
-
},
|
|
1026
|
-
"displayFormat": {
|
|
1027
|
-
"description": "",
|
|
1028
|
-
"type": "unknown",
|
|
1029
|
-
"required": true
|
|
1030
|
-
},
|
|
1031
|
-
"placeholder": {
|
|
1032
|
-
"description": "",
|
|
1033
|
-
"type": "unknown",
|
|
1034
|
-
"required": true
|
|
1035
|
-
},
|
|
1036
|
-
"closeOnDateSelect": {
|
|
1037
|
-
"description": "",
|
|
1038
|
-
"type": "unknown",
|
|
1039
|
-
"required": true
|
|
1040
|
-
},
|
|
1041
|
-
"withPortal": {
|
|
1042
|
-
"description": "",
|
|
1043
|
-
"type": "unknown",
|
|
1044
|
-
"required": true
|
|
1045
|
-
},
|
|
1046
|
-
"showMonthYearSelect": {
|
|
1047
|
-
"description": "",
|
|
1048
|
-
"type": "unknown",
|
|
1049
|
-
"required": true
|
|
1050
|
-
},
|
|
1051
|
-
"showWeekNumbers": {
|
|
1052
|
-
"description": "",
|
|
1053
|
-
"type": "unknown",
|
|
1054
|
-
"required": true
|
|
1055
|
-
},
|
|
1056
|
-
"readOnly": {
|
|
1057
|
-
"description": "",
|
|
1058
|
-
"type": "unknown",
|
|
1059
|
-
"required": true
|
|
1060
|
-
},
|
|
1061
|
-
"setSelectedDate": {
|
|
1062
|
-
"description": "",
|
|
1063
|
-
"type": "unknown",
|
|
1064
|
-
"required": true
|
|
1065
|
-
},
|
|
1066
|
-
"onPrimaryButtonClick": {
|
|
1067
|
-
"description": "",
|
|
1068
|
-
"type": "unknown",
|
|
1069
|
-
"required": true
|
|
1070
|
-
},
|
|
1071
|
-
"onSecondaryButtonClick": {
|
|
1072
|
-
"description": "",
|
|
1073
|
-
"type": "unknown",
|
|
1074
|
-
"required": true
|
|
1075
|
-
},
|
|
1076
|
-
"onTertiaryButtonClick": {
|
|
1077
|
-
"description": "",
|
|
1078
|
-
"type": "unknown",
|
|
1079
|
-
"required": true
|
|
1080
|
-
},
|
|
1081
|
-
"onClickOutside": {
|
|
1082
|
-
"description": "",
|
|
1083
|
-
"type": "unknown",
|
|
1084
|
-
"required": true
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
"storyFile": "src/components/DatePicker/DatePicker.stories.tsx"
|
|
1088
|
-
},
|
|
1089
|
-
"DateRangePicker": {
|
|
1090
|
-
"title": "Components/DateRangePicker",
|
|
1091
|
-
"category": "Components",
|
|
1092
|
-
"description": "Date range picker using react-dates and moment. Use **Controls** to toggle portal, range selector, month/year select, week numbers, and footer actions.",
|
|
1093
|
-
"examples": [
|
|
1094
|
-
"Default",
|
|
1095
|
-
"WithInitialRange",
|
|
1096
|
-
"OpenDropdownAndApply",
|
|
1097
|
-
"OpenDropdownViaEndInput",
|
|
1098
|
-
"FooterShowsSelectedDays",
|
|
1099
|
-
"SelectRangeShortcut",
|
|
1100
|
-
"OpenDropdownAndCancel",
|
|
1101
|
-
"OpenDropdownAndClear",
|
|
1102
|
-
"WithPortal",
|
|
1103
|
-
"WithRangeSelector",
|
|
1104
|
-
"WithMonthYearSelect",
|
|
1105
|
-
"WithWeekNumbers",
|
|
1106
|
-
"WithMinMax",
|
|
1107
|
-
"WithOutsideRange",
|
|
1108
|
-
"FullInteractionFlow",
|
|
1109
|
-
"ClickOutsideToClose",
|
|
1110
|
-
"FocusStartThenEnd",
|
|
1111
|
-
"PortalBlanketClosesDropdown",
|
|
1112
|
-
"AllRangeShortcuts",
|
|
1113
|
-
"MonthYearSelectInteraction",
|
|
1114
|
-
"FocusAndBlurInputs",
|
|
1115
|
-
"WithRangeThenClear",
|
|
1116
|
-
"OnResetClickCallback",
|
|
1117
|
-
"CalendarIconFocusesStart",
|
|
1118
|
-
"FullWidthAndLabelLeft",
|
|
1119
|
-
"Disabled",
|
|
1120
|
-
"ErrorState",
|
|
1121
|
-
"Required",
|
|
1122
|
-
"FullWidth",
|
|
1123
|
-
"LabelLeft",
|
|
1124
|
-
"ReadOnly",
|
|
1125
|
-
"WithHelperText",
|
|
1126
|
-
"UsesHandleDatesChange",
|
|
1127
|
-
"CustomHandleFocusChange",
|
|
1128
|
-
"CustomStartEndFocusHandlers",
|
|
1129
|
-
"WeekNumbersWithCustomData",
|
|
1130
|
-
"PortalWithCustomClassName",
|
|
1131
|
-
"CustomStartEndOffsets",
|
|
1132
|
-
"AgGridSkipsOutsideClose",
|
|
1133
|
-
"CustomYearsAsLabelValuePairs",
|
|
1134
|
-
"Playground"
|
|
1135
|
-
],
|
|
1136
|
-
"props": {
|
|
1137
|
-
"label": {
|
|
1138
|
-
"description": "",
|
|
1139
|
-
"type": "unknown",
|
|
1140
|
-
"required": true
|
|
1141
|
-
},
|
|
1142
|
-
"isRequired": {
|
|
1143
|
-
"description": "",
|
|
1144
|
-
"type": "unknown",
|
|
1145
|
-
"required": true
|
|
1146
|
-
},
|
|
1147
|
-
"isDisabled": {
|
|
1148
|
-
"description": "",
|
|
1149
|
-
"type": "unknown",
|
|
1150
|
-
"required": true
|
|
1151
|
-
},
|
|
1152
|
-
"isError": {
|
|
1153
|
-
"description": "",
|
|
1154
|
-
"type": "unknown",
|
|
1155
|
-
"required": true
|
|
1156
|
-
},
|
|
1157
|
-
"fullWidth": {
|
|
1158
|
-
"description": "",
|
|
1159
|
-
"type": "unknown",
|
|
1160
|
-
"required": true
|
|
1161
|
-
},
|
|
1162
|
-
"labelOrientation": {
|
|
1163
|
-
"description": "",
|
|
1164
|
-
"type": "unknown",
|
|
1165
|
-
"options": [
|
|
1166
|
-
"top",
|
|
1167
|
-
"left"
|
|
1168
|
-
],
|
|
1169
|
-
"required": true
|
|
1170
|
-
},
|
|
1171
|
-
"displayFormat": {
|
|
1172
|
-
"description": "",
|
|
1173
|
-
"type": "unknown",
|
|
1174
|
-
"required": true
|
|
1175
|
-
},
|
|
1176
|
-
"withPortal": {
|
|
1177
|
-
"description": "",
|
|
1178
|
-
"type": "unknown",
|
|
1179
|
-
"required": true
|
|
1180
|
-
},
|
|
1181
|
-
"showRangeSelector": {
|
|
1182
|
-
"description": "",
|
|
1183
|
-
"type": "unknown",
|
|
1184
|
-
"required": true
|
|
1185
|
-
},
|
|
1186
|
-
"showMonthYearSelect": {
|
|
1187
|
-
"description": "",
|
|
1188
|
-
"type": "unknown",
|
|
1189
|
-
"required": true
|
|
1190
|
-
},
|
|
1191
|
-
"showWeekNumbers": {
|
|
1192
|
-
"description": "",
|
|
1193
|
-
"type": "unknown",
|
|
1194
|
-
"required": true
|
|
1195
|
-
},
|
|
1196
|
-
"readOnly": {
|
|
1197
|
-
"description": "",
|
|
1198
|
-
"type": "unknown",
|
|
1199
|
-
"required": true
|
|
1200
|
-
},
|
|
1201
|
-
"helperText": {
|
|
1202
|
-
"description": "",
|
|
1203
|
-
"type": "unknown",
|
|
1204
|
-
"required": true
|
|
1205
|
-
},
|
|
1206
|
-
"setStartDate": {
|
|
1207
|
-
"description": "",
|
|
1208
|
-
"type": "unknown",
|
|
1209
|
-
"required": true
|
|
1210
|
-
},
|
|
1211
|
-
"setEndDate": {
|
|
1212
|
-
"description": "",
|
|
1213
|
-
"type": "unknown",
|
|
1214
|
-
"required": true
|
|
1215
|
-
},
|
|
1216
|
-
"onPrimaryButtonClick": {
|
|
1217
|
-
"description": "",
|
|
1218
|
-
"type": "unknown",
|
|
1219
|
-
"required": true
|
|
1220
|
-
},
|
|
1221
|
-
"onSecondaryButtonClick": {
|
|
1222
|
-
"description": "",
|
|
1223
|
-
"type": "unknown",
|
|
1224
|
-
"required": true
|
|
1225
|
-
},
|
|
1226
|
-
"onResetClick": {
|
|
1227
|
-
"description": "",
|
|
1228
|
-
"type": "unknown",
|
|
1229
|
-
"required": true
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
"storyFile": "src/components/DateRangePicker/DateRangePicker.stories.tsx"
|
|
1233
|
-
},
|
|
1234
|
-
"DynamicLayout": {
|
|
1235
|
-
"title": "Components/DynamicLayout",
|
|
1236
|
-
"category": "Components",
|
|
1237
|
-
"description": "",
|
|
1238
|
-
"examples": [
|
|
1239
|
-
"Default",
|
|
1240
|
-
"WithStepper",
|
|
1241
|
-
"WithCustomWidth"
|
|
1242
|
-
],
|
|
1243
|
-
"props": {
|
|
1244
|
-
"leftPanelWidth": {
|
|
1245
|
-
"description": "",
|
|
1246
|
-
"type": "unknown",
|
|
1247
|
-
"required": true
|
|
1248
|
-
},
|
|
1249
|
-
"showStepper": {
|
|
1250
|
-
"description": "",
|
|
1251
|
-
"type": "unknown",
|
|
1252
|
-
"required": true
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
"storyFile": "src/components/DynamicLayout/DynamicLayout.stories.tsx"
|
|
1256
|
-
},
|
|
1257
|
-
"EmptyState": {
|
|
1258
|
-
"title": "Components/EmptyState",
|
|
1259
|
-
"category": "Components",
|
|
1260
|
-
"description": "",
|
|
1261
|
-
"examples": [
|
|
1262
|
-
"WithAutomationIds",
|
|
1263
|
-
"Default",
|
|
1264
|
-
"WithPrimaryButton",
|
|
1265
|
-
"WithSecondaryButton",
|
|
1266
|
-
"WithBothButtons",
|
|
1267
|
-
"WithCustomIcon"
|
|
1268
|
-
],
|
|
1269
|
-
"props": {
|
|
1270
|
-
"onPrimaryButtonClick": {
|
|
1271
|
-
"description": "",
|
|
1272
|
-
"type": "unknown",
|
|
1273
|
-
"required": true
|
|
1274
|
-
},
|
|
1275
|
-
"onSecondaryButtonClick": {
|
|
1276
|
-
"description": "",
|
|
1277
|
-
"type": "unknown",
|
|
1278
|
-
"required": true
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
"storyFile": "src/components/EmptyState/EmptyState.stories.tsx"
|
|
1282
|
-
},
|
|
1283
|
-
"FileUpload": {
|
|
1284
|
-
"title": "Components/FileUpload",
|
|
1285
|
-
"category": "Components",
|
|
1286
|
-
"description": "File upload with drag-and-drop, file type validation, optional template download, and primary/secondary actions. Use **Controls** to try different valid types and button labels.",
|
|
1287
|
-
"examples": [
|
|
1288
|
-
"WithAutomationIds",
|
|
1289
|
-
"Default",
|
|
1290
|
-
"WithPrimaryAndSecondary",
|
|
1291
|
-
"MultipleFiles",
|
|
1292
|
-
"WithFileList",
|
|
1293
|
-
"Playground",
|
|
1294
|
-
"Disabled",
|
|
1295
|
-
"WithTemplateDownload",
|
|
1296
|
-
"WithTemplateDownloadMenu",
|
|
1297
|
-
"WithTemplatePreview",
|
|
1298
|
-
"WithFileUploading",
|
|
1299
|
-
"WithFailedFile",
|
|
1300
|
-
"WithFailedMessageAndCustomAction",
|
|
1301
|
-
"WithPauseButton",
|
|
1302
|
-
"AllInteractions",
|
|
1303
|
-
"EmptyDropZone",
|
|
1304
|
-
"FullCapacity",
|
|
1305
|
-
"WithClassNameAndTestId",
|
|
1306
|
-
"InvalidFileTypeDrop",
|
|
1307
|
-
"TypeOverrideMimeMatch",
|
|
1308
|
-
"DragEnterAndLeave"
|
|
1309
|
-
],
|
|
1310
|
-
"props": {
|
|
1311
|
-
"fileList": {
|
|
1312
|
-
"description": "Controlled list of file items",
|
|
1313
|
-
"type": "unknown",
|
|
1314
|
-
"required": true
|
|
1315
|
-
},
|
|
1316
|
-
"onFileListChange": {
|
|
1317
|
-
"description": "",
|
|
1318
|
-
"type": "unknown",
|
|
1319
|
-
"required": true
|
|
1320
|
-
},
|
|
1321
|
-
"onClose": {
|
|
1322
|
-
"description": "",
|
|
1323
|
-
"type": "unknown",
|
|
1324
|
-
"required": true
|
|
1325
|
-
},
|
|
1326
|
-
"onPrimaryButtonClick": {
|
|
1327
|
-
"description": "",
|
|
1328
|
-
"type": "unknown",
|
|
1329
|
-
"required": true
|
|
1330
|
-
},
|
|
1331
|
-
"onSecondaryButtonClick": {
|
|
1332
|
-
"description": "",
|
|
1333
|
-
"type": "unknown",
|
|
1334
|
-
"required": true
|
|
1335
|
-
},
|
|
1336
|
-
"disabled": {
|
|
1337
|
-
"description": "",
|
|
1338
|
-
"type": "unknown",
|
|
1339
|
-
"required": true
|
|
1340
|
-
},
|
|
1341
|
-
"numberOfFiles": {
|
|
1342
|
-
"description": "",
|
|
1343
|
-
"type": "unknown",
|
|
1344
|
-
"required": true
|
|
1345
|
-
},
|
|
1346
|
-
"primaryButtonLabel": {
|
|
1347
|
-
"description": "",
|
|
1348
|
-
"type": "unknown",
|
|
1349
|
-
"required": true
|
|
1350
|
-
},
|
|
1351
|
-
"secondaryButtonLabel": {
|
|
1352
|
-
"description": "",
|
|
1353
|
-
"type": "unknown",
|
|
1354
|
-
"required": true
|
|
1355
|
-
},
|
|
1356
|
-
"validFileTypes": {
|
|
1357
|
-
"description": "Allowed file types and optional template download",
|
|
1358
|
-
"type": "unknown",
|
|
1359
|
-
"required": false
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
"storyFile": "src/components/FileUpload/FileUpload.stories.tsx"
|
|
1363
|
-
},
|
|
1364
|
-
"FilterPanel": {
|
|
1365
|
-
"title": "Components/FilterPanel",
|
|
1366
|
-
"category": "Components",
|
|
1367
|
-
"description": "Filter panel drawer with sidebar tabs and optional footer. Extends MUI Drawer.",
|
|
1368
|
-
"examples": [
|
|
1369
|
-
"Default",
|
|
1370
|
-
"WithFooter",
|
|
1371
|
-
"SwitchTab",
|
|
1372
|
-
"WithSeparator",
|
|
1373
|
-
"Playground"
|
|
1374
|
-
],
|
|
1375
|
-
"props": {
|
|
1376
|
-
"isOpen": {
|
|
1377
|
-
"description": "",
|
|
1378
|
-
"type": "unknown",
|
|
1379
|
-
"required": true
|
|
1380
|
-
},
|
|
1381
|
-
"title": {
|
|
1382
|
-
"description": "",
|
|
1383
|
-
"type": "unknown",
|
|
1384
|
-
"required": true
|
|
1385
|
-
},
|
|
1386
|
-
"active": {
|
|
1387
|
-
"description": "",
|
|
1388
|
-
"type": "unknown",
|
|
1389
|
-
"required": true
|
|
1390
|
-
},
|
|
1391
|
-
"size": {
|
|
1392
|
-
"description": "",
|
|
1393
|
-
"type": "unknown",
|
|
1394
|
-
"options": [
|
|
1395
|
-
"medium",
|
|
1396
|
-
"large"
|
|
1397
|
-
],
|
|
1398
|
-
"required": true
|
|
1399
|
-
},
|
|
1400
|
-
"anchor": {
|
|
1401
|
-
"description": "",
|
|
1402
|
-
"type": "unknown",
|
|
1403
|
-
"options": [
|
|
1404
|
-
"left",
|
|
1405
|
-
"right",
|
|
1406
|
-
"top",
|
|
1407
|
-
"bottom"
|
|
1408
|
-
],
|
|
1409
|
-
"required": true
|
|
1410
|
-
},
|
|
1411
|
-
"handleClose": {
|
|
1412
|
-
"description": "",
|
|
1413
|
-
"type": "unknown",
|
|
1414
|
-
"required": true
|
|
1415
|
-
},
|
|
1416
|
-
"setActive": {
|
|
1417
|
-
"description": "",
|
|
1418
|
-
"type": "unknown",
|
|
1419
|
-
"required": true
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
"storyFile": "src/components/FilterPanel/FilterPanel.stories.tsx"
|
|
1423
|
-
},
|
|
1424
|
-
"FiltersStrip": {
|
|
1425
|
-
"title": "Components/FiltersStrip",
|
|
1426
|
-
"category": "Components",
|
|
1427
|
-
"description": "Horizontal strip with saved/recent filter dropdown and filter tags. Optional",
|
|
1428
|
-
"examples": [
|
|
1429
|
-
"WithAutomationIds",
|
|
1430
|
-
"Default",
|
|
1431
|
-
"WithFilterTagsOnly",
|
|
1432
|
-
"WithDropdown",
|
|
1433
|
-
"Playground"
|
|
1434
|
-
],
|
|
1435
|
-
"props": {
|
|
1436
|
-
"filterButtonLabel": {
|
|
1437
|
-
"description": "",
|
|
1438
|
-
"type": "unknown",
|
|
1439
|
-
"required": true
|
|
1440
|
-
},
|
|
1441
|
-
"filterDropDownLabel": {
|
|
1442
|
-
"description": "",
|
|
1443
|
-
"type": "unknown",
|
|
1444
|
-
"required": true
|
|
1445
|
-
},
|
|
1446
|
-
"filterButtonClick": {
|
|
1447
|
-
"description": "",
|
|
1448
|
-
"type": "unknown",
|
|
1449
|
-
"required": true
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
"storyFile": "src/components/FiltersStrip/FiltersStrip.stories.tsx"
|
|
1453
|
-
},
|
|
1454
|
-
"Header": {
|
|
1455
|
-
"title": "Components/Header",
|
|
1456
|
-
"category": "Components",
|
|
1457
|
-
"description": "App header with logo, title, help/message/notification/chatbot icons and avatar menu. Use **Controls** to toggle icons and try actions.",
|
|
1458
|
-
"examples": [
|
|
1459
|
-
"WithAutomationIds",
|
|
1460
|
-
"Default",
|
|
1461
|
-
"AllInteractions",
|
|
1462
|
-
"WithAvatarMenu",
|
|
1463
|
-
"MinimalIcons",
|
|
1464
|
-
"ChatBotDisabled",
|
|
1465
|
-
"Playground",
|
|
1466
|
-
"MessageDisabled",
|
|
1467
|
-
"NotificationDND",
|
|
1468
|
-
"NoNotificationIndicator",
|
|
1469
|
-
"AvatarOnlyName",
|
|
1470
|
-
"WithCenterComponent",
|
|
1471
|
-
"WithCustomClassNameAndTestId",
|
|
1472
|
-
"EmptyMenuOptions",
|
|
1473
|
-
"AvatarWithPicture"
|
|
1474
|
-
],
|
|
1475
|
-
"props": {
|
|
1476
|
-
"title": {
|
|
1477
|
-
"description": "Title shown next to the logo",
|
|
1478
|
-
"type": "unknown",
|
|
1479
|
-
"required": true
|
|
1480
|
-
},
|
|
1481
|
-
"userName": {
|
|
1482
|
-
"description": "User name for avatar and default menu",
|
|
1483
|
-
"type": "unknown",
|
|
1484
|
-
"required": true
|
|
1485
|
-
},
|
|
1486
|
-
"handleLogoClick": {
|
|
1487
|
-
"description": "",
|
|
1488
|
-
"type": "unknown",
|
|
1489
|
-
"required": true
|
|
1490
|
-
},
|
|
1491
|
-
"handleNotificationClick": {
|
|
1492
|
-
"description": "",
|
|
1493
|
-
"type": "unknown",
|
|
1494
|
-
"required": true
|
|
1495
|
-
},
|
|
1496
|
-
"handleHelpClick": {
|
|
1497
|
-
"description": "",
|
|
1498
|
-
"type": "unknown",
|
|
1499
|
-
"required": true
|
|
1500
|
-
},
|
|
1501
|
-
"handleMessageClick": {
|
|
1502
|
-
"description": "",
|
|
1503
|
-
"type": "unknown",
|
|
1504
|
-
"required": true
|
|
1505
|
-
},
|
|
1506
|
-
"handleChatBotClick": {
|
|
1507
|
-
"description": "",
|
|
1508
|
-
"type": "unknown",
|
|
1509
|
-
"required": true
|
|
1510
|
-
},
|
|
1511
|
-
"showNotificationIcon": {
|
|
1512
|
-
"description": "Show notification icon",
|
|
1513
|
-
"type": "unknown",
|
|
1514
|
-
"required": true
|
|
1515
|
-
},
|
|
1516
|
-
"notificationIndicator": {
|
|
1517
|
-
"description": "Show notification dot",
|
|
1518
|
-
"type": "unknown",
|
|
1519
|
-
"required": true
|
|
1520
|
-
},
|
|
1521
|
-
"showHelpIcon": {
|
|
1522
|
-
"description": "",
|
|
1523
|
-
"type": "unknown",
|
|
1524
|
-
"required": true
|
|
1525
|
-
},
|
|
1526
|
-
"showMessageIcon": {
|
|
1527
|
-
"description": "",
|
|
1528
|
-
"type": "unknown",
|
|
1529
|
-
"required": true
|
|
1530
|
-
},
|
|
1531
|
-
"showChatBotIcon": {
|
|
1532
|
-
"description": "",
|
|
1533
|
-
"type": "unknown",
|
|
1534
|
-
"required": true
|
|
1535
|
-
},
|
|
1536
|
-
"isMessageIconDisabled": {
|
|
1537
|
-
"description": "",
|
|
1538
|
-
"type": "unknown",
|
|
1539
|
-
"required": true
|
|
1540
|
-
},
|
|
1541
|
-
"isNotificationDnd": {
|
|
1542
|
-
"description": "",
|
|
1543
|
-
"type": "unknown",
|
|
1544
|
-
"required": true
|
|
1545
|
-
},
|
|
1546
|
-
"isChatBotDisabled": {
|
|
1547
|
-
"description": "",
|
|
1548
|
-
"type": "unknown",
|
|
1549
|
-
"required": true
|
|
1550
|
-
},
|
|
1551
|
-
"avatarType": {
|
|
1552
|
-
"description": "Avatar display type",
|
|
1553
|
-
"type": "unknown",
|
|
1554
|
-
"options": [
|
|
1555
|
-
"withPicture",
|
|
1556
|
-
"withoutPicture",
|
|
1557
|
-
"onlyName"
|
|
1558
|
-
],
|
|
1559
|
-
"required": true
|
|
1560
|
-
},
|
|
1561
|
-
"centerComponent": {
|
|
1562
|
-
"description": "Optional center content (rendered as text here)",
|
|
1563
|
-
"type": "unknown",
|
|
1564
|
-
"required": true
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
"storyFile": "src/components/Header/Header.stories.tsx"
|
|
1568
|
-
},
|
|
1569
|
-
"HomePage": {
|
|
1570
|
-
"title": "Patterns/HomePage",
|
|
1571
|
-
"category": "Patterns",
|
|
1572
|
-
"description": "A full-screen landing experience that showcases toolkit items, smart AI solutions, client branding, latest updates, and quick configuration actions.",
|
|
1573
|
-
"examples": [
|
|
1574
|
-
"Default",
|
|
1575
|
-
"WithClientLogo",
|
|
1576
|
-
"WithConfigurations",
|
|
1577
|
-
"ToolkitInteraction",
|
|
1578
|
-
"AgenticPanel",
|
|
1579
|
-
"Playground"
|
|
1580
|
-
],
|
|
1581
|
-
"props": {
|
|
1582
|
-
"clientName": {
|
|
1583
|
-
"description": "Client name used to match and display logo on the right panel.",
|
|
1584
|
-
"type": "string",
|
|
1585
|
-
"defaultValue": "'\"\"'",
|
|
1586
|
-
"required": false
|
|
1587
|
-
},
|
|
1588
|
-
"userName": {
|
|
1589
|
-
"description": "User name displayed in the welcome heading.",
|
|
1590
|
-
"type": "string",
|
|
1591
|
-
"defaultValue": "'\"\"'",
|
|
1592
|
-
"required": false
|
|
1593
|
-
},
|
|
1594
|
-
"toolKitItems": {
|
|
1595
|
-
"description": "List of toolkit cards shown in the left panel. Each item supports: { name, description, url?, cta?, details?, folderContent? }.",
|
|
1596
|
-
"type": "Array<Object>",
|
|
1597
|
-
"defaultValue": [],
|
|
1598
|
-
"required": false
|
|
1599
|
-
},
|
|
1600
|
-
"smartAiItems": {
|
|
1601
|
-
"description": "List of smart AI solution cards. Each item supports: { name, description, url?, cta?, details?, folderContent?, isNewProduct? }.",
|
|
1602
|
-
"type": "Array<Object>",
|
|
1603
|
-
"defaultValue": [],
|
|
1604
|
-
"required": false
|
|
1605
|
-
},
|
|
1606
|
-
"configurationsMenuItems": {
|
|
1607
|
-
"description": "Items for the Configurations floating menu. Each item supports: { label, desc, logo }.",
|
|
1608
|
-
"type": "Array<Object>",
|
|
1609
|
-
"defaultValue": [],
|
|
1610
|
-
"required": false
|
|
1611
|
-
},
|
|
1612
|
-
"activeToolKitItem": {
|
|
1613
|
-
"description": "Sets a toolkit item as expanded by default. Should reference one of toolKitItems.",
|
|
1614
|
-
"type": "Object|null",
|
|
1615
|
-
"defaultValue": "null",
|
|
1616
|
-
"required": false
|
|
1617
|
-
},
|
|
1618
|
-
"activeSmartAiItem": {
|
|
1619
|
-
"description": "Sets a smart AI item as expanded by default. Should reference one of smartAiItems.",
|
|
1620
|
-
"type": "Object|null",
|
|
1621
|
-
"defaultValue": "null",
|
|
1622
|
-
"required": false
|
|
1623
|
-
},
|
|
1624
|
-
"onLaunchClick": {
|
|
1625
|
-
"description": "Called when a toolkit item",
|
|
1626
|
-
"type": "function",
|
|
1627
|
-
"defaultValue": "() => {}",
|
|
1628
|
-
"required": false
|
|
1629
|
-
},
|
|
1630
|
-
"onBookDemoClick": {
|
|
1631
|
-
"description": "Called when a smart AI item",
|
|
1632
|
-
"type": "function",
|
|
1633
|
-
"defaultValue": "() => {}",
|
|
1634
|
-
"required": false
|
|
1635
|
-
},
|
|
1636
|
-
"onViewReleasedNotesClick": {
|
|
1637
|
-
"description": "Called when View released notes is clicked in Latest Updates.",
|
|
1638
|
-
"type": "function",
|
|
1639
|
-
"defaultValue": "() => {}",
|
|
1640
|
-
"required": false
|
|
1641
|
-
},
|
|
1642
|
-
"onConfigurationsClick": {
|
|
1643
|
-
"description": "Called when a configuration menu item is clicked.",
|
|
1644
|
-
"type": "function",
|
|
1645
|
-
"defaultValue": "() => {}",
|
|
1646
|
-
"required": false
|
|
1647
|
-
},
|
|
1648
|
-
"onKnowMoreClick": {
|
|
1649
|
-
"description": "Called when Know more is clicked in a smart AI expanded panel.",
|
|
1650
|
-
"type": "function",
|
|
1651
|
-
"defaultValue": "() => {}",
|
|
1652
|
-
"required": false
|
|
1653
|
-
},
|
|
1654
|
-
"showConfigurationsButton": {
|
|
1655
|
-
"description": "Whether to show the Configurations button.",
|
|
1656
|
-
"type": "boolean",
|
|
1657
|
-
"defaultValue": "true",
|
|
1658
|
-
"required": false
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
"storyFile": "src/components/HomePage/HomePage.stories.tsx"
|
|
1662
|
-
},
|
|
1663
|
-
"Input": {
|
|
1664
|
-
"title": "Components/Input",
|
|
1665
|
-
"category": "Components",
|
|
1666
|
-
"description": "Input provides text entry with labels, icons, helper text, and validation states. Supports three sizes and full accessibility.",
|
|
1667
|
-
"examples": [
|
|
1668
|
-
"WithAutomationIds",
|
|
1669
|
-
"Default",
|
|
1670
|
-
"TypingAndBlurFiresCallbacks",
|
|
1671
|
-
"Required",
|
|
1672
|
-
"WithHelperText",
|
|
1673
|
-
"WithFocusedText",
|
|
1674
|
-
"Error",
|
|
1675
|
-
"Disabled",
|
|
1676
|
-
"Small",
|
|
1677
|
-
"Medium",
|
|
1678
|
-
"Large",
|
|
1679
|
-
"WithLeftIcon",
|
|
1680
|
-
"WithRightIcon",
|
|
1681
|
-
"WithBothIcons",
|
|
1682
|
-
"SearchInput",
|
|
1683
|
-
"PasswordInput",
|
|
1684
|
-
"DisabledWithClickableIcon",
|
|
1685
|
-
"AllSizes",
|
|
1686
|
-
"AllStates",
|
|
1687
|
-
"FormExample",
|
|
1688
|
-
"SearchInterface"
|
|
1689
|
-
],
|
|
1690
|
-
"props": {
|
|
1691
|
-
"label": {
|
|
1692
|
-
"description": "Label text displayed above the input.",
|
|
1693
|
-
"type": "string",
|
|
1694
|
-
"required": true
|
|
1695
|
-
},
|
|
1696
|
-
"isRequired": {
|
|
1697
|
-
"description": "Shows red asterisk (*) next to label.",
|
|
1698
|
-
"type": "boolean",
|
|
1699
|
-
"defaultValue": "false",
|
|
1700
|
-
"required": false
|
|
1701
|
-
},
|
|
1702
|
-
"size": {
|
|
1703
|
-
"description": "Input height: small (24px), medium (28px), large (32px).",
|
|
1704
|
-
"type": "unknown",
|
|
1705
|
-
"defaultValue": "large",
|
|
1706
|
-
"options": [
|
|
1707
|
-
"small",
|
|
1708
|
-
"medium",
|
|
1709
|
-
"large"
|
|
1710
|
-
],
|
|
1711
|
-
"required": false
|
|
1712
|
-
},
|
|
1713
|
-
"isError": {
|
|
1714
|
-
"description": "Displays error styling.",
|
|
1715
|
-
"type": "boolean",
|
|
1716
|
-
"defaultValue": "false",
|
|
1717
|
-
"required": false
|
|
1718
|
-
},
|
|
1719
|
-
"isDisabled": {
|
|
1720
|
-
"description": "Disables the input.",
|
|
1721
|
-
"type": "boolean",
|
|
1722
|
-
"defaultValue": "false",
|
|
1723
|
-
"required": false
|
|
1724
|
-
},
|
|
1725
|
-
"helperText": {
|
|
1726
|
-
"description": "Helper text shown below input (requires isHelperText).",
|
|
1727
|
-
"type": "string",
|
|
1728
|
-
"required": true
|
|
1729
|
-
},
|
|
1730
|
-
"isHelperText": {
|
|
1731
|
-
"description": "Enables helper text display.",
|
|
1732
|
-
"type": "boolean",
|
|
1733
|
-
"defaultValue": "false",
|
|
1734
|
-
"required": false
|
|
1735
|
-
},
|
|
1736
|
-
"focusedText": {
|
|
1737
|
-
"description": "Helper text shown when input is focused.",
|
|
1738
|
-
"type": "string",
|
|
1739
|
-
"required": true
|
|
1740
|
-
},
|
|
1741
|
-
"leftIcon": {
|
|
1742
|
-
"description": "Icon element on the left side.",
|
|
1743
|
-
"type": "ReactNode",
|
|
1744
|
-
"required": true
|
|
1745
|
-
},
|
|
1746
|
-
"rightIcon": {
|
|
1747
|
-
"description": "Icon element on the right side.",
|
|
1748
|
-
"type": "ReactNode",
|
|
1749
|
-
"required": true
|
|
1750
|
-
},
|
|
1751
|
-
"iconClickOnDisabled": {
|
|
1752
|
-
"description": "Allow icon clicks even when input is disabled.",
|
|
1753
|
-
"type": "boolean",
|
|
1754
|
-
"defaultValue": "false",
|
|
1755
|
-
"required": false
|
|
1756
|
-
},
|
|
1757
|
-
"onChange": {
|
|
1758
|
-
"description": "",
|
|
1759
|
-
"type": "unknown",
|
|
1760
|
-
"required": true
|
|
1761
|
-
},
|
|
1762
|
-
"onBlur": {
|
|
1763
|
-
"description": "",
|
|
1764
|
-
"type": "unknown",
|
|
1765
|
-
"required": true
|
|
1766
|
-
},
|
|
1767
|
-
"onFocus": {
|
|
1768
|
-
"description": "",
|
|
1769
|
-
"type": "unknown",
|
|
1770
|
-
"required": true
|
|
1771
|
-
},
|
|
1772
|
-
"rightIconClick": {
|
|
1773
|
-
"description": "",
|
|
1774
|
-
"type": "unknown",
|
|
1775
|
-
"required": true
|
|
1776
|
-
},
|
|
1777
|
-
"leftIconClick": {
|
|
1778
|
-
"description": "",
|
|
1779
|
-
"type": "unknown",
|
|
1780
|
-
"required": true
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
"storyFile": "src/components/Input/Input.stories.tsx"
|
|
1784
|
-
},
|
|
1785
|
-
"Loader": {
|
|
1786
|
-
"title": "Components/Loader",
|
|
1787
|
-
"category": "Components",
|
|
1788
|
-
"description": "Loader shows a spinner or skeleton placeholders. Use **Controls** to switch between spinner and skeleton and change size and text.",
|
|
1789
|
-
"examples": [
|
|
1790
|
-
"WithAutomationIds",
|
|
1791
|
-
"Default",
|
|
1792
|
-
"WithProgress",
|
|
1793
|
-
"Small",
|
|
1794
|
-
"Medium",
|
|
1795
|
-
"Skeleton",
|
|
1796
|
-
"Playground"
|
|
1797
|
-
],
|
|
1798
|
-
"props": {
|
|
1799
|
-
"size": {
|
|
1800
|
-
"description": "Size of the loader (spinner or skeleton)",
|
|
1801
|
-
"type": "unknown",
|
|
1802
|
-
"options": [
|
|
1803
|
-
"small",
|
|
1804
|
-
"medium",
|
|
1805
|
-
"large"
|
|
1806
|
-
],
|
|
1807
|
-
"required": true
|
|
1808
|
-
},
|
|
1809
|
-
"progress": {
|
|
1810
|
-
"description": "Optional progress content inside spinner (e.g. percentage)",
|
|
1811
|
-
"type": "unknown",
|
|
1812
|
-
"required": true
|
|
1813
|
-
},
|
|
1814
|
-
"showSkeleton": {
|
|
1815
|
-
"description": "When true, renders skeleton placeholders instead of spinner",
|
|
1816
|
-
"type": "unknown",
|
|
1817
|
-
"required": true
|
|
1818
|
-
},
|
|
1819
|
-
"text": {
|
|
1820
|
-
"description": "Text shown below the loader",
|
|
1821
|
-
"type": "unknown",
|
|
1822
|
-
"required": true
|
|
1823
|
-
},
|
|
1824
|
-
"className": {
|
|
1825
|
-
"description": "Additional CSS class",
|
|
1826
|
-
"type": "unknown",
|
|
1827
|
-
"required": true
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
"storyFile": "src/components/Loader/Loader.stories.tsx"
|
|
1831
|
-
},
|
|
1832
|
-
"Menu": {
|
|
1833
|
-
"title": "Components/Menu",
|
|
1834
|
-
"category": "Components",
|
|
1835
|
-
"description": "Dropdown menu built on MUI Menu. Use with an anchor element (e.g. button). Supports flat or nested options, checkbox multi-select, custom header (search, select all), loading/empty states, and bottom action buttons. Menu does not close on item click (caller may close in option onClick).",
|
|
1836
|
-
"examples": [
|
|
1837
|
-
"Default",
|
|
1838
|
-
"WithClickHandlers",
|
|
1839
|
-
"WithDisabledOption",
|
|
1840
|
-
"WithIcons",
|
|
1841
|
-
"WithCheckbox",
|
|
1842
|
-
"WithActionButtons",
|
|
1843
|
-
"WithNestedMenu",
|
|
1844
|
-
"IconPlacementTop",
|
|
1845
|
-
"LoadingState",
|
|
1846
|
-
"EmptyState",
|
|
1847
|
-
"WithCustomHeaderMenuHeaderInfo",
|
|
1848
|
-
"WithCustomHeaderAndRadio",
|
|
1849
|
-
"Playground"
|
|
1850
|
-
],
|
|
1851
|
-
"props": {
|
|
1852
|
-
"anchorEl": {
|
|
1853
|
-
"description": "Element the menu is anchored to (usually a button ref)",
|
|
1854
|
-
"type": "HTMLElement | null",
|
|
1855
|
-
"required": true
|
|
1856
|
-
},
|
|
1857
|
-
"open": {
|
|
1858
|
-
"description": "Whether the menu is open",
|
|
1859
|
-
"type": "unknown",
|
|
1860
|
-
"required": true
|
|
1861
|
-
},
|
|
1862
|
-
"onClose": {
|
|
1863
|
-
"description": "",
|
|
1864
|
-
"type": "unknown",
|
|
1865
|
-
"required": true
|
|
1866
|
-
},
|
|
1867
|
-
"options": {
|
|
1868
|
-
"description": "Menu items (label, value?, onClick?, disabled?, icon?, children? for nested)",
|
|
1869
|
-
"type": "MenuOption[]",
|
|
1870
|
-
"required": true
|
|
1871
|
-
},
|
|
1872
|
-
"withCheckbox": {
|
|
1873
|
-
"description": "Show checkboxes and multi-select",
|
|
1874
|
-
"type": "unknown",
|
|
1875
|
-
"required": true
|
|
1876
|
-
},
|
|
1877
|
-
"withActionButtons": {
|
|
1878
|
-
"description": "Show Cancel/Apply at bottom (use with withCheckbox)",
|
|
1879
|
-
"type": "unknown",
|
|
1880
|
-
"required": true
|
|
1881
|
-
},
|
|
1882
|
-
"iconPlacement": {
|
|
1883
|
-
"description": "Menu anchor/transform origin",
|
|
1884
|
-
"type": "unknown",
|
|
1885
|
-
"options": [
|
|
1886
|
-
"left",
|
|
1887
|
-
"top"
|
|
1888
|
-
],
|
|
1889
|
-
"required": true
|
|
1890
|
-
},
|
|
1891
|
-
"className": {
|
|
1892
|
-
"description": "",
|
|
1893
|
-
"type": "unknown",
|
|
1894
|
-
"required": true
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
"storyFile": "src/components/Menu/Menu.stories.tsx"
|
|
1898
|
-
},
|
|
1899
|
-
"MenuHeaderInfo": {
|
|
1900
|
-
"title": "Components/Menu/MenuHeaderInfo",
|
|
1901
|
-
"category": "Components",
|
|
1902
|
-
"description": "Header for Menu with optional search, radio group, and select-all/clear. Use as `renderCustomHeader` with the Menu component when `withCheckbox` is true.",
|
|
1903
|
-
"examples": [
|
|
1904
|
-
"Default",
|
|
1905
|
-
"SearchOnly",
|
|
1906
|
-
"SelectAllOnly",
|
|
1907
|
-
"WithRadioGroup",
|
|
1908
|
-
"WithCustomLabels",
|
|
1909
|
-
"WithSelection",
|
|
1910
|
-
"Playground"
|
|
1911
|
-
],
|
|
1912
|
-
"props": {
|
|
1913
|
-
"options": {
|
|
1914
|
-
"description": "Menu options (used for select-all and search context)",
|
|
1915
|
-
"type": "MenuOption[]",
|
|
1916
|
-
"required": true
|
|
1917
|
-
},
|
|
1918
|
-
"selectedItems": {
|
|
1919
|
-
"description": "Currently selected option values",
|
|
1920
|
-
"type": "string[]",
|
|
1921
|
-
"required": true
|
|
1922
|
-
},
|
|
1923
|
-
"isSearchable": {
|
|
1924
|
-
"description": "Show search input",
|
|
1925
|
-
"type": "unknown",
|
|
1926
|
-
"required": true
|
|
1927
|
-
},
|
|
1928
|
-
"isSelectAllAllowed": {
|
|
1929
|
-
"description": "Show select-all / clear row",
|
|
1930
|
-
"type": "unknown",
|
|
1931
|
-
"required": true
|
|
1932
|
-
},
|
|
1933
|
-
"showRadioButton": {
|
|
1934
|
-
"description": "Show radio group",
|
|
1935
|
-
"type": "unknown",
|
|
1936
|
-
"required": true
|
|
1937
|
-
}
|
|
1938
|
-
},
|
|
1939
|
-
"storyFile": "src/components/Menu/MenuHeaderInfo.stories.tsx"
|
|
1940
|
-
},
|
|
1941
|
-
"MonthPicker": {
|
|
1942
|
-
"title": "Components/MonthPicker",
|
|
1943
|
-
"category": "Components",
|
|
1944
|
-
"description": "Single month picker with optional year dropdown. Use Apply to confirm selection.",
|
|
1945
|
-
"examples": [
|
|
1946
|
-
"Default",
|
|
1947
|
-
"WithInitialMonth",
|
|
1948
|
-
"WithYearSelect",
|
|
1949
|
-
"YYYYMMFormat",
|
|
1950
|
-
"ClearSelection",
|
|
1951
|
-
"WithPortal",
|
|
1952
|
-
"Disabled",
|
|
1953
|
-
"MandatoryLabel",
|
|
1954
|
-
"ErrorState",
|
|
1955
|
-
"ClickOutsideCloses",
|
|
1956
|
-
"PortalBlanketCloses",
|
|
1957
|
-
"PrevNextYearNav"
|
|
1958
|
-
],
|
|
1959
|
-
"props": {
|
|
1960
|
-
"displayFormat": {
|
|
1961
|
-
"description": "",
|
|
1962
|
-
"type": "unknown",
|
|
1963
|
-
"options": [
|
|
1964
|
-
"MM/YYYY",
|
|
1965
|
-
"YYYY/MM"
|
|
1966
|
-
],
|
|
1967
|
-
"required": true
|
|
1968
|
-
},
|
|
1969
|
-
"showYearSelect": {
|
|
1970
|
-
"description": "",
|
|
1971
|
-
"type": "unknown",
|
|
1972
|
-
"required": true
|
|
1973
|
-
},
|
|
1974
|
-
"disabled": {
|
|
1975
|
-
"description": "",
|
|
1976
|
-
"type": "unknown",
|
|
1977
|
-
"required": true
|
|
1978
|
-
},
|
|
1979
|
-
"isMandatory": {
|
|
1980
|
-
"description": "",
|
|
1981
|
-
"type": "unknown",
|
|
1982
|
-
"required": true
|
|
1983
|
-
},
|
|
1984
|
-
"withPortal": {
|
|
1985
|
-
"description": "",
|
|
1986
|
-
"type": "unknown",
|
|
1987
|
-
"required": true
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
"storyFile": "src/components/MonthPicker/MonthPicker.stories.tsx"
|
|
1991
|
-
},
|
|
1992
|
-
"Notification": {
|
|
1993
|
-
"title": "Patterns/Notification",
|
|
1994
|
-
"category": "Patterns",
|
|
1995
|
-
"description": "The Notification component delivers important messages and updates to users, ensuring effective communication and interaction within the application. It helps users stay informed about important events, changes, or actions that require their attention.",
|
|
1996
|
-
"examples": [
|
|
1997
|
-
"Default",
|
|
1998
|
-
"PromoTaskList",
|
|
1999
|
-
"WithSearch",
|
|
2000
|
-
"WithMoveToPendingDropdown",
|
|
2001
|
-
"HoverOnCard",
|
|
2002
|
-
"DeleteAlwaysVisible",
|
|
2003
|
-
"ChipsExpanded",
|
|
2004
|
-
"EmptyState",
|
|
2005
|
-
"ListLoading",
|
|
2006
|
-
"CustomNotificationContent",
|
|
2007
|
-
"AnchorLeft",
|
|
2008
|
-
"NoFooterExpandedBody",
|
|
2009
|
-
"WithFooterOnly",
|
|
2010
|
-
"ExpandCollapse",
|
|
2011
|
-
"Playground"
|
|
2012
|
-
],
|
|
2013
|
-
"props": {
|
|
2014
|
-
"isOpen": {
|
|
2015
|
-
"description": "If true, open Notification component.",
|
|
2016
|
-
"type": "boolean",
|
|
2017
|
-
"defaultValue": "false",
|
|
2018
|
-
"required": false
|
|
2019
|
-
},
|
|
2020
|
-
"title": {
|
|
2021
|
-
"description": "Title of the Notification Component. Note: Please provide in capitalize text.",
|
|
2022
|
-
"type": "unknown",
|
|
2023
|
-
"required": true
|
|
2024
|
-
},
|
|
2025
|
-
"anchor": {
|
|
2026
|
-
"description": "Direction by which Notification will open",
|
|
2027
|
-
"type": "unknown",
|
|
2028
|
-
"defaultValue": "right",
|
|
2029
|
-
"options": [
|
|
2030
|
-
"left",
|
|
2031
|
-
"right",
|
|
2032
|
-
"top",
|
|
2033
|
-
"bottom"
|
|
2034
|
-
],
|
|
2035
|
-
"required": false
|
|
2036
|
-
},
|
|
2037
|
-
"isWithSearch": {
|
|
2038
|
-
"description": "Show expandable search above the notification list",
|
|
2039
|
-
"type": "unknown",
|
|
2040
|
-
"required": true
|
|
2041
|
-
},
|
|
2042
|
-
"isHoverOnCard": {
|
|
2043
|
-
"description": "If true, action buttons appear when hovering the entire card; if false, only on header hover",
|
|
2044
|
-
"type": "unknown",
|
|
2045
|
-
"required": true
|
|
2046
|
-
},
|
|
2047
|
-
"isChipsExpandable": {
|
|
2048
|
-
"description": "If true, badge chips stay expanded and hide the expand/collapse control",
|
|
2049
|
-
"type": "unknown",
|
|
2050
|
-
"required": true
|
|
2051
|
-
},
|
|
2052
|
-
"isDeleteAlwaysVisible": {
|
|
2053
|
-
"description": "If true, delete button stays visible without hover",
|
|
2054
|
-
"type": "unknown",
|
|
2055
|
-
"required": true
|
|
2056
|
-
},
|
|
2057
|
-
"isEmptyState": {
|
|
2058
|
-
"description": "Show empty state instead of the notification list",
|
|
2059
|
-
"type": "unknown",
|
|
2060
|
-
"required": true
|
|
2061
|
-
},
|
|
2062
|
-
"showBadgeLoader": {
|
|
2063
|
-
"description": "",
|
|
2064
|
-
"type": "unknown",
|
|
2065
|
-
"required": true
|
|
2066
|
-
},
|
|
2067
|
-
"showNotificationListLoader": {
|
|
2068
|
-
"description": "",
|
|
2069
|
-
"type": "unknown",
|
|
2070
|
-
"required": true
|
|
2071
|
-
},
|
|
2072
|
-
"displayFormat": {
|
|
2073
|
-
"description": "Custom date format (e.g.",
|
|
2074
|
-
"type": "unknown",
|
|
2075
|
-
"required": true
|
|
2076
|
-
},
|
|
2077
|
-
"handleClose": {
|
|
2078
|
-
"description": "",
|
|
2079
|
-
"type": "unknown",
|
|
2080
|
-
"required": true
|
|
2081
|
-
},
|
|
2082
|
-
"setIsOpen": {
|
|
2083
|
-
"description": "",
|
|
2084
|
-
"type": "unknown",
|
|
2085
|
-
"required": true
|
|
2086
|
-
},
|
|
2087
|
-
"setNotificationPanels": {
|
|
2088
|
-
"description": "",
|
|
2089
|
-
"type": "unknown",
|
|
2090
|
-
"required": true
|
|
2091
|
-
},
|
|
2092
|
-
"onPrimaryButtonClick": {
|
|
2093
|
-
"description": "",
|
|
2094
|
-
"type": "unknown",
|
|
2095
|
-
"required": true
|
|
2096
|
-
},
|
|
2097
|
-
"onSecondaryButtonClick": {
|
|
2098
|
-
"description": "",
|
|
2099
|
-
"type": "unknown",
|
|
2100
|
-
"required": true
|
|
2101
|
-
},
|
|
2102
|
-
"onSettingButtonClick": {
|
|
2103
|
-
"description": "",
|
|
2104
|
-
"type": "unknown",
|
|
2105
|
-
"required": true
|
|
2106
|
-
},
|
|
2107
|
-
"handleSelectAll": {
|
|
2108
|
-
"description": "",
|
|
2109
|
-
"type": "unknown",
|
|
2110
|
-
"required": true
|
|
2111
|
-
},
|
|
2112
|
-
"handleMarkReadAll": {
|
|
2113
|
-
"description": "",
|
|
2114
|
-
"type": "unknown",
|
|
2115
|
-
"required": true
|
|
2116
|
-
},
|
|
2117
|
-
"handleMoveAllPending": {
|
|
2118
|
-
"description": "",
|
|
2119
|
-
"type": "unknown",
|
|
2120
|
-
"required": true
|
|
2121
|
-
},
|
|
2122
|
-
"handleNotificationDeleteAll": {
|
|
2123
|
-
"description": "",
|
|
2124
|
-
"type": "unknown",
|
|
2125
|
-
"required": true
|
|
2126
|
-
},
|
|
2127
|
-
"onNotificationScrollToBottom": {
|
|
2128
|
-
"description": "",
|
|
2129
|
-
"type": "unknown",
|
|
2130
|
-
"required": true
|
|
2131
|
-
},
|
|
2132
|
-
"handleTabChange": {
|
|
2133
|
-
"description": "",
|
|
2134
|
-
"type": "unknown",
|
|
2135
|
-
"required": true
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
"storyFile": "src/components/Notification/Notification.stories.tsx"
|
|
2139
|
-
},
|
|
2140
|
-
"NotificationBody": {
|
|
2141
|
-
"title": "Components/Notification/NotificationBody",
|
|
2142
|
-
"category": "Components",
|
|
2143
|
-
"description": "Body of the Notification drawer: tabs and optional Setting & Help. Use **renderPanel** to customize panel content.",
|
|
2144
|
-
"examples": [
|
|
2145
|
-
"Default",
|
|
2146
|
-
"WithSettingButton",
|
|
2147
|
-
"CustomPanels",
|
|
2148
|
-
"Expanded"
|
|
2149
|
-
],
|
|
2150
|
-
"props": {
|
|
2151
|
-
"expand": {
|
|
2152
|
-
"description": "",
|
|
2153
|
-
"type": "unknown",
|
|
2154
|
-
"required": true
|
|
2155
|
-
},
|
|
2156
|
-
"onSettingButtonClick": {
|
|
2157
|
-
"description": "",
|
|
2158
|
-
"type": "unknown",
|
|
2159
|
-
"required": true
|
|
2160
|
-
},
|
|
2161
|
-
"handleTabChange": {
|
|
2162
|
-
"description": "",
|
|
2163
|
-
"type": "unknown",
|
|
2164
|
-
"required": true
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
"storyFile": "src/components/Notification/NotificationBody/NotificationBody.stories.tsx"
|
|
2168
|
-
},
|
|
2169
|
-
"NotificationList": {
|
|
2170
|
-
"title": "Notifications",
|
|
2171
|
-
"category": "Components",
|
|
2172
|
-
"description": "NotificationList displays a list of notification items with action buttons for select all, mark read, move to pending, and delete.",
|
|
2173
|
-
"examples": [
|
|
2174
|
-
"Default",
|
|
2175
|
-
"EmptyState",
|
|
2176
|
-
"EmptyStateDefault",
|
|
2177
|
-
"CustomNotificationJsx",
|
|
2178
|
-
"WithSelectAllButton",
|
|
2179
|
-
"WithMarkAllReadButton",
|
|
2180
|
-
"WithMoveToPendingButton",
|
|
2181
|
-
"WithMoveToPendingDisabled",
|
|
2182
|
-
"WithDeleteAllButton",
|
|
2183
|
-
"WithDeleteAllDisabled",
|
|
2184
|
-
"LoadingState",
|
|
2185
|
-
"WithAllActionButtons",
|
|
2186
|
-
"ExpandedView",
|
|
2187
|
-
"CollapsedView",
|
|
2188
|
-
"WithBadgeFiltering",
|
|
2189
|
-
"ScrollToBottom",
|
|
2190
|
-
"WithHoverOnCard",
|
|
2191
|
-
"WithDeleteAlwaysVisible",
|
|
2192
|
-
"GetPanelNotificationListHelper",
|
|
2193
|
-
"GetPanelNotificationListWithReactNode"
|
|
2194
|
-
],
|
|
2195
|
-
"props": {},
|
|
2196
|
-
"storyFile": "src/components/Notification/NotificationBody/NotificationList/NotificationList.stories.tsx"
|
|
2197
|
-
},
|
|
2198
|
-
"NotificationListItem": {
|
|
2199
|
-
"title": "Components/Notification/NotificationListItem",
|
|
2200
|
-
"category": "Components",
|
|
2201
|
-
"description": "NotificationListItem displays an individual notification with status indicator, actions, and expandable description.",
|
|
2202
|
-
"examples": [
|
|
2203
|
-
"Default",
|
|
2204
|
-
"SuccessStatus",
|
|
2205
|
-
"FailStatus",
|
|
2206
|
-
"PendingStatus",
|
|
2207
|
-
"SelectedState",
|
|
2208
|
-
"UnreadState",
|
|
2209
|
-
"ReadState",
|
|
2210
|
-
"WithCheckbox",
|
|
2211
|
-
"WithCheckboxChecked",
|
|
2212
|
-
"WithDeleteButton",
|
|
2213
|
-
"WithDeleteAlwaysVisible",
|
|
2214
|
-
"WithBookmarkButton",
|
|
2215
|
-
"WithShowBookmarkDisabled",
|
|
2216
|
-
"WithDownloadButton",
|
|
2217
|
-
"WithBookmarkedBadge",
|
|
2218
|
-
"WithLongDescription",
|
|
2219
|
-
"WithMarkCompletedButton",
|
|
2220
|
-
"WithMoveToPendingButton",
|
|
2221
|
-
"WithCustomMoveToPendingText",
|
|
2222
|
-
"WithMarkAsReadButton",
|
|
2223
|
-
"WithMarkAsUnreadButton",
|
|
2224
|
-
"WithAllActionButtons",
|
|
2225
|
-
"WithHoverOnCard",
|
|
2226
|
-
"ClickOnItem",
|
|
2227
|
-
"ClickOnInteractiveElement",
|
|
2228
|
-
"WithAllHeaderButtons",
|
|
2229
|
-
"CustomDateFormat",
|
|
2230
|
-
"WithHtmlDescription"
|
|
2231
|
-
],
|
|
2232
|
-
"props": {},
|
|
2233
|
-
"storyFile": "src/components/Notification/NotificationBody/NotificationList/NotificationListItem.stories.tsx"
|
|
2234
|
-
},
|
|
2235
|
-
"Panel": {
|
|
2236
|
-
"title": "Components/Panel",
|
|
2237
|
-
"category": "Components",
|
|
2238
|
-
"description": "Drawer panel that slides in from an edge. Extends MUI Drawer props; use **Controls** to try anchor, size, and footer options.",
|
|
2239
|
-
"examples": [
|
|
2240
|
-
"Default",
|
|
2241
|
-
"AnchorTop",
|
|
2242
|
-
"AnchorBottom",
|
|
2243
|
-
"WithFooter",
|
|
2244
|
-
"AnchorLeft",
|
|
2245
|
-
"SizeMedium",
|
|
2246
|
-
"Playground"
|
|
2247
|
-
],
|
|
2248
|
-
"props": {
|
|
2249
|
-
"open": {
|
|
2250
|
-
"description": "Whether the panel is open",
|
|
2251
|
-
"type": "unknown",
|
|
2252
|
-
"required": true
|
|
2253
|
-
},
|
|
2254
|
-
"title": {
|
|
2255
|
-
"description": "Title shown in the header",
|
|
2256
|
-
"type": "unknown",
|
|
2257
|
-
"required": true
|
|
2258
|
-
},
|
|
2259
|
-
"anchor": {
|
|
2260
|
-
"description": "Drawer anchor position",
|
|
2261
|
-
"type": "unknown",
|
|
2262
|
-
"options": [
|
|
2263
|
-
"left",
|
|
2264
|
-
"right",
|
|
2265
|
-
"top",
|
|
2266
|
-
"bottom"
|
|
2267
|
-
],
|
|
2268
|
-
"required": true
|
|
2269
|
-
},
|
|
2270
|
-
"size": {
|
|
2271
|
-
"description": "Panel size (width)",
|
|
2272
|
-
"type": "unknown",
|
|
2273
|
-
"options": [
|
|
2274
|
-
"medium",
|
|
2275
|
-
"large"
|
|
2276
|
-
],
|
|
2277
|
-
"required": true
|
|
2278
|
-
},
|
|
2279
|
-
"zIndex": {
|
|
2280
|
-
"description": "Z-index of the drawer paper",
|
|
2281
|
-
"type": "unknown",
|
|
2282
|
-
"required": true
|
|
2283
|
-
},
|
|
2284
|
-
"width": {
|
|
2285
|
-
"description": "Custom width in pixels (overrides size)",
|
|
2286
|
-
"type": "unknown",
|
|
2287
|
-
"required": true
|
|
2288
|
-
},
|
|
2289
|
-
"primaryButtonLabel": {
|
|
2290
|
-
"description": "Primary footer button label",
|
|
2291
|
-
"type": "unknown",
|
|
2292
|
-
"required": true
|
|
2293
|
-
},
|
|
2294
|
-
"secondaryButtonLabel": {
|
|
2295
|
-
"description": "Secondary footer button label",
|
|
2296
|
-
"type": "unknown",
|
|
2297
|
-
"required": true
|
|
2298
|
-
},
|
|
2299
|
-
"onClose": {
|
|
2300
|
-
"description": "",
|
|
2301
|
-
"type": "unknown",
|
|
2302
|
-
"required": true
|
|
2303
|
-
},
|
|
2304
|
-
"onPrimaryButtonClick": {
|
|
2305
|
-
"description": "",
|
|
2306
|
-
"type": "unknown",
|
|
2307
|
-
"required": true
|
|
2308
|
-
},
|
|
2309
|
-
"onSecondaryButtonClick": {
|
|
2310
|
-
"description": "",
|
|
2311
|
-
"type": "unknown",
|
|
2312
|
-
"required": true
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
"storyFile": "src/components/Panel/Panel.stories.tsx"
|
|
2316
|
-
},
|
|
2317
|
-
"Popover": {
|
|
2318
|
-
"title": "Components/Popover",
|
|
2319
|
-
"category": "Components",
|
|
2320
|
-
"description": "Popover with optional title, body, and footer. Extends MUI Popover props; use **Controls** to try anchor and actions.",
|
|
2321
|
-
"examples": [
|
|
2322
|
-
"Default",
|
|
2323
|
-
"WithFooter",
|
|
2324
|
-
"OpenFromButton",
|
|
2325
|
-
"Playground"
|
|
2326
|
-
],
|
|
2327
|
-
"props": {
|
|
2328
|
-
"title": {
|
|
2329
|
-
"description": "Header title",
|
|
2330
|
-
"type": "unknown",
|
|
2331
|
-
"required": true
|
|
2332
|
-
},
|
|
2333
|
-
"primaryButtonLabel": {
|
|
2334
|
-
"description": "Primary footer button label",
|
|
2335
|
-
"type": "unknown",
|
|
2336
|
-
"required": true
|
|
2337
|
-
},
|
|
2338
|
-
"secondaryButtonLabel": {
|
|
2339
|
-
"description": "Secondary footer button label",
|
|
2340
|
-
"type": "unknown",
|
|
2341
|
-
"required": true
|
|
2342
|
-
},
|
|
2343
|
-
"onClose": {
|
|
2344
|
-
"description": "",
|
|
2345
|
-
"type": "unknown",
|
|
2346
|
-
"required": true
|
|
2347
|
-
},
|
|
2348
|
-
"onPrimaryButtonClick": {
|
|
2349
|
-
"description": "",
|
|
2350
|
-
"type": "unknown",
|
|
2351
|
-
"required": true
|
|
2352
|
-
},
|
|
2353
|
-
"onSecondaryButtonClick": {
|
|
2354
|
-
"description": "",
|
|
2355
|
-
"type": "unknown",
|
|
2356
|
-
"required": true
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
|
-
"storyFile": "src/components/Popover/Popover.stories.tsx"
|
|
2360
|
-
},
|
|
2361
|
-
"Portal": {
|
|
2362
|
-
"title": "Components/Portal",
|
|
2363
|
-
"category": "Components",
|
|
2364
|
-
"description": "Renders children into a DOM node (e.g. document.body) using ReactDOM.createPortal. Use for dropdowns, modals, and tooltips so they escape overflow and stacking context.",
|
|
2365
|
-
"examples": [
|
|
2366
|
-
"WithAutomationIds",
|
|
2367
|
-
"Default",
|
|
2368
|
-
"WithToggle",
|
|
2369
|
-
"CustomContainer",
|
|
2370
|
-
"WithClassNameAndTestId",
|
|
2371
|
-
"NullContainer",
|
|
2372
|
-
"Playground"
|
|
2373
|
-
],
|
|
2374
|
-
"props": {
|
|
2375
|
-
"container": {
|
|
2376
|
-
"description": "DOM node to mount children into (e.g. document.body). Stories get it from context; not controllable.",
|
|
2377
|
-
"type": "HTMLElement | null",
|
|
2378
|
-
"required": true
|
|
2379
|
-
},
|
|
2380
|
-
"children": {
|
|
2381
|
-
"description": "Content to render inside the container. Use Playground story for text-based Controls.",
|
|
2382
|
-
"type": "ReactNode",
|
|
2383
|
-
"required": true
|
|
2384
|
-
},
|
|
2385
|
-
"className": {
|
|
2386
|
-
"description": "Optional class for the wrapper div when provided",
|
|
2387
|
-
"type": "unknown",
|
|
2388
|
-
"required": true
|
|
2389
|
-
},
|
|
2390
|
-
"style": {
|
|
2391
|
-
"description": "Optional inline styles for the wrapper div",
|
|
2392
|
-
"type": "unknown",
|
|
2393
|
-
"required": true
|
|
2394
|
-
}
|
|
2395
|
-
},
|
|
2396
|
-
"storyFile": "src/components/Portal/Portal.stories.tsx"
|
|
2397
|
-
},
|
|
2398
|
-
"ProgressBar": {
|
|
2399
|
-
"title": "Components/ProgressBar",
|
|
2400
|
-
"category": "Components",
|
|
2401
|
-
"description": "ProgressBar shows a determinate progress with an optional label and time remaining. Use **status** for remaining, completed, or failed states.",
|
|
2402
|
-
"examples": [
|
|
2403
|
-
"WithAutomationIds",
|
|
2404
|
-
"Default",
|
|
2405
|
-
"Completed",
|
|
2406
|
-
"Failed",
|
|
2407
|
-
"CustomLabel",
|
|
2408
|
-
"WithoutTime",
|
|
2409
|
-
"HighValue",
|
|
2410
|
-
"ZeroValue",
|
|
2411
|
-
"WithDataTestId",
|
|
2412
|
-
"RemainingWithRoundedValue"
|
|
2413
|
-
],
|
|
2414
|
-
"props": {
|
|
2415
|
-
"value": {
|
|
2416
|
-
"description": "Progress value (0–100)",
|
|
2417
|
-
"type": "unknown",
|
|
2418
|
-
"required": true
|
|
2419
|
-
},
|
|
2420
|
-
"showTime": {
|
|
2421
|
-
"description": "Whether to show",
|
|
2422
|
-
"type": "unknown",
|
|
2423
|
-
"required": true
|
|
2424
|
-
},
|
|
2425
|
-
"time": {
|
|
2426
|
-
"description": "Seconds remaining (shown when showTime is true)",
|
|
2427
|
-
"type": "unknown",
|
|
2428
|
-
"required": true
|
|
2429
|
-
},
|
|
2430
|
-
"customLabel": {
|
|
2431
|
-
"description": "Override the default label",
|
|
2432
|
-
"type": "unknown",
|
|
2433
|
-
"required": true
|
|
2434
|
-
},
|
|
2435
|
-
"status": {
|
|
2436
|
-
"description": "Visual and label state",
|
|
2437
|
-
"type": "unknown",
|
|
2438
|
-
"options": [
|
|
2439
|
-
"remaining",
|
|
2440
|
-
"completed",
|
|
2441
|
-
"failed"
|
|
2442
|
-
],
|
|
2443
|
-
"required": true
|
|
2444
|
-
},
|
|
2445
|
-
"className": {
|
|
2446
|
-
"description": "",
|
|
2447
|
-
"type": "unknown",
|
|
2448
|
-
"required": true
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"storyFile": "src/components/ProgressBar/ProgressBar.stories.tsx"
|
|
2452
|
-
},
|
|
2453
|
-
"Prompt": {
|
|
2454
|
-
"title": "Components/Prompt",
|
|
2455
|
-
"category": "Components",
|
|
2456
|
-
"description": "Dialog for confirmations and alerts. Variants: info, success, warning, error.",
|
|
2457
|
-
"examples": [
|
|
2458
|
-
"Info",
|
|
2459
|
-
"Success",
|
|
2460
|
-
"Warning",
|
|
2461
|
-
"Error",
|
|
2462
|
-
"Controlled"
|
|
2463
|
-
],
|
|
2464
|
-
"props": {
|
|
2465
|
-
"variant": {
|
|
2466
|
-
"description": "",
|
|
2467
|
-
"type": "unknown",
|
|
2468
|
-
"options": [
|
|
2469
|
-
"info",
|
|
2470
|
-
"success",
|
|
2471
|
-
"warning",
|
|
2472
|
-
"error"
|
|
2473
|
-
],
|
|
2474
|
-
"required": true
|
|
2475
|
-
},
|
|
2476
|
-
"isOpen": {
|
|
2477
|
-
"description": "",
|
|
2478
|
-
"type": "unknown",
|
|
2479
|
-
"required": true
|
|
2480
|
-
},
|
|
2481
|
-
"title": {
|
|
2482
|
-
"description": "",
|
|
2483
|
-
"type": "unknown",
|
|
2484
|
-
"required": true
|
|
2485
|
-
},
|
|
2486
|
-
"primaryButtonLabel": {
|
|
2487
|
-
"description": "",
|
|
2488
|
-
"type": "unknown",
|
|
2489
|
-
"required": true
|
|
2490
|
-
},
|
|
2491
|
-
"secondaryButtonLabel": {
|
|
2492
|
-
"description": "",
|
|
2493
|
-
"type": "unknown",
|
|
2494
|
-
"required": true
|
|
2495
|
-
},
|
|
2496
|
-
"handleClose": {
|
|
2497
|
-
"description": "",
|
|
2498
|
-
"type": "unknown",
|
|
2499
|
-
"required": true
|
|
2500
|
-
},
|
|
2501
|
-
"onPrimaryButtonClick": {
|
|
2502
|
-
"description": "",
|
|
2503
|
-
"type": "unknown",
|
|
2504
|
-
"required": true
|
|
2505
|
-
},
|
|
2506
|
-
"onSecondaryButtonClick": {
|
|
2507
|
-
"description": "",
|
|
2508
|
-
"type": "unknown",
|
|
2509
|
-
"required": true
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
"storyFile": "src/components/Prompt/Prompt.stories.tsx"
|
|
2513
|
-
},
|
|
2514
|
-
"RadioButtonGroup": {
|
|
2515
|
-
"title": "Components/RadioButtonGroup",
|
|
2516
|
-
"category": "Components",
|
|
2517
|
-
"description": "A group of radio options. Supports row/column orientation, disabled state, value/selectedOption, and optional icons. Use **Controls** to try all options.",
|
|
2518
|
-
"examples": [
|
|
2519
|
-
"WithAutomationIds",
|
|
2520
|
-
"Default",
|
|
2521
|
-
"WithValueSelected",
|
|
2522
|
-
"RowOrientation",
|
|
2523
|
-
"Disabled",
|
|
2524
|
-
"OptionWithDisabledItem",
|
|
2525
|
-
"WithIcons",
|
|
2526
|
-
"Interactive",
|
|
2527
|
-
"Playground"
|
|
2528
|
-
],
|
|
2529
|
-
"props": {
|
|
2530
|
-
"options": {
|
|
2531
|
-
"description": "List of options (label, value, optional disabled, optional icon)",
|
|
2532
|
-
"type": "RadioButtonGroupOption[]",
|
|
2533
|
-
"required": false
|
|
2534
|
-
},
|
|
2535
|
-
"value": {
|
|
2536
|
-
"description": "Controlled selected value",
|
|
2537
|
-
"type": "unknown",
|
|
2538
|
-
"required": true
|
|
2539
|
-
},
|
|
2540
|
-
"selectedOption": {
|
|
2541
|
-
"description": "Alternative prop for selected value (same as value)",
|
|
2542
|
-
"type": "unknown",
|
|
2543
|
-
"required": true
|
|
2544
|
-
},
|
|
2545
|
-
"isDisabled": {
|
|
2546
|
-
"description": "Disable all options",
|
|
2547
|
-
"type": "unknown",
|
|
2548
|
-
"required": true
|
|
2549
|
-
},
|
|
2550
|
-
"disabled": {
|
|
2551
|
-
"description": "Alternative prop to disable all options",
|
|
2552
|
-
"type": "unknown",
|
|
2553
|
-
"required": true
|
|
2554
|
-
},
|
|
2555
|
-
"orientation": {
|
|
2556
|
-
"description": "Layout direction of options",
|
|
2557
|
-
"type": "unknown",
|
|
2558
|
-
"options": [
|
|
2559
|
-
"row",
|
|
2560
|
-
"column"
|
|
2561
|
-
],
|
|
2562
|
-
"required": true
|
|
2563
|
-
},
|
|
2564
|
-
"name": {
|
|
2565
|
-
"description": "Name for the radio group (accessibility)",
|
|
2566
|
-
"type": "unknown",
|
|
2567
|
-
"required": true
|
|
2568
|
-
},
|
|
2569
|
-
"onChange": {
|
|
2570
|
-
"description": "",
|
|
2571
|
-
"type": "unknown",
|
|
2572
|
-
"required": true
|
|
2573
|
-
},
|
|
2574
|
-
"className": {
|
|
2575
|
-
"description": "",
|
|
2576
|
-
"type": "unknown",
|
|
2577
|
-
"required": true
|
|
2578
|
-
}
|
|
2579
|
-
},
|
|
2580
|
-
"storyFile": "src/components/RadioButtonGroup/RadioButtonGroup.stories.tsx"
|
|
2581
|
-
},
|
|
2582
|
-
"Select": {
|
|
2583
|
-
"title": "Components/Select",
|
|
2584
|
-
"category": "Components",
|
|
2585
|
-
"description": "A fully-featured Select dropdown built on react-select. Supports single/multi select, search, grouped options, submenus, virtualization, portal mode, and AG Grid cell renderer mode.",
|
|
2586
|
-
"examples": [
|
|
2587
|
-
"Default",
|
|
2588
|
-
"WithAutomationIds",
|
|
2589
|
-
"MultiSelect",
|
|
2590
|
-
"WithSearch",
|
|
2591
|
-
"WithSelectAll",
|
|
2592
|
-
"WithGroupedOptions",
|
|
2593
|
-
"LoadingState",
|
|
2594
|
-
"ManyOptionsVirtualized",
|
|
2595
|
-
"WithIcon",
|
|
2596
|
-
"GroupedMulti",
|
|
2597
|
-
"WithSubmenu",
|
|
2598
|
-
"WithSelectedOptionTags",
|
|
2599
|
-
"Disabled",
|
|
2600
|
-
"WithError",
|
|
2601
|
-
"WithPortal",
|
|
2602
|
-
"ClearableSelection",
|
|
2603
|
-
"NoMatchingOptions",
|
|
2604
|
-
"FooterMessage",
|
|
2605
|
-
"MaxSelectableOptions",
|
|
2606
|
-
"RequiredLabel",
|
|
2607
|
-
"LabelOrientationLeft",
|
|
2608
|
-
"SelectIdAndName",
|
|
2609
|
-
"WithHandleChange",
|
|
2610
|
-
"WithDropdownClose",
|
|
2611
|
-
"WithOnSearch",
|
|
2612
|
-
"WithExternalClearAll",
|
|
2613
|
-
"MultiMissingSelectAllHandlers",
|
|
2614
|
-
"AgGridCellRenderer",
|
|
2615
|
-
"CustomPlaceholderAfterSelect",
|
|
2616
|
-
"MultiSelectParentRow",
|
|
2617
|
-
"CloseWhenClickOutsideDisabled",
|
|
2618
|
-
"DropdownPositionTop",
|
|
2619
|
-
"MenuShouldBlockScroll",
|
|
2620
|
-
"WithSelectAllOnMount",
|
|
2621
|
-
"SubmenuSingleSelectionLabel",
|
|
2622
|
-
"WithOnBlur",
|
|
2623
|
-
"TriggerKeyboardNavigation",
|
|
2624
|
-
"SearchInputKeyboard",
|
|
2625
|
-
"ExternalOnSelectAll",
|
|
2626
|
-
"InternalClearAllButton",
|
|
2627
|
-
"WithDisabledOption",
|
|
2628
|
-
"MenuScrollToBottom",
|
|
2629
|
-
"SubmenuMultiPickChildren",
|
|
2630
|
-
"SubmenuHoverLeafClearsSubmenu",
|
|
2631
|
-
"PortalCustomContainer",
|
|
2632
|
-
"PortalWithCustomMenuClass",
|
|
2633
|
-
"GroupedOutsideClose",
|
|
2634
|
-
"NarrowWidthSelected",
|
|
2635
|
-
"CustomSearchPlaceholder",
|
|
2636
|
-
"CloseViaBlanketClick",
|
|
2637
|
-
"IsMultiInSubmenuMultipleChildrenLabel",
|
|
2638
|
-
"IsMultiInSubmenuDeselectToNull",
|
|
2639
|
-
"HandleChangeOnInternalMenuClear",
|
|
2640
|
-
"SubmenuMultiDeselectChild",
|
|
2641
|
-
"MaxSelectableBlocksParentRow",
|
|
2642
|
-
"NoLabel",
|
|
2643
|
-
"SubmenuPanelMouseEnter",
|
|
2644
|
-
"WithIsDisabledOptionFlag",
|
|
2645
|
-
"Playground"
|
|
2646
|
-
],
|
|
2647
|
-
"props": {
|
|
2648
|
-
"placeholder": {
|
|
2649
|
-
"description": "Trigger button placeholder text",
|
|
2650
|
-
"type": "unknown",
|
|
2651
|
-
"required": true
|
|
2652
|
-
},
|
|
2653
|
-
"isMulti": {
|
|
2654
|
-
"description": "Enable multi-select mode",
|
|
2655
|
-
"type": "unknown",
|
|
2656
|
-
"required": true
|
|
2657
|
-
},
|
|
2658
|
-
"isDisabled": {
|
|
2659
|
-
"description": "Disable the select",
|
|
2660
|
-
"type": "unknown",
|
|
2661
|
-
"required": true
|
|
2662
|
-
},
|
|
2663
|
-
"isError": {
|
|
2664
|
-
"description": "Show error styling",
|
|
2665
|
-
"type": "unknown",
|
|
2666
|
-
"required": true
|
|
2667
|
-
},
|
|
2668
|
-
"isWithSearch": {
|
|
2669
|
-
"description": "Show search input",
|
|
2670
|
-
"type": "unknown",
|
|
2671
|
-
"required": true
|
|
2672
|
-
},
|
|
2673
|
-
"isClearable": {
|
|
2674
|
-
"description": "Show clear button",
|
|
2675
|
-
"type": "unknown",
|
|
2676
|
-
"required": true
|
|
2677
|
-
},
|
|
2678
|
-
"toggleSelectAll": {
|
|
2679
|
-
"description": "Show select all checkbox (multi only)",
|
|
2680
|
-
"type": "unknown",
|
|
2681
|
-
"required": true
|
|
2682
|
-
},
|
|
2683
|
-
"label": {
|
|
2684
|
-
"description": "Label above the trigger",
|
|
2685
|
-
"type": "unknown",
|
|
2686
|
-
"required": true
|
|
2687
|
-
},
|
|
2688
|
-
"helperText": {
|
|
2689
|
-
"description": "Helper / error text below trigger",
|
|
2690
|
-
"type": "unknown",
|
|
2691
|
-
"required": true
|
|
2692
|
-
},
|
|
2693
|
-
"noOptionMessage": {
|
|
2694
|
-
"description": "No options available message",
|
|
2695
|
-
"type": "unknown",
|
|
2696
|
-
"required": true
|
|
2697
|
-
},
|
|
2698
|
-
"maxSelectableOptions": {
|
|
2699
|
-
"description": "Limit how many options can be selected",
|
|
2700
|
-
"type": "unknown",
|
|
2701
|
-
"required": true
|
|
2702
|
-
},
|
|
2703
|
-
"isLoadingMore": {
|
|
2704
|
-
"description": "Show loading row at bottom of virtualized menu (infinite scroll)",
|
|
2705
|
-
"type": "unknown",
|
|
2706
|
-
"required": true
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
|
-
"storyFile": "src/components/Select/Select.stories.tsx"
|
|
2710
|
-
},
|
|
2711
|
-
"Sidebar": {
|
|
2712
|
-
"title": "Components/Sidebar",
|
|
2713
|
-
"category": "Components",
|
|
2714
|
-
"description": "Collapsible navigation sidebar with optional nested routes and logout. Use **Controls** to try options.",
|
|
2715
|
-
"examples": [
|
|
2716
|
-
"WithAutomationIds",
|
|
2717
|
-
"Default",
|
|
2718
|
-
"Open",
|
|
2719
|
-
"WithViewMore",
|
|
2720
|
-
"Playground"
|
|
2721
|
-
],
|
|
2722
|
-
"props": {
|
|
2723
|
-
"isOpen": {
|
|
2724
|
-
"description": "",
|
|
2725
|
-
"type": "unknown",
|
|
2726
|
-
"required": true
|
|
2727
|
-
},
|
|
2728
|
-
"isCloseWhenClickOutside": {
|
|
2729
|
-
"description": "",
|
|
2730
|
-
"type": "unknown",
|
|
2731
|
-
"required": true
|
|
2732
|
-
},
|
|
2733
|
-
"isMemoryRouter": {
|
|
2734
|
-
"description": "",
|
|
2735
|
-
"type": "unknown",
|
|
2736
|
-
"required": true
|
|
2737
|
-
},
|
|
2738
|
-
"visibleModulesCount": {
|
|
2739
|
-
"description": "",
|
|
2740
|
-
"type": "unknown",
|
|
2741
|
-
"required": true
|
|
2742
|
-
},
|
|
2743
|
-
"routes": {
|
|
2744
|
-
"description": "",
|
|
2745
|
-
"type": "unknown",
|
|
2746
|
-
"required": true
|
|
2747
|
-
},
|
|
2748
|
-
"actionRoutes": {
|
|
2749
|
-
"description": "",
|
|
2750
|
-
"type": "unknown",
|
|
2751
|
-
"required": true
|
|
2752
|
-
},
|
|
2753
|
-
"parentActive": {
|
|
2754
|
-
"description": "",
|
|
2755
|
-
"type": "unknown",
|
|
2756
|
-
"required": true
|
|
2757
|
-
},
|
|
2758
|
-
"childActive": {
|
|
2759
|
-
"description": "",
|
|
2760
|
-
"type": "unknown",
|
|
2761
|
-
"required": true
|
|
2762
|
-
},
|
|
2763
|
-
"handleClose": {
|
|
2764
|
-
"description": "",
|
|
2765
|
-
"type": "unknown",
|
|
2766
|
-
"required": true
|
|
2767
|
-
},
|
|
2768
|
-
"handleParentRouteChange": {
|
|
2769
|
-
"description": "",
|
|
2770
|
-
"type": "unknown",
|
|
2771
|
-
"required": true
|
|
2772
|
-
},
|
|
2773
|
-
"handleChildRouteChange": {
|
|
2774
|
-
"description": "",
|
|
2775
|
-
"type": "unknown",
|
|
2776
|
-
"required": true
|
|
2777
|
-
},
|
|
2778
|
-
"handleLogOut": {
|
|
2779
|
-
"description": "",
|
|
2780
|
-
"type": "unknown",
|
|
2781
|
-
"required": true
|
|
2782
|
-
}
|
|
2783
|
-
},
|
|
2784
|
-
"storyFile": "src/components/Sidebar/Sidebar.stories.tsx"
|
|
2785
|
-
},
|
|
2786
|
-
"Slider": {
|
|
2787
|
-
"title": "Components/Slider",
|
|
2788
|
-
"category": "Components",
|
|
2789
|
-
"description": "Slider with optional header, label, and range inputs. Extends MUI Slider; use **Controls** for variant, value, and layout.",
|
|
2790
|
-
"examples": [
|
|
2791
|
-
"WithAutomationIds",
|
|
2792
|
-
"Default",
|
|
2793
|
-
"Minimal",
|
|
2794
|
-
"WithHeader",
|
|
2795
|
-
"HeaderLeft",
|
|
2796
|
-
"InputPositionBottom",
|
|
2797
|
-
"Ranged",
|
|
2798
|
-
"RangedInputPositionBottom",
|
|
2799
|
-
"RangedInteractInputs",
|
|
2800
|
-
"SingleValueInteractInput",
|
|
2801
|
-
"RangedControlledStory",
|
|
2802
|
-
"Disabled",
|
|
2803
|
-
"WithRequiredLabel",
|
|
2804
|
-
"WithClassNameAndTestId",
|
|
2805
|
-
"CustomMinMax",
|
|
2806
|
-
"Playground"
|
|
2807
|
-
],
|
|
2808
|
-
"props": {
|
|
2809
|
-
"value": {
|
|
2810
|
-
"description": "Current value (number or [min, max] for ranged)",
|
|
2811
|
-
"type": "unknown",
|
|
2812
|
-
"required": true
|
|
2813
|
-
},
|
|
2814
|
-
"min": {
|
|
2815
|
-
"description": "Minimum value",
|
|
2816
|
-
"type": "unknown",
|
|
2817
|
-
"required": true
|
|
2818
|
-
},
|
|
2819
|
-
"max": {
|
|
2820
|
-
"description": "Maximum value",
|
|
2821
|
-
"type": "unknown",
|
|
2822
|
-
"required": true
|
|
2823
|
-
},
|
|
2824
|
-
"variant": {
|
|
2825
|
-
"description": "Single or range slider",
|
|
2826
|
-
"type": "unknown",
|
|
2827
|
-
"options": [
|
|
2828
|
-
"default",
|
|
2829
|
-
"ranged"
|
|
2830
|
-
],
|
|
2831
|
-
"required": true
|
|
2832
|
-
},
|
|
2833
|
-
"headerOrientation": {
|
|
2834
|
-
"description": "Header position",
|
|
2835
|
-
"type": "unknown",
|
|
2836
|
-
"options": [
|
|
2837
|
-
"top",
|
|
2838
|
-
"left"
|
|
2839
|
-
],
|
|
2840
|
-
"required": true
|
|
2841
|
-
},
|
|
2842
|
-
"inputPosition": {
|
|
2843
|
-
"description": "Position of value inputs",
|
|
2844
|
-
"type": "unknown",
|
|
2845
|
-
"options": [
|
|
2846
|
-
"inline",
|
|
2847
|
-
"bottom"
|
|
2848
|
-
],
|
|
2849
|
-
"required": true
|
|
2850
|
-
},
|
|
2851
|
-
"disabled": {
|
|
2852
|
-
"description": "Disable slider",
|
|
2853
|
-
"type": "unknown",
|
|
2854
|
-
"required": true
|
|
2855
|
-
},
|
|
2856
|
-
"required": {
|
|
2857
|
-
"description": "Show required on label",
|
|
2858
|
-
"type": "unknown",
|
|
2859
|
-
"required": true
|
|
2860
|
-
},
|
|
2861
|
-
"onChange": {
|
|
2862
|
-
"description": "",
|
|
2863
|
-
"type": "unknown",
|
|
2864
|
-
"required": true
|
|
2865
|
-
}
|
|
2866
|
-
},
|
|
2867
|
-
"storyFile": "src/components/Slider/Slider.stories.tsx"
|
|
2868
|
-
},
|
|
2869
|
-
"Stepper": {
|
|
2870
|
-
"title": "Components/Stepper",
|
|
2871
|
-
"category": "Components",
|
|
2872
|
-
"description": "Stepper displays progress through a sequence of steps. Supports **default** (horizontal/vertical MUI stepper), **progress** (compact progress bar), and **mui** variant. Use **handleStep** to make steps clickable.",
|
|
2873
|
-
"examples": [
|
|
2874
|
-
"Default",
|
|
2875
|
-
"Vertical",
|
|
2876
|
-
"WithDescriptions",
|
|
2877
|
-
"ProgressVariant",
|
|
2878
|
-
"Interactive",
|
|
2879
|
-
"InteractiveProgress",
|
|
2880
|
-
"MuiVariants",
|
|
2881
|
-
"SingleStep",
|
|
2882
|
-
"ManySteps",
|
|
2883
|
-
"EmptySteps",
|
|
2884
|
-
"CustomWidthAndProps",
|
|
2885
|
-
"Playground"
|
|
2886
|
-
],
|
|
2887
|
-
"props": {
|
|
2888
|
-
"steps": {
|
|
2889
|
-
"description": "Array of step objects with label and optional description",
|
|
2890
|
-
"type": "unknown",
|
|
2891
|
-
"required": false
|
|
2892
|
-
},
|
|
2893
|
-
"activeStep": {
|
|
2894
|
-
"description": "Zero-based index of the active step",
|
|
2895
|
-
"type": "unknown",
|
|
2896
|
-
"required": true
|
|
2897
|
-
},
|
|
2898
|
-
"orientation": {
|
|
2899
|
-
"description": "Layout direction (default variant only)",
|
|
2900
|
-
"type": "unknown",
|
|
2901
|
-
"options": [
|
|
2902
|
-
"horizontal",
|
|
2903
|
-
"vertical"
|
|
2904
|
-
],
|
|
2905
|
-
"required": true
|
|
2906
|
-
},
|
|
2907
|
-
"variant": {
|
|
2908
|
-
"description": "Visual variant: default | progress | mui, or MUI Paper variant (elevation | outlined) for default stepper",
|
|
2909
|
-
"type": "unknown",
|
|
2910
|
-
"options": [
|
|
2911
|
-
"default",
|
|
2912
|
-
"progress",
|
|
2913
|
-
"mui",
|
|
2914
|
-
"elevation",
|
|
2915
|
-
"outlined"
|
|
2916
|
-
],
|
|
2917
|
-
"required": true
|
|
2918
|
-
},
|
|
2919
|
-
"handleStep": {
|
|
2920
|
-
"description": "Called with step index when a step is clicked (optional)",
|
|
2921
|
-
"type": "unknown",
|
|
2922
|
-
"required": false
|
|
2923
|
-
},
|
|
2924
|
-
"width": {
|
|
2925
|
-
"description": "Width of the stepper container (e.g.",
|
|
2926
|
-
"type": "unknown",
|
|
2927
|
-
"required": true
|
|
2928
|
-
},
|
|
2929
|
-
"className": {
|
|
2930
|
-
"description": "Additional CSS class for the root element",
|
|
2931
|
-
"type": "unknown",
|
|
2932
|
-
"required": true
|
|
2933
|
-
}
|
|
2934
|
-
},
|
|
2935
|
-
"storyFile": "src/components/Stepper/Stepper.stories.tsx"
|
|
2936
|
-
},
|
|
2937
|
-
"Switch": {
|
|
2938
|
-
"title": "Components/Switch",
|
|
2939
|
-
"category": "Components",
|
|
2940
|
-
"description": "Switch is a toggle control for binary on/off states. Ideal for settings, preferences, and feature toggles with instant feedback.",
|
|
2941
|
-
"examples": [
|
|
2942
|
-
"WithAutomationIds",
|
|
2943
|
-
"Default",
|
|
2944
|
-
"On",
|
|
2945
|
-
"WithRightLabel",
|
|
2946
|
-
"WithBothLabels",
|
|
2947
|
-
"YesNoLabels",
|
|
2948
|
-
"DisabledOff",
|
|
2949
|
-
"DisabledOn",
|
|
2950
|
-
"Controlled",
|
|
2951
|
-
"ToggleFiresOnChange",
|
|
2952
|
-
"SettingsPanel",
|
|
2953
|
-
"AllStates",
|
|
2954
|
-
"FeatureFlags",
|
|
2955
|
-
"PrivacySettings"
|
|
2956
|
-
],
|
|
2957
|
-
"props": {
|
|
2958
|
-
"value": {
|
|
2959
|
-
"description": "The current state of the switch. `true` for on, `false` for off. This is a controlled component.",
|
|
2960
|
-
"type": "boolean",
|
|
2961
|
-
"defaultValue": "false",
|
|
2962
|
-
"required": false
|
|
2963
|
-
},
|
|
2964
|
-
"leftLabel": {
|
|
2965
|
-
"description": "Optional label displayed on the left side of the switch. Useful for labeling the",
|
|
2966
|
-
"type": "string",
|
|
2967
|
-
"defaultValue": "'\"\"'",
|
|
2968
|
-
"required": false
|
|
2969
|
-
},
|
|
2970
|
-
"rightLabel": {
|
|
2971
|
-
"description": "Optional label displayed on the right side of the switch. Useful for labeling the",
|
|
2972
|
-
"type": "string",
|
|
2973
|
-
"defaultValue": "'\"\"'",
|
|
2974
|
-
"required": false
|
|
2975
|
-
},
|
|
2976
|
-
"disabled": {
|
|
2977
|
-
"description": "When true, the switch is non-interactive. The visual state is preserved but cannot be changed.",
|
|
2978
|
-
"type": "boolean",
|
|
2979
|
-
"defaultValue": "false",
|
|
2980
|
-
"required": false
|
|
2981
|
-
},
|
|
2982
|
-
"onChange": {
|
|
2983
|
-
"description": "Callback triggered when the switch state changes. Receives the React change event.",
|
|
2984
|
-
"type": "(event: ChangeEvent<HTMLInputElement>) => void",
|
|
2985
|
-
"required": true
|
|
2986
|
-
},
|
|
2987
|
-
"table": {
|
|
2988
|
-
"description": "",
|
|
2989
|
-
"type": "string",
|
|
2990
|
-
"required": true
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
|
-
"storyFile": "src/components/Switch/Switch.stories.tsx"
|
|
2994
|
-
},
|
|
2995
|
-
"Table": {
|
|
2996
|
-
"title": "Components/Table",
|
|
2997
|
-
"category": "Components",
|
|
2998
|
-
"description": "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 V32 and still in testing phase.",
|
|
2999
|
-
"examples": [],
|
|
3000
|
-
"props": {
|
|
3001
|
-
"tableHeader": {
|
|
3002
|
-
"description": "Title of the Table.",
|
|
3003
|
-
"type": "string",
|
|
3004
|
-
"defaultValue": "''",
|
|
3005
|
-
"required": false
|
|
3006
|
-
},
|
|
3007
|
-
"cardContainer": {
|
|
3008
|
-
"description": "If true, display Table component in the card UI.",
|
|
3009
|
-
"type": "boolean",
|
|
3010
|
-
"defaultValue": "true",
|
|
3011
|
-
"required": false
|
|
3012
|
-
},
|
|
3013
|
-
"rowData": {
|
|
3014
|
-
"description": "Array object holding different rows data of the Table.",
|
|
3015
|
-
"type": "Array Object",
|
|
3016
|
-
"defaultValue": [],
|
|
3017
|
-
"required": false
|
|
3018
|
-
},
|
|
3019
|
-
"columnDefs": {
|
|
3020
|
-
"description": "Array object holding different columns header data of the Table. \n <code>\n <ul class=\"storybook-order-list\">\n <li><strong>field</strong>: field of the column [string]</li>\n <li><strong>isSearchable?</strong>: If true, display search <br/>icon on the Column Header. [boolean]</li>\n </ul>\n </code>",
|
|
3021
|
-
"type": "Array Object",
|
|
3022
|
-
"defaultValue": [],
|
|
3023
|
-
"required": false
|
|
3024
|
-
},
|
|
3025
|
-
"rowHeight": {
|
|
3026
|
-
"description": "You can choose different height of the Row of the Table.",
|
|
3027
|
-
"type": "string",
|
|
3028
|
-
"defaultValue": "default",
|
|
3029
|
-
"options": [
|
|
3030
|
-
"compact",
|
|
3031
|
-
"comfort",
|
|
3032
|
-
"default"
|
|
3033
|
-
],
|
|
3034
|
-
"required": false
|
|
3035
|
-
},
|
|
3036
|
-
"topLeftOptions": {
|
|
3037
|
-
"description": "React Children you want to render along with header at the Top Left Table Header Section.",
|
|
3038
|
-
"type": "React Children",
|
|
3039
|
-
"defaultValue": "''",
|
|
3040
|
-
"required": false
|
|
3041
|
-
},
|
|
3042
|
-
"topCenterOptions": {
|
|
3043
|
-
"description": "React Children you want to render at the Top Center Table Header Section.",
|
|
3044
|
-
"type": "React Children",
|
|
3045
|
-
"defaultValue": "''",
|
|
3046
|
-
"required": false
|
|
3047
|
-
},
|
|
3048
|
-
"topRightOptions": {
|
|
3049
|
-
"description": "React Children you want to render at the Top Right Table Header Section.",
|
|
3050
|
-
"type": "React Children",
|
|
3051
|
-
"defaultValue": "''",
|
|
3052
|
-
"required": false
|
|
3053
|
-
},
|
|
3054
|
-
"bottomLeftOptions": {
|
|
3055
|
-
"description": "React Children you want to render at the Bottom Left Table Header Section.",
|
|
3056
|
-
"type": "React Children",
|
|
3057
|
-
"defaultValue": "''",
|
|
3058
|
-
"required": false
|
|
3059
|
-
},
|
|
3060
|
-
"bottomCenterOptions": {
|
|
3061
|
-
"description": "React Children you want to render at the Bottom Center Table Footer Section.",
|
|
3062
|
-
"type": "React Children",
|
|
3063
|
-
"defaultValue": "''",
|
|
3064
|
-
"required": false
|
|
3065
|
-
},
|
|
3066
|
-
"bottomRightOptions": {
|
|
3067
|
-
"description": "React Children you want to render at the Bottom Right Table Header Section.",
|
|
3068
|
-
"type": "React Children",
|
|
3069
|
-
"defaultValue": "''",
|
|
3070
|
-
"required": false
|
|
3071
|
-
},
|
|
3072
|
-
"onNumberFormatChange": {
|
|
3073
|
-
"description": "You can handle the event when number format changes in Table Setting Section.",
|
|
3074
|
-
"type": "Function",
|
|
3075
|
-
"defaultValue": "() => {}",
|
|
3076
|
-
"required": false
|
|
3077
|
-
},
|
|
3078
|
-
"onColumnSearchClick": {
|
|
3079
|
-
"description": "You can handle the search event when user click on the search icon in the Table Header.",
|
|
3080
|
-
"type": "Function",
|
|
3081
|
-
"defaultValue": "() => {}",
|
|
3082
|
-
"required": false
|
|
3083
|
-
},
|
|
3084
|
-
"hideRowHeightOptionMenu": {
|
|
3085
|
-
"description": "If true, disabled the rowHeight option menu.",
|
|
3086
|
-
"type": "boolean",
|
|
3087
|
-
"defaultValue": "false",
|
|
3088
|
-
"required": false
|
|
3089
|
-
},
|
|
3090
|
-
"showDownloadButton": {
|
|
3091
|
-
"description": "If true, render the download button.",
|
|
3092
|
-
"type": "boolean",
|
|
3093
|
-
"defaultValue": "false",
|
|
3094
|
-
"required": false
|
|
3095
|
-
},
|
|
3096
|
-
"onDownloadButtonClick": {
|
|
3097
|
-
"description": "You can handle the event when download button is click",
|
|
3098
|
-
"type": "Function",
|
|
3099
|
-
"defaultValue": "() => {}",
|
|
3100
|
-
"required": false
|
|
3101
|
-
},
|
|
3102
|
-
"nestedTable": {
|
|
3103
|
-
"description": "If true, render the component which is passed in the nestedTableComponent props within the same card-container",
|
|
3104
|
-
"type": "boolean",
|
|
3105
|
-
"defaultValue": "false",
|
|
3106
|
-
"required": false
|
|
3107
|
-
},
|
|
3108
|
-
"nestedTableComponent": {
|
|
3109
|
-
"description": "React Children you want to render within the same card-container",
|
|
3110
|
-
"type": "React Children",
|
|
3111
|
-
"defaultValue": "''",
|
|
3112
|
-
"required": false
|
|
3113
|
-
},
|
|
3114
|
-
"closeButton": {
|
|
3115
|
-
"description": "If true, render the close button",
|
|
3116
|
-
"type": "boolean",
|
|
3117
|
-
"defaultValue": "false",
|
|
3118
|
-
"required": false
|
|
3119
|
-
},
|
|
3120
|
-
"handleCloseButtonClick": {
|
|
3121
|
-
"description": "You can handle the event when close button is click",
|
|
3122
|
-
"type": "Function",
|
|
3123
|
-
"defaultValue": "() => {}",
|
|
3124
|
-
"required": false
|
|
3125
|
-
},
|
|
3126
|
-
"applySort": {
|
|
3127
|
-
"description": "If true, enabled the sorting on column header click",
|
|
3128
|
-
"type": "boolean",
|
|
3129
|
-
"defaultValue": "true",
|
|
3130
|
-
"required": false
|
|
3131
|
-
},
|
|
3132
|
-
"gridId": {
|
|
3133
|
-
"description": "Unique identifier for the grid. It is mandatory to pass this prop when there are multiple grids on the same screen.",
|
|
3134
|
-
"type": "string",
|
|
3135
|
-
"defaultValue": "''",
|
|
3136
|
-
"required": false
|
|
3137
|
-
},
|
|
3138
|
-
"additionalButtons": {
|
|
3139
|
-
"description": "Additional buttons to be rendered in the table more content section.",
|
|
3140
|
-
"type": "React Children",
|
|
3141
|
-
"defaultValue": "''",
|
|
3142
|
-
"required": false
|
|
3143
|
-
},
|
|
3144
|
-
"showContentualFilter": {
|
|
3145
|
-
"description": "If true, render the contentual filter.",
|
|
3146
|
-
"type": "boolean",
|
|
3147
|
-
"defaultValue": "false",
|
|
3148
|
-
"required": false
|
|
3149
|
-
},
|
|
3150
|
-
"showContentualFilterBadge": {
|
|
3151
|
-
"description": "If true, render the contentual filter badge when selected filters are present.",
|
|
3152
|
-
"type": "boolean",
|
|
3153
|
-
"defaultValue": "false",
|
|
3154
|
-
"required": false
|
|
3155
|
-
},
|
|
3156
|
-
"contentualFilterProps": {
|
|
3157
|
-
"description": "Props for the contentual filter component i.e same as filters strip props if using default component.",
|
|
3158
|
-
"type": "Object",
|
|
3159
|
-
"defaultValue": "''",
|
|
3160
|
-
"required": false
|
|
3161
|
-
},
|
|
3162
|
-
"contentualFilterComponent": {
|
|
3163
|
-
"description": "Custom Component to be rendered in the contentual filter.",
|
|
3164
|
-
"type": "React Children",
|
|
3165
|
-
"defaultValue": "''",
|
|
3166
|
-
"required": false
|
|
3167
|
-
},
|
|
3168
|
-
"showFilterStrip": {
|
|
3169
|
-
"description": "If true, shows the filter strip below the table header",
|
|
3170
|
-
"type": "boolean",
|
|
3171
|
-
"defaultValue": "false",
|
|
3172
|
-
"required": false
|
|
3173
|
-
},
|
|
3174
|
-
"filterStripProps": {
|
|
3175
|
-
"description": "Props to be passed to the FilterStrip component",
|
|
3176
|
-
"type": "object",
|
|
3177
|
-
"required": true
|
|
3178
|
-
},
|
|
3179
|
-
"onContentualFilterClick": {
|
|
3180
|
-
"description": "Function to handle the contentual filter click event",
|
|
3181
|
-
"type": "function",
|
|
3182
|
-
"defaultValue": "() => {}",
|
|
3183
|
-
"required": false
|
|
3184
|
-
},
|
|
3185
|
-
"contextualFilterLabel": {
|
|
3186
|
-
"description": "Label for the contextual filter button",
|
|
3187
|
-
"type": "string",
|
|
3188
|
-
"required": true
|
|
3189
|
-
},
|
|
3190
|
-
"contextualFilterIcon": {
|
|
3191
|
-
"description": "Icon to be displayed in the contextual filter button",
|
|
3192
|
-
"type": "node",
|
|
3193
|
-
"required": true
|
|
3194
|
-
},
|
|
3195
|
-
"hidePaginationPageSizeSelector": {
|
|
3196
|
-
"description": "If true, disabled the pagination page size selector.",
|
|
3197
|
-
"type": "boolean",
|
|
3198
|
-
"defaultValue": "false",
|
|
3199
|
-
"options": [
|
|
3200
|
-
true,
|
|
3201
|
-
false
|
|
3202
|
-
],
|
|
3203
|
-
"required": false
|
|
3204
|
-
},
|
|
3205
|
-
"onTableActionsTabClick": {
|
|
3206
|
-
"description": "Callback function that is called when the table actions tab is clicked in the table settings panel.",
|
|
3207
|
-
"type": "() => void",
|
|
3208
|
-
"defaultValue": "() => {}",
|
|
3209
|
-
"required": false
|
|
3210
|
-
},
|
|
3211
|
-
"customGetMainMenuItems": {
|
|
3212
|
-
"description": "Custom function to override the default column menu items. This function receives the column parameters and should return an array of menu items.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customGetMainMenuItems = (params) => {\n const { column } = params;\n return [\n {\n name: \"Custom Menu Item\",\n action: () => {\n console.log(\"Custom action for column:\", column.colId);\n }\n }\n ];\n };\n </code>",
|
|
3213
|
-
"type": "(params: { column: Column }) => Array<MenuItem>",
|
|
3214
|
-
"defaultValue": "null",
|
|
3215
|
-
"required": false
|
|
3216
|
-
},
|
|
3217
|
-
"onAdvanceSearchClick": {
|
|
3218
|
-
"description": "Callback function that is called when the advance search button is clicked in the table header.",
|
|
3219
|
-
"type": "() => void",
|
|
3220
|
-
"defaultValue": "() => {}",
|
|
3221
|
-
"required": false
|
|
3222
|
-
},
|
|
3223
|
-
"customHeaderIcons": {
|
|
3224
|
-
"description": "Array of custom icons to be displayed in the table header. Each icon should be a React element.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customHeaderIcons = [\n {\n icon: <SearchIcon />,\n onClick: () => console.log(\"Search clicked\"),\n tooltip: \"Search\"\n }\n ];\n </code>",
|
|
3225
|
-
"type": "Array<{ icon: ReactNode, onClick: () => void, tooltip?: string }>",
|
|
3226
|
-
"defaultValue": [],
|
|
3227
|
-
"required": false
|
|
3228
|
-
},
|
|
3229
|
-
"handleInlineSearch": {
|
|
3230
|
-
"description": "Callback function that is called when inline search is performed in the table.",
|
|
3231
|
-
"type": "(searchText: string) => void",
|
|
3232
|
-
"defaultValue": "() => {}",
|
|
3233
|
-
"required": false
|
|
3234
|
-
},
|
|
3235
|
-
"tableActions": {
|
|
3236
|
-
"description": "Custom actions to be displayed in the table settings panel. This can be any valid React element or component.",
|
|
3237
|
-
"type": "React.ReactNode",
|
|
3238
|
-
"defaultValue": "null",
|
|
3239
|
-
"required": false
|
|
3240
|
-
},
|
|
3241
|
-
"hideTableFormat": {
|
|
3242
|
-
"description": "If true, hide the table format section in the table settings panel.",
|
|
3243
|
-
"type": "boolean",
|
|
3244
|
-
"defaultValue": "false",
|
|
3245
|
-
"required": false
|
|
3246
|
-
},
|
|
3247
|
-
"hideTableActions": {
|
|
3248
|
-
"description": "If true, hide the table actions section in the table settings panel.",
|
|
3249
|
-
"type": "boolean",
|
|
3250
|
-
"defaultValue": "false",
|
|
3251
|
-
"required": false
|
|
3252
|
-
},
|
|
3253
|
-
"handleClearSearchInline": {
|
|
3254
|
-
"description": "Callback function that is called when the clear search button is clicked in the inline search input.",
|
|
3255
|
-
"type": "() => void",
|
|
3256
|
-
"defaultValue": "() => {}",
|
|
3257
|
-
"required": false
|
|
3258
|
-
},
|
|
3259
|
-
"handleCloseInputField": {
|
|
3260
|
-
"description": "Callback function that is called when the input field is closed in the table settings panel.",
|
|
3261
|
-
"type": "() => void",
|
|
3262
|
-
"defaultValue": "null",
|
|
3263
|
-
"required": false
|
|
3264
|
-
},
|
|
3265
|
-
"aboveTableComponent": {
|
|
3266
|
-
"description": "React Children to be rendered above the table.",
|
|
3267
|
-
"type": "React.ReactNode",
|
|
3268
|
-
"defaultValue": "null",
|
|
3269
|
-
"required": false
|
|
3270
|
-
},
|
|
3271
|
-
"explicitlyCloseTableSetting": {
|
|
3272
|
-
"description": "If true, explicitly close the table settings panel.",
|
|
3273
|
-
"type": "boolean",
|
|
3274
|
-
"defaultValue": "false",
|
|
3275
|
-
"required": false
|
|
3276
|
-
},
|
|
3277
|
-
"hideTableSetting": {
|
|
3278
|
-
"description": "If true, hide the table settings panel.",
|
|
3279
|
-
"type": "boolean",
|
|
3280
|
-
"defaultValue": "false",
|
|
3281
|
-
"required": false
|
|
3282
|
-
},
|
|
3283
|
-
"customSystemButton": {
|
|
3284
|
-
"description": "Custom system button to be rendered in the table header.",
|
|
3285
|
-
"type": "React.ReactNode",
|
|
3286
|
-
"defaultValue": "null",
|
|
3287
|
-
"required": false
|
|
3288
|
-
},
|
|
3289
|
-
"hideFontSize": {
|
|
3290
|
-
"description": "If true, hide the font size section in the table settings panel.",
|
|
3291
|
-
"type": "boolean",
|
|
3292
|
-
"defaultValue": "false",
|
|
3293
|
-
"options": [
|
|
3294
|
-
true,
|
|
3295
|
-
false
|
|
3296
|
-
],
|
|
3297
|
-
"required": false
|
|
3298
|
-
},
|
|
3299
|
-
"hideNumericFormat": {
|
|
3300
|
-
"description": "If true, hide the numeric format section in the table settings panel.",
|
|
3301
|
-
"type": "boolean",
|
|
3302
|
-
"defaultValue": "false",
|
|
3303
|
-
"options": [
|
|
3304
|
-
true,
|
|
3305
|
-
false
|
|
3306
|
-
],
|
|
3307
|
-
"required": false
|
|
3308
|
-
},
|
|
3309
|
-
"isSaveViewEnabled": {
|
|
3310
|
-
"description": "If true, enables Save View feature in table settings.",
|
|
3311
|
-
"type": "boolean",
|
|
3312
|
-
"defaultValue": "false",
|
|
3313
|
-
"required": false
|
|
3314
|
-
},
|
|
3315
|
-
"maxSavedViews": {
|
|
3316
|
-
"description": "Maximum number of saved views allowed.",
|
|
3317
|
-
"type": "number",
|
|
3318
|
-
"defaultValue": "50",
|
|
3319
|
-
"required": false
|
|
3320
|
-
},
|
|
3321
|
-
"savedViewsOptions": {
|
|
3322
|
-
"description": "Array of saved view objects to display in the Save View panel.",
|
|
3323
|
-
"type": "Array<Object>",
|
|
3324
|
-
"defaultValue": [],
|
|
3325
|
-
"required": false
|
|
3326
|
-
},
|
|
3327
|
-
"handleSaveAndApply": {
|
|
3328
|
-
"description": "Callback fired on Save & Apply. Receives (newView, replaceWith?).",
|
|
3329
|
-
"type": "(newView: object, replaceWith?: object) => void",
|
|
3330
|
-
"defaultValue": "() => {}",
|
|
3331
|
-
"required": false
|
|
3332
|
-
},
|
|
3333
|
-
"handleSavedViewClick": {
|
|
3334
|
-
"description": "Callback fired when a saved view is selected.",
|
|
3335
|
-
"type": "(view: object) => void",
|
|
3336
|
-
"defaultValue": "() => {}",
|
|
3337
|
-
"required": false
|
|
3338
|
-
},
|
|
3339
|
-
"handleEditSaveView": {
|
|
3340
|
-
"description": "Callback fired when editing a saved view.",
|
|
3341
|
-
"type": "(newView: object, prevView: object) => void",
|
|
3342
|
-
"defaultValue": "() => {}",
|
|
3343
|
-
"required": false
|
|
3344
|
-
},
|
|
3345
|
-
"handleDeleteViewClick": {
|
|
3346
|
-
"description": "Callback fired when deleting a saved view.",
|
|
3347
|
-
"type": "(view: object) => void",
|
|
3348
|
-
"defaultValue": "() => {}",
|
|
3349
|
-
"required": false
|
|
3350
|
-
},
|
|
3351
|
-
"deleteViewPromptText": {
|
|
3352
|
-
"description": "Confirmation text shown in the delete saved view prompt dialog.",
|
|
3353
|
-
"type": "string",
|
|
3354
|
-
"defaultValue": "''",
|
|
3355
|
-
"required": false
|
|
3356
|
-
},
|
|
3357
|
-
"handleSetDefaultView": {
|
|
3358
|
-
"description": "Callback to set a saved view as default.",
|
|
3359
|
-
"type": "(view: object) => void",
|
|
3360
|
-
"defaultValue": "() => {}",
|
|
3361
|
-
"required": false
|
|
3362
|
-
},
|
|
3363
|
-
"isSaveViewLoading": {
|
|
3364
|
-
"description": "Loading state for save view operations.",
|
|
3365
|
-
"type": "boolean",
|
|
3366
|
-
"defaultValue": "false",
|
|
3367
|
-
"required": false
|
|
3368
|
-
},
|
|
3369
|
-
"isDeleteViewLoading": {
|
|
3370
|
-
"description": "Loading state for delete saved view operation.",
|
|
3371
|
-
"type": "boolean",
|
|
3372
|
-
"defaultValue": "false",
|
|
3373
|
-
"required": false
|
|
3374
|
-
},
|
|
3375
|
-
"saveViewCustomFilter": {
|
|
3376
|
-
"description": "Save View filter control state: options and selectedOption.",
|
|
3377
|
-
"type": "Object",
|
|
3378
|
-
"defaultValue": "{ options: [], selectedOption:",
|
|
3379
|
-
"required": false
|
|
3380
|
-
},
|
|
3381
|
-
"customTabInTableSettings": {
|
|
3382
|
-
"description": "Custom tabs to render inside table settings. Each item should contain tabNames and tabPanels.",
|
|
3383
|
-
"type": "Array<{ tabNames: Object, tabPanels: ReactNode }>",
|
|
3384
|
-
"defaultValue": "null",
|
|
3385
|
-
"required": false
|
|
3386
|
-
},
|
|
3387
|
-
"customRenderSaveViewContent": {
|
|
3388
|
-
"description": "Custom renderer to inject additional content in Save View.",
|
|
3389
|
-
"type": "React.ReactNode",
|
|
3390
|
-
"defaultValue": "null",
|
|
3391
|
-
"required": false
|
|
3392
|
-
},
|
|
3393
|
-
"onTableSettingClick": {
|
|
3394
|
-
"description": "Callback when table settings open/close toggles. Receives boolean.",
|
|
3395
|
-
"type": "(open: boolean) => void",
|
|
3396
|
-
"defaultValue": "() => {}",
|
|
3397
|
-
"required": false
|
|
3398
|
-
},
|
|
3399
|
-
"closeTableSettingOnOutsideClick": {
|
|
3400
|
-
"description": "If true, clicking outside the settings panel closes it automatically.",
|
|
3401
|
-
"type": "boolean",
|
|
3402
|
-
"defaultValue": "false",
|
|
3403
|
-
"required": false
|
|
3404
|
-
},
|
|
3405
|
-
"contentualFilterOpenByDefault": {
|
|
3406
|
-
"description": "If true, opens the filter strip by default.",
|
|
3407
|
-
"type": "boolean",
|
|
3408
|
-
"defaultValue": "false",
|
|
3409
|
-
"required": false
|
|
3410
|
-
},
|
|
3411
|
-
"tableSettingsTitle": {
|
|
3412
|
-
"description": "Custom title for the table settings panel.",
|
|
3413
|
-
"type": "string",
|
|
3414
|
-
"defaultValue": "Table Settings",
|
|
3415
|
-
"required": false
|
|
3416
|
-
},
|
|
3417
|
-
"hideTableBody": {
|
|
3418
|
-
"description": "If true, hides the table body area below the header.",
|
|
3419
|
-
"type": "boolean",
|
|
3420
|
-
"defaultValue": "false",
|
|
3421
|
-
"required": false
|
|
3422
|
-
},
|
|
3423
|
-
"isCommentFeatureEnabled": {
|
|
3424
|
-
"description": "If true, enables comment feature and UI in the header.",
|
|
3425
|
-
"type": "boolean",
|
|
3426
|
-
"defaultValue": "false",
|
|
3427
|
-
"required": false
|
|
3428
|
-
},
|
|
3429
|
-
"commentProps": {
|
|
3430
|
-
"description": "Configuration and handlers for comments: author, handlers, comments, resolvedComments, configuration, handleFetchResolvedComments (optional promise callback when",
|
|
3431
|
-
"type": "Object",
|
|
3432
|
-
"defaultValue": "undefined",
|
|
3433
|
-
"required": false
|
|
3434
|
-
}
|
|
3435
|
-
},
|
|
3436
|
-
"storyFile": "src/components/Table/Table.stories.tsx"
|
|
3437
|
-
},
|
|
3438
|
-
"TableFiltering": {
|
|
3439
|
-
"title": "Components/Table/Filtering",
|
|
3440
|
-
"category": "Components",
|
|
3441
|
-
"description": "These stories demonstrate **inline header search** and **advance search** for every supported column type.\n\n### Column configuration checklist\n| Field type | \\",
|
|
3442
|
-
"examples": [],
|
|
3443
|
-
"props": {},
|
|
3444
|
-
"storyFile": "src/components/Table/TableFiltering.stories.tsx"
|
|
3445
|
-
},
|
|
3446
|
-
"TableChat": {
|
|
3447
|
-
"title": "Components/TableChat",
|
|
3448
|
-
"category": "Components",
|
|
3449
|
-
"description": "# 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 \\",
|
|
3450
|
-
"examples": [],
|
|
3451
|
-
"props": {
|
|
3452
|
-
"isChatEnabled": {
|
|
3453
|
-
"description": "Enables the chat feature in the table component",
|
|
3454
|
-
"type": "boolean",
|
|
3455
|
-
"defaultValue": "false",
|
|
3456
|
-
"required": false
|
|
3457
|
-
},
|
|
3458
|
-
"handleChatClick": {
|
|
3459
|
-
"description": "Handler function called when chat button is clicked",
|
|
3460
|
-
"type": "() => void",
|
|
3461
|
-
"required": true
|
|
3462
|
-
},
|
|
3463
|
-
"isChatOpen": {
|
|
3464
|
-
"description": "Controls whether the chat panel is open",
|
|
3465
|
-
"type": "boolean",
|
|
3466
|
-
"defaultValue": "false",
|
|
3467
|
-
"required": false
|
|
3468
|
-
},
|
|
3469
|
-
"handleChatClose": {
|
|
3470
|
-
"description": "Handler function called when chat panel is closed",
|
|
3471
|
-
"type": "() => void",
|
|
3472
|
-
"required": true
|
|
3473
|
-
},
|
|
3474
|
-
"chatConfiguration": {
|
|
3475
|
-
"description": "Comprehensive chat configuration object (messageChatConfig, headerChatConfig, inputChatConfig, leftPanel, rightPanel)",
|
|
3476
|
-
"type": "ChatConfiguration",
|
|
3477
|
-
"required": true
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
"storyFile": "src/components/TableChat/TableChat.stories.tsx"
|
|
3481
|
-
},
|
|
3482
|
-
"Tabs": {
|
|
3483
|
-
"title": "Components/Tabs",
|
|
3484
|
-
"category": "Components",
|
|
3485
|
-
"description": "Tabs with tab list and panel content. Value can be index (number) or tab value (string).",
|
|
3486
|
-
"examples": [
|
|
3487
|
-
"Default",
|
|
3488
|
-
"ControlledTabs",
|
|
3489
|
-
"Vertical",
|
|
3490
|
-
"BlueBg"
|
|
3491
|
-
],
|
|
3492
|
-
"props": {
|
|
3493
|
-
"value": {
|
|
3494
|
-
"description": "Selected tab index or tab value",
|
|
3495
|
-
"type": "unknown",
|
|
3496
|
-
"required": true
|
|
3497
|
-
},
|
|
3498
|
-
"orientation": {
|
|
3499
|
-
"description": "",
|
|
3500
|
-
"type": "unknown",
|
|
3501
|
-
"options": [
|
|
3502
|
-
"horizontal",
|
|
3503
|
-
"vertical"
|
|
3504
|
-
],
|
|
3505
|
-
"required": true
|
|
3506
|
-
},
|
|
3507
|
-
"isDisabled": {
|
|
3508
|
-
"description": "",
|
|
3509
|
-
"type": "unknown",
|
|
3510
|
-
"required": true
|
|
3511
|
-
},
|
|
3512
|
-
"remountOnTabChange": {
|
|
3513
|
-
"description": "",
|
|
3514
|
-
"type": "unknown",
|
|
3515
|
-
"required": true
|
|
3516
|
-
},
|
|
3517
|
-
"isBlueBg": {
|
|
3518
|
-
"description": "",
|
|
3519
|
-
"type": "unknown",
|
|
3520
|
-
"required": true
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
"storyFile": "src/components/Tabs/Tabs.stories.tsx"
|
|
3524
|
-
},
|
|
3525
|
-
"Tag": {
|
|
3526
|
-
"title": "Components/Tag",
|
|
3527
|
-
"category": "Components",
|
|
3528
|
-
"description": "Tag displays labels, categories, or metadata in a compact format. Supports filled, stroke, and solid variants with optional remove functionality.",
|
|
3529
|
-
"examples": [
|
|
3530
|
-
"WithAutomationIds",
|
|
3531
|
-
"Default",
|
|
3532
|
-
"Filled",
|
|
3533
|
-
"Stroke",
|
|
3534
|
-
"Solid",
|
|
3535
|
-
"Small",
|
|
3536
|
-
"Medium",
|
|
3537
|
-
"Large",
|
|
3538
|
-
"Removable",
|
|
3539
|
-
"CustomIcon",
|
|
3540
|
-
"AllVariants",
|
|
3541
|
-
"AllSizes",
|
|
3542
|
-
"VariantSizeMatrix",
|
|
3543
|
-
"RemovableTags",
|
|
3544
|
-
"ClickableTags",
|
|
3545
|
-
"ArticleTags",
|
|
3546
|
-
"ProductTags",
|
|
3547
|
-
"ProfileSkills",
|
|
3548
|
-
"LongLabel",
|
|
3549
|
-
"SingleCharacter",
|
|
3550
|
-
"StatusTags"
|
|
3551
|
-
],
|
|
3552
|
-
"props": {
|
|
3553
|
-
"label": {
|
|
3554
|
-
"description": "The text content displayed inside the tag.",
|
|
3555
|
-
"type": "string",
|
|
3556
|
-
"required": true
|
|
3557
|
-
},
|
|
3558
|
-
"variant": {
|
|
3559
|
-
"description": "Visual style variant. `filled` has light background with border, `stroke` is outlined, `solid` has solid colored background.",
|
|
3560
|
-
"type": "unknown",
|
|
3561
|
-
"defaultValue": "filled",
|
|
3562
|
-
"options": [
|
|
3563
|
-
"filled",
|
|
3564
|
-
"stroke",
|
|
3565
|
-
"solid"
|
|
3566
|
-
],
|
|
3567
|
-
"required": false
|
|
3568
|
-
},
|
|
3569
|
-
"size": {
|
|
3570
|
-
"description": "Size of the tag. `small` = 22px, `medium` = 24px, `large` = 32px (default).",
|
|
3571
|
-
"type": "unknown",
|
|
3572
|
-
"defaultValue": "large",
|
|
3573
|
-
"options": [
|
|
3574
|
-
"small",
|
|
3575
|
-
"medium",
|
|
3576
|
-
"large"
|
|
3577
|
-
],
|
|
3578
|
-
"required": false
|
|
3579
|
-
},
|
|
3580
|
-
"isRemovable": {
|
|
3581
|
-
"description": "When true, displays a delete icon that can be clicked to remove the tag.",
|
|
3582
|
-
"type": "boolean",
|
|
3583
|
-
"defaultValue": "false",
|
|
3584
|
-
"required": false
|
|
3585
|
-
},
|
|
3586
|
-
"icon": {
|
|
3587
|
-
"description": "Custom icon to display as the delete button. Only visible when `isRemovable` is true.",
|
|
3588
|
-
"type": "ReactNode",
|
|
3589
|
-
"required": true
|
|
3590
|
-
},
|
|
3591
|
-
"onClick": {
|
|
3592
|
-
"description": "Callback triggered when the tag is clicked.",
|
|
3593
|
-
"type": "() => void",
|
|
3594
|
-
"required": true
|
|
3595
|
-
},
|
|
3596
|
-
"onDelete": {
|
|
3597
|
-
"description": "Callback triggered when the delete icon is clicked. Only applicable when `isRemovable` is true.",
|
|
3598
|
-
"type": "() => void",
|
|
3599
|
-
"required": true
|
|
3600
|
-
}
|
|
3601
|
-
},
|
|
3602
|
-
"storyFile": "src/components/Tag/Tag.stories.tsx"
|
|
3603
|
-
},
|
|
3604
|
-
"TagGroup": {
|
|
3605
|
-
"title": "Components/TagGroup",
|
|
3606
|
-
"category": "Components",
|
|
3607
|
-
"description": "Container that lays out tags or chips in a horizontal row with consistent spacing.",
|
|
3608
|
-
"examples": [
|
|
3609
|
-
"WithAutomationIds",
|
|
3610
|
-
"Default",
|
|
3611
|
-
"SingleTag",
|
|
3612
|
-
"WithCustomClass"
|
|
3613
|
-
],
|
|
3614
|
-
"props": {
|
|
3615
|
-
"children": {
|
|
3616
|
-
"description": "Tag or chip elements",
|
|
3617
|
-
"type": "unknown",
|
|
3618
|
-
"required": true
|
|
3619
|
-
},
|
|
3620
|
-
"className": {
|
|
3621
|
-
"description": "Additional CSS class",
|
|
3622
|
-
"type": "unknown",
|
|
3623
|
-
"required": true
|
|
3624
|
-
}
|
|
3625
|
-
},
|
|
3626
|
-
"storyFile": "src/components/TagGroup/TagGroup.stories.tsx"
|
|
3627
|
-
},
|
|
3628
|
-
"TextArea": {
|
|
3629
|
-
"title": "Components/TextArea",
|
|
3630
|
-
"category": "Components",
|
|
3631
|
-
"description": "Textarea with label, optional secondary label, character limit, and state variants (error/success/warning).",
|
|
3632
|
-
"examples": [
|
|
3633
|
-
"WithAutomationIds",
|
|
3634
|
-
"Default",
|
|
3635
|
-
"WithRequired",
|
|
3636
|
-
"WithSecondaryLabelAndCharacterLimit",
|
|
3637
|
-
"Disabled",
|
|
3638
|
-
"ErrorState",
|
|
3639
|
-
"UserTypes",
|
|
3640
|
-
"WithDataTestId"
|
|
3641
|
-
],
|
|
3642
|
-
"props": {
|
|
3643
|
-
"label": {
|
|
3644
|
-
"description": "Label above the textarea",
|
|
3645
|
-
"type": "unknown",
|
|
3646
|
-
"required": true
|
|
3647
|
-
},
|
|
3648
|
-
"placeholder": {
|
|
3649
|
-
"description": "",
|
|
3650
|
-
"type": "unknown",
|
|
3651
|
-
"required": true
|
|
3652
|
-
},
|
|
3653
|
-
"maxRows": {
|
|
3654
|
-
"description": "",
|
|
3655
|
-
"type": "unknown",
|
|
3656
|
-
"required": true
|
|
3657
|
-
},
|
|
3658
|
-
"isDisabled": {
|
|
3659
|
-
"description": "",
|
|
3660
|
-
"type": "unknown",
|
|
3661
|
-
"required": true
|
|
3662
|
-
},
|
|
3663
|
-
"isRequired": {
|
|
3664
|
-
"description": "",
|
|
3665
|
-
"type": "unknown",
|
|
3666
|
-
"required": true
|
|
3667
|
-
},
|
|
3668
|
-
"isError": {
|
|
3669
|
-
"description": "",
|
|
3670
|
-
"type": "unknown",
|
|
3671
|
-
"required": true
|
|
3672
|
-
},
|
|
3673
|
-
"isSuccess": {
|
|
3674
|
-
"description": "",
|
|
3675
|
-
"type": "unknown",
|
|
3676
|
-
"required": true
|
|
3677
|
-
},
|
|
3678
|
-
"isWarning": {
|
|
3679
|
-
"description": "",
|
|
3680
|
-
"type": "unknown",
|
|
3681
|
-
"required": true
|
|
3682
|
-
},
|
|
3683
|
-
"characterLimit": {
|
|
3684
|
-
"description": "Max characters; shows counter",
|
|
3685
|
-
"type": "unknown",
|
|
3686
|
-
"required": true
|
|
3687
|
-
},
|
|
3688
|
-
"secondaryLabel": {
|
|
3689
|
-
"description": "",
|
|
3690
|
-
"type": "unknown",
|
|
3691
|
-
"required": true
|
|
3692
|
-
},
|
|
3693
|
-
"value": {
|
|
3694
|
-
"description": "",
|
|
3695
|
-
"type": "unknown",
|
|
3696
|
-
"required": true
|
|
3697
|
-
},
|
|
3698
|
-
"onChange": {
|
|
3699
|
-
"description": "",
|
|
3700
|
-
"type": "unknown",
|
|
3701
|
-
"required": true
|
|
3702
|
-
}
|
|
3703
|
-
},
|
|
3704
|
-
"storyFile": "src/components/TextArea/TextArea.stories.tsx"
|
|
3705
|
-
},
|
|
3706
|
-
"Toast": {
|
|
3707
|
-
"title": "Components/Toast",
|
|
3708
|
-
"category": "Components",
|
|
3709
|
-
"description": "Snackbar toast with position and variant (success, info, warning, error). Auto-hides by default.",
|
|
3710
|
-
"examples": [
|
|
3711
|
-
"WithAutomationIds",
|
|
3712
|
-
"Default",
|
|
3713
|
-
"Success",
|
|
3714
|
-
"Info",
|
|
3715
|
-
"Warning",
|
|
3716
|
-
"Error",
|
|
3717
|
-
"BottomCenter",
|
|
3718
|
-
"WithDataTestId"
|
|
3719
|
-
],
|
|
3720
|
-
"props": {
|
|
3721
|
-
"isOpen": {
|
|
3722
|
-
"description": "",
|
|
3723
|
-
"type": "unknown",
|
|
3724
|
-
"required": true
|
|
3725
|
-
},
|
|
3726
|
-
"position": {
|
|
3727
|
-
"description": "",
|
|
3728
|
-
"type": "unknown",
|
|
3729
|
-
"options": [
|
|
3730
|
-
"top-left",
|
|
3731
|
-
"top-center",
|
|
3732
|
-
"top-right",
|
|
3733
|
-
"bottom-left",
|
|
3734
|
-
"bottom-center",
|
|
3735
|
-
"bottom-right"
|
|
3736
|
-
],
|
|
3737
|
-
"required": true
|
|
3738
|
-
},
|
|
3739
|
-
"message": {
|
|
3740
|
-
"description": "",
|
|
3741
|
-
"type": "unknown",
|
|
3742
|
-
"required": true
|
|
3743
|
-
},
|
|
3744
|
-
"variant": {
|
|
3745
|
-
"description": "",
|
|
3746
|
-
"type": "unknown",
|
|
3747
|
-
"options": [
|
|
3748
|
-
"success",
|
|
3749
|
-
"info",
|
|
3750
|
-
"warning",
|
|
3751
|
-
"error"
|
|
3752
|
-
],
|
|
3753
|
-
"required": true
|
|
3754
|
-
},
|
|
3755
|
-
"autoHideDuration": {
|
|
3756
|
-
"description": "",
|
|
3757
|
-
"type": "unknown",
|
|
3758
|
-
"required": true
|
|
3759
|
-
},
|
|
3760
|
-
"onClose": {
|
|
3761
|
-
"description": "",
|
|
3762
|
-
"type": "unknown",
|
|
3763
|
-
"required": true
|
|
3764
|
-
}
|
|
3765
|
-
},
|
|
3766
|
-
"storyFile": "src/components/Toast/Toast.stories.tsx"
|
|
3767
|
-
},
|
|
3768
|
-
"Tooltip": {
|
|
3769
|
-
"title": "Components/Tooltip",
|
|
3770
|
-
"category": "Components",
|
|
3771
|
-
"description": "Tooltip wrapping MUI Tooltip with project-specific variants (primary, secondary, tertiary, feature). Supports custom orientation, hover toggling, and a feature variant with title + description.",
|
|
3772
|
-
"examples": [
|
|
3773
|
-
"WithAutomationIds",
|
|
3774
|
-
"Primary",
|
|
3775
|
-
"Secondary",
|
|
3776
|
-
"Tertiary",
|
|
3777
|
-
"Feature",
|
|
3778
|
-
"BottomOrientation",
|
|
3779
|
-
"HoverDisabled",
|
|
3780
|
-
"WithCustomClass",
|
|
3781
|
-
"Playground"
|
|
3782
|
-
],
|
|
3783
|
-
"props": {
|
|
3784
|
-
"title": {
|
|
3785
|
-
"description": "Content shown inside the tooltip",
|
|
3786
|
-
"type": "unknown",
|
|
3787
|
-
"required": true
|
|
3788
|
-
},
|
|
3789
|
-
"description": {
|
|
3790
|
-
"description": "Secondary text (feature variant only)",
|
|
3791
|
-
"type": "unknown",
|
|
3792
|
-
"required": true
|
|
3793
|
-
},
|
|
3794
|
-
"orientation": {
|
|
3795
|
-
"description": "Placement relative to anchor",
|
|
3796
|
-
"type": "unknown",
|
|
3797
|
-
"options": [
|
|
3798
|
-
"top",
|
|
3799
|
-
"bottom",
|
|
3800
|
-
"left",
|
|
3801
|
-
"right",
|
|
3802
|
-
"top-start",
|
|
3803
|
-
"top-end",
|
|
3804
|
-
"bottom-start",
|
|
3805
|
-
"bottom-end"
|
|
3806
|
-
],
|
|
3807
|
-
"required": true
|
|
3808
|
-
},
|
|
3809
|
-
"variant": {
|
|
3810
|
-
"description": "Visual style",
|
|
3811
|
-
"type": "unknown",
|
|
3812
|
-
"options": [
|
|
3813
|
-
"primary",
|
|
3814
|
-
"secondary",
|
|
3815
|
-
"tertiary",
|
|
3816
|
-
"feature"
|
|
3817
|
-
],
|
|
3818
|
-
"required": true
|
|
3819
|
-
},
|
|
3820
|
-
"isHoverEnabled": {
|
|
3821
|
-
"description": "Enable/disable hover trigger",
|
|
3822
|
-
"type": "unknown",
|
|
3823
|
-
"required": true
|
|
3824
|
-
}
|
|
3825
|
-
},
|
|
3826
|
-
"storyFile": "src/components/Tooltip/Tooltip.stories.tsx"
|
|
3827
|
-
},
|
|
3828
|
-
"YearSelect": {
|
|
3829
|
-
"title": "Components/YearSelect",
|
|
3830
|
-
"category": "Components",
|
|
3831
|
-
"description": "Controlled year dropdown used by MonthPicker. Implements MonthPickerSelectProps contract.",
|
|
3832
|
-
"examples": [
|
|
3833
|
-
"Default",
|
|
3834
|
-
"Controlled",
|
|
3835
|
-
"OpenAndSelect"
|
|
3836
|
-
],
|
|
3837
|
-
"props": {
|
|
3838
|
-
"isOpen": {
|
|
3839
|
-
"description": "",
|
|
3840
|
-
"type": "unknown",
|
|
3841
|
-
"required": true
|
|
3842
|
-
},
|
|
3843
|
-
"name": {
|
|
3844
|
-
"description": "",
|
|
3845
|
-
"type": "unknown",
|
|
3846
|
-
"required": true
|
|
3847
|
-
},
|
|
3848
|
-
"minWidth": {
|
|
3849
|
-
"description": "",
|
|
3850
|
-
"type": "unknown",
|
|
3851
|
-
"required": true
|
|
3852
|
-
}
|
|
3853
|
-
},
|
|
3854
|
-
"storyFile": "src/components/YearSelect/YearSelect.stories.tsx"
|
|
3855
|
-
},
|
|
3856
|
-
"HelperText": {
|
|
3857
|
-
"title": "Components/common/HelperText",
|
|
3858
|
-
"category": "Components",
|
|
3859
|
-
"description": "",
|
|
3860
|
-
"examples": [
|
|
3861
|
-
"WithAutomationIds",
|
|
3862
|
-
"Default",
|
|
3863
|
-
"Error",
|
|
3864
|
-
"LongText"
|
|
3865
|
-
],
|
|
3866
|
-
"props": {},
|
|
3867
|
-
"storyFile": "src/components/common/HelperText/HelperText.stories.tsx"
|
|
3868
|
-
}
|
|
3869
|
-
}
|
|
3
|
+
"generatedAt": "2026-06-30T04:54:36.376Z",
|
|
4
|
+
"components": {}
|
|
3870
5
|
}
|