@adminforth/list-in-place-edit 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/build.log +1 -1
- package/package.json +4 -3
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# AdminForth List In Place Edit Plugin
|
|
2
|
+
|
|
3
|
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/list-in-place-edit"><img src="https://img.shields.io/npm/dm/@adminforth/list-in-place-edit" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/list-in-place-edit"><img src="https://img.shields.io/npm/v/@adminforth/list-in-place-edit" alt="npm version" /></a>
|
|
4
|
+
|
|
5
|
+
[](https://tluma.ai/ask-ai/devforth/adminforth)
|
|
6
|
+
|
|
7
|
+
Adds in-place editing for AdminForth list views.
|
|
8
|
+
|
|
9
|
+
## Features
|
|
10
|
+
|
|
11
|
+
- Edit values directly from AdminForth list views.
|
|
12
|
+
- Reduce clicks for quick updates to existing records.
|
|
13
|
+
- Speed up repetitive back-office editing tasks.
|
|
14
|
+
- Keep simple edits on the list screen.
|
|
15
|
+
|
|
16
|
+
## Documentation
|
|
17
|
+
|
|
18
|
+
Full setup and configuration guide:
|
|
19
|
+
|
|
20
|
+
[AdminForth List In Place Edit Documentation](https://adminforth.dev/docs/tutorial/Plugins/list-in-place-edit/)
|
|
21
|
+
|
|
22
|
+
## About AdminForth
|
|
23
|
+
|
|
24
|
+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
|
|
25
|
+
|
|
26
|
+
## Related links
|
|
27
|
+
|
|
28
|
+
- [AdminForth website](https://adminforth.dev)
|
|
29
|
+
- [npm package](https://www.npmjs.com/package/@adminforth/list-in-place-edit)
|
|
30
|
+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
|
|
31
|
+
- [Built by DevForth](https://devforth.io)
|
package/build.log
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/list-in-place-edit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/list-in-place-edit/",
|
|
7
8
|
"scripts": {
|
|
8
9
|
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
|
|
9
10
|
},
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
"description": "AdminForth List In Place Edit Plugin",
|
|
19
20
|
"devDependencies": {
|
|
20
21
|
"@types/node": "^22.10.7",
|
|
21
|
-
"adminforth": "^2.
|
|
22
|
+
"adminforth": "^2.42.0",
|
|
22
23
|
"semantic-release": "^24.2.1",
|
|
23
24
|
"semantic-release-slack-bot": "^4.0.2",
|
|
24
25
|
"typescript": "^5.7.3"
|
|
@@ -31,7 +32,7 @@
|
|
|
31
32
|
"vue-i18n": "^11.1.3"
|
|
32
33
|
},
|
|
33
34
|
"peerDependencies": {
|
|
34
|
-
"adminforth": "^2.
|
|
35
|
+
"adminforth": "^2.42.0"
|
|
35
36
|
},
|
|
36
37
|
"release": {
|
|
37
38
|
"plugins": [
|