@underverse-ui/underverse 2.0.31 → 2.0.33
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/CHANGELOG.md +10 -0
- package/api-reference.json +9 -2
- package/dist/{EmojiPicker-ISJ6RXYG.js → EmojiPicker-6H52Q4YE.js} +4 -4
- package/dist/{chunk-ZP7F4ZD7.js → chunk-6FAHXNDQ.js} +5 -1
- package/dist/chunk-6FAHXNDQ.js.map +1 -0
- package/dist/{chunk-57BKIC6J.js → chunk-FQVWYDKP.js} +40 -21
- package/dist/chunk-FQVWYDKP.js.map +1 -0
- package/dist/{chunk-S4UHFRL3.js → chunk-L73HBI6E.js} +3 -3
- package/dist/{chunk-37MHVJMV.js → chunk-OTPC2OTQ.js} +20 -10
- package/dist/chunk-OTPC2OTQ.js.map +1 -0
- package/dist/{chunk-2P7TSXEE.js → chunk-UHUKUI5S.js} +3 -3
- package/dist/{chunk-5W63IHIN.js → chunk-W3QTP2DM.js} +2 -2
- package/dist/index.cjs +53 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-DPCNNUX5.js → menu-bar-HZBBRX42.js} +4 -4
- package/dist/ueditor.cjs +53 -23
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.d.cts +4 -1
- package/dist/ueditor.d.ts +4 -1
- package/dist/ueditor.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-37MHVJMV.js.map +0 -1
- package/dist/chunk-57BKIC6J.js.map +0 -1
- package/dist/chunk-ZP7F4ZD7.js.map +0 -1
- /package/dist/{EmojiPicker-ISJ6RXYG.js.map → EmojiPicker-6H52Q4YE.js.map} +0 -0
- /package/dist/{chunk-S4UHFRL3.js.map → chunk-L73HBI6E.js.map} +0 -0
- /package/dist/{chunk-2P7TSXEE.js.map → chunk-UHUKUI5S.js.map} +0 -0
- /package/dist/{chunk-5W63IHIN.js.map → chunk-W3QTP2DM.js.map} +0 -0
- /package/dist/{menu-bar-DPCNNUX5.js.map → menu-bar-HZBBRX42.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
6
6
|
import * as react_hook_form from 'react-hook-form';
|
|
7
7
|
import { FieldValues, SubmitHandler, FieldPath, ControllerProps } from 'react-hook-form';
|
|
8
8
|
import { ClassValue } from 'clsx';
|
|
9
|
-
export { default as UEditor, UEditorFontFamilyOption, UEditorFontSizeOption, UEditorInlineUploadedItem, UEditorLetterSpacingOption, UEditorLineHeightOption, UEditorPrepareContentForSaveError, UEditorPrepareContentForSaveOptions, UEditorPrepareContentForSaveResult, UEditorProps, UEditorRef, UEditorUploadImageForSave, UEditorUploadImageForSaveResult, UEditorVariant, extractImageSrcsFromHtml, normalizeImageUrl, prepareUEditorContentForSave } from './ueditor.cjs';
|
|
9
|
+
export { default as UEditor, UEditorBubbleMenuPlacement, UEditorFontFamilyOption, UEditorFontSizeOption, UEditorInlineUploadedItem, UEditorLetterSpacingOption, UEditorLineHeightOption, UEditorPrepareContentForSaveError, UEditorPrepareContentForSaveOptions, UEditorPrepareContentForSaveResult, UEditorProps, UEditorRef, UEditorUploadImageForSave, UEditorUploadImageForSaveResult, UEditorVariant, extractImageSrcsFromHtml, normalizeImageUrl, prepareUEditorContentForSave } from './ueditor.cjs';
|
|
10
10
|
import '@tiptap/core';
|
|
11
11
|
|
|
12
12
|
declare const VARIANT_STYLES_BTN: {
|
|
@@ -3964,6 +3964,7 @@ declare const underverseMessages: {
|
|
|
3964
3964
|
dragColumn: string;
|
|
3965
3965
|
resizeBoth: string;
|
|
3966
3966
|
resizeCtrlHint: string;
|
|
3967
|
+
fitToEditorWidth: string;
|
|
3967
3968
|
alignLeft: string;
|
|
3968
3969
|
alignCenter: string;
|
|
3969
3970
|
alignRight: string;
|
|
@@ -4423,6 +4424,7 @@ declare const underverseMessages: {
|
|
|
4423
4424
|
dragColumn: string;
|
|
4424
4425
|
resizeBoth: string;
|
|
4425
4426
|
resizeCtrlHint: string;
|
|
4427
|
+
fitToEditorWidth: string;
|
|
4426
4428
|
alignLeft: string;
|
|
4427
4429
|
alignCenter: string;
|
|
4428
4430
|
alignRight: string;
|
|
@@ -4882,6 +4884,7 @@ declare const underverseMessages: {
|
|
|
4882
4884
|
dragColumn: string;
|
|
4883
4885
|
resizeBoth: string;
|
|
4884
4886
|
resizeCtrlHint: string;
|
|
4887
|
+
fitToEditorWidth: string;
|
|
4885
4888
|
alignLeft: string;
|
|
4886
4889
|
alignCenter: string;
|
|
4887
4890
|
alignRight: string;
|
|
@@ -5341,6 +5344,7 @@ declare const underverseMessages: {
|
|
|
5341
5344
|
dragColumn: string;
|
|
5342
5345
|
resizeBoth: string;
|
|
5343
5346
|
resizeCtrlHint: string;
|
|
5347
|
+
fitToEditorWidth: string;
|
|
5344
5348
|
alignLeft: string;
|
|
5345
5349
|
alignCenter: string;
|
|
5346
5350
|
alignRight: string;
|
|
@@ -5803,6 +5807,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5803
5807
|
dragColumn: string;
|
|
5804
5808
|
resizeBoth: string;
|
|
5805
5809
|
resizeCtrlHint: string;
|
|
5810
|
+
fitToEditorWidth: string;
|
|
5806
5811
|
alignLeft: string;
|
|
5807
5812
|
alignCenter: string;
|
|
5808
5813
|
alignRight: string;
|
|
@@ -6261,6 +6266,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6261
6266
|
dragColumn: string;
|
|
6262
6267
|
resizeBoth: string;
|
|
6263
6268
|
resizeCtrlHint: string;
|
|
6269
|
+
fitToEditorWidth: string;
|
|
6264
6270
|
alignLeft: string;
|
|
6265
6271
|
alignCenter: string;
|
|
6266
6272
|
alignRight: string;
|
|
@@ -6719,6 +6725,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6719
6725
|
dragColumn: string;
|
|
6720
6726
|
resizeBoth: string;
|
|
6721
6727
|
resizeCtrlHint: string;
|
|
6728
|
+
fitToEditorWidth: string;
|
|
6722
6729
|
alignLeft: string;
|
|
6723
6730
|
alignCenter: string;
|
|
6724
6731
|
alignRight: string;
|
|
@@ -7177,6 +7184,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
7177
7184
|
dragColumn: string;
|
|
7178
7185
|
resizeBoth: string;
|
|
7179
7186
|
resizeCtrlHint: string;
|
|
7187
|
+
fitToEditorWidth: string;
|
|
7180
7188
|
alignLeft: string;
|
|
7181
7189
|
alignCenter: string;
|
|
7182
7190
|
alignRight: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
6
6
|
import * as react_hook_form from 'react-hook-form';
|
|
7
7
|
import { FieldValues, SubmitHandler, FieldPath, ControllerProps } from 'react-hook-form';
|
|
8
8
|
import { ClassValue } from 'clsx';
|
|
9
|
-
export { default as UEditor, UEditorFontFamilyOption, UEditorFontSizeOption, UEditorInlineUploadedItem, UEditorLetterSpacingOption, UEditorLineHeightOption, UEditorPrepareContentForSaveError, UEditorPrepareContentForSaveOptions, UEditorPrepareContentForSaveResult, UEditorProps, UEditorRef, UEditorUploadImageForSave, UEditorUploadImageForSaveResult, UEditorVariant, extractImageSrcsFromHtml, normalizeImageUrl, prepareUEditorContentForSave } from './ueditor.js';
|
|
9
|
+
export { default as UEditor, UEditorBubbleMenuPlacement, UEditorFontFamilyOption, UEditorFontSizeOption, UEditorInlineUploadedItem, UEditorLetterSpacingOption, UEditorLineHeightOption, UEditorPrepareContentForSaveError, UEditorPrepareContentForSaveOptions, UEditorPrepareContentForSaveResult, UEditorProps, UEditorRef, UEditorUploadImageForSave, UEditorUploadImageForSaveResult, UEditorVariant, extractImageSrcsFromHtml, normalizeImageUrl, prepareUEditorContentForSave } from './ueditor.js';
|
|
10
10
|
import '@tiptap/core';
|
|
11
11
|
|
|
12
12
|
declare const VARIANT_STYLES_BTN: {
|
|
@@ -3964,6 +3964,7 @@ declare const underverseMessages: {
|
|
|
3964
3964
|
dragColumn: string;
|
|
3965
3965
|
resizeBoth: string;
|
|
3966
3966
|
resizeCtrlHint: string;
|
|
3967
|
+
fitToEditorWidth: string;
|
|
3967
3968
|
alignLeft: string;
|
|
3968
3969
|
alignCenter: string;
|
|
3969
3970
|
alignRight: string;
|
|
@@ -4423,6 +4424,7 @@ declare const underverseMessages: {
|
|
|
4423
4424
|
dragColumn: string;
|
|
4424
4425
|
resizeBoth: string;
|
|
4425
4426
|
resizeCtrlHint: string;
|
|
4427
|
+
fitToEditorWidth: string;
|
|
4426
4428
|
alignLeft: string;
|
|
4427
4429
|
alignCenter: string;
|
|
4428
4430
|
alignRight: string;
|
|
@@ -4882,6 +4884,7 @@ declare const underverseMessages: {
|
|
|
4882
4884
|
dragColumn: string;
|
|
4883
4885
|
resizeBoth: string;
|
|
4884
4886
|
resizeCtrlHint: string;
|
|
4887
|
+
fitToEditorWidth: string;
|
|
4885
4888
|
alignLeft: string;
|
|
4886
4889
|
alignCenter: string;
|
|
4887
4890
|
alignRight: string;
|
|
@@ -5341,6 +5344,7 @@ declare const underverseMessages: {
|
|
|
5341
5344
|
dragColumn: string;
|
|
5342
5345
|
resizeBoth: string;
|
|
5343
5346
|
resizeCtrlHint: string;
|
|
5347
|
+
fitToEditorWidth: string;
|
|
5344
5348
|
alignLeft: string;
|
|
5345
5349
|
alignCenter: string;
|
|
5346
5350
|
alignRight: string;
|
|
@@ -5803,6 +5807,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5803
5807
|
dragColumn: string;
|
|
5804
5808
|
resizeBoth: string;
|
|
5805
5809
|
resizeCtrlHint: string;
|
|
5810
|
+
fitToEditorWidth: string;
|
|
5806
5811
|
alignLeft: string;
|
|
5807
5812
|
alignCenter: string;
|
|
5808
5813
|
alignRight: string;
|
|
@@ -6261,6 +6266,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6261
6266
|
dragColumn: string;
|
|
6262
6267
|
resizeBoth: string;
|
|
6263
6268
|
resizeCtrlHint: string;
|
|
6269
|
+
fitToEditorWidth: string;
|
|
6264
6270
|
alignLeft: string;
|
|
6265
6271
|
alignCenter: string;
|
|
6266
6272
|
alignRight: string;
|
|
@@ -6719,6 +6725,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6719
6725
|
dragColumn: string;
|
|
6720
6726
|
resizeBoth: string;
|
|
6721
6727
|
resizeCtrlHint: string;
|
|
6728
|
+
fitToEditorWidth: string;
|
|
6722
6729
|
alignLeft: string;
|
|
6723
6730
|
alignCenter: string;
|
|
6724
6731
|
alignRight: string;
|
|
@@ -7177,6 +7184,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
7177
7184
|
dragColumn: string;
|
|
7178
7185
|
resizeBoth: string;
|
|
7179
7186
|
resizeCtrlHint: string;
|
|
7187
|
+
fitToEditorWidth: string;
|
|
7180
7188
|
alignLeft: string;
|
|
7181
7189
|
alignCenter: string;
|
|
7182
7190
|
alignRight: string;
|
package/dist/index.js
CHANGED
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
extractImageSrcsFromHtml,
|
|
5
5
|
normalizeImageUrl,
|
|
6
6
|
prepareUEditorContentForSave
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FQVWYDKP.js";
|
|
8
8
|
import {
|
|
9
9
|
EmojiPicker_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-L73HBI6E.js";
|
|
11
11
|
import {
|
|
12
12
|
getEmojiImageUrl,
|
|
13
13
|
getEmojiUnifiedCode,
|
|
14
14
|
setEmojiBaseUrl
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-W3QTP2DM.js";
|
|
16
16
|
import "./chunk-4TYW5K4J.js";
|
|
17
17
|
import {
|
|
18
18
|
Modal_default
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-UHUKUI5S.js";
|
|
20
20
|
import {
|
|
21
21
|
DropdownMenuItem,
|
|
22
22
|
DropdownMenuSeparator,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
shadcnAnimationStyles,
|
|
32
32
|
useShadCNAnimations,
|
|
33
33
|
useUnderverseUIConfig
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-OTPC2OTQ.js";
|
|
35
35
|
import {
|
|
36
36
|
ForceInternalTranslationsProvider,
|
|
37
37
|
NextIntlAdapter,
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
useUnderverseLocale,
|
|
59
59
|
useUnderverseTranslations,
|
|
60
60
|
vi_default
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-6FAHXNDQ.js";
|
|
62
62
|
import {
|
|
63
63
|
__export,
|
|
64
64
|
__require
|