Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solenya-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solenya-autocomplete - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

6

dist/autocomplete.d.ts

@@ -1,2 +0,2 @@

import { Component, PropertyRef, VElement } from 'solenya';
import { Component, PropertyRef } from 'solenya';
import { AutoCompleteProps, AutoCompleteViewProps } from "./types";

@@ -28,6 +28,6 @@ export declare class AutoComplete<T> extends Component implements AutoCompleteProps<T> {

constructor(props: AutoCompleteProps<T>);
readonly id: string;
readonly id: any;
private handleClickOutside;
attached(deserialized: boolean): Promise<void>;
view(props?: AutoCompleteViewProps): VElement;
view(props?: AutoCompleteViewProps): any;
private searchTextView;

@@ -34,0 +34,0 @@ private selectNonSuggestion;

@@ -239,2 +239,3 @@ "use strict";

});
this.onSelect();
return [2 /*return*/];

@@ -358,5 +359,6 @@ }

};
var _a;
__decorate([
solenya_1.transient,
__metadata("design:type", solenya_1.Component)
__metadata("design:type", typeof (_a = typeof solenya_1.Component !== "undefined" && solenya_1.Component) === "function" ? _a : Object)
], AutoComplete.prototype, "target", void 0);

@@ -363,0 +365,0 @@ __decorate([

@@ -1,3 +0,2 @@

import { HValue } from "solenya";
export declare const closeButton: (...values: HValue[]) => import("solenya").VElement;
export declare const closeButton: (...values: any[]) => any;
export declare const mapSingleOrMultiple: <T, U>(isMulti: boolean, value: T | T[], mapping: (val: T) => U) => U | U[];

@@ -4,0 +3,0 @@ export declare const KeyCode: {

{
"name": "solenya-autocomplete",
"version": "1.2.8",
"version": "1.2.9",
"author": "solenya",

@@ -16,3 +16,3 @@ "license": "MIT",

"peerDependencies": {
"solenya": "^1.2.6",
"solenya": "^1.2.8",
"bootstrap": "^4.1.3",

@@ -19,0 +19,0 @@ "jquery": "^3.3.1",

@@ -182,2 +182,3 @@ import * as $ from "jquery"

})
this.onSelect()
return

@@ -184,0 +185,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc