@seafile/sdoc-editor 2.0.50 → 2.0.52

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.
@@ -242,7 +242,7 @@ const MENUS_CONFIG_MAP = exports.MENUS_CONFIG_MAP = {
242
242
  [_elementType.CHART]: {
243
243
  id: `sdoc_${_elementType.CHART}`,
244
244
  iconClass: 'sdocfont sdoc-chart',
245
- text: 'Insert_chart'
245
+ text: 'chart'
246
246
  }
247
247
  };
248
248
 
@@ -368,7 +368,7 @@ const SIDE_INSERT_MENUS_CONFIG = exports.SIDE_INSERT_MENUS_CONFIG = {
368
368
  id: `sdoc_${_elementType.CHART}`,
369
369
  iconClass: 'sdocfont sdoc-chart',
370
370
  type: _elementType.CHART,
371
- text: 'Insert_chart'
371
+ text: 'chart'
372
372
  },
373
373
  [_elementType.CODE_BLOCK]: {
374
374
  id: '',
@@ -458,7 +458,7 @@ const SIDE_INSERT_MENUS_SEARCH_MAP = exports.SIDE_INSERT_MENUS_SEARCH_MAP = {
458
458
  [_elementType.THREE_COLUMN]: 'Three_column',
459
459
  [_elementType.FOUR_COLUMN]: 'Four_column',
460
460
  [_elementType.LINK]: 'Link',
461
- [_elementType.CHART]: 'Chart',
461
+ [_elementType.CHART]: 'chart',
462
462
  [_elementType.CODE_BLOCK]: 'Code_block',
463
463
  [_elementType.CALL_OUT]: 'Callout',
464
464
  [_elementType.UNORDERED_LIST]: 'Unordered_list',
@@ -18,3 +18,16 @@
18
18
  width: 100%;
19
19
  height: 600px;
20
20
  }
21
+
22
+ .sdoc-chart-edit-dialog .sdoc-chart-fullscreen-view .sea-chart-formatter {
23
+ padding: 16px;
24
+ }
25
+
26
+ .sdoc-chart-edit-dialog .sea-chart-editor .sea-chart-formatter {
27
+ background-color: #fff;
28
+ padding: 16px;
29
+ }
30
+
31
+ .sdoc-chart-edit-dialog .sea-chart-editor .sea-chart-settings {
32
+ border-top: 0px
33
+ }
@@ -87,27 +87,27 @@
87
87
  padding: 0 8px;
88
88
  }
89
89
 
90
- .seatable-view-records tbody tr:first-child {
90
+ .seatable-view-container .seatable-view-records tbody tr:first-child {
91
91
  font-weight: normal;
92
92
  }
93
93
 
94
- .seatable-view-records tr:nth-child(2n+1) {
94
+ .seatable-view-container .seatable-view-records tr:nth-child(2n+1) {
95
95
  background-color: #fff;
96
96
  }
97
97
 
98
- .seatable-view-records tr:nth-child(2n) {
98
+ .seatable-view-container .seatable-view-records tr:nth-child(2n) {
99
99
  background-color: #f8f8f8;
100
100
  }
101
101
 
102
- .seatable-view-records.no_alternate_color tr:nth-child(2n) {
102
+ .seatable-view-container .seatable-view-records.no_alternate_color tr:nth-child(2n) {
103
103
  background-color: #fff;
104
104
  }
105
105
 
106
- .seatable-view-records thead tr:nth-child(2n+1) {
106
+ .seatable-view-container .seatable-view-records thead tr:nth-child(2n+1) {
107
107
  background-color: #f8f8f8;
108
108
  }
109
109
 
110
- .seatable-view-records.no_alternate_color thead tr:nth-child(2n+1) {
110
+ .seatable-view-container .seatable-view-records.no_alternate_color thead tr:nth-child(2n+1) {
111
111
  background-color: #fff;
112
112
  }
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.50",
3
+ "version": "2.0.52",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "remark-parse": "11.0.0",
40
40
  "remark-rehype": "11.0.0",
41
41
  "remark-stringify": "11.0.0",
42
- "sea-chart": "2.0.9",
42
+ "sea-chart": "2.0.10",
43
43
  "slugid": "3.2.0",
44
44
  "socket.io-client": "4.8.1",
45
45
  "type-of": "2.0.1",
@@ -620,6 +620,9 @@
620
620
  "Select_seatable_rows": "选择 Seatable 行",
621
621
  "Add_rows_record": "添加行记录",
622
622
  "Double_click_then_adjust_field_width": "双击后调节字段宽度",
623
+ "SeaTable_row": "SeaTable 行",
624
+ "Please_select_one_row_record": "请选择一条记录",
625
+ "No_linked_records": "没有链接记录",
623
626
  "Insert_chart": "插入图表",
624
627
  "Edit_chart": "编辑图表",
625
628
  "Please_complete_the_chart_configuration_first": "请先完成图表配置",