manifold-dx-redirect-dx
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,2 +0,2 @@ | ||
import { RedirectDx, getHistory, factory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx'; | ||
export { RedirectDx, factory, WithRouterRedirectDx, RedirectDxProps, getHistory }; | ||
import { RedirectDx, getHistory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx'; | ||
export { RedirectDx, WithRouterRedirectDx, RedirectDxProps, getHistory }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getHistory = exports.WithRouterRedirectDx = exports.factory = exports.RedirectDx = void 0; | ||
exports.getHistory = exports.WithRouterRedirectDx = exports.RedirectDx = void 0; | ||
var RedirectDx_1 = require("./RedirectDx"); | ||
Object.defineProperty(exports, "RedirectDx", { enumerable: true, get: function () { return RedirectDx_1.RedirectDx; } }); | ||
Object.defineProperty(exports, "getHistory", { enumerable: true, get: function () { return RedirectDx_1.getHistory; } }); | ||
Object.defineProperty(exports, "factory", { enumerable: true, get: function () { return RedirectDx_1.factory; } }); | ||
Object.defineProperty(exports, "WithRouterRedirectDx", { enumerable: true, get: function () { return RedirectDx_1.WithRouterRedirectDx; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -34,3 +34,2 @@ import * as React from 'react'; | ||
export declare const WithRouterRedirectDx: React.ComponentClass<WithRouterViewProps>; | ||
export declare const factory: React.CFactory<Pick<RouteRedirectDxViewProps, "push" | "path" | "exact" | "strict" | "to" | "from" | "initializing" | "historyMax">, React.Component<Pick<RouteRedirectDxViewProps, "push" | "path" | "exact" | "strict" | "to" | "from" | "initializing" | "historyMax">, any, any>>; | ||
/** | ||
@@ -37,0 +36,0 @@ * The component the app should subclass to redirect based upon the URL as maintained in manifold-dx's app state. |
@@ -40,3 +40,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RedirectDx = exports.factory = exports.WithRouterRedirectDx = exports.RedirectDxView = exports.render = exports.getHistory = void 0; | ||
exports.RedirectDx = exports.WithRouterRedirectDx = exports.RedirectDxView = exports.render = exports.getHistory = void 0; | ||
var React = require("react"); | ||
@@ -123,3 +123,2 @@ var react_router_1 = require("react-router"); | ||
exports.WithRouterRedirectDx = react_router_1.withRouter(exports.RedirectDxView); | ||
exports.factory = React.createFactory(exports.WithRouterRedirectDx); | ||
/** | ||
@@ -126,0 +125,0 @@ * The component the app should subclass to redirect based upon the URL as maintained in manifold-dx's app state. |
{ | ||
"name": "manifold-dx-redirect-dx", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,9 +0,3 @@ | ||
import { | ||
RedirectDx, | ||
getHistory, | ||
factory, | ||
RedirectDxProps, | ||
WithRouterRedirectDx | ||
} from './RedirectDx' | ||
import { RedirectDx, getHistory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx' | ||
export { RedirectDx, factory, WithRouterRedirectDx, RedirectDxProps, getHistory } | ||
export { RedirectDx, WithRouterRedirectDx, RedirectDxProps, getHistory } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54863
25
774