UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

59 lines 4.38 kB
define(["require", "exports", "react", "./examples/ComboBox.Basic.Example", "./examples/ComboBox.Toggles.Example", "./examples/ComboBox.Controlled.Example", "./examples/ComboBox.Virtualized.Example", "./examples/ComboBox.CustomStyled.Example"], function (require, exports, React, ComboBox_Basic_Example_1, ComboBox_Toggles_Example_1, ComboBox_Controlled_Example_1, ComboBox_Virtualized_Example_1, ComboBox_CustomStyled_Example_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ComboBoxBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Basic.Example.tsx'); var ComboBoxBasicExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Basic.Example.tsx'); var ComboBoxTogglesExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Toggles.Example.tsx'); var ComboBoxTogglesExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Toggles.Example.tsx'); var ComboBoxControlledExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Controlled.Example.tsx'); var ComboBoxControlledExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Controlled.Example.tsx'); var ComboBoxVirtualizedExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Virtualized.Example.tsx'); var ComboBoxVirtualizedExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.Virtualized.Example.tsx'); var ComboBoxCustomStyledExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.CustomStyled.Example.tsx'); var ComboBoxCustomStyledExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ComboBox/examples/ComboBox.CustomStyled.Example.tsx'); exports.ComboBoxPageProps = { title: 'ComboBox', componentName: 'ComboBox', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/ComboBox', examples: [ { title: 'Basic uncontrolled ComboBox', code: ComboBoxBasicExampleCode, view: React.createElement(ComboBox_Basic_Example_1.ComboBoxBasicExample, null), codepenJS: ComboBoxBasicExampleCodepen }, { title: 'ComboBox with toggleable autoComplete and allowFreeform', code: ComboBoxTogglesExampleCode, view: React.createElement(ComboBox_Toggles_Example_1.ComboBoxTogglesExample, null), codepenJS: ComboBoxTogglesExampleCodepen }, { title: 'Controlled ComboBox', code: ComboBoxControlledExampleCode, view: React.createElement(ComboBox_Controlled_Example_1.ComboBoxControlledExample, null), codepenJS: ComboBoxControlledExampleCodepen }, { title: 'VirtualizedComboBox', code: ComboBoxVirtualizedExampleCode, view: React.createElement(ComboBox_Virtualized_Example_1.ComboBoxVirtualizedExample, null), codepenJS: ComboBoxVirtualizedExampleCodepen }, { title: 'ComboBox with custom styling', code: ComboBoxCustomStyledExampleCode, view: React.createElement(ComboBox_CustomStyled_Example_1.ComboBoxCustomStyledExample, null), codepenJS: ComboBoxCustomStyledExampleCodepen } ], overview: require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/docs/ComboBoxOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/docs/ComboBoxDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/ComboBox/docs/ComboBoxDonts.md'), isHeaderVisible: true, isFeedbackVisible: true, allowNativeProps: true }; }); //# sourceMappingURL=ComboBox.doc.js.map