Skip to content

Commit 98173b6

Browse files
committed
chore: publish packages
1 parent b076d47 commit 98173b6

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

packages/lit-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-selecto",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"description": "A Lit Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -42,6 +42,6 @@
4242
"typescript": "^4.5.0"
4343
},
4444
"dependencies": {
45-
"selecto": "~1.25.1"
45+
"selecto": "~1.26.0"
4646
}
4747
}

packages/ngx-selecto/projects/ngx-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-selecto",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"description": "An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"keywords": [
66
"select",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/daybrush/selecto#readme",
2323
"dependencies": {
24-
"selecto": "~1.25.1",
24+
"selecto": "~1.26.0",
2525
"tslib": "^2.3.0"
2626
}
2727
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// auto
22
// eslint-disable-next-line max-len
3-
export const ANGULAR_SELECTO_INPUTS: ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"] = ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"];
3+
export const ANGULAR_SELECTO_INPUTS: ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","className","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"] = ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","className","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"];
44
export const ANGULAR_SELECTO_OUTPUTS: ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll","innerScroll"] = ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll","innerScroll"];

packages/preact-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-selecto",
3-
"version": "1.22.1",
3+
"version": "1.23.0",
44
"description": "A Preact Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -41,7 +41,7 @@
4141
"typescript": "^4.5.0"
4242
},
4343
"dependencies": {
44-
"react-selecto": "~1.25.2"
44+
"react-selecto": "~1.26.0"
4545
},
4646
"files": [
4747
"./*",

packages/react-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-selecto",
3-
"version": "1.25.2",
3+
"version": "1.26.0",
44
"description": "A React Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -46,7 +46,7 @@
4646
"typescript": "^4.5.0"
4747
},
4848
"dependencies": {
49-
"selecto": "~1.25.1"
49+
"selecto": "~1.26.0"
5050
},
5151
"files": [
5252
"./*",

packages/selecto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selecto",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"description": "Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",

packages/svelte-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-selecto",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"description": "A Svelte Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -46,7 +46,7 @@
4646
"typescript": "^4.5.0"
4747
},
4848
"dependencies": {
49-
"selecto": "~1.25.1"
49+
"selecto": "~1.26.0"
5050
},
5151
"files": [
5252
"./*",

packages/vue-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-selecto",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"description": "A Vue 2 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -36,7 +36,7 @@
3636
"dist/*"
3737
],
3838
"dependencies": {
39-
"selecto": "~1.25.1"
39+
"selecto": "~1.26.0"
4040
},
4141
"devDependencies": {
4242
"@daybrush/builder": "^0.1.2",

packages/vue3-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-selecto",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "A Vue 3 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -36,7 +36,7 @@
3636
"dist/*"
3737
],
3838
"dependencies": {
39-
"selecto": "~1.25.1"
39+
"selecto": "~1.26.0"
4040
},
4141
"devDependencies": {
4242
"@daybrush/builder": "^0.1.2",

0 commit comments

Comments
 (0)