UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

94 lines 5.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var Pivot_Basic_Example_1 = require("./examples/Pivot.Basic.Example"); var Pivot_IconCount_Example_1 = require("./examples/Pivot.IconCount.Example"); var Pivot_Large_Example_1 = require("./examples/Pivot.Large.Example"); var Pivot_Tabs_Example_1 = require("./examples/Pivot.Tabs.Example"); var Pivot_TabsLarge_Example_1 = require("./examples/Pivot.TabsLarge.Example"); var Pivot_Fabric_Example_1 = require("./examples/Pivot.Fabric.Example"); var Pivot_OnChange_Example_1 = require("./examples/Pivot.OnChange.Example"); var Pivot_Remove_Example_1 = require("./examples/Pivot.Remove.Example"); var Pivot_Override_Example_1 = require("./examples/Pivot.Override.Example"); var Pivot_Separate_Example_1 = require("./examples/Pivot.Separate.Example"); var Pivot_checklist_1 = require("./Pivot.checklist"); var PivotRemoveExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Remove.Example.tsx'); var PivotBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Basic.Example.tsx'); var PivotLargeExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Large.Example.tsx'); var PivotTabsExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Tabs.Example.tsx'); var PivotTabsLargesExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.TabsLarge.Example.tsx'); var PivotFabricExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Fabric.Example.tsx'); var PivotOnChangeExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.OnChange.Example.tsx'); var PivotIconCountExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.IconCount.Example.tsx'); var PivotOverrideExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Override.Example.tsx'); var PivotSeparateExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Pivot/examples/Pivot.Separate.Example.tsx'); exports.PivotPageProps = { title: 'Pivot', componentName: 'Pivot', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Pivot', componentStatus: Pivot_checklist_1.PivotStatus, examples: [ { title: 'Default Pivot', code: PivotBasicExampleCode, view: React.createElement(Pivot_Basic_Example_1.PivotBasicExample, null) }, { title: 'Count and Icon', code: PivotIconCountExampleCode, view: React.createElement(Pivot_IconCount_Example_1.PivotIconCountExample, null) }, { title: 'Large link size', code: PivotLargeExampleCode, view: React.createElement(Pivot_Large_Example_1.PivotLargeExample, null) }, { title: 'Links of tab style', code: PivotTabsExampleCode, view: React.createElement(Pivot_Tabs_Example_1.PivotTabsExample, null) }, { title: 'Links of large tab style', code: PivotTabsLargesExampleCode, view: React.createElement(Pivot_TabsLarge_Example_1.PivotTabsLargeExample, null) }, { title: 'Trigger onchange event', code: PivotOnChangeExampleCode, view: React.createElement(Pivot_OnChange_Example_1.PivotOnChangeExample, null) }, { title: 'Rendering nested components within the Pivot', code: PivotFabricExampleCode, view: React.createElement(Pivot_Fabric_Example_1.PivotFabricExample, null) }, { title: 'Show/Hide pivot item', code: PivotRemoveExampleCode, view: React.createElement(Pivot_Remove_Example_1.PivotRemoveExample, null) }, { title: 'Override selected item', code: PivotOverrideExampleCode, view: React.createElement(Pivot_Override_Example_1.PivotOverrideExample, null) }, { title: 'Render content separately', code: PivotSeparateExampleCode, view: React.createElement(Pivot_Separate_Example_1.PivotSeparateExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/Pivot/Pivot.types.ts'), require('!raw-loader!office-ui-fabric-react/src/components/Pivot/PivotItem.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/Pivot/docs/PivotOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/Pivot/docs/PivotDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/Pivot/docs/PivotDonts.md'), isHeaderVisible: true, isFeedbackVisible: true, allowNativeProps: 'PivotItem' }; //# sourceMappingURL=Pivot.doc.js.map