@goodware/svelte-kanban
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,3 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
id_col: number; | ||
title?: any; | ||
title?: string | undefined; | ||
description?: string | undefined; | ||
@@ -15,3 +15,3 @@ category?: { | ||
date?: string | undefined; | ||
categories_list: any; | ||
catsList: any; | ||
}; | ||
@@ -18,0 +18,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
slots: any; | ||
title: any; | ||
index_col: any; | ||
slots: any; | ||
show_fake_slot: any; | ||
categories_list: any; | ||
catsList: any; | ||
theme: any; | ||
@@ -10,0 +10,0 @@ secondary: any; |
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
lang?: "en" | "fr" | undefined; | ||
theme?: string | undefined; | ||
@@ -10,7 +11,6 @@ primary?: null | undefined; | ||
fontSecondary?: null | undefined; | ||
lang?: string | undefined; | ||
minimalist?: boolean | undefined; | ||
maxColumns?: number | undefined; | ||
categories_list?: { | ||
label: any; | ||
catsList?: { | ||
label: string; | ||
color: string; | ||
@@ -20,3 +20,3 @@ bgColor: string; | ||
colsList?: { | ||
name: any; | ||
name: string; | ||
cards: never[]; | ||
@@ -23,0 +23,0 @@ }[] | undefined; |
{ | ||
"name": "@goodware/svelte-kanban", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"engines": { | ||
@@ -56,22 +56,27 @@ "node": ">=16.14" | ||
"devDependencies": { | ||
"@playwright/test": "^1.37.0", | ||
"@playwright/test": "^1.37.1", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^1.22.5", | ||
"@sveltejs/package": "^2.2.1", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"eslint": "^8.47.0", | ||
"@sveltejs/kit": "^1.23.0", | ||
"@sveltejs/package": "^2.2.2", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-svelte": "^2.32.4", | ||
"prettier": "^3.0.1", | ||
"eslint-plugin-svelte": "^2.33.0", | ||
"prettier": "^3.0.2", | ||
"prettier-plugin-svelte": "^3.0.3", | ||
"publint": "^0.1.16", | ||
"sass": "^1.65.1", | ||
"sass": "^1.66.1", | ||
"svelte": "^4.2.0", | ||
"svelte-check": "^3.5.0", | ||
"tslib": "^2.6.1", | ||
"typescript": "^5.1.6", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
"vitest": "^0.34.3" | ||
}, | ||
"dependencies": { | ||
"@syncedstore/core": "0.6.0-alpha.0", | ||
"@syncedstore/svelte": "0.6.0-alpha.0", | ||
"y-webrtc": "^10.2.5" | ||
}, | ||
"type": "module", | ||
@@ -78,0 +83,0 @@ "svelte": "./dist/index.js", |
@@ -6,3 +6,3 @@ # Svelte-Kanban | ||
<h1 align="center"> | ||
<img src="https://raw.githubusercontent.com/V-Py/svelte-kanban/master/src/kanbanicon.png" alt="Svelte Kanban" height=60> | ||
<img src="https://raw.githubusercontent.com/good-ware/svelte-kanban/master/src/kanbanicon.png" alt="Svelte Kanban" height=60> | ||
<br> Svelte Kanban | ||
@@ -20,4 +20,2 @@ </h1> | ||
**[Live demo](https://kanban-demo.vercel.app/)**. | ||
</div> | ||
@@ -27,3 +25,3 @@ | ||
<img src="https://raw.githubusercontent.com/V-Py/svelte-kanban/master/static/kanbancapture.PNG" alt="Svelte Kanban"> | ||
<img src="https://raw.githubusercontent.com/goodware/svelte-kanban/master/static/kanbancapture.PNG" alt="Svelte Kanban"> | ||
<slot /> | ||
@@ -34,5 +32,15 @@ | ||
```sh | ||
npm i @goodware/svelte-kanban | ||
npm i --save @goodware/svelte-kanban | ||
``` | ||
This is beyond the scope of this guide, but your build system (Vite, ESBuild, etc.) should use the `svelte-preprocess` plugin: | ||
```sh | ||
npm i --save-dev svelte-preprocess sass | ||
``` | ||
```js | ||
preprocess: sveltePreprocess(); | ||
``` | ||
## Usage | ||
@@ -42,3 +50,3 @@ | ||
<script> | ||
import Kanban from 'svelte-kanban'; | ||
import Kanban from '@goodware/svelte-kanban'; | ||
</script> | ||
@@ -116,6 +124,4 @@ | ||
```sh | ||
git clone https://github.com/V-Py/svelte-kanban | ||
cd svelte-kanban | ||
npm install | ||
npm run dev | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
56475
20
318
122
4
1
+ Addedy-webrtc@^10.2.5
+ Added@reactivedata/reactive@0.2.2(transitive)
+ Added@syncedstore/core@0.6.00.6.0-alpha.0(transitive)
+ Added@syncedstore/svelte@0.6.0-alpha.0(transitive)
+ Added@syncedstore/yjs-reactive-bindings@0.5.20.6.0(transitive)
+ Added@types/eslint@6.8.0(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addederr-code@3.0.1(transitive)
+ Addedget-browser-rtc@1.1.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisomorphic.js@0.2.5(transitive)
+ Addedlib0@0.2.98(transitive)
+ Addedms@2.1.3(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedrandombytes@2.1.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsimple-peer@9.11.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedws@8.18.0(transitive)
+ Addedy-protocols@1.0.6(transitive)
+ Addedy-webrtc@10.3.0(transitive)
+ Addedyjs@13.6.20(transitive)