UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

62 lines (61 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tabs_defaultProps = exports.Tab_defaultProps = exports.TabWrapper_defaultProps = exports.TabContent_defaultProps = exports.TabContentWrapper_defaultProps = void 0; var Tab_defaultProps = { dataId: 'tabMenu', customProps: {}, dataSelectorId: 'tab' }; exports.Tab_defaultProps = Tab_defaultProps; var TabContent_defaultProps = { dataId: 'tabContent', dataSelectorId: 'tabContent' }; exports.TabContent_defaultProps = TabContent_defaultProps; var TabContentWrapper_defaultProps = { children: [], dataSelectorId: 'tabContentWrapper', a11y: {} }; exports.TabContentWrapper_defaultProps = TabContentWrapper_defaultProps; var Tabs_defaultProps = { isAnimate: false, isResponsive: true, needTabBorder: false, type: 'alpha', dataId: 'highlight', align: 'horizontal', children: [], highlightClass: '', minTabsCount: 0, maxTabsCount: 100, moreButtonClass: '', moreBoxClass: '', menuItemClass: '', iconName: 'ZD-TB-menu', iconSize: '7', containerClass: '', customProps: {}, dataSelectorId: 'tabs', searchBoxSize: 'small', searchErrorText: 'No results', placeHolderText: 'Search', isAbsolutePositioningNeeded: true, isRestrictScroll: false, moreContainerClass: '' }; exports.Tabs_defaultProps = Tabs_defaultProps; var TabWrapper_defaultProps = { hookToDisableInternalState: false, isAnimate: false, needBorder: true, needPadding: true, needTabBorder: false, type: 'alpha', align: 'vertical', needAppearance: true, dataSelectorId: 'tabWrapper' }; exports.TabWrapper_defaultProps = TabWrapper_defaultProps;