New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wx-svelte-core

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-svelte-core - npm Package Compare versions

Comparing version 2.0.0-beta-2 to 2.0.0

src/components/TextArea.svelte

15

package.json
{
"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 @@

src/components/calendar/Duodecade.svelte

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

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