@raclettejs/workbench 0.0.4 → 0.1.0
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
CHANGED
|
@@ -1 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
<!---->
|
|
2
|
+
|
|
3
|
+
> [!important] Beta Phase!
|
|
4
|
+
> raclette is still in the Beta phase. There might be breaking changes over the next couple of month so be aware of migration needs. Visit our [Milestone Overview](https://gitlab.com/groups/raclettejs/-/milestones) for more insights and estimates
|
|
5
|
+
|
|
6
|
+
## What is the **Workbench**?
|
|
7
|
+
|
|
8
|
+
**Key Features:**
|
|
9
|
+
|
|
10
|
+
- **Configure your Portal structure** - Define the sections of your portal. User Selfservice, Dashboards all in one UI
|
|
11
|
+
- **Define User interactions** - Define how users can visit your contents. As a page or as a Modal? Via click or shortcut?
|
|
12
|
+
- **Configure your Layouts** - Use an intuitive drag and drop editor to arrange the widgets for your users
|
|
13
|
+
- **Create Users** - Setup your User accounts
|
|
14
|
+
- **Define Tags** - Create tags to better organize your workresults!
|
|
15
|
+
- **Configure your Plugins** All Plugins which provide configurations capabilities can be maintained here!
|
|
16
|
+
|
|
17
|
+
## What You Get
|
|
18
|
+
|
|
19
|
+
- ✅ One Platform to configure them all 🧀
|
|
20
|
+
|
|
21
|
+
## Getting Started with the Workbench
|
|
22
|
+
|
|
23
|
+
Visit the [Workbench introduction](https://docs.raclettejs.com/docs/workbench/introduction) in our [online Documentation](https://docs.raclettejs.com)
|
|
24
|
+
|
|
25
|
+
## Getting Started with raclette
|
|
26
|
+
|
|
27
|
+
Checkout our docs to [getting Started with raclette](https://docs.raclettejs.com/docs/introduction/getting-started)
|
|
28
|
+
|
|
29
|
+
## Links
|
|
30
|
+
|
|
31
|
+
- 🌐 [Website ](https://raclettejs.com/)
|
|
32
|
+
- 📚 [Documentation](https://docs.raclettejs.com/)
|
|
33
|
+
- 🚀 [GitLab](https://gitlab.com/raclettejs) (source code)
|
|
34
|
+
- 📦 [npm](https://www.npmjs.com/org/raclettejs) (packages)
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
[MIT](https://gitlab.com/raclettejs/workbench/-/blob/main/LICENSE?ref_type=heads)
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raclettejs/workbench",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "racletteJS Workbench - used to configure your application, for dev and prod",
|
|
6
|
+
"repository": "https://gitlab.com/raclettejs/workbench",
|
|
6
7
|
"author": "Pacifico Digital Explorations GmbH",
|
|
7
8
|
"type": "module",
|
|
8
9
|
"scripts": {
|
|
@@ -30,11 +31,11 @@
|
|
|
30
31
|
".": "./index.ts"
|
|
31
32
|
},
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@raclettejs/core": "^0.0
|
|
34
|
+
"@raclettejs/core": "^0.1.0"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@eslint/js": "^9.31.0",
|
|
37
|
-
"@raclettejs/types": "^0.0
|
|
38
|
+
"@raclettejs/types": "^0.1.0",
|
|
38
39
|
"@sinclair/typebox": "^0.34.37",
|
|
39
40
|
"@types/ramda": "^0.30.2",
|
|
40
41
|
"@vueuse/core": "^13.5.0",
|
package/yarn.lock
CHANGED
|
@@ -351,10 +351,10 @@
|
|
|
351
351
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
|
|
352
352
|
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
|
|
353
353
|
|
|
354
|
-
"@raclettejs/core@^0.0
|
|
355
|
-
version "0.0
|
|
356
|
-
resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.0.
|
|
357
|
-
integrity sha512-
|
|
354
|
+
"@raclettejs/core@^0.1.0":
|
|
355
|
+
version "0.1.0"
|
|
356
|
+
resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.0.tgz#44f5e5371f2aba099fd996ca87587cb5c5d680ef"
|
|
357
|
+
integrity sha512-xOA+G5+XsJSnXbxiUcsvm6PTWUTKmPargqy+1QbEIeR7e5NnRBH2pPXVW5UMXKnFVy5Uy3YjmGejxNa0YgAgOA==
|
|
358
358
|
dependencies:
|
|
359
359
|
chalk "^5.4.1"
|
|
360
360
|
chokidar "3.5.3"
|
|
@@ -367,10 +367,10 @@
|
|
|
367
367
|
ramda "^0.31.3"
|
|
368
368
|
tsc-alias "^1.8.16"
|
|
369
369
|
|
|
370
|
-
"@raclettejs/types@^0.0
|
|
371
|
-
version "0.0
|
|
372
|
-
resolved "https://registry.yarnpkg.com/@raclettejs/types/-/types-0.0.
|
|
373
|
-
integrity sha512-
|
|
370
|
+
"@raclettejs/types@^0.1.0":
|
|
371
|
+
version "0.1.0"
|
|
372
|
+
resolved "https://registry.yarnpkg.com/@raclettejs/types/-/types-0.1.0.tgz#1a9202dfa8b8c53e7671fd23e06df202bdd26320"
|
|
373
|
+
integrity sha512-1Wx78P46iq8L0KU6023puBZZZ0skbZ3c8aRxXPd0snPiQ0SpU85JthGrEo4b0fQBwaDpUpv/ZoEO6Gw0r1Gd1A==
|
|
374
374
|
dependencies:
|
|
375
375
|
"@types/node" "*"
|
|
376
376
|
fastify "^5.4"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|