@amalto/typeahead-input
Advanced tools
Comparing version 1.9.19 to 1.9.20
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
/// <reference types="jquery" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +3,0 @@ import 'typeahead.js'; |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -12,7 +15,17 @@ extendStatics(d, b); | ||
})(); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var React = require("react"); | ||
var React = __importStar(require("react")); | ||
require("typeahead.js"); | ||
var helpers_1 = require("@amalto/helpers"); | ||
var classNames = require("classnames"); | ||
var classnames_1 = __importDefault(require("classnames")); | ||
var TypeaheadInput = (function (_super) { | ||
@@ -88,3 +101,3 @@ __extends(TypeaheadInput, _super); | ||
} })), | ||
React.createElement("ul", { className: 'dropdown-menu' }, collectionTypes.map(function (type) { return (React.createElement("li", { key: "collection-" + type + "-line", className: classNames({ | ||
React.createElement("ul", { className: 'dropdown-menu' }, collectionTypes.map(function (type) { return (React.createElement("li", { key: "collection-" + type + "-line", className: classnames_1.default({ | ||
'active': selectedCollectionType === type | ||
@@ -91,0 +104,0 @@ }) }, |
@@ -5,3 +5,3 @@ { | ||
"description": "Typeahead input combine a simple input and a select dropdown which allow you to select a value from the keyboard depending on your inputs.", | ||
"version": "1.9.19", | ||
"version": "1.9.20", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"dependencies": { | ||
"@amalto/help": "1.9.18", | ||
"@amalto/help": "1.9.19", | ||
"classnames": "^2.2.6", | ||
@@ -57,5 +57,5 @@ "jquery": "^3.4.1", | ||
"sinon": "4.2.2", | ||
"ts-loader": "5.3.3", | ||
"typescript": "2.6.2", | ||
"webpack": "^4.29.5" | ||
"ts-loader": "6.2.1", | ||
"typescript": "3.7.2", | ||
"webpack": "4.41.2" | ||
}, | ||
@@ -87,3 +87,3 @@ "ava": { | ||
}, | ||
"gitHead": "eb79ad91cabb7be571c949ec14ca578c3b2f60a3" | ||
"gitHead": "9202725e98553156b94cc464a148924c2a797c74" | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"noImplicitAny": false, | ||
"noUnusedParameters": true, | ||
"removeComments": true, | ||
"outDir": "./build", | ||
"jsx": "react", | ||
"sourceMap": true, | ||
"declaration": true, | ||
"experimentalDecorators": true, | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
"es6", | ||
"es2015", | ||
"es7", | ||
"es2016", | ||
"es2017" | ||
] | ||
}, | ||
"compilerOptions": { | ||
"target": "es5", | ||
"lib": [ | ||
"dom", | ||
"dom.iterable", | ||
"esnext", | ||
"es5", | ||
"es6", | ||
"es7", | ||
"es2015", | ||
"es2016", | ||
"es2017", | ||
"es2018" | ||
], | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"jsx": "react", | ||
"outDir": "./build", | ||
"noImplicitAny": false, | ||
"noUnusedParameters": true, | ||
"removeComments": true, | ||
"sourceMap": true, | ||
"declaration": true, | ||
"experimentalDecorators": true | ||
}, | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
} | ||
} |
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
27837
465
+ Added@amalto/help@1.9.19(transitive)
- Removed@amalto/help@1.9.18(transitive)
Updated@amalto/help@1.9.19