@blocklet/pages-kit-inner-components 0.7.24 → 0.7.25
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/lib/cjs/add-component.js +1 -1
- package/lib/cjs/chunks/{home-FbBl1G79.js → home-BQZXyZ-m.js} +2 -2
- package/lib/cjs/chunks/{index-B-TdKJtn.js → index-ByDnzW6o.js} +27 -27
- package/lib/cjs/chunks/{publish-button-JUoM34Aa.js → publish-button-Dv9qNYUI.js} +1 -1
- package/lib/cjs/home.js +1 -1
- package/lib/cjs/locales.js +2 -2
- package/lib/es/add-component.js +1 -1
- package/lib/es/chunks/{home-BujeKjPf.js → home-DUW5lLkp.js} +2 -2
- package/lib/es/chunks/{index-BZ1MijZ6.js → index-EWs_19jE.js} +608 -552
- package/lib/es/chunks/{publish-button-BO4u_Nxb.js → publish-button-CAFchOW2.js} +2 -2
- package/lib/es/home.js +2 -2
- package/lib/es/locales.js +22 -2
- package/package.json +3 -3
|
@@ -10,8 +10,8 @@ import { produce as De } from "immer";
|
|
|
10
10
|
import Z from "lodash/difference";
|
|
11
11
|
import { useState as D, useMemo as C, useCallback as O, useImperativeHandle as Oe, useEffect as E, useRef as Ae } from "react";
|
|
12
12
|
import { useAsync as je } from "react-use";
|
|
13
|
-
import { L as ve } from "./home-
|
|
14
|
-
import { p as Ce, g as Re } from "./index-
|
|
13
|
+
import { L as ve } from "./home-DUW5lLkp.js";
|
|
14
|
+
import { p as Ce, g as Re } from "./index-EWs_19jE.js";
|
|
15
15
|
function ze(s) {
|
|
16
16
|
const [u, g] = D(!1);
|
|
17
17
|
return /* @__PURE__ */ t(
|
package/lib/es/home.js
CHANGED
|
@@ -21,8 +21,8 @@ import "react-helmet";
|
|
|
21
21
|
import "react-router-dom";
|
|
22
22
|
import "react-use";
|
|
23
23
|
import "ufo";
|
|
24
|
-
import "./chunks/index-
|
|
25
|
-
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-
|
|
24
|
+
import "./chunks/index-EWs_19jE.js";
|
|
25
|
+
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-DUW5lLkp.js";
|
|
26
26
|
import "./chunks/session-Dx5M-1r2.js";
|
|
27
27
|
export {
|
|
28
28
|
R as HomeView,
|
package/lib/es/locales.js
CHANGED
|
@@ -378,7 +378,17 @@ const t = e({
|
|
|
378
378
|
visualGridLayout: "Configure Grid Layout",
|
|
379
379
|
dragResizeInstructions: "Drag and resize cards to set layout, you can set different layouts for desktop and mobile",
|
|
380
380
|
setAsBackgroundElement: "Set as background element (cannot drag and resize)",
|
|
381
|
-
setAsNormalElement: "Set as normal element (can drag and resize)"
|
|
381
|
+
setAsNormalElement: "Set as normal element (can drag and resize)",
|
|
382
|
+
layoutMode: "Layout Mode",
|
|
383
|
+
"layoutMode.grid": "Grid",
|
|
384
|
+
"layoutMode.stack": "Stack",
|
|
385
|
+
stackLayout: "Stack Layout",
|
|
386
|
+
direction: "Direction",
|
|
387
|
+
"direction.column": "Vertical",
|
|
388
|
+
"direction.row": "Horizontal",
|
|
389
|
+
fixedSize: "Fixed Size",
|
|
390
|
+
autoSize: "Auto Size",
|
|
391
|
+
width: "Width"
|
|
382
392
|
},
|
|
383
393
|
siteMap: {
|
|
384
394
|
routes: "Routes",
|
|
@@ -979,7 +989,17 @@ const t = e({
|
|
|
979
989
|
visualGridLayout: "配置网格布局",
|
|
980
990
|
dragResizeInstructions: "通过调整卡片位置和大小调整布局,可以分别设置桌面端和移动端两种布局",
|
|
981
991
|
setAsBackgroundElement: "设置为背景卡片(无法拖拽排序、无法设置大小)",
|
|
982
|
-
setAsNormalElement: "设置为普通卡片(可拖拽排序、可设置大小)"
|
|
992
|
+
setAsNormalElement: "设置为普通卡片(可拖拽排序、可设置大小)",
|
|
993
|
+
layoutMode: "布局模式",
|
|
994
|
+
"layoutMode.grid": "网格",
|
|
995
|
+
"layoutMode.stack": "堆叠",
|
|
996
|
+
stackLayout: "堆叠布局",
|
|
997
|
+
direction: "方向",
|
|
998
|
+
"direction.column": "垂直",
|
|
999
|
+
"direction.row": "水平",
|
|
1000
|
+
fixedSize: "固定尺寸",
|
|
1001
|
+
autoSize: "自动尺寸",
|
|
1002
|
+
width: "宽度"
|
|
983
1003
|
},
|
|
984
1004
|
siteMap: {
|
|
985
1005
|
routes: "路由列表",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-inner-components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.25",
|
|
4
4
|
"description": "Pages Kit inner components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -201,8 +201,8 @@
|
|
|
201
201
|
"yaml": "^2.5.0",
|
|
202
202
|
"yjs": "^13.6.18",
|
|
203
203
|
"zustand": "^4.5.5",
|
|
204
|
-
"@blocklet/pages-kit": "^0.7.
|
|
205
|
-
"@blocklet/pages-kit-block-studio": "^0.7.
|
|
204
|
+
"@blocklet/pages-kit": "^0.7.25",
|
|
205
|
+
"@blocklet/pages-kit-block-studio": "^0.7.25"
|
|
206
206
|
},
|
|
207
207
|
"devDependencies": {
|
|
208
208
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|