@underverse-ui/underverse 2.0.10 → 2.0.12
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/api-reference.json +1 -1
- package/dist/{EmojiPicker-RPB24XXJ.js → EmojiPicker-FFNIUMI3.js} +4 -4
- package/dist/{chunk-VDIAFUIE.js → chunk-EVS5YWTO.js} +2 -2
- package/dist/{chunk-K5PVUTXH.js → chunk-HEYNAGQD.js} +3 -3
- package/dist/{chunk-WNVGXH5Y.js → chunk-P2RLTURA.js} +13 -8
- package/dist/chunk-P2RLTURA.js.map +1 -0
- package/dist/{chunk-CKG2QLQL.js → chunk-PYC5EY5W.js} +2 -2
- package/dist/chunk-PYC5EY5W.js.map +1 -0
- package/dist/{chunk-7V65PWQN.js → chunk-Q6BQUWKB.js} +3 -3
- package/dist/{chunk-KKASHK7A.js → chunk-VNSCI3OK.js} +2 -2
- package/dist/index.cjs +12 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-R5ZFI2ST.js → menu-bar-JSXW6AXW.js} +7 -6
- package/dist/menu-bar-JSXW6AXW.js.map +1 -0
- package/dist/ueditor.cjs +10 -4
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.d.cts +2 -0
- package/dist/ueditor.d.ts +2 -0
- package/dist/ueditor.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-CKG2QLQL.js.map +0 -1
- package/dist/chunk-WNVGXH5Y.js.map +0 -1
- package/dist/menu-bar-R5ZFI2ST.js.map +0 -1
- /package/dist/{EmojiPicker-RPB24XXJ.js.map → EmojiPicker-FFNIUMI3.js.map} +0 -0
- /package/dist/{chunk-VDIAFUIE.js.map → chunk-EVS5YWTO.js.map} +0 -0
- /package/dist/{chunk-K5PVUTXH.js.map → chunk-HEYNAGQD.js.map} +0 -0
- /package/dist/{chunk-7V65PWQN.js.map → chunk-Q6BQUWKB.js.map} +0 -0
- /package/dist/{chunk-KKASHK7A.js.map → chunk-VNSCI3OK.js.map} +0 -0
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-P2RLTURA.js";
|
|
8
8
|
import {
|
|
9
9
|
EmojiPicker_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HEYNAGQD.js";
|
|
11
11
|
import {
|
|
12
12
|
getEmojiImageUrl,
|
|
13
13
|
getEmojiUnifiedCode,
|
|
14
14
|
setEmojiBaseUrl
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-VNSCI3OK.js";
|
|
16
16
|
import "./chunk-4TYW5K4J.js";
|
|
17
17
|
import {
|
|
18
18
|
Modal_default
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-Q6BQUWKB.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-EVS5YWTO.js";
|
|
35
35
|
import {
|
|
36
36
|
ForceInternalTranslationsProvider,
|
|
37
37
|
NextIntlAdapter,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
useUnderverseLocale,
|
|
58
58
|
useUnderverseTranslations,
|
|
59
59
|
vi_default
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-PYC5EY5W.js";
|
|
61
61
|
import {
|
|
62
62
|
__export,
|
|
63
63
|
__require
|
|
@@ -22039,6 +22039,7 @@ function DataTablePagination({
|
|
|
22039
22039
|
result.push(totalPages);
|
|
22040
22040
|
return result;
|
|
22041
22041
|
}, [curPage, totalPages]);
|
|
22042
|
+
if (totalItems === 0) return null;
|
|
22042
22043
|
const controlButtonSize = size === "lg" ? "md" : "sm";
|
|
22043
22044
|
const navBtnClass = size === "sm" ? "h-6 w-6 p-0 rounded-full" : size === "lg" ? "h-8 w-8 p-0 rounded-full" : "h-7 w-7 p-0 rounded-full";
|
|
22044
22045
|
const navIconClass = size === "sm" ? "h-3.5 w-3.5" : size === "lg" ? "h-5 w-5" : "h-4 w-4";
|