@pisell/materials 1.0.1073 → 1.0.1074
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/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +2 -2
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +2 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/es/components/PisellCards/index.d.ts +1 -0
- package/es/components/PisellFields/index.d.ts +1 -0
- package/es/components/PisellLayouts/index.d.ts +1 -0
- package/es/components/PisellMetrics/index.d.ts +1 -0
- package/es/components/batch-editor/fields/index.d.ts +1 -0
- package/es/components/calendar/index.d.ts +1 -0
- package/es/components/checkbox/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +10 -9
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/filter/components/items/index.d.ts +1 -0
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
- package/es/components/filter/components/items/text/index.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
- package/es/components/pisellDatePicker/index.d.ts +1 -0
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +1 -0
- package/es/components/skeleton/index.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.js +10 -9
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/index.d.ts +1 -0
- package/es/components/table/Table/fields/index.d.ts +3 -2
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +1 -0
- package/es/components/upload/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/es/hooks/useResponsive.d.ts +1 -1
- package/es/locales/en-US.d.ts +9 -0
- package/es/locales/en-US.js +9 -0
- package/es/locales/ja.d.ts +9 -0
- package/es/locales/ja.js +9 -0
- package/es/locales/pt.d.ts +9 -0
- package/es/locales/pt.js +9 -0
- package/es/locales/zh-CN.d.ts +9 -0
- package/es/locales/zh-CN.js +9 -0
- package/es/locales/zh-TW.d.ts +9 -0
- package/es/locales/zh-TW.js +9 -0
- package/es/pisell-materials.tw.css +1 -1
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/lib/components/PisellCards/index.d.ts +1 -0
- package/lib/components/PisellFields/index.d.ts +1 -0
- package/lib/components/PisellLayouts/index.d.ts +1 -0
- package/lib/components/PisellMetrics/index.d.ts +1 -0
- package/lib/components/batch-editor/fields/index.d.ts +1 -0
- package/lib/components/calendar/index.d.ts +1 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +10 -9
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/filter/components/items/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/index.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
- package/lib/components/pisellDatePicker/index.d.ts +1 -0
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +1 -0
- package/lib/components/skeleton/index.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.js +22 -9
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/index.d.ts +1 -0
- package/lib/components/table/Table/fields/index.d.ts +3 -2
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +1 -0
- package/lib/components/upload/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/lib/hooks/useResponsive.d.ts +1 -1
- package/lib/locales/en-US.d.ts +9 -0
- package/lib/locales/en-US.js +9 -0
- package/lib/locales/ja.d.ts +9 -0
- package/lib/locales/ja.js +9 -0
- package/lib/locales/pt.d.ts +9 -0
- package/lib/locales/pt.js +9 -0
- package/lib/locales/zh-CN.d.ts +9 -0
- package/lib/locales/zh-CN.js +9 -0
- package/lib/locales/zh-TW.d.ts +9 -0
- package/lib/locales/zh-TW.js +9 -0
- package/lib/pisell-materials.tw.css +1 -1
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
- package/package.json +3 -3
|
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
|
|
|
17
17
|
* @Author: WangHan
|
|
18
18
|
* @Date: 2024-11-22 10:58
|
|
19
19
|
*/
|
|
20
|
-
export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) =>
|
|
20
|
+
export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
|
|
@@ -36,6 +36,7 @@ var import_react = __toESM(require("react"));
|
|
|
36
36
|
var import_icons = require("@ant-design/icons");
|
|
37
37
|
var import_antd = require("antd");
|
|
38
38
|
var import_PopoverContent = __toESM(require("../ColumnsSetting/PopoverContent"));
|
|
39
|
+
var import_locales = require("../../../../../locales");
|
|
39
40
|
var import_hooks = require("../../../../../hooks");
|
|
40
41
|
var import_model = require("../../../model");
|
|
41
42
|
var import_ButtonIcon = __toESM(require("../ButtonIcon"));
|
|
@@ -63,7 +64,7 @@ var GallerySetting = (props) => {
|
|
|
63
64
|
return [
|
|
64
65
|
{
|
|
65
66
|
value: "noCover",
|
|
66
|
-
label: "
|
|
67
|
+
label: (0, import_locales.getText)("table-action-gallery-no-cover")
|
|
67
68
|
},
|
|
68
69
|
...(fields || []).map((field) => {
|
|
69
70
|
const column = defaultColumns.find(
|
|
@@ -77,7 +78,7 @@ var GallerySetting = (props) => {
|
|
|
77
78
|
];
|
|
78
79
|
}, [defaultColumns, fields]);
|
|
79
80
|
const headerContent = (0, import_react.useMemo)(() => {
|
|
80
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header` }, /* @__PURE__ */ import_react.default.createElement(import_antd.Space, { direction: "vertical", style: { width: "100%" } }, show && /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, "
|
|
81
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header` }, /* @__PURE__ */ import_react.default.createElement(import_antd.Space, { direction: "vertical", style: { width: "100%" } }, show && /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, (0, import_locales.getText)("table-action-gallery-cover-content")), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(import_antd.Form.Item, { name: ["gallery_setting", "coverField"], noStyle: true }, /* @__PURE__ */ import_react.default.createElement(
|
|
81
82
|
import_antd.Select,
|
|
82
83
|
{
|
|
83
84
|
options: coverFieldOptions,
|
|
@@ -92,7 +93,7 @@ var GallerySetting = (props) => {
|
|
|
92
93
|
return ((_a = prevValues.gallery_setting) == null ? void 0 : _a.coverField) !== ((_b = currentValues.gallery_setting) == null ? void 0 : _b.coverField);
|
|
93
94
|
}
|
|
94
95
|
},
|
|
95
|
-
({ getFieldValue }) => getFieldValue(["gallery_setting", "coverField"]) !== "noCover" ? /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, "
|
|
96
|
+
({ getFieldValue }) => getFieldValue(["gallery_setting", "coverField"]) !== "noCover" ? /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, (0, import_locales.getText)("table-action-gallery-cover-effect")), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(
|
|
96
97
|
import_antd.Form.Item,
|
|
97
98
|
{
|
|
98
99
|
name: ["gallery_setting", "coverObjectFit"],
|
|
@@ -102,18 +103,30 @@ var GallerySetting = (props) => {
|
|
|
102
103
|
import_antd.Segmented,
|
|
103
104
|
{
|
|
104
105
|
options: [
|
|
105
|
-
{
|
|
106
|
-
|
|
106
|
+
{
|
|
107
|
+
label: (0, import_locales.getText)("table-action-gallery-cover-fit-fill"),
|
|
108
|
+
value: "fill"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
label: (0, import_locales.getText)("table-action-gallery-cover-fit-cover"),
|
|
112
|
+
value: "cover"
|
|
113
|
+
}
|
|
107
114
|
]
|
|
108
115
|
}
|
|
109
116
|
)
|
|
110
117
|
))) : null
|
|
111
|
-
), /* @__PURE__ */ import_react.default.createElement(import_antd.Divider, { style: { margin: "0" } })), /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, "
|
|
118
|
+
), /* @__PURE__ */ import_react.default.createElement(import_antd.Divider, { style: { margin: "0" } })), /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, (0, import_locales.getText)("table-action-gallery-display-mode")), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(import_antd.Form.Item, { name: ["gallery_setting", "compactMode"], noStyle: true }, /* @__PURE__ */ import_react.default.createElement(
|
|
112
119
|
import_antd.Segmented,
|
|
113
120
|
{
|
|
114
121
|
options: [
|
|
115
|
-
{
|
|
116
|
-
|
|
122
|
+
{
|
|
123
|
+
label: (0, import_locales.getText)("table-action-gallery-display-mode-default"),
|
|
124
|
+
value: "default"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
label: (0, import_locales.getText)("table-action-gallery-display-mode-compact"),
|
|
128
|
+
value: "compact"
|
|
129
|
+
}
|
|
117
130
|
]
|
|
118
131
|
}
|
|
119
132
|
)))), /* @__PURE__ */ import_react.default.createElement(
|
|
@@ -125,7 +138,7 @@ var GallerySetting = (props) => {
|
|
|
125
138
|
return ((_a = prevValues.gallery_setting) == null ? void 0 : _a.compactMode) !== ((_b = currentValues.gallery_setting) == null ? void 0 : _b.compactMode);
|
|
126
139
|
}
|
|
127
140
|
},
|
|
128
|
-
({ getFieldValue }) => getFieldValue(["gallery_setting", "compactMode"]) === "default" ? /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, "
|
|
141
|
+
({ getFieldValue }) => getFieldValue(["gallery_setting", "compactMode"]) === "default" ? /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}gallery-setting-header-item` }, /* @__PURE__ */ import_react.default.createElement("div", null, (0, import_locales.getText)("table-action-gallery-display-field-name")), /* @__PURE__ */ import_react.default.createElement(
|
|
129
142
|
"div",
|
|
130
143
|
{
|
|
131
144
|
className: `${prefix}gallery-setting-header-item-icon-wrap`
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const fieldMaps: {
|
|
2
3
|
text: {
|
|
3
4
|
field: {
|
|
@@ -197,12 +198,12 @@ export declare const fieldList: ({
|
|
|
197
198
|
field_icon: string;
|
|
198
199
|
field_name: string;
|
|
199
200
|
field_type: string;
|
|
200
|
-
default_value:
|
|
201
|
+
default_value: string;
|
|
201
202
|
} | {
|
|
202
203
|
field_icon: string;
|
|
203
204
|
field_name: string;
|
|
204
205
|
field_type: string;
|
|
205
|
-
default_value:
|
|
206
|
+
default_value: boolean;
|
|
206
207
|
} | {
|
|
207
208
|
field_icon: string;
|
|
208
209
|
field_name: string;
|
|
@@ -161,7 +161,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
|
|
|
161
161
|
sort?: SortType | undefined;
|
|
162
162
|
mode: "" | "localStorage" | "remote";
|
|
163
163
|
currentViewMode: ModeType;
|
|
164
|
-
}) => ("filters" | "
|
|
164
|
+
}) => ("filters" | "filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
|
|
165
165
|
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
166
166
|
export declare const stringify: (obj: Record<string, any>) => string;
|
|
167
167
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare type ResponsiveConfig = Record<string, number>;
|
|
2
2
|
export declare function configResponsive(config: ResponsiveConfig): void;
|
|
3
|
-
export default function useResponsive(): "
|
|
3
|
+
export default function useResponsive(): "pc" | "ipad" | "phone";
|
|
4
4
|
export {};
|
package/lib/locales/en-US.d.ts
CHANGED
|
@@ -32,6 +32,15 @@ declare const _default: {
|
|
|
32
32
|
'table-action-group-by-title': string;
|
|
33
33
|
'table-action-group-by-title-tip': string;
|
|
34
34
|
'table-action-column-title': string;
|
|
35
|
+
'table-action-gallery-display-mode': string;
|
|
36
|
+
'table-action-gallery-display-mode-default': string;
|
|
37
|
+
'table-action-gallery-display-mode-compact': string;
|
|
38
|
+
'table-action-gallery-display-field-name': string;
|
|
39
|
+
'table-action-gallery-no-cover': string;
|
|
40
|
+
'table-action-gallery-cover-content': string;
|
|
41
|
+
'table-action-gallery-cover-effect': string;
|
|
42
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
43
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
35
44
|
'table-column-group-records': string;
|
|
36
45
|
'table-column-group-lock-tip': string;
|
|
37
46
|
'record-board-uniform-summary-empty': string;
|
package/lib/locales/en-US.js
CHANGED
|
@@ -56,6 +56,15 @@ var en_US_default = {
|
|
|
56
56
|
"table-action-group-by-title": "Group by",
|
|
57
57
|
"table-action-group-by-title-tip": "Please select the field from the dropdown menu to group the data for better organization and browsing.",
|
|
58
58
|
"table-action-column-title": "Header settings",
|
|
59
|
+
"table-action-gallery-display-mode": "Display mode",
|
|
60
|
+
"table-action-gallery-display-mode-default": "Default",
|
|
61
|
+
"table-action-gallery-display-mode-compact": "Compact",
|
|
62
|
+
"table-action-gallery-display-field-name": "Display field name",
|
|
63
|
+
"table-action-gallery-no-cover": "No cover",
|
|
64
|
+
"table-action-gallery-cover-content": "Cover content",
|
|
65
|
+
"table-action-gallery-cover-effect": "Cover effect",
|
|
66
|
+
"table-action-gallery-cover-fit-fill": "Fit",
|
|
67
|
+
"table-action-gallery-cover-fit-cover": "Crop",
|
|
59
68
|
"table-column-group-records": "records",
|
|
60
69
|
"table-column-group-lock-tip": "Fixed column immutable order",
|
|
61
70
|
"record-board-uniform-summary-empty": "-",
|
package/lib/locales/ja.d.ts
CHANGED
|
@@ -29,6 +29,15 @@ declare const _default: {
|
|
|
29
29
|
'table-action-group-by-title': string;
|
|
30
30
|
'table-action-group-by-title-tip': string;
|
|
31
31
|
'table-action-column-title': string;
|
|
32
|
+
'table-action-gallery-display-mode': string;
|
|
33
|
+
'table-action-gallery-display-mode-default': string;
|
|
34
|
+
'table-action-gallery-display-mode-compact': string;
|
|
35
|
+
'table-action-gallery-display-field-name': string;
|
|
36
|
+
'table-action-gallery-no-cover': string;
|
|
37
|
+
'table-action-gallery-cover-content': string;
|
|
38
|
+
'table-action-gallery-cover-effect': string;
|
|
39
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
40
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
32
41
|
'table-column-group-records': string;
|
|
33
42
|
'table-column-group-lock-tip': string;
|
|
34
43
|
'record-board-uniform-summary-empty': string;
|
package/lib/locales/ja.js
CHANGED
|
@@ -53,6 +53,15 @@ var ja_default = {
|
|
|
53
53
|
"table-action-group-by-title": "グループ化",
|
|
54
54
|
"table-action-group-by-title-tip": "データをより適切に整理して閲覧するために、ドロップダウンメニューからフィールドを選択してグループ化してください。",
|
|
55
55
|
"table-action-column-title": "ヘッダー設定",
|
|
56
|
+
"table-action-gallery-display-mode": "表示モード",
|
|
57
|
+
"table-action-gallery-display-mode-default": "標準",
|
|
58
|
+
"table-action-gallery-display-mode-compact": "コンパクト",
|
|
59
|
+
"table-action-gallery-display-field-name": "フィールド名を表示",
|
|
60
|
+
"table-action-gallery-no-cover": "カバーなし",
|
|
61
|
+
"table-action-gallery-cover-content": "カバー内容",
|
|
62
|
+
"table-action-gallery-cover-effect": "カバー効果",
|
|
63
|
+
"table-action-gallery-cover-fit-fill": "フィット",
|
|
64
|
+
"table-action-gallery-cover-fit-cover": "トリミング",
|
|
56
65
|
"table-column-group-records": "件のレコード",
|
|
57
66
|
"table-column-group-lock-tip": "固定列は順序を変更できません",
|
|
58
67
|
"record-board-uniform-summary-empty": "-",
|
package/lib/locales/pt.d.ts
CHANGED
|
@@ -29,6 +29,15 @@ declare const _default: {
|
|
|
29
29
|
'table-action-group-by-title': string;
|
|
30
30
|
'table-action-group-by-title-tip': string;
|
|
31
31
|
'table-action-column-title': string;
|
|
32
|
+
'table-action-gallery-display-mode': string;
|
|
33
|
+
'table-action-gallery-display-mode-default': string;
|
|
34
|
+
'table-action-gallery-display-mode-compact': string;
|
|
35
|
+
'table-action-gallery-display-field-name': string;
|
|
36
|
+
'table-action-gallery-no-cover': string;
|
|
37
|
+
'table-action-gallery-cover-content': string;
|
|
38
|
+
'table-action-gallery-cover-effect': string;
|
|
39
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
40
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
32
41
|
'table-column-group-records': string;
|
|
33
42
|
'table-column-group-lock-tip': string;
|
|
34
43
|
'record-board-uniform-summary-empty': string;
|
package/lib/locales/pt.js
CHANGED
|
@@ -53,6 +53,15 @@ var pt_default = {
|
|
|
53
53
|
"table-action-group-by-title": "Agrupar por",
|
|
54
54
|
"table-action-group-by-title-tip": "Selecione o campo no menu suspenso para agrupar os dados para melhor organização e navegação.",
|
|
55
55
|
"table-action-column-title": "Configurações do cabeçalho",
|
|
56
|
+
"table-action-gallery-display-mode": "Modo de exibição",
|
|
57
|
+
"table-action-gallery-display-mode-default": "Padrão",
|
|
58
|
+
"table-action-gallery-display-mode-compact": "Compacto",
|
|
59
|
+
"table-action-gallery-display-field-name": "Exibir nome do campo",
|
|
60
|
+
"table-action-gallery-no-cover": "Sem capa",
|
|
61
|
+
"table-action-gallery-cover-content": "Conteúdo da capa",
|
|
62
|
+
"table-action-gallery-cover-effect": "Efeito da capa",
|
|
63
|
+
"table-action-gallery-cover-fit-fill": "Ajustar",
|
|
64
|
+
"table-action-gallery-cover-fit-cover": "Cortar",
|
|
56
65
|
"table-column-group-records": "registros",
|
|
57
66
|
"table-column-group-lock-tip": "Ordem da coluna fixa imutável",
|
|
58
67
|
"record-board-uniform-summary-empty": "-",
|
package/lib/locales/zh-CN.d.ts
CHANGED
|
@@ -32,6 +32,15 @@ declare const _default: {
|
|
|
32
32
|
'table-action-group-by-title': string;
|
|
33
33
|
'table-action-group-by-title-tip': string;
|
|
34
34
|
'table-action-column-title': string;
|
|
35
|
+
'table-action-gallery-display-mode': string;
|
|
36
|
+
'table-action-gallery-display-mode-default': string;
|
|
37
|
+
'table-action-gallery-display-mode-compact': string;
|
|
38
|
+
'table-action-gallery-display-field-name': string;
|
|
39
|
+
'table-action-gallery-no-cover': string;
|
|
40
|
+
'table-action-gallery-cover-content': string;
|
|
41
|
+
'table-action-gallery-cover-effect': string;
|
|
42
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
43
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
35
44
|
'table-column-group-records': string;
|
|
36
45
|
'table-column-group-lock-tip': string;
|
|
37
46
|
'record-board-uniform-summary-empty': string;
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -56,6 +56,15 @@ var zh_CN_default = {
|
|
|
56
56
|
"table-action-group-by-title": "分组条件",
|
|
57
57
|
"table-action-group-by-title-tip": "请从下拉菜单中选择要分组的字段,以便更好地组织和浏览数据。",
|
|
58
58
|
"table-action-column-title": "表头设置",
|
|
59
|
+
"table-action-gallery-display-mode": "展示模式",
|
|
60
|
+
"table-action-gallery-display-mode-default": "常规",
|
|
61
|
+
"table-action-gallery-display-mode-compact": "紧凑",
|
|
62
|
+
"table-action-gallery-display-field-name": "展示字段名",
|
|
63
|
+
"table-action-gallery-no-cover": "无封面",
|
|
64
|
+
"table-action-gallery-cover-content": "封面内容",
|
|
65
|
+
"table-action-gallery-cover-effect": "封面效果",
|
|
66
|
+
"table-action-gallery-cover-fit-fill": "适应",
|
|
67
|
+
"table-action-gallery-cover-fit-cover": "剪裁",
|
|
59
68
|
"table-column-group-records": "条记录",
|
|
60
69
|
"table-column-group-lock-tip": "固定列不可移动顺序",
|
|
61
70
|
"record-board-uniform-summary-empty": "-",
|
package/lib/locales/zh-TW.d.ts
CHANGED
|
@@ -32,6 +32,15 @@ declare const _default: {
|
|
|
32
32
|
'table-action-group-by-title': string;
|
|
33
33
|
'table-action-group-by-title-tip': string;
|
|
34
34
|
'table-action-column-title': string;
|
|
35
|
+
'table-action-gallery-display-mode': string;
|
|
36
|
+
'table-action-gallery-display-mode-default': string;
|
|
37
|
+
'table-action-gallery-display-mode-compact': string;
|
|
38
|
+
'table-action-gallery-display-field-name': string;
|
|
39
|
+
'table-action-gallery-no-cover': string;
|
|
40
|
+
'table-action-gallery-cover-content': string;
|
|
41
|
+
'table-action-gallery-cover-effect': string;
|
|
42
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
43
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
35
44
|
'table-column-group-records': string;
|
|
36
45
|
'table-column-group-lock-tip': string;
|
|
37
46
|
'record-board-uniform-summary-empty': string;
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -56,6 +56,15 @@ var zh_TW_default = {
|
|
|
56
56
|
"table-action-group-by-title": "分組條件",
|
|
57
57
|
"table-action-group-by-title-tip": "請從下拉式選單中選擇要分組的字段,以便更好地組織和瀏覽數據。",
|
|
58
58
|
"table-action-column-title": "表頭設置",
|
|
59
|
+
"table-action-gallery-display-mode": "展示模式",
|
|
60
|
+
"table-action-gallery-display-mode-default": "常規",
|
|
61
|
+
"table-action-gallery-display-mode-compact": "緊湊",
|
|
62
|
+
"table-action-gallery-display-field-name": "展示字段名",
|
|
63
|
+
"table-action-gallery-no-cover": "無封面",
|
|
64
|
+
"table-action-gallery-cover-content": "封面內容",
|
|
65
|
+
"table-action-gallery-cover-effect": "封面效果",
|
|
66
|
+
"table-action-gallery-cover-fit-fill": "適應",
|
|
67
|
+
"table-action-gallery-cover-fit-cover": "剪裁",
|
|
59
68
|
"table-column-group-records": "條記錄",
|
|
60
69
|
"table-column-group-lock-tip": "固定列不可移動順序",
|
|
61
70
|
"record-board-uniform-summary-empty": "-",
|