@sidekick-coder/zenith-kit 0.0.15 → 0.0.17
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/dist/client/index.d.mts +1 -1
- package/dist/components/index.es.js +1620 -1288
- package/dist/server/index.d.mts +76 -8
- package/dist/server/index.mjs +5 -5
- package/legacy/client/components/DialogForm.vue +1 -1
- package/legacy/client/components/FormAutoFieldList.vue +2 -0
- package/legacy/server/facades/emmitter.facade.ts +4 -0
- package/legacy/server/facades/scheduler.facade.ts +4 -0
- package/package.json +22 -22
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
export { DialogForm as default } from '@sidekick-coder/zenith-kit/components'
|
|
3
|
-
export { defineFormFields } from '@sidekick-coder/zenith-kit/components'
|
|
3
|
+
export { defineLegacyDialogFormFields as defineFormFields } from '@sidekick-coder/zenith-kit/components'
|
|
4
4
|
</script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sidekick-coder/zenith-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Package to use with zenith framework",
|
|
6
6
|
"author": "Henrique Oliveira <henriqueoliwork@gmail.com>",
|
|
@@ -59,26 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@eslint/js": "^9.39.4",
|
|
62
|
-
"@eslint/json": "^0.14.0"
|
|
63
|
-
"@types/express": "^5.0.6",
|
|
64
|
-
"@types/js-yaml": "^4.0.9",
|
|
65
|
-
"@types/lodash-es": "^4.17.12",
|
|
66
|
-
"@types/mime": "^3.0.4",
|
|
67
|
-
"@types/ms": "^2.1.0",
|
|
68
|
-
"@types/node": "^25.6.0",
|
|
69
|
-
"@types/qs": "^6.15.0",
|
|
70
|
-
"@vue/language-core": "^3.1.8",
|
|
71
|
-
"@vue/tsconfig": "^0.9.1",
|
|
72
|
-
"eslint": "^9.39.4",
|
|
73
|
-
"eslint-config-prettier": "^10.1.8",
|
|
74
|
-
"eslint-plugin-vue": "^10.8.0",
|
|
75
|
-
"globals": "^17.5.0",
|
|
76
|
-
"jiti": "^2.6.1",
|
|
77
|
-
"tsdown": "^0.21.9",
|
|
78
|
-
"typescript": "^6.0.3",
|
|
79
|
-
"typescript-eslint": "^8.58.2",
|
|
80
|
-
"vite-plugin-dts": "^5.0.0",
|
|
81
|
-
"vitest": "^3.2.4"
|
|
62
|
+
"@eslint/json": "^0.14.0"
|
|
82
63
|
},
|
|
83
64
|
"dependencies": {
|
|
84
65
|
"@aws-sdk/client-s3": "^3.1039.0",
|
|
@@ -87,10 +68,19 @@
|
|
|
87
68
|
"@casl/ability": "^6.8.1",
|
|
88
69
|
"@rollup/pluginutils": "^5.3.0",
|
|
89
70
|
"@tailwindcss/vite": "^4.2.4",
|
|
71
|
+
"@types/express": "^5.0.6",
|
|
72
|
+
"@types/js-yaml": "^4.0.9",
|
|
73
|
+
"@types/lodash-es": "^4.17.12",
|
|
74
|
+
"@types/mime": "^3.0.4",
|
|
75
|
+
"@types/ms": "^2.1.0",
|
|
76
|
+
"@types/node": "^25.6.0",
|
|
77
|
+
"@types/node-schedule": "^2.1.8",
|
|
78
|
+
"@types/qs": "^6.15.0",
|
|
90
79
|
"@unhead/vue": "^3.1.0",
|
|
91
80
|
"@vee-validate/valibot": "^4.15.1",
|
|
92
81
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
93
|
-
"
|
|
82
|
+
"@vue/language-core": "^3.1.8",
|
|
83
|
+
"@vue/tsconfig": "^0.9.1",
|
|
94
84
|
"class-variance-authority": "^0.7.1",
|
|
95
85
|
"cli-table3": "^0.6.5",
|
|
96
86
|
"clsx": "^2.1.1",
|
|
@@ -99,7 +89,11 @@
|
|
|
99
89
|
"date-fns": "^4.1.0",
|
|
100
90
|
"dotenv": "^17.4.2",
|
|
101
91
|
"embla-carousel-vue": "^8.6.0",
|
|
92
|
+
"eslint": "^9.39.4",
|
|
93
|
+
"eslint-config-prettier": "^10.1.8",
|
|
94
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
102
95
|
"fast-glob": "^3.3.3",
|
|
96
|
+
"globals": "^17.5.0",
|
|
103
97
|
"js-yaml": "^4.1.1",
|
|
104
98
|
"kysely": "^0.28.16",
|
|
105
99
|
"lodash-es": "^4.18.1",
|
|
@@ -107,16 +101,22 @@
|
|
|
107
101
|
"mime": "^4.1.0",
|
|
108
102
|
"ms": "^2.1.3",
|
|
109
103
|
"mysql2": "^3.22.3",
|
|
104
|
+
"node-schedule": "^2.1.1",
|
|
110
105
|
"pg": "^8.20.0",
|
|
111
106
|
"qs": "^6.15.1",
|
|
112
107
|
"reka-ui": "^2.9.6",
|
|
113
108
|
"tailwind-merge": "^3.5.0",
|
|
109
|
+
"tsdown": "^0.21.9",
|
|
114
110
|
"tw-animate-css": "^1.4.0",
|
|
111
|
+
"typescript": "^6.0.3",
|
|
112
|
+
"typescript-eslint": "^8.58.2",
|
|
115
113
|
"ulid": "^3.0.2",
|
|
116
114
|
"undici": "^8.2.0",
|
|
117
115
|
"valibot": "^1.3.1",
|
|
118
116
|
"vaul-vue": "^0.4.1",
|
|
119
117
|
"vee-validate": "^4.15.1",
|
|
118
|
+
"vite-plugin-dts": "^5.0.0",
|
|
119
|
+
"vitest": "^3.2.4",
|
|
120
120
|
"vue-router": "^5.0.6",
|
|
121
121
|
"vue-sonner": "^2.0.9"
|
|
122
122
|
}
|