nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions

View File

@@ -1,7 +1,7 @@
declare function flatten <T> (array: flatten.NestedArray<T>): T[];
declare namespace flatten {
export interface NestedArray <T> extends Array<T | NestedArray<T>> {}
export interface NestedArray <T> extends ReadonlyArray<T | NestedArray<T>> {}
export interface NestedList <T> {
[index: number]: T | NestedList<T>;

View File

@@ -1,8 +1,8 @@
{
"_from": "array-flatten@^2.1.0",
"_id": "array-flatten@2.1.1",
"_id": "array-flatten@2.1.2",
"_inBundle": false,
"_integrity": "sha1-Qmu52oQJDBg42BLIFQryCoMx4pY=",
"_integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
"_location": "/array-flatten",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/bonjour"
],
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.1.tgz",
"_shasum": "426bb9da84090c1838d812c8150af20a8331e296",
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
"_shasum": "24ef80a28c1a893617e2149b0c6d0d788293b099",
"_spec": "array-flatten@^2.1.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\bonjour",
"author": {
@@ -34,10 +34,10 @@
"deprecated": false,
"description": "Flatten nested arrays",
"devDependencies": {
"benchmarked": "^0.2.5",
"benchmarked": "^2.0.0",
"istanbul": "^0.4.0",
"mocha": "^3.1.2",
"standard": "^8.5.0"
"standard": "^10.0.0"
},
"files": [
"array-flatten.js",
@@ -68,5 +68,5 @@
"test-spec": "mocha -R spec --bail"
},
"typings": "array-flatten.d.ts",
"version": "2.1.1"
"version": "2.1.2"
}