@pisell/materials 1.0.1039 → 1.0.1041
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +17 -17
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +18 -23
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +27 -32
- package/es/components/PisellCards/index.d.ts +6 -6
- package/es/components/dataSourceComponents/fields/Input.Email/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Password/index.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.TextArea/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Switch/index.d.ts +2 -2
- package/es/components/filter/components/FilterItem/index.js +1 -1
- package/es/components/filter/components/FilterItem/index.less +2 -2
- package/es/components/filter/types.d.ts +1 -1
- package/es/components/pisellDatePicker/index.d.ts +2 -2
- package/es/components/pisellLookup/PisellLookup.less +29 -11
- package/es/components/pisellLookup/components/LookupTrigger.js +4 -2
- package/es/components/pisellModal/index.d.ts +6 -6
- package/es/components/pisellQuickFilter/index.d.ts +2 -2
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +23 -4
- package/es/components/pisellRecordBoard/docs/PisellRecordBoard.md +2 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +34 -5
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +35 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +1 -1
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +1 -0
- package/es/components/pisellRecordBoard/shellFrame/index.js +52 -4
- package/es/components/pisellRecordBoard/types.d.ts +16 -2
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +2 -2
- package/es/components/pisellShellFrame/PisellShellFrame.js +1 -1
- package/es/components/pisellShellFrame/PisellShellFrame.less +5 -0
- package/es/components/radio/index.d.ts +2 -2
- package/es/components/section-footers/index.d.ts +2 -2
- package/es/components/skeleton/index.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/typography/index.d.ts +2 -2
- package/es/components/upload/index.d.ts +2 -2
- package/es/locales/ja.js +28 -1
- package/es/locales/pt.js +28 -1
- package/lib/components/checkbox/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Checkbox/WithMode.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Email/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Password/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/index.d.ts +2 -2
- package/lib/components/filter/components/FilterItem/index.js +1 -1
- package/lib/components/filter/components/FilterItem/index.less +2 -2
- package/lib/components/filter/types.d.ts +1 -1
- package/lib/components/pisellLookup/PisellLookup.less +29 -11
- package/lib/components/pisellLookup/components/LookupTrigger.js +4 -2
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +23 -4
- package/lib/components/pisellRecordBoard/docs/PisellRecordBoard.md +2 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +34 -5
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +35 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +1 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.js +51 -3
- package/lib/components/pisellRecordBoard/types.d.ts +16 -2
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +2 -2
- package/lib/components/pisellShellFrame/PisellShellFrame.js +1 -1
- package/lib/components/pisellShellFrame/PisellShellFrame.less +5 -0
- package/lib/components/skeleton/index.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/locales/ja.js +28 -1
- package/lib/locales/pt.js +28 -1
- package/package.json +3 -3
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.js');
|
|
2
|
+
const require_objectSpread2 = require('../../../_virtual/_@oxc-project_runtime@0.108.0/helpers/objectSpread2.js');
|
|
3
|
+
const require_useRecordBoardContext = require('../hooks/useRecordBoardContext.js');
|
|
2
4
|
const require_PisellShellFrame = require('../../pisellShellFrame/PisellShellFrame.js');
|
|
3
5
|
const require_index = require('./ToolBarReset/index.js');
|
|
4
6
|
const require_index$1 = require('./ToolBarQuickFilter/index.js');
|
|
@@ -10,9 +12,45 @@ let react = require("react");
|
|
|
10
12
|
react = require_rolldown_runtime.__toESM(react);
|
|
11
13
|
|
|
12
14
|
//#region src/components/pisellRecordBoard/shellFrame/index.tsx
|
|
15
|
+
/** fillHeight 时内容区可滚动、分页器贴底;默认表头 sticky;grid.scroll.autoCalc 时需测量高度供 scroll.y */
|
|
16
|
+
const FILL_HEIGHT_SCROLL_STYLE = {
|
|
17
|
+
flex: 1,
|
|
18
|
+
minHeight: 0,
|
|
19
|
+
overflow: "auto"
|
|
20
|
+
};
|
|
21
|
+
/** 测量滚动区高度并写入 context,供 Grid 在 scroll.autoCalc 时计算 scroll.y(对齐 table useGenScroll)。autoCalc 时 overflow 为 hidden,仅 Table 内部滚动。 */
|
|
22
|
+
function ScrollAreaMeasurer({ children, onHeight, autoCalc }) {
|
|
23
|
+
const ref = (0, react.useRef)(null);
|
|
24
|
+
(0, react.useEffect)(() => {
|
|
25
|
+
const el = ref.current;
|
|
26
|
+
if (!el) return;
|
|
27
|
+
const ro = new ResizeObserver((entries) => {
|
|
28
|
+
const entry = entries[0];
|
|
29
|
+
if (entry) onHeight(entry.contentRect.height);
|
|
30
|
+
});
|
|
31
|
+
ro.observe(el);
|
|
32
|
+
onHeight(el.getBoundingClientRect().height);
|
|
33
|
+
return () => {
|
|
34
|
+
ro.disconnect();
|
|
35
|
+
onHeight(null);
|
|
36
|
+
};
|
|
37
|
+
}, [onHeight]);
|
|
38
|
+
return /* @__PURE__ */ react.default.createElement("div", {
|
|
39
|
+
ref,
|
|
40
|
+
className: "pisell-record-board-scroll-body",
|
|
41
|
+
style: require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, FILL_HEIGHT_SCROLL_STYLE), {}, { overflow: autoCalc ? "hidden" : "auto" })
|
|
42
|
+
}, children);
|
|
43
|
+
}
|
|
44
|
+
const FILL_HEIGHT_WRAPPER_STYLE = {
|
|
45
|
+
flex: 1,
|
|
46
|
+
minHeight: 0,
|
|
47
|
+
display: "flex",
|
|
48
|
+
flexDirection: "column"
|
|
49
|
+
};
|
|
13
50
|
/**
|
|
14
51
|
* Shell Frame:基于 PisellShellFrame 的 RecordBoard 壳层。
|
|
15
52
|
* 提供工具栏、多选操作条、分页;与 Layout 同级,包裹在 Layout 外层。
|
|
53
|
+
* 默认占满父容器高度,内容区可滚动,分页器固定在底部。
|
|
16
54
|
*
|
|
17
55
|
* 使用方式:
|
|
18
56
|
* <PisellRecordBoard>
|
|
@@ -22,16 +60,26 @@ react = require_rolldown_runtime.__toESM(react);
|
|
|
22
60
|
* </PisellRecordBoard>
|
|
23
61
|
*/
|
|
24
62
|
const RecordBoardShellFrame = ({ children, className, style }) => {
|
|
25
|
-
|
|
63
|
+
var _ctx$setScrollAreaHei, _ctx$grid;
|
|
64
|
+
const ctx = require_useRecordBoardContext.useRecordBoardContext({ displayName: "RecordBoard.ShellFrame" });
|
|
65
|
+
const fillHeight = (ctx === null || ctx === void 0 ? void 0 : ctx.fillHeight) === true;
|
|
66
|
+
const bodyContent = fillHeight ? /* @__PURE__ */ react.default.createElement(react.default.Fragment, null, /* @__PURE__ */ react.default.createElement(ScrollAreaMeasurer, {
|
|
67
|
+
onHeight: (_ctx$setScrollAreaHei = ctx === null || ctx === void 0 ? void 0 : ctx.setScrollAreaHeight) !== null && _ctx$setScrollAreaHei !== void 0 ? _ctx$setScrollAreaHei : (() => {}),
|
|
68
|
+
autoCalc: ctx === null || ctx === void 0 || (_ctx$grid = ctx.grid) === null || _ctx$grid === void 0 || (_ctx$grid = _ctx$grid.scroll) === null || _ctx$grid === void 0 ? void 0 : _ctx$grid.autoCalc
|
|
69
|
+
}, children), /* @__PURE__ */ react.default.createElement(require_index$4.default, null)) : /* @__PURE__ */ react.default.createElement(react.default.Fragment, null, children, /* @__PURE__ */ react.default.createElement(require_index$4.default, null));
|
|
70
|
+
const shellStyle = fillHeight && style ? require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, style), FILL_HEIGHT_WRAPPER_STYLE) : fillHeight ? FILL_HEIGHT_WRAPPER_STYLE : style;
|
|
71
|
+
const wrapper = /* @__PURE__ */ react.default.createElement(require_PisellShellFrame.PisellShellFrame, {
|
|
26
72
|
className,
|
|
27
|
-
style,
|
|
73
|
+
style: shellStyle,
|
|
28
74
|
config: {
|
|
29
75
|
showToolbar: true,
|
|
30
76
|
showBatchActionBar: true
|
|
31
77
|
},
|
|
32
78
|
toolbar: /* @__PURE__ */ react.default.createElement(require_index$2.default, null),
|
|
33
79
|
batchActionBar: /* @__PURE__ */ react.default.createElement(require_index$3.default, null)
|
|
34
|
-
},
|
|
80
|
+
}, bodyContent);
|
|
81
|
+
if (fillHeight) return /* @__PURE__ */ react.default.createElement("div", { style: FILL_HEIGHT_WRAPPER_STYLE }, wrapper);
|
|
82
|
+
return wrapper;
|
|
35
83
|
};
|
|
36
84
|
RecordBoardShellFrame.displayName = "RecordBoard.ShellFrame";
|
|
37
85
|
var shellFrame_default = RecordBoardShellFrame;
|
|
@@ -29,7 +29,7 @@ type RecordBoardOptionItem = {
|
|
|
29
29
|
type RecordBoardGetOptions = (() => RecordBoardOptionItem[]) | (() => Promise<RecordBoardOptionItem[]>);
|
|
30
30
|
/** 列筛选配置:不传列 type 时使用。可配置 type + options/props,或传入 component(接收 value/onChange)。 */
|
|
31
31
|
interface RecordBoardColumnFilterConfig {
|
|
32
|
-
type?: 'single' | 'input' | 'datePicker' | 'rangePicker' | 'search';
|
|
32
|
+
type?: 'single' | 'input' | 'datePicker' | 'rangePicker' | 'rangePickerNew' | 'search';
|
|
33
33
|
label?: string;
|
|
34
34
|
options?: RecordBoardOptionItem[];
|
|
35
35
|
/** 同步或异步获取选项,与 options 二选一;支持 singleSelect/multipleSelect 及无 type 时 type:'single' */
|
|
@@ -142,6 +142,12 @@ interface RecordBoardContextValue {
|
|
|
142
142
|
onColumnVisibilityChange?: (visibility: Record<string, boolean>) => void;
|
|
143
143
|
/** 各子组件透传 props,由 Provider 注入 */
|
|
144
144
|
childComponentProps?: RecordBoardChildComponentProps;
|
|
145
|
+
/** 是否占满父容器高度,供 ShellFrame 做弹性布局(内容区纯 CSS 滚动 + 表头 sticky;scroll.autoCalc 时用测量高度) */
|
|
146
|
+
fillHeight?: boolean;
|
|
147
|
+
/** 内容区滚动容器高度(fillHeight 且 grid.scroll.autoCalc 时由 ShellFrame 测量),供 Grid 计算 scroll.y */
|
|
148
|
+
scrollAreaHeight?: number | null;
|
|
149
|
+
/** 设置内容区滚动容器高度(由 ShellFrame 测量组件调用) */
|
|
150
|
+
setScrollAreaHeight?: (height: number | null) => void;
|
|
145
151
|
}
|
|
146
152
|
/**
|
|
147
153
|
* 各 layout 下子组件的可选透传配置(类似 ChildComponentProps)
|
|
@@ -191,10 +197,18 @@ type RecordBoardSearchProps = Record<string, any>;
|
|
|
191
197
|
*/
|
|
192
198
|
type RecordBoardGridProps = {
|
|
193
199
|
/** 列配置;ToolBar 据此派生筛选与排序,ColumnSetting 据此做列显示隐藏 */columns?: RecordBoardColumnType[]; /** 默认隐藏的列 key 列表(对应 columns 的 key 或 dataIndex),用于初始化列显隐状态 */
|
|
194
|
-
defaultHiddenColumnKeys?: string[];
|
|
200
|
+
defaultHiddenColumnKeys?: string[];
|
|
201
|
+
/**
|
|
202
|
+
* 表格滚动配置,对齐 materials Table useGenScroll。
|
|
203
|
+
* - x / y:同 antd Table scroll。
|
|
204
|
+
* - autoCalc:为 true 时根据内容区高度自动计算 scroll.y(需 fillHeight),表头固定、表体滚动。
|
|
205
|
+
* - scrollToFirstRowOnChange:翻页后是否滚动到第一行。
|
|
206
|
+
*/
|
|
195
207
|
scroll?: {
|
|
196
208
|
x?: number | string;
|
|
197
209
|
y?: number | string;
|
|
210
|
+
autoCalc?: boolean;
|
|
211
|
+
scrollToFirstRowOnChange?: boolean;
|
|
198
212
|
}; /** 表格尺寸 */
|
|
199
213
|
size?: 'small' | 'middle' | 'default'; /** 当前选中的行 key 列表(多选) */
|
|
200
214
|
selectedKeys?: Key[]; /** 当前选中的行数据(多选) */
|
|
@@ -53,7 +53,7 @@ function getSortOptionForFieldType(fieldType) {
|
|
|
53
53
|
const opts = fromComponent !== null && fromComponent !== void 0 ? fromComponent : fallback;
|
|
54
54
|
return opts ? require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, fallback), opts) : null;
|
|
55
55
|
}
|
|
56
|
-
/** 列 type 对应到 FilterItem 的 type(用于不传 type 时的手动 filter
|
|
56
|
+
/** 列 type 对应到 FilterItem 的 type(用于不传 type 时的手动 filter 或派生筛选项的兼容形态)。dateTime 默认用 rangePickerNew(antd)避免使用自研/MUI 的 rangePicker。 */
|
|
57
57
|
const FIELD_TYPE_TO_FILTER_TYPE = {
|
|
58
58
|
singleLineText: "input",
|
|
59
59
|
longText: "input",
|
|
@@ -66,7 +66,7 @@ const FIELD_TYPE_TO_FILTER_TYPE = {
|
|
|
66
66
|
rating: "single",
|
|
67
67
|
singleSelect: "single",
|
|
68
68
|
multipleSelect: "single",
|
|
69
|
-
dateTime: "
|
|
69
|
+
dateTime: "rangePickerNew"
|
|
70
70
|
};
|
|
71
71
|
function getColumnKey(column) {
|
|
72
72
|
var _column$key;
|
|
@@ -54,7 +54,7 @@ const PisellShellFrame = (props) => {
|
|
|
54
54
|
}) : statisticList)), /* @__PURE__ */ react.default.createElement("div", { className: "pisell-shell-frame-body" }, useScroll ? /* @__PURE__ */ react.default.createElement("div", {
|
|
55
55
|
className: `pisell-shell-frame-scroll ${scrollClassName !== null && scrollClassName !== void 0 ? scrollClassName : ""}`.trim(),
|
|
56
56
|
style: scrollStyle
|
|
57
|
-
}, children) : children), /* @__PURE__ */ react.default.createElement("footer", { className: "pisell-shell-frame-footer" }, hasBatchBar && /* @__PURE__ */ react.default.createElement("div", { className: "pisell-shell-frame-batch-bar" }, batchActionBar), hasStatus && /* @__PURE__ */ react.default.createElement("div", { className: "pisell-shell-frame-status" }, statusArea)));
|
|
57
|
+
}, children) : children), (hasBatchBar || hasStatus) && /* @__PURE__ */ react.default.createElement("footer", { className: "pisell-shell-frame-footer" }, hasBatchBar && /* @__PURE__ */ react.default.createElement("div", { className: "pisell-shell-frame-batch-bar" }, batchActionBar), hasStatus && /* @__PURE__ */ react.default.createElement("div", { className: "pisell-shell-frame-status" }, statusArea)));
|
|
58
58
|
};
|
|
59
59
|
PisellShellFrame.displayName = "PisellShellFrame";
|
|
60
60
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import * as
|
|
2
|
+
import * as react19 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/skeleton/index.d.ts
|
|
5
|
-
declare const Skeleton: (props: any) =>
|
|
5
|
+
declare const Skeleton: (props: any) => react19.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Skeleton };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import * as
|
|
2
|
+
import * as react20 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/time-picker/index.d.ts
|
|
5
|
-
declare const TimePicker: (props: any) =>
|
|
5
|
+
declare const TimePicker: (props: any) => react20.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { TimePicker };
|
package/lib/locales/ja.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locales/ja.ts
|
|
3
3
|
var ja_default = {
|
|
4
|
+
"pisell-tabbar-expand": "展開",
|
|
5
|
+
"pisell-tabbar-minimize": "折りたたみ",
|
|
6
|
+
"pisell-tabbar-all": "全部",
|
|
4
7
|
"table-filter-search": "検索",
|
|
5
8
|
"table-filter-clear": "クリア",
|
|
6
9
|
"table-filter-filter": "フィルター",
|
|
@@ -310,7 +313,31 @@ var ja_default = {
|
|
|
310
313
|
"pisell-list-scroll-right": "右にスクロール",
|
|
311
314
|
"pisell-list-pagination-page-of": (current, total) => `${total}ページ中${current}ページ`,
|
|
312
315
|
"pisell-list-pagination-previous": "前へ",
|
|
313
|
-
"pisell-list-pagination-next": "次へ"
|
|
316
|
+
"pisell-list-pagination-next": "次へ",
|
|
317
|
+
"pisell-lookup-placeholder": "検索内容を入力してください",
|
|
318
|
+
"pisell-lookup-button-text": "検索",
|
|
319
|
+
"pisell-lookup-confirm-button-text": "検索",
|
|
320
|
+
"pisell-lookup-clear": "クリア",
|
|
321
|
+
"pisell-lookup-close": "閉じる",
|
|
322
|
+
"pisell-lookup-search-history": "検索履歴",
|
|
323
|
+
"pisell-lookup-clear-history": "すべてクリア",
|
|
324
|
+
"pisell-lookup-suggestions": "提案",
|
|
325
|
+
"pisell-lookup-popular-search": "人気の検索",
|
|
326
|
+
"pisell-lookup-loading": "読み込み中...",
|
|
327
|
+
"pisell-lookup-no-data": "データがありません",
|
|
328
|
+
"pisell-find-button-text": "検索",
|
|
329
|
+
"pisell-find-placeholder": "検索内容を入力してください",
|
|
330
|
+
"batch-action-bar-select-all": "全選",
|
|
331
|
+
"batch-action-bar-invert": "反選",
|
|
332
|
+
"batch-action-bar-clear": "選択解除",
|
|
333
|
+
"batch-action-bar-delete": "削除",
|
|
334
|
+
"batch-action-bar-more": "更多",
|
|
335
|
+
"batch-action-bar-selected-count": (count) => `${count} ${count > 1 ? "件" : "件"}`,
|
|
336
|
+
"batch-action-bar-confirm-title": "確認",
|
|
337
|
+
"batch-action-bar-delete-confirm-title": "削除確認",
|
|
338
|
+
"batch-action-bar-delete-confirm-content": (count) => `選択した${count}件を削除してもよろしいですか?`,
|
|
339
|
+
"batch-action-bar-delete-confirm-ok": "はい",
|
|
340
|
+
"batch-action-bar-delete-confirm-cancel": "いいえ"
|
|
314
341
|
};
|
|
315
342
|
|
|
316
343
|
//#endregion
|
package/lib/locales/pt.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locales/pt.ts
|
|
3
3
|
var pt_default = {
|
|
4
|
+
"pisell-tabbar-expand": "Expandir",
|
|
5
|
+
"pisell-tabbar-minimize": "Minimizar",
|
|
6
|
+
"pisell-tabbar-all": "Todos",
|
|
4
7
|
"table-filter-search": "Pesquisar",
|
|
5
8
|
"table-filter-clear": "Limpar",
|
|
6
9
|
"table-filter-filter": "Filtrar",
|
|
@@ -310,7 +313,31 @@ var pt_default = {
|
|
|
310
313
|
"pisell-list-scroll-right": "Rolar para Direita",
|
|
311
314
|
"pisell-list-pagination-page-of": (current, total) => `Página ${current} de ${total}`,
|
|
312
315
|
"pisell-list-pagination-previous": "Anterior",
|
|
313
|
-
"pisell-list-pagination-next": "Próximo"
|
|
316
|
+
"pisell-list-pagination-next": "Próximo",
|
|
317
|
+
"pisell-lookup-placeholder": "Digite o conteúdo da pesquisa",
|
|
318
|
+
"pisell-lookup-button-text": "Pesquisar",
|
|
319
|
+
"pisell-lookup-confirm-button-text": "Pesquisar",
|
|
320
|
+
"pisell-lookup-clear": "Limpar",
|
|
321
|
+
"pisell-lookup-close": "Fechar",
|
|
322
|
+
"pisell-lookup-search-history": "Histórico de pesquisa",
|
|
323
|
+
"pisell-lookup-clear-history": "Limpar tudo",
|
|
324
|
+
"pisell-lookup-suggestions": "Sugestões",
|
|
325
|
+
"pisell-lookup-popular-search": "Pesquisa popular",
|
|
326
|
+
"pisell-lookup-loading": "Carregando...",
|
|
327
|
+
"pisell-lookup-no-data": "Nenhum dado disponível",
|
|
328
|
+
"pisell-find-button-text": "Pesquisar",
|
|
329
|
+
"pisell-find-placeholder": "Digite o conteúdo da pesquisa",
|
|
330
|
+
"batch-action-bar-select-all": "Selecionar todos",
|
|
331
|
+
"batch-action-bar-invert": "Inverter seleção",
|
|
332
|
+
"batch-action-bar-clear": "Limpar seleção",
|
|
333
|
+
"batch-action-bar-delete": "Excluir",
|
|
334
|
+
"batch-action-bar-more": "Mais",
|
|
335
|
+
"batch-action-bar-selected-count": (count) => `${count} ${count > 1 ? "itens selecionados" : "item selecionado"}`,
|
|
336
|
+
"batch-action-bar-confirm-title": "Confirmar",
|
|
337
|
+
"batch-action-bar-delete-confirm-title": "Confirmar exclusão",
|
|
338
|
+
"batch-action-bar-delete-confirm-content": (count) => `Tem certeza de que deseja excluir ${count} ${count > 1 ? "itens" : "item"} selecionados?`,
|
|
339
|
+
"batch-action-bar-delete-confirm-ok": "Sim",
|
|
340
|
+
"batch-action-bar-delete-confirm-cancel": "Não"
|
|
314
341
|
};
|
|
315
342
|
|
|
316
343
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1041",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"antd-mobile": "^5.38.1",
|
|
91
91
|
"vod-js-sdk-v6": "^1.4.11",
|
|
92
92
|
"@pisell/date-picker": "1.0.133",
|
|
93
|
-
"@pisell/
|
|
94
|
-
"@pisell/
|
|
93
|
+
"@pisell/icon": "0.0.10",
|
|
94
|
+
"@pisell/utils": "1.0.60"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"react": "^18.0.0",
|