wx-svelte-core
Advanced tools
Comparing version 2.0.0-beta-2 to 2.0.0
{ | ||
"name": "wx-svelte-core", | ||
"version": "2.0.0-beta-2", | ||
"version": "2.0.0", | ||
"description": "SVAR Svelte Core library, a collection of form controls and UI components", | ||
@@ -26,5 +26,14 @@ "productTag": "core", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/svar-widgets/core.git" | ||
}, | ||
"bugs": { | ||
"url": "https://forum.svar.dev" | ||
}, | ||
"homepage": "https://svar.dev/svelte/core/", | ||
"dependencies": { | ||
"wx-core-locales": "2.0.0-beta-2", | ||
"wx-lib-dom": "0.6.0" | ||
"wx-core-locales": "2.0.0", | ||
"wx-lib-dom": "0.7.0", | ||
"wx-lib-svelte": "0.5.0" | ||
}, | ||
@@ -31,0 +40,0 @@ "files": [ |
@@ -56,7 +56,8 @@ import { locateID } from "wx-lib-dom"; | ||
case "Enter": | ||
isVisible ? selectCallback() : setNav(0); | ||
if (isVisible) selectCallback(); | ||
else setNav(0); | ||
break; | ||
case "Space": | ||
isVisible ? null : setNav(0); | ||
if (!isVisible) setNav(0); | ||
break; | ||
@@ -63,0 +64,0 @@ |
@@ -1,4 +0,2 @@ | ||
import Area from "./components/Area.svelte"; | ||
export { Area, Area as Textarea }; | ||
export { default as TextArea } from "./components/TextArea.svelte"; | ||
export { default as Button } from "./components/Button.svelte"; | ||
@@ -33,3 +31,3 @@ export { default as Checkbox } from "./components/Checkbox.svelte"; | ||
export { default as RangeCalendar } from "./components/RangeCalendar.svelte"; | ||
export { default as Timepicker } from "./components/Timepicker.svelte"; | ||
export { default as TimePicker } from "./components/TimePicker.svelte"; | ||
export { default as TwoState } from "./components/TwoState.svelte"; | ||
@@ -52,1 +50,5 @@ export { default as Modal } from "./components/Modal.svelte"; | ||
export { en } from "wx-core-locales"; | ||
import { setEnv } from "wx-lib-dom"; | ||
import { env } from "wx-lib-svelte"; | ||
setEnv(env); |
@@ -0,1 +1,12 @@ | ||
### 2.0.0 | ||
- [add] Svelte 5 support | ||
- [update] controls with options define them as `id, label` | ||
- [update] dropdown controls have change event with value instead of selected | ||
- [update] Area renamed to TextArea | ||
- [update] Timepicker renamed to TimePicker | ||
- [update] Sidearea: close event renamed to cancel | ||
- [update] ColorBoard: change event has extra input parameter | ||
- [update] Modal boxes: cancel and ok properties renamed to cancel and confirm events | ||
### 1.3.1 | ||
@@ -2,0 +13,0 @@ |
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
171547
358
1
0
0
3
+ Addedwx-lib-svelte@0.5.0
+ Addedwx-core-locales@2.0.0(transitive)
+ Addedwx-lib-dom@0.7.0(transitive)
+ Addedwx-lib-svelte@0.5.0(transitive)
- Removedwx-core-locales@2.0.0-beta-2(transitive)
- Removedwx-lib-dom@0.6.0(transitive)
Updatedwx-core-locales@2.0.0
Updatedwx-lib-dom@0.7.0