@fluentui/state
Advanced tools
Comparing version 0.48.0 to 0.49.0
@@ -31,2 +31,15 @@ "use strict"; | ||
var _carouselManager = require("./managers/carouselManager"); | ||
Object.keys(_carouselManager).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _carouselManager[key]; | ||
} | ||
}); | ||
}); | ||
var _dialogManager = require("./managers/dialogManager"); | ||
@@ -33,0 +46,0 @@ |
export * from './managers/checkboxManager'; | ||
export * from './managers/carouselManager'; | ||
export * from './managers/dialogManager'; | ||
@@ -3,0 +4,0 @@ export * from './managers/dropdownManager'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./managers/checkboxManager"), exports); | ||
tslib_1.__exportStar(require("./managers/carouselManager"), exports); | ||
tslib_1.__exportStar(require("./managers/dialogManager"), exports); | ||
@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./managers/dropdownManager"), exports); |
export * from './managers/checkboxManager'; | ||
export * from './managers/carouselManager'; | ||
export * from './managers/dialogManager'; | ||
@@ -3,0 +4,0 @@ export * from './managers/dropdownManager'; |
export * from './managers/checkboxManager'; | ||
export * from './managers/carouselManager'; | ||
export * from './managers/dialogManager'; | ||
@@ -3,0 +4,0 @@ export * from './managers/dropdownManager'; |
{ | ||
"name": "@fluentui/state", | ||
"description": "A set of utils to create framework agnostic and reusable state managers", | ||
"version": "0.48.0", | ||
"version": "0.49.0", | ||
"author": "Oleksandr Fediashov <a@fedyashov.com>", | ||
@@ -11,3 +11,2 @@ "bugs": "https://github.com/microsoft/fluentui/issues", | ||
"devDependencies": { | ||
"@types/react": "16.8.25", | ||
"@uifabric/build": "^7.0.0", | ||
@@ -31,6 +30,4 @@ "lerna-alias": "^3.0.3-0" | ||
"clean": "gulp bundle:package:clean", | ||
"lint": "yarn lint:eslint && yarn lint:old", | ||
"lint:eslint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:old --fix", | ||
"lint:old": "tslint -t stylish -p .", | ||
"lint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint --fix", | ||
"test:watch": "gulp test:watch" | ||
@@ -40,3 +37,3 @@ }, | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "0b9847bc9bfdc1c4a0cb35ce0cfcfdc32880500b" | ||
"gitHead": "288ce25b226dfc850712e9b37b8212a226dc14ce" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145592
2
59
923