@oneclick.dev/cms-kit 0.0.121 → 0.0.122
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/charts.cjs +1 -1
- package/dist/charts.d.ts +1 -1
- package/dist/charts.js +1 -1
- package/dist/cms-kit.cjs +1 -1
- package/dist/cms-kit.js +1 -1
- package/dist/components.cjs +53 -53
- package/dist/components.css +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +76 -72
- package/dist/composables-8bnxjg0G.cjs +1 -0
- package/dist/composables-DQepEP7n.js +1 -0
- package/dist/flow-builder.cjs +1 -1
- package/dist/flow-builder.d.ts +1 -1
- package/dist/flow-builder.js +1 -1
- package/dist/index-B9w_-S90.cjs +82 -0
- package/dist/index-DOSiabeO.js +82 -0
- package/dist/index-DPMTYxRM.cjs +1 -0
- package/dist/index-IJyvgbJH.cjs +1 -0
- package/dist/index-YMaY4uuk.js +1 -0
- package/dist/index-lmHRQuzf.js +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +564 -4
- package/package.json +57 -58
- package/dist/chart-CAmUIEtB.js +0 -82
- package/dist/chart-DJkKL3jS.cjs +0 -82
- package/dist/chunk-DY6MoR0Z.cjs +0 -1
- package/dist/chunk-DpHrC4oO.js +0 -1
- package/dist/components/ui/chart/ChartContainer.vue.d.ts +0 -25
- package/dist/components/ui/chart/ChartLegendContent.vue.d.ts +0 -12
- package/dist/components/ui/chart/ChartStyle.vue.d.ts +0 -7
- package/dist/components/ui/chart/ChartTooltipContent.vue.d.ts +0 -32
- package/dist/components/ui/flow-builder/components/nodes/NodeContextMenu.vue.d.ts +0 -32
- package/dist/components/ui/flow-builder/components/toolbars/DefaultToolbar.vue.d.ts +0 -43
- package/dist/composables/index.d.ts +0 -2
- package/dist/composables/useCms.d.ts +0 -4
- package/dist/composables-B025TiVC.js +0 -1
- package/dist/composables-DSF8jtq1.cjs +0 -1
- package/dist/dist-CJX2bd1a.cjs +0 -1
- package/dist/dist-CL6Px27r.js +0 -1
- package/dist/flow-builder-BsoABRwv.cjs +0 -1
- package/dist/flow-builder-D_IHjMdV.js +0 -1
- package/dist/lib/composables.d.ts +0 -312
- package/dist/lib/interpolation.d.ts +0 -14
- package/dist/lib/postMessageAwait.d.ts +0 -1
- package/dist/lib/utils.d.ts +0 -16
- package/dist/types/custom-modules.d.ts +0 -117
- package/dist/types/index.d.ts +0 -2
- package/dist/types/integrations.d.ts +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneclick.dev/cms-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.122",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/cms-kit.cjs",
|
|
6
6
|
"module": "./dist/cms-kit.js",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"README.md"
|
|
39
39
|
],
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"nuxt": "^
|
|
41
|
+
"@vue-flow/core": "^1.47.0",
|
|
42
|
+
"emoji-mart-vue-fast": "^15.0.5",
|
|
43
|
+
"lucide-vue-next": "^0.554.0",
|
|
44
|
+
"nuxt": "^3",
|
|
45
45
|
"vue": "^3.3.0",
|
|
46
46
|
"vue-sonner": "2.0.7"
|
|
47
47
|
},
|
|
@@ -52,60 +52,59 @@
|
|
|
52
52
|
"build:watch": "vite build --watch"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@tailwindcss/cli": "4.
|
|
56
|
-
"@vitejs/plugin-vue": "6.0.
|
|
57
|
-
"@vue-flow/core": "1.
|
|
58
|
-
"
|
|
59
|
-
"vite": "
|
|
60
|
-
"vite-plugin-dts": "5.0.0"
|
|
55
|
+
"@tailwindcss/cli": "^4.1.17",
|
|
56
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
57
|
+
"@vue-flow/core": "^1.47.0",
|
|
58
|
+
"vite": "^7.2.2",
|
|
59
|
+
"vite-plugin-dts": "^4.5.4"
|
|
61
60
|
},
|
|
62
61
|
"dependencies": {
|
|
63
|
-
"@codemirror/autocomplete": "6.
|
|
64
|
-
"@codemirror/commands": "6.10.
|
|
65
|
-
"@codemirror/lang-javascript": "6.2.
|
|
66
|
-
"@codemirror/language": "6.
|
|
67
|
-
"@codemirror/state": "6.
|
|
68
|
-
"@codemirror/theme-one-dark": "6.1.3",
|
|
69
|
-
"@codemirror/view": "6.
|
|
70
|
-
"@dagrejs/dagre": "
|
|
71
|
-
"@dicebear/collection": "9.4
|
|
72
|
-
"@dicebear/core": "9.4
|
|
73
|
-
"@internationalized/date": "3.
|
|
74
|
-
"@tanstack/vue-table": "8.21.3",
|
|
75
|
-
"@tiptap/core": "3.
|
|
76
|
-
"@tiptap/extension-bubble-menu": "3.
|
|
77
|
-
"@tiptap/extension-highlight": "3.
|
|
78
|
-
"@tiptap/extension-link": "3.
|
|
79
|
-
"@tiptap/extension-placeholder": "3.
|
|
80
|
-
"@tiptap/extension-subscript": "3.
|
|
81
|
-
"@tiptap/extension-superscript": "3.
|
|
82
|
-
"@tiptap/extension-text-align": "3.
|
|
83
|
-
"@tiptap/extension-underline": "3.
|
|
84
|
-
"@tiptap/pm": "3.
|
|
85
|
-
"@tiptap/starter-kit": "3.
|
|
86
|
-
"@tiptap/vue-3": "3.
|
|
87
|
-
"@unovis/ts": "1.
|
|
88
|
-
"@unovis/vue": "1.
|
|
89
|
-
"@vue-flow/background": "1.3.2",
|
|
90
|
-
"@vue-flow/controls": "1.1.3",
|
|
91
|
-
"@vue-flow/minimap": "1.5.4",
|
|
92
|
-
"@vue-flow/node-toolbar": "1.1.1",
|
|
93
|
-
"@vueuse/core": "14.
|
|
94
|
-
"@zxing/browser": "0.
|
|
95
|
-
"class-variance-authority": "0.7.1",
|
|
96
|
-
"clsx": "2.1.1",
|
|
97
|
-
"graphlib": "2.1.8",
|
|
98
|
-
"gsap": "3.
|
|
99
|
-
"lz-string": "1.5.0",
|
|
100
|
-
"
|
|
101
|
-
"qrcode": "1.5.4",
|
|
102
|
-
"reka-ui": "2.
|
|
103
|
-
"tailwind-merge": "3.
|
|
104
|
-
"tailwindcss": "4.
|
|
105
|
-
"vaul-vue": "0.4.1",
|
|
106
|
-
"vee-validate": "4.15.1",
|
|
107
|
-
"vue-grid-layout-v3": "3.1.2",
|
|
108
|
-
"vue-input-otp": "0.3.2",
|
|
109
|
-
"world-countries": "5.1.0"
|
|
62
|
+
"@codemirror/autocomplete": "^6.19.1",
|
|
63
|
+
"@codemirror/commands": "^6.10.0",
|
|
64
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
65
|
+
"@codemirror/language": "^6.11.3",
|
|
66
|
+
"@codemirror/state": "^6.5.2",
|
|
67
|
+
"@codemirror/theme-one-dark": "^6.1.3",
|
|
68
|
+
"@codemirror/view": "^6.38.8",
|
|
69
|
+
"@dagrejs/dagre": "^1.1.8",
|
|
70
|
+
"@dicebear/collection": "^9.2.4",
|
|
71
|
+
"@dicebear/core": "^9.2.4",
|
|
72
|
+
"@internationalized/date": "^3.8.2",
|
|
73
|
+
"@tanstack/vue-table": "^8.21.3",
|
|
74
|
+
"@tiptap/core": "3.20.0",
|
|
75
|
+
"@tiptap/extension-bubble-menu": "3.20.0",
|
|
76
|
+
"@tiptap/extension-highlight": "3.20.0",
|
|
77
|
+
"@tiptap/extension-link": "3.20.0",
|
|
78
|
+
"@tiptap/extension-placeholder": "3.20.0",
|
|
79
|
+
"@tiptap/extension-subscript": "3.20.0",
|
|
80
|
+
"@tiptap/extension-superscript": "3.20.0",
|
|
81
|
+
"@tiptap/extension-text-align": "3.20.0",
|
|
82
|
+
"@tiptap/extension-underline": "3.20.0",
|
|
83
|
+
"@tiptap/pm": "3.20.0",
|
|
84
|
+
"@tiptap/starter-kit": "3.20.0",
|
|
85
|
+
"@tiptap/vue-3": "3.20.0",
|
|
86
|
+
"@unovis/ts": "^1.5.2",
|
|
87
|
+
"@unovis/vue": "^1.5.2",
|
|
88
|
+
"@vue-flow/background": "^1.3.2",
|
|
89
|
+
"@vue-flow/controls": "^1.1.3",
|
|
90
|
+
"@vue-flow/minimap": "^1.5.4",
|
|
91
|
+
"@vue-flow/node-toolbar": "^1.1.1",
|
|
92
|
+
"@vueuse/core": "^14.0.0",
|
|
93
|
+
"@zxing/browser": "^0.1.5",
|
|
94
|
+
"class-variance-authority": "^0.7.1",
|
|
95
|
+
"clsx": "^2.1.1",
|
|
96
|
+
"graphlib": "^2.1.8",
|
|
97
|
+
"gsap": "^3.13.0",
|
|
98
|
+
"lz-string": "^1.5.0",
|
|
99
|
+
"motion-v": "^1.7.4",
|
|
100
|
+
"qrcode": "^1.5.4",
|
|
101
|
+
"reka-ui": "^2.6.0",
|
|
102
|
+
"tailwind-merge": "^3.4.0",
|
|
103
|
+
"tailwindcss": "^4.1.17",
|
|
104
|
+
"vaul-vue": "^0.4.1",
|
|
105
|
+
"vee-validate": "^4.15.1",
|
|
106
|
+
"vue-grid-layout-v3": "^3.1.2",
|
|
107
|
+
"vue-input-otp": "^0.3.2",
|
|
108
|
+
"world-countries": "^5.1.0"
|
|
110
109
|
}
|
|
111
110
|
}
|