nuxt-studio 1.2.1 → 1.3.1
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/app/main.d.ts +23 -23
- package/dist/app/service-worker.d.ts +23 -23
- package/dist/app/shared.d.ts +23 -23
- package/dist/module/module.json +1 -1
- package/dist/module/module.mjs +1 -1
- package/package.json +1 -1
package/dist/app/main.d.ts
CHANGED
|
@@ -550,18 +550,6 @@ declare module '@tiptap/core' {
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
|
|
553
|
-
declare module '@tiptap/core' {
|
|
554
|
-
interface Commands<ReturnType> {
|
|
555
|
-
InlineElement: {
|
|
556
|
-
/**
|
|
557
|
-
* Toggle a InlineElement
|
|
558
|
-
*/
|
|
559
|
-
setInlineElement: (tag: string) => ReturnType;
|
|
560
|
-
};
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
|
|
565
553
|
declare module '@tiptap/core' {
|
|
566
554
|
interface Commands<ReturnType> {
|
|
567
555
|
SpanStyle: {
|
|
@@ -582,6 +570,18 @@ declare module '@tiptap/core' {
|
|
|
582
570
|
}
|
|
583
571
|
|
|
584
572
|
|
|
573
|
+
declare module '@tiptap/core' {
|
|
574
|
+
interface Commands<ReturnType> {
|
|
575
|
+
InlineElement: {
|
|
576
|
+
/**
|
|
577
|
+
* Toggle a InlineElement
|
|
578
|
+
*/
|
|
579
|
+
setInlineElement: (tag: string) => ReturnType;
|
|
580
|
+
};
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
|
|
585
585
|
declare module '@tiptap/core' {
|
|
586
586
|
interface Commands<ReturnType> {
|
|
587
587
|
Binding: {
|
|
@@ -602,17 +602,6 @@ declare module '@tiptap/core' {
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
|
|
605
|
-
declare module '@tiptap/core' {
|
|
606
|
-
interface Commands<ReturnType> {
|
|
607
|
-
aiTransform: {
|
|
608
|
-
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
609
|
-
acceptTransform: () => ReturnType;
|
|
610
|
-
declineTransform: () => ReturnType;
|
|
611
|
-
};
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
|
|
616
605
|
declare module '@tiptap/core' {
|
|
617
606
|
interface Commands<ReturnType> {
|
|
618
607
|
completion: {
|
|
@@ -634,3 +623,14 @@ declare module '@tiptap/core' {
|
|
|
634
623
|
aiCompletion: CompletionStorage;
|
|
635
624
|
}
|
|
636
625
|
}
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
declare module '@tiptap/core' {
|
|
629
|
+
interface Commands<ReturnType> {
|
|
630
|
+
aiTransform: {
|
|
631
|
+
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
632
|
+
acceptTransform: () => ReturnType;
|
|
633
|
+
declineTransform: () => ReturnType;
|
|
634
|
+
};
|
|
635
|
+
}
|
|
636
|
+
}
|
|
@@ -42,18 +42,6 @@ declare module '@tiptap/core' {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
declare module '@tiptap/core' {
|
|
46
|
-
interface Commands<ReturnType> {
|
|
47
|
-
InlineElement: {
|
|
48
|
-
/**
|
|
49
|
-
* Toggle a InlineElement
|
|
50
|
-
*/
|
|
51
|
-
setInlineElement: (tag: string) => ReturnType;
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
45
|
declare module '@tiptap/core' {
|
|
58
46
|
interface Commands<ReturnType> {
|
|
59
47
|
SpanStyle: {
|
|
@@ -74,6 +62,18 @@ declare module '@tiptap/core' {
|
|
|
74
62
|
}
|
|
75
63
|
|
|
76
64
|
|
|
65
|
+
declare module '@tiptap/core' {
|
|
66
|
+
interface Commands<ReturnType> {
|
|
67
|
+
InlineElement: {
|
|
68
|
+
/**
|
|
69
|
+
* Toggle a InlineElement
|
|
70
|
+
*/
|
|
71
|
+
setInlineElement: (tag: string) => ReturnType;
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
|
|
77
77
|
declare module '@tiptap/core' {
|
|
78
78
|
interface Commands<ReturnType> {
|
|
79
79
|
Binding: {
|
|
@@ -94,17 +94,6 @@ declare module '@tiptap/core' {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
declare module '@tiptap/core' {
|
|
98
|
-
interface Commands<ReturnType> {
|
|
99
|
-
aiTransform: {
|
|
100
|
-
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
101
|
-
acceptTransform: () => ReturnType;
|
|
102
|
-
declineTransform: () => ReturnType;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
97
|
declare module '@tiptap/core' {
|
|
109
98
|
interface Commands<ReturnType> {
|
|
110
99
|
completion: {
|
|
@@ -126,3 +115,14 @@ declare module '@tiptap/core' {
|
|
|
126
115
|
aiCompletion: CompletionStorage;
|
|
127
116
|
}
|
|
128
117
|
}
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
declare module '@tiptap/core' {
|
|
121
|
+
interface Commands<ReturnType> {
|
|
122
|
+
aiTransform: {
|
|
123
|
+
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
124
|
+
acceptTransform: () => ReturnType;
|
|
125
|
+
declineTransform: () => ReturnType;
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
}
|
package/dist/app/shared.d.ts
CHANGED
|
@@ -127,18 +127,6 @@ declare module '@tiptap/core' {
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
|
|
130
|
-
declare module '@tiptap/core' {
|
|
131
|
-
interface Commands<ReturnType> {
|
|
132
|
-
InlineElement: {
|
|
133
|
-
/**
|
|
134
|
-
* Toggle a InlineElement
|
|
135
|
-
*/
|
|
136
|
-
setInlineElement: (tag: string) => ReturnType;
|
|
137
|
-
};
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
130
|
declare module '@tiptap/core' {
|
|
143
131
|
interface Commands<ReturnType> {
|
|
144
132
|
SpanStyle: {
|
|
@@ -159,6 +147,18 @@ declare module '@tiptap/core' {
|
|
|
159
147
|
}
|
|
160
148
|
|
|
161
149
|
|
|
150
|
+
declare module '@tiptap/core' {
|
|
151
|
+
interface Commands<ReturnType> {
|
|
152
|
+
InlineElement: {
|
|
153
|
+
/**
|
|
154
|
+
* Toggle a InlineElement
|
|
155
|
+
*/
|
|
156
|
+
setInlineElement: (tag: string) => ReturnType;
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
|
|
162
162
|
declare module '@tiptap/core' {
|
|
163
163
|
interface Commands<ReturnType> {
|
|
164
164
|
Binding: {
|
|
@@ -179,17 +179,6 @@ declare module '@tiptap/core' {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
|
|
182
|
-
declare module '@tiptap/core' {
|
|
183
|
-
interface Commands<ReturnType> {
|
|
184
|
-
aiTransform: {
|
|
185
|
-
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
186
|
-
acceptTransform: () => ReturnType;
|
|
187
|
-
declineTransform: () => ReturnType;
|
|
188
|
-
};
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
182
|
declare module '@tiptap/core' {
|
|
194
183
|
interface Commands<ReturnType> {
|
|
195
184
|
completion: {
|
|
@@ -211,3 +200,14 @@ declare module '@tiptap/core' {
|
|
|
211
200
|
aiCompletion: CompletionStorage;
|
|
212
201
|
}
|
|
213
202
|
}
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
declare module '@tiptap/core' {
|
|
206
|
+
interface Commands<ReturnType> {
|
|
207
|
+
aiTransform: {
|
|
208
|
+
transformSelection: (mode: string, transformFn: () => Promise<string>) => ReturnType;
|
|
209
|
+
acceptTransform: () => ReturnType;
|
|
210
|
+
declineTransform: () => ReturnType;
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
}
|
package/dist/module/module.json
CHANGED
package/dist/module/module.mjs
CHANGED