office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
46 lines • 2.75 kB
JavaScript
define(["require", "exports", "react", "./examples/FocusZone.Photos.Example", "./examples/FocusZone.List.Example", "./examples/FocusZone.Disabled.Example", "./examples/FocusZone.Tabbable.Example"], function (require, exports, React, FocusZone_Photos_Example_1, FocusZone_List_Example_1, FocusZone_Disabled_Example_1, FocusZone_Tabbable_Example_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FocusZonePhotosExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/examples/FocusZone.Photos.Example.tsx');
var FocusZoneListExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/examples/FocusZone.List.Example.tsx');
var FocusZoneDisabledExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/examples/FocusZone.Disabled.Example.tsx');
var FocusZoneTabbableCode = require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/examples/FocusZone.Tabbable.Example.tsx');
exports.FocusZonePageProps = {
title: 'FocusZone',
componentName: 'FocusZone',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/FocusZone',
examples: [
{
title: 'Non-uniform photos within bidirectional FocusZone',
code: FocusZonePhotosExampleCode,
view: React.createElement(FocusZone_Photos_Example_1.FocusZonePhotosExample, null)
},
{
title: 'Nesting FocusZones in list rows',
code: FocusZoneListExampleCode,
view: React.createElement(FocusZone_List_Example_1.FocusZoneListExample, null)
},
{
title: 'Disabled FocusZone',
code: FocusZoneDisabledExampleCode,
view: React.createElement(FocusZone_Disabled_Example_1.FocusZoneDisabledExample, null)
},
{
title: 'Tabbable FocusZone',
code: FocusZoneTabbableCode,
view: React.createElement(FocusZone_Tabbable_Example_1.FocusZoneTabbableExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/FocusZone.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/FocusZone/docs/FocusZoneOverview.md'),
bestPractices: '',
dos: '',
donts: '',
isHeaderVisible: true,
isFeedbackVisible: true,
allowNativeProps: true
};
});
//# sourceMappingURL=FocusZone.doc.js.map