@blokkli/editor 2.0.0-alpha.5 → 2.0.0-alpha.8
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/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/blokkliPlugins/ContextMenu/index.vue.d.ts +2 -19
- package/dist/runtime/blokkliPlugins/DebugOverlay/index.vue.d.ts +2 -7
- package/dist/runtime/blokkliPlugins/DroppableEdit/index.vue.d.ts +2 -19
- package/dist/runtime/blokkliPlugins/ItemAction/index.vue.d.ts +4 -3
- package/dist/runtime/blokkliPlugins/ItemDropdown/index.vue.d.ts +1 -1
- package/dist/runtime/blokkliPlugins/MenuButton/index.vue.d.ts +1 -1
- package/dist/runtime/blokkliPlugins/Sidebar/Detached/index.vue.d.ts +2 -51
- package/dist/runtime/blokkliPlugins/Sidebar/index.vue.d.ts +11 -5
- package/dist/runtime/blokkliPlugins/ToolbarButton/index.vue.d.ts +1 -1
- package/dist/runtime/blokkliPlugins/TourItem/index.vue.d.ts +2 -4
- package/dist/runtime/blokkliPlugins/ViewOption/index.vue.d.ts +4 -3
- package/dist/runtime/components/BlokkliField.vue +3 -2
- package/dist/runtime/components/Edit/BlokkliErrorBoundary.vue.d.ts +2 -13
- package/dist/runtime/components/Edit/Dialog/index.vue.d.ts +1 -1
- package/dist/runtime/components/Edit/Features/DraggingOverlay/DropTargets/index.vue.d.ts +3 -132
- package/dist/runtime/components/Edit/Features/Options/Form/Group.vue.d.ts +2 -11
- package/dist/runtime/components/Edit/Features/ResponsivePreview/Frame/index.vue.d.ts +2 -13
- package/dist/runtime/components/Edit/Form/Group/index.vue.d.ts +2 -4
- package/dist/runtime/components/Edit/Form/Item/index.vue.d.ts +2 -4
- package/dist/runtime/components/Edit/FormOverlay/index.vue.d.ts +3 -2
- package/dist/runtime/components/Edit/RelativeTime/index.vue.d.ts +2 -2
- package/dist/runtime/components/Edit/Resizable/index.vue.d.ts +1 -1
- package/dist/runtime/components/Edit/ScaleToFit/index.vue.d.ts +1 -1
- package/dist/runtime/components/Edit/ScrollBoundary/index.vue.d.ts +2 -7
- package/dist/runtime/components/Edit/Sortli/index.vue.d.ts +1 -1
- package/dist/runtime/components/Edit/ViewportBlockingRect/index.vue.d.ts +2 -7
- package/package.json +4 -4
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import { BK_VISIBLE_LANGUAGES, BK_HIDDEN_GLOBALLY } from '../dist/runtime/helper
|
|
|
13
13
|
import fs from 'node:fs';
|
|
14
14
|
import { defu, createDefu } from 'defu';
|
|
15
15
|
|
|
16
|
-
const version = "2.0.0-alpha.
|
|
16
|
+
const version = "2.0.0-alpha.8";
|
|
17
17
|
|
|
18
18
|
function sortObjectKeys(obj) {
|
|
19
19
|
if (Array.isArray(obj)) {
|
|
@@ -6356,7 +6356,7 @@ const styles = defineFileTemplate("styles.css", (ctx) => {
|
|
|
6356
6356
|
"./runtime/css/output.css"
|
|
6357
6357
|
);
|
|
6358
6358
|
return `
|
|
6359
|
-
@import url("${
|
|
6359
|
+
@import url("${cssFilePath}");
|
|
6360
6360
|
|
|
6361
6361
|
${ctx.theme.css}
|
|
6362
6362
|
`;
|
|
@@ -1,30 +1,13 @@
|
|
|
1
1
|
import type { ContextMenu } from '#blokkli/types';
|
|
2
|
-
import ContextMenuMenu from './Menu/index.vue.js';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
id: string;
|
|
5
4
|
menu: ContextMenu[];
|
|
6
5
|
tag?: string;
|
|
7
6
|
};
|
|
8
|
-
declare const ui: import("../../helpers/uiProvider.js").UiProvider;
|
|
9
|
-
declare const isVisible: import("vue").ComputedRef<boolean>;
|
|
10
|
-
declare const x: import("vue").Ref<number, number>;
|
|
11
|
-
declare const y: import("vue").Ref<number, number>;
|
|
12
|
-
declare const onContextMenu: (e: MouseEvent) => void;
|
|
13
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
14
7
|
declare var __VLS_10: {};
|
|
15
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
16
9
|
default?: (props: typeof __VLS_10) => any;
|
|
17
|
-
}
|
|
18
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
19
|
-
ContextMenuMenu: typeof ContextMenuMenu;
|
|
20
|
-
ui: typeof ui;
|
|
21
|
-
isVisible: typeof isVisible;
|
|
22
|
-
x: typeof x;
|
|
23
|
-
y: typeof y;
|
|
24
|
-
onContextMenu: typeof onContextMenu;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
|
-
tag: string;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
};
|
|
28
11
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
29
12
|
tag: string;
|
|
30
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -2,15 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
id: string;
|
|
3
3
|
title: string;
|
|
4
4
|
};
|
|
5
|
-
declare const isVisible: import("vue").ComputedRef<boolean | undefined>;
|
|
6
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
7
5
|
declare var __VLS_5: {};
|
|
8
|
-
type __VLS_Slots =
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
9
7
|
default?: (props: typeof __VLS_5) => any;
|
|
10
|
-
}
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
12
|
-
isVisible: typeof isVisible;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
};
|
|
14
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
11
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { FormOverlay } from '#blokkli/components';
|
|
2
1
|
import type { BlokkliIcon } from '#blokkli-build/icons';
|
|
3
2
|
import type { DroppableEntityField } from '#blokkli/types';
|
|
4
3
|
type __VLS_Props = {
|
|
@@ -7,26 +6,10 @@ type __VLS_Props = {
|
|
|
7
6
|
icon: BlokkliIcon;
|
|
8
7
|
entityType: string;
|
|
9
8
|
};
|
|
10
|
-
declare const $t: import("../../helpers/textProvider.js").TextProvider;
|
|
11
|
-
declare const isVisible: import("vue").Ref<boolean, boolean>;
|
|
12
|
-
declare const onClose: () => void;
|
|
13
|
-
declare const onSubmit: () => void;
|
|
14
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
15
9
|
declare var __VLS_18: {};
|
|
16
|
-
type __VLS_Slots =
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
17
11
|
default?: (props: typeof __VLS_18) => any;
|
|
18
|
-
}
|
|
19
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
20
|
-
FormOverlay: typeof FormOverlay;
|
|
21
|
-
$t: typeof $t;
|
|
22
|
-
isVisible: typeof isVisible;
|
|
23
|
-
onClose: typeof onClose;
|
|
24
|
-
onSubmit: typeof onSubmit;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
-
save: (data: DroppableEntityField) => any;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
28
|
-
onSave?: ((data: DroppableEntityField) => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
};
|
|
30
13
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
31
14
|
save: (data: DroppableEntityField) => any;
|
|
32
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -69,11 +69,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
69
69
|
}> & Readonly<{
|
|
70
70
|
onClick?: ((items: DraggableExistingBlock[]) => any) | undefined;
|
|
71
71
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
72
|
-
icon?: (
|
|
73
|
-
|
|
72
|
+
icon?: (props: {}) => any;
|
|
73
|
+
} & {
|
|
74
|
+
default?: (props: {
|
|
74
75
|
items: DraggableExistingBlock[];
|
|
75
76
|
uuids: string[];
|
|
76
|
-
}) => any
|
|
77
|
+
}) => any;
|
|
77
78
|
}>;
|
|
78
79
|
export default _default;
|
|
79
80
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
enabled: boolean;
|
|
9
9
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
10
|
-
default?: (
|
|
10
|
+
default?: (props: {}) => any;
|
|
11
11
|
}>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
25
|
-
default?: (
|
|
25
|
+
default?: (props: {}) => any;
|
|
26
26
|
}>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Icon, ViewportBlockingRect, ScrollBoundary } from '#blokkli/components';
|
|
2
1
|
import type { BlokkliIcon } from '#blokkli-build/icons';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
id: string;
|
|
@@ -12,64 +11,16 @@ type __VLS_Props = {
|
|
|
12
11
|
};
|
|
13
12
|
isLeft?: boolean;
|
|
14
13
|
};
|
|
15
|
-
declare function onPointerMove(e: PointerEvent): void;
|
|
16
|
-
declare const isMinimized: import("vue").WritableComputedRef<boolean, boolean>;
|
|
17
|
-
declare const storageKey: import("vue").ComputedRef<string>;
|
|
18
|
-
declare const focusedSidebar: import("vue").WritableComputedRef<string, string>;
|
|
19
|
-
type MouseMode = 'move' | 'resize-right' | 'resize-bottom' | 'resize-bottom-right' | '';
|
|
20
|
-
declare const isResizing: import("vue").ComputedRef<boolean>;
|
|
21
|
-
declare const userWidth: import("vue").Ref<number, number>;
|
|
22
|
-
declare const userHeight: import("vue").Ref<number, number>;
|
|
23
|
-
declare const style: import("vue").ComputedRef<{
|
|
24
|
-
transform: string;
|
|
25
|
-
zIndex: number;
|
|
26
|
-
}>;
|
|
27
|
-
declare const innerStyle: import("vue").ComputedRef<{
|
|
28
|
-
width: string;
|
|
29
|
-
height: string | number;
|
|
30
|
-
}>;
|
|
31
|
-
declare const onFocus: () => void;
|
|
32
|
-
declare const onMouseDown: (e: MouseEvent, mode: MouseMode) => void;
|
|
33
|
-
declare const el: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
34
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
35
14
|
declare var __VLS_16: {}, __VLS_30: {
|
|
36
15
|
width: number;
|
|
37
16
|
height: number;
|
|
38
17
|
isResizing: boolean;
|
|
39
18
|
};
|
|
40
|
-
type __VLS_Slots =
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
41
20
|
icon?: (props: typeof __VLS_16) => any;
|
|
42
21
|
} & {
|
|
43
22
|
default?: (props: typeof __VLS_30) => any;
|
|
44
|
-
}
|
|
45
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
46
|
-
Icon: typeof Icon;
|
|
47
|
-
ViewportBlockingRect: typeof ViewportBlockingRect;
|
|
48
|
-
ScrollBoundary: typeof ScrollBoundary;
|
|
49
|
-
onPointerMove: typeof onPointerMove;
|
|
50
|
-
isMinimized: typeof isMinimized;
|
|
51
|
-
storageKey: typeof storageKey;
|
|
52
|
-
focusedSidebar: typeof focusedSidebar;
|
|
53
|
-
isResizing: typeof isResizing;
|
|
54
|
-
userWidth: typeof userWidth;
|
|
55
|
-
userHeight: typeof userHeight;
|
|
56
|
-
style: typeof style;
|
|
57
|
-
innerStyle: typeof innerStyle;
|
|
58
|
-
onFocus: typeof onFocus;
|
|
59
|
-
onMouseDown: typeof onMouseDown;
|
|
60
|
-
el: typeof el;
|
|
61
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
62
|
-
close: (...args: any[]) => void;
|
|
63
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
64
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
}>, {
|
|
66
|
-
size: {
|
|
67
|
-
width: number;
|
|
68
|
-
height: number;
|
|
69
|
-
};
|
|
70
|
-
minWidth: number;
|
|
71
|
-
minHeight: number;
|
|
72
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
};
|
|
73
24
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
74
25
|
close: (...args: any[]) => void;
|
|
75
26
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -57,9 +57,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
57
57
|
minHeight: number;
|
|
58
58
|
region: "left" | "right";
|
|
59
59
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
60
|
-
icon?: (
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
icon?: (props: {}) => any;
|
|
61
|
+
} & {
|
|
62
|
+
badge?: (props: {}) => any;
|
|
63
|
+
} & {
|
|
64
|
+
icon?: (props: {}) => any;
|
|
65
|
+
} & {
|
|
66
|
+
default?: (props: {
|
|
63
67
|
key: string;
|
|
64
68
|
scrolledToEnd: boolean;
|
|
65
69
|
isDetached: true;
|
|
@@ -67,7 +71,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
67
71
|
height: number;
|
|
68
72
|
toggleSidebar: () => void;
|
|
69
73
|
isResizing: boolean;
|
|
70
|
-
}) => any
|
|
74
|
+
}) => any;
|
|
75
|
+
} & {
|
|
76
|
+
default?: (props: {
|
|
71
77
|
key: string;
|
|
72
78
|
scrolledToEnd: boolean;
|
|
73
79
|
isDetached: false;
|
|
@@ -75,7 +81,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
75
81
|
height: undefined;
|
|
76
82
|
toggleSidebar: () => void;
|
|
77
83
|
isResizing: boolean;
|
|
78
|
-
}) => any
|
|
84
|
+
}) => any;
|
|
79
85
|
}>;
|
|
80
86
|
export default _default;
|
|
81
87
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
41
|
-
default?: (
|
|
41
|
+
default?: (props: {}) => any;
|
|
42
42
|
}>;
|
|
43
43
|
export default _default;
|
|
44
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,12 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
text: string;
|
|
5
5
|
selector?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
7
|
declare var __VLS_1: {};
|
|
9
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
10
9
|
default?: (props: typeof __VLS_1) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
};
|
|
13
11
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
13
|
export default _default;
|
|
@@ -26,10 +26,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
29
|
-
icon?: (
|
|
30
|
-
|
|
29
|
+
icon?: (props: {}) => any;
|
|
30
|
+
} & {
|
|
31
|
+
default?: (props: {
|
|
31
32
|
isActive: boolean;
|
|
32
|
-
}) => any
|
|
33
|
+
}) => any;
|
|
33
34
|
}>;
|
|
34
35
|
export default _default;
|
|
35
36
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -152,11 +152,12 @@ function filterVisible(item) {
|
|
|
152
152
|
const filteredList = computed(() => {
|
|
153
153
|
if (mutatedFields && !isInReusable && editContext && fieldKey.value && (isPreview?.value || isEditing)) {
|
|
154
154
|
return ((mutatedFields[fieldKey.value] || {}).list || []).map((v) => {
|
|
155
|
+
const mutatedOptions = editContext.mutatedOptions[v.uuid] || {};
|
|
155
156
|
return {
|
|
156
157
|
...v,
|
|
157
158
|
options: {
|
|
158
|
-
...v.options
|
|
159
|
-
|
|
159
|
+
...v.options,
|
|
160
|
+
...mutatedOptions
|
|
160
161
|
}
|
|
161
162
|
};
|
|
162
163
|
});
|
|
@@ -1,18 +1,7 @@
|
|
|
1
|
-
import { Icon } from '#blokkli/components';
|
|
2
|
-
declare const errors: import("vue").Ref<Error[], Error[]>;
|
|
3
|
-
declare const $t: import("#blokkli/helpers/textProvider").TextProvider;
|
|
4
|
-
declare const unique: import("vue").ComputedRef<Error[]>;
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
1
|
declare var __VLS_1: {};
|
|
7
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
8
3
|
default?: (props: typeof __VLS_1) => any;
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
11
|
-
Icon: typeof Icon;
|
|
12
|
-
errors: typeof errors;
|
|
13
|
-
$t: typeof $t;
|
|
14
|
-
unique: typeof unique;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
16
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
7
|
export default _default;
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
submitLabel: string;
|
|
35
35
|
canSubmit: boolean;
|
|
36
36
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
37
|
-
default?: (
|
|
37
|
+
default?: (props: {}) => any;
|
|
38
38
|
}>;
|
|
39
39
|
export default _default;
|
|
40
40
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DropTargetEvent,
|
|
1
|
+
import type { DropTargetEvent, DraggableItem, Rectangle } from '#blokkli/types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
items: DraggableItem[];
|
|
4
4
|
box: Rectangle;
|
|
@@ -6,142 +6,13 @@ type __VLS_Props = {
|
|
|
6
6
|
mouseY: number;
|
|
7
7
|
isTouch: boolean;
|
|
8
8
|
};
|
|
9
|
-
type Orientation = 'horizontal' | 'vertical';
|
|
10
|
-
type FieldRectChild = Rectangle & {
|
|
11
|
-
id: string;
|
|
12
|
-
label: string;
|
|
13
|
-
};
|
|
14
|
-
type FieldRect = Rectangle & {
|
|
15
|
-
key: string;
|
|
16
|
-
field: BlokkliFieldElement;
|
|
17
|
-
label: string;
|
|
18
|
-
canAddChildren: boolean;
|
|
19
|
-
emptyChild?: FieldRectChild;
|
|
20
|
-
orientation: Orientation;
|
|
21
|
-
gap: number;
|
|
22
|
-
childrenElements: HTMLElement[];
|
|
23
|
-
};
|
|
24
|
-
type DrawnRect = Rectangle & {
|
|
25
|
-
id: string;
|
|
26
|
-
type: 'field' | 'drop-area' | 'active-area';
|
|
27
|
-
label: string;
|
|
28
|
-
color: string;
|
|
29
|
-
colorAlpha: string;
|
|
30
|
-
field?: FieldRect;
|
|
31
|
-
index: number;
|
|
32
|
-
};
|
|
33
|
-
declare const active: import("vue").Ref<{
|
|
34
|
-
width: number;
|
|
35
|
-
height: number;
|
|
36
|
-
x: number;
|
|
37
|
-
y: number;
|
|
38
|
-
id: string;
|
|
39
|
-
type: "field" | "drop-area" | "active-area";
|
|
40
|
-
label: string;
|
|
41
|
-
color: string;
|
|
42
|
-
colorAlpha: string;
|
|
43
|
-
field?: {
|
|
44
|
-
width: number;
|
|
45
|
-
height: number;
|
|
46
|
-
x: number;
|
|
47
|
-
y: number;
|
|
48
|
-
key: string;
|
|
49
|
-
field: {
|
|
50
|
-
key: string;
|
|
51
|
-
name: string;
|
|
52
|
-
label: string;
|
|
53
|
-
isNested: boolean;
|
|
54
|
-
nestingLevel: number;
|
|
55
|
-
fieldListType: import("#blokkli-build/generated-types").ValidFieldListTypes;
|
|
56
|
-
hostEntityType: string;
|
|
57
|
-
hostEntityBundle: string;
|
|
58
|
-
hostEntityUuid: string;
|
|
59
|
-
allowedBundles: string[];
|
|
60
|
-
allowedFragments: string[];
|
|
61
|
-
cardinality: number;
|
|
62
|
-
element: HTMLElement;
|
|
63
|
-
dropAlignment?: "vertical" | "horizontal" | undefined;
|
|
64
|
-
};
|
|
65
|
-
label: string;
|
|
66
|
-
canAddChildren: boolean;
|
|
67
|
-
emptyChild?: {
|
|
68
|
-
width: number;
|
|
69
|
-
height: number;
|
|
70
|
-
x: number;
|
|
71
|
-
y: number;
|
|
72
|
-
id: string;
|
|
73
|
-
label: string;
|
|
74
|
-
} | undefined;
|
|
75
|
-
orientation: Orientation;
|
|
76
|
-
gap: number;
|
|
77
|
-
childrenElements: HTMLElement[];
|
|
78
|
-
} | undefined;
|
|
79
|
-
index: number;
|
|
80
|
-
} | null, DrawnRect | {
|
|
81
|
-
width: number;
|
|
82
|
-
height: number;
|
|
83
|
-
x: number;
|
|
84
|
-
y: number;
|
|
85
|
-
id: string;
|
|
86
|
-
type: "field" | "drop-area" | "active-area";
|
|
87
|
-
label: string;
|
|
88
|
-
color: string;
|
|
89
|
-
colorAlpha: string;
|
|
90
|
-
field?: {
|
|
91
|
-
width: number;
|
|
92
|
-
height: number;
|
|
93
|
-
x: number;
|
|
94
|
-
y: number;
|
|
95
|
-
key: string;
|
|
96
|
-
field: {
|
|
97
|
-
key: string;
|
|
98
|
-
name: string;
|
|
99
|
-
label: string;
|
|
100
|
-
isNested: boolean;
|
|
101
|
-
nestingLevel: number;
|
|
102
|
-
fieldListType: import("#blokkli-build/generated-types").ValidFieldListTypes;
|
|
103
|
-
hostEntityType: string;
|
|
104
|
-
hostEntityBundle: string;
|
|
105
|
-
hostEntityUuid: string;
|
|
106
|
-
allowedBundles: string[];
|
|
107
|
-
allowedFragments: string[];
|
|
108
|
-
cardinality: number;
|
|
109
|
-
element: HTMLElement;
|
|
110
|
-
dropAlignment?: "vertical" | "horizontal" | undefined;
|
|
111
|
-
};
|
|
112
|
-
label: string;
|
|
113
|
-
canAddChildren: boolean;
|
|
114
|
-
emptyChild?: {
|
|
115
|
-
width: number;
|
|
116
|
-
height: number;
|
|
117
|
-
x: number;
|
|
118
|
-
y: number;
|
|
119
|
-
id: string;
|
|
120
|
-
label: string;
|
|
121
|
-
} | undefined;
|
|
122
|
-
orientation: Orientation;
|
|
123
|
-
gap: number;
|
|
124
|
-
childrenElements: HTMLElement[];
|
|
125
|
-
} | undefined;
|
|
126
|
-
index: number;
|
|
127
|
-
} | null>;
|
|
128
|
-
declare const activeColorHex: import("vue").ComputedRef<string>;
|
|
129
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
130
9
|
declare var __VLS_5: {
|
|
131
10
|
color: string;
|
|
132
11
|
label: string | undefined;
|
|
133
12
|
};
|
|
134
|
-
type __VLS_Slots =
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
135
14
|
default?: (props: typeof __VLS_5) => any;
|
|
136
|
-
}
|
|
137
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
138
|
-
active: typeof active;
|
|
139
|
-
activeColorHex: typeof activeColorHex;
|
|
140
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
141
|
-
drop: (data: DropTargetEvent) => any;
|
|
142
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
143
|
-
onDrop?: ((data: DropTargetEvent) => any) | undefined;
|
|
144
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
};
|
|
145
16
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
146
17
|
drop: (data: DropTargetEvent) => any;
|
|
147
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
import { Icon } from '#blokkli/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
label: string;
|
|
4
3
|
isActive: boolean;
|
|
5
4
|
};
|
|
6
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
7
5
|
declare var __VLS_5: {};
|
|
8
|
-
type __VLS_Slots =
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
9
7
|
default?: (props: typeof __VLS_5) => any;
|
|
10
|
-
}
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
12
|
-
Icon: typeof Icon;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
toggle: (...args: any[]) => void;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
-
onToggle?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
};
|
|
18
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
10
|
toggle: (...args: any[]) => void;
|
|
20
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
import { Icon } from '#blokkli/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
detached?: boolean;
|
|
4
3
|
isResizing?: boolean;
|
|
5
4
|
};
|
|
6
|
-
declare const isLoading: import("vue").Ref<boolean, boolean>;
|
|
7
|
-
declare const iframe: import("vue").Ref<HTMLIFrameElement | null, HTMLIFrameElement | null>;
|
|
8
|
-
declare const src: import("vue").ComputedRef<string>;
|
|
9
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
10
5
|
declare var __VLS_5: {};
|
|
11
|
-
type __VLS_Slots =
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
12
7
|
default?: (props: typeof __VLS_5) => any;
|
|
13
|
-
}
|
|
14
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
15
|
-
Icon: typeof Icon;
|
|
16
|
-
isLoading: typeof isLoading;
|
|
17
|
-
iframe: typeof iframe;
|
|
18
|
-
src: typeof src;
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
};
|
|
20
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
11
|
export default _default;
|
|
@@ -2,14 +2,12 @@ type __VLS_Props = {
|
|
|
2
2
|
title?: string;
|
|
3
3
|
horizontal?: boolean;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
5
|
declare var __VLS_1: {}, __VLS_3: {};
|
|
7
|
-
type __VLS_Slots =
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
8
7
|
addon?: (props: typeof __VLS_1) => any;
|
|
9
8
|
} & {
|
|
10
9
|
default?: (props: typeof __VLS_3) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
};
|
|
13
11
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
13
|
export default _default;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
1
|
declare var __VLS_1: {};
|
|
3
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
default?: (props: typeof __VLS_1) => any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
7
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
7
|
export default _default;
|
|
@@ -14,8 +14,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
14
14
|
}> & Readonly<{
|
|
15
15
|
onClose?: (() => any) | undefined;
|
|
16
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
17
|
-
default?: (
|
|
18
|
-
|
|
17
|
+
default?: (props: {}) => any;
|
|
18
|
+
} & {
|
|
19
|
+
footer?: (props: {}) => any;
|
|
19
20
|
}>;
|
|
20
21
|
export default _default;
|
|
21
22
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,9 +3,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
4
|
timestamp: number;
|
|
5
5
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
6
|
-
default?: (
|
|
6
|
+
default?: (props: {
|
|
7
7
|
formatted: string;
|
|
8
|
-
}) => any
|
|
8
|
+
}) => any;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
4
|
id: string;
|
|
5
5
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
6
|
-
default?: (
|
|
6
|
+
default?: (props: {}) => any;
|
|
7
7
|
}>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
width?: number;
|
|
6
6
|
maxHeight?: number;
|
|
7
7
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
8
|
-
default?: (
|
|
8
|
+
default?: (props: {}) => any;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,15 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
*/
|
|
5
5
|
dragging?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare function onWheel(e: WheelEvent): void;
|
|
8
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
7
|
declare var __VLS_1: {};
|
|
10
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
11
9
|
default?: (props: typeof __VLS_1) => any;
|
|
12
|
-
}
|
|
13
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
14
|
-
onWheel: typeof onWheel;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
};
|
|
16
11
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
13
|
export default _default;
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
4
4
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
getDragItems?: (activeItem?: DraggableItem) => DraggableItem[] | null;
|
|
6
6
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
7
|
-
default?: (
|
|
7
|
+
default?: (props: {}) => any;
|
|
8
8
|
}>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
id: string;
|
|
3
3
|
};
|
|
4
|
-
declare const el: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
4
|
declare var __VLS_1: {};
|
|
7
|
-
type __VLS_Slots =
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
8
6
|
default?: (props: typeof __VLS_1) => any;
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
11
|
-
el: typeof el;
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
};
|
|
13
8
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
10
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blokkli/editor",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.8",
|
|
4
4
|
"description": "Interactive page building experience for Nuxt",
|
|
5
5
|
"repository": "blokkli/editor",
|
|
6
6
|
"type": "module",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"@ckeditor/ckeditor5-vue": "^7.0.0",
|
|
72
72
|
"@nuxt/devtools": "latest",
|
|
73
73
|
"@nuxt/eslint-config": "^1.3.0",
|
|
74
|
-
"@nuxt/kit": "^3.
|
|
74
|
+
"@nuxt/kit": "^3.17.2",
|
|
75
75
|
"@nuxt/module-builder": "^1.0.1",
|
|
76
|
-
"@nuxt/schema": "^3.
|
|
76
|
+
"@nuxt/schema": "^3.17.2",
|
|
77
77
|
"@nuxt/test-utils": "^3.14.2",
|
|
78
78
|
"@nuxtjs/tailwindcss": "^6.12.1",
|
|
79
79
|
"@tailwindcss/forms": "^0.5.9",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
90
90
|
"gettext-parser": "^8.0.0",
|
|
91
91
|
"happy-dom": "^15.7.4",
|
|
92
|
-
"nuxt": "^3.
|
|
92
|
+
"nuxt": "^3.17.2",
|
|
93
93
|
"nuxt-graphql-middleware": "^5.0.0-alpha.18",
|
|
94
94
|
"nuxt-svg-icon-sprite": "^2.0.0-alpha.1",
|
|
95
95
|
"openai": "^4.59.0",
|