office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
24 lines • 3.36 kB
JavaScript
define(["require", "exports", "tslib", "react", "@uifabric/example-app-base", "./examples/ProgressIndicator.Basic.Example", "./examples/ProgressIndicator.Indeterminate.Example", "../../demo/ComponentStatus/ComponentStatus", "./ProgressIndicator.checklist"], function (require, exports, tslib_1, React, example_app_base_1, ProgressIndicator_Basic_Example_1, ProgressIndicator_Indeterminate_Example_1, ComponentStatus_1, ProgressIndicator_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ProgressIndicatorBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/examples/ProgressIndicator.Basic.Example.tsx');
var ProgressIndicatorIndeterminateExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/examples/ProgressIndicator.Indeterminate.Example.tsx');
var ProgressIndicatorPage = /** @class */ (function (_super) {
tslib_1.__extends(ProgressIndicatorPage, _super);
function ProgressIndicatorPage() {
return _super !== null && _super.apply(this, arguments) || this;
}
ProgressIndicatorPage.prototype.render = function () {
return (React.createElement(example_app_base_1.ComponentPage, { title: 'ProgressIndicator', componentName: 'ProgressIndicatorExample', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/ProgressIndicator', exampleCards: React.createElement("div", null,
React.createElement(example_app_base_1.ExampleCard, { title: 'Default ProgressIndicator', code: ProgressIndicatorBasicExampleCode },
React.createElement(ProgressIndicator_Basic_Example_1.ProgressIndicatorBasicExample, null)),
React.createElement(example_app_base_1.ExampleCard, { title: 'Indeterminate ProgressIndicator', code: ProgressIndicatorIndeterminateExampleCode },
React.createElement(ProgressIndicator_Indeterminate_Example_1.ProgressIndicatorIndeterminateExample, null))), propertiesTables: React.createElement(example_app_base_1.PropertiesTableSet, { sources: [
require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/ProgressIndicator.types.ts')
] }), overview: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorOverview.md')), bestPractices: React.createElement("div", null), dos: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorDos.md')), donts: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorDonts.md')), isHeaderVisible: this.props.isHeaderVisible, componentStatus: React.createElement(ComponentStatus_1.ComponentStatus, tslib_1.__assign({}, ProgressIndicator_checklist_1.ProgressIndicatorStatus)) }));
};
return ProgressIndicatorPage;
}(React.Component));
exports.ProgressIndicatorPage = ProgressIndicatorPage;
});
//# sourceMappingURL=ProgressIndicatorPage.js.map