Comparing version 0.0.1 to 0.0.2
@@ -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
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
96622
2432
9
+ Addedadwavecss@0.0.4(transitive)
- Removedadwavecss@0.0.2(transitive)
Updatedadwavecss@^0.0.4
Updatedjsxte@^3.1.6
Updatedjsxte-wc@^1.1.5