@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.
Files changed (135) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/render/default/view.css +1 -1
  7. package/build/lowcode/render/default/view.js +2 -2
  8. package/build/lowcode/view.css +1 -1
  9. package/build/lowcode/view.js +2 -2
  10. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  11. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  12. package/es/components/PisellCards/index.d.ts +1 -0
  13. package/es/components/PisellFields/index.d.ts +1 -0
  14. package/es/components/PisellLayouts/index.d.ts +1 -0
  15. package/es/components/PisellMetrics/index.d.ts +1 -0
  16. package/es/components/batch-editor/fields/index.d.ts +1 -0
  17. package/es/components/calendar/index.d.ts +1 -0
  18. package/es/components/checkbox/index.d.ts +1 -0
  19. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  20. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  21. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  22. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  23. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
  24. package/es/components/dataSourceComponents/fields/index.d.ts +10 -9
  25. package/es/components/date-picker/index.d.ts +1 -0
  26. package/es/components/filter/components/items/index.d.ts +1 -0
  27. package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
  28. package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
  29. package/es/components/filter/components/items/text/index.d.ts +1 -0
  30. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
  31. package/es/components/pisellDatePicker/index.d.ts +1 -0
  32. package/es/components/pisellModal/components/index.d.ts +1 -0
  33. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  34. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  35. package/es/components/radio/index.d.ts +1 -0
  36. package/es/components/skeleton/index.d.ts +1 -0
  37. package/es/components/table/Actions/component/GallerySetting/index.js +10 -9
  38. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  39. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  40. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  41. package/es/components/table/Table/fields/index.d.ts +3 -2
  42. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  43. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  44. package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
  45. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  46. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  47. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  48. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  49. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  50. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  51. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  52. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  53. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  54. package/es/components/table/Table/utils.d.ts +1 -1
  55. package/es/components/time-picker/index.d.ts +1 -0
  56. package/es/components/upload/index.d.ts +1 -0
  57. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
  58. package/es/hooks/useResponsive.d.ts +1 -1
  59. package/es/locales/en-US.d.ts +9 -0
  60. package/es/locales/en-US.js +9 -0
  61. package/es/locales/ja.d.ts +9 -0
  62. package/es/locales/ja.js +9 -0
  63. package/es/locales/pt.d.ts +9 -0
  64. package/es/locales/pt.js +9 -0
  65. package/es/locales/zh-CN.d.ts +9 -0
  66. package/es/locales/zh-CN.js +9 -0
  67. package/es/locales/zh-TW.d.ts +9 -0
  68. package/es/locales/zh-TW.js +9 -0
  69. package/es/pisell-materials.tw.css +1 -1
  70. package/es/utils/index.d.ts +1 -1
  71. package/es/utils/platform.d.ts +1 -1
  72. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  73. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  74. package/lib/components/PisellCards/index.d.ts +1 -0
  75. package/lib/components/PisellFields/index.d.ts +1 -0
  76. package/lib/components/PisellLayouts/index.d.ts +1 -0
  77. package/lib/components/PisellMetrics/index.d.ts +1 -0
  78. package/lib/components/batch-editor/fields/index.d.ts +1 -0
  79. package/lib/components/calendar/index.d.ts +1 -0
  80. package/lib/components/checkbox/index.d.ts +1 -0
  81. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  82. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  83. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  84. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  85. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
  86. package/lib/components/dataSourceComponents/fields/index.d.ts +10 -9
  87. package/lib/components/date-picker/index.d.ts +1 -0
  88. package/lib/components/filter/components/items/index.d.ts +1 -0
  89. package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
  90. package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
  91. package/lib/components/filter/components/items/text/index.d.ts +1 -0
  92. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
  93. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  94. package/lib/components/pisellModal/components/index.d.ts +1 -0
  95. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  96. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  97. package/lib/components/radio/index.d.ts +1 -0
  98. package/lib/components/skeleton/index.d.ts +1 -0
  99. package/lib/components/table/Actions/component/GallerySetting/index.js +22 -9
  100. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  101. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  102. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  103. package/lib/components/table/Table/fields/index.d.ts +3 -2
  104. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  105. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  106. package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
  107. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  108. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  109. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  110. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  111. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  112. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  113. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  114. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  115. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  116. package/lib/components/table/Table/utils.d.ts +1 -1
  117. package/lib/components/time-picker/index.d.ts +1 -0
  118. package/lib/components/upload/index.d.ts +1 -0
  119. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
  120. package/lib/hooks/useResponsive.d.ts +1 -1
  121. package/lib/locales/en-US.d.ts +9 -0
  122. package/lib/locales/en-US.js +9 -0
  123. package/lib/locales/ja.d.ts +9 -0
  124. package/lib/locales/ja.js +9 -0
  125. package/lib/locales/pt.d.ts +9 -0
  126. package/lib/locales/pt.js +9 -0
  127. package/lib/locales/zh-CN.d.ts +9 -0
  128. package/lib/locales/zh-CN.js +9 -0
  129. package/lib/locales/zh-TW.d.ts +9 -0
  130. package/lib/locales/zh-TW.js +9 -0
  131. package/lib/pisell-materials.tw.css +1 -1
  132. package/lib/utils/index.d.ts +1 -1
  133. package/lib/utils/platform.d.ts +1 -1
  134. package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
  135. 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) => any;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Radio: (props: any) => import("react").JSX.Element;
2
3
  export default Radio;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Skeleton: (props: any) => import("react").JSX.Element;
2
3
  export default Skeleton;
@@ -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, "封面内容"), /* @__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
+ 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, "封面效果"), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(
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
- { label: "适应", value: "fill" },
106
- { label: "剪裁", value: "cover" }
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, "展示模式"), /* @__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(
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
- { label: "常规", value: "default" },
116
- { label: "紧凑", value: "compact" }
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, "展示字段名"), /* @__PURE__ */ import_react.default.createElement(
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,5 +1,5 @@
1
1
  declare const useGapSize: (gap: number | number[]) => {
2
- horizontal: any;
3
- vertical: any;
2
+ horizontal: number;
3
+ vertical: number;
4
4
  };
5
5
  export default useGapSize;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -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: boolean;
201
+ default_value: string;
201
202
  } | {
202
203
  field_icon: string;
203
204
  field_name: string;
204
205
  field_type: string;
205
- default_value: string;
206
+ default_value: boolean;
206
207
  } | {
207
208
  field_icon: string;
208
209
  field_name: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[] | Record<string, any>[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -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" | "view_mode" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "gallery_setting")[];
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,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const TimePicker: (props: any) => import("react").JSX.Element;
2
3
  export default TimePicker;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Upload: (props: any) => import("react").JSX.Element;
2
3
  export default Upload;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const formatStringToTime: (value: string) => {
2
3
  valueArray: string[];
3
4
  valueString: string;
@@ -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(): "phone" | "pc" | "ipad";
3
+ export default function useResponsive(): "pc" | "ipad" | "phone";
4
4
  export {};
@@ -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;
@@ -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": "-",
@@ -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": "-",
@@ -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": "-",
@@ -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;
@@ -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": "-",
@@ -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;
@@ -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": "-",