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

adwaveui

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adwaveui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

dist/types/components/input/input.d.ts

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

import { AttributeBool } from "jsxte";
import { InputType } from "jsxte/dist/types/jsx/prop-types/input-jsx-props";

@@ -14,3 +15,3 @@ import { BaseElement } from "../../base-elements";

value?: string;
disabled?: boolean;
disabled?: AttributeBool;
name?: string;

@@ -25,5 +26,5 @@ form?: string;

suggestions?: string;
suggestionsshowall?: boolean;
suggestionsshowall?: AttributeBool;
suggestionsorientation?: string;
fuzzy?: boolean;
fuzzy?: AttributeBool;
onChange?: (e: InputChangeEvent) => void;

@@ -30,0 +31,0 @@ onchange?: string;

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

import { AttributeBool } from "jsxte";
import { WcSlot } from "jsxte-wc";

@@ -19,6 +20,6 @@ import { BaseElement } from "../../base-elements";

placeholder?: string;
disabled?: boolean;
disabled?: AttributeBool;
name?: string;
form?: string;
orientation?: string;
orientation?: "up" | "down";
children?: any;

@@ -32,4 +33,9 @@ onChange?: (e: CustomEvent<{

}
interface AdwOptionProps {
value: string;
selected?: AttributeBool;
}
interface IntrinsicElements {
"adw-selector": AdwSelectorProps;
"adw-option": AdwOptionProps;
}

@@ -43,3 +49,3 @@ }

accessor form: string | null;
accessor orientation: string;
accessor orientation: "up" | "down";
accessor isOpen: boolean;

@@ -46,0 +52,0 @@ accessor currentOption: string | undefined;

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

import { AttributeBool } from "jsxte";
import { BaseElement } from "../../base-elements";

@@ -17,3 +18,3 @@ import "../../index.css";

precision?: number;
disabled?: boolean;
disabled?: AttributeBool;
name?: string;

@@ -20,0 +21,0 @@ form?: string;

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

import { AttributeBool } from "jsxte";
import { BaseElement } from "../../base-elements";

@@ -12,4 +13,4 @@ import "../../index.css";

style?: string;
active?: boolean;
disabled?: boolean;
active?: AttributeBool;
disabled?: AttributeBool;
name?: string;

@@ -16,0 +17,0 @@ form?: string;

{
"name": "adwaveui",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/esm/index.js",

@@ -57,6 +57,6 @@ "types": "./dist/types/index.d.ts",

"dependencies": {
"adwavecss": "^0.0.2",
"jsxte": "^3.1.5",
"jsxte-wc": "^1.1.4"
"adwavecss": "^0.0.4",
"jsxte": "^3.1.6",
"jsxte-wc": "^1.1.5"
}
}

@@ -1,1 +0,8 @@

# gtk-web
<p align="center">
<h1 align="center">ADWave UI</h1>
<p align="center">
<a href="https://ncpa0.github.io/adwave-docs/">
Examples
</a>
</p>
</p>

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

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