dtable-ui-component 4.4.31 → 4.4.33

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.
@@ -313,7 +313,7 @@ class FilterItem extends _react.default.Component {
313
313
  onSelectOption: _this.onSelectMultiple,
314
314
  placeholder: (0, _lang.getLocale)('Select_option(s)'),
315
315
  searchable: true,
316
- searchPlaceholder: (0, _lang.getLocale)('Find_an_option'),
316
+ searchPlaceholder: (0, _lang.getLocale)('Search_option'),
317
317
  noOptionsPlaceholder: (0, _lang.getLocale)('No_options_available'),
318
318
  supportMultipleSelect: isSupportMultipleSelect
319
319
  });
@@ -417,7 +417,7 @@ class FilterItem extends _react.default.Component {
417
417
  onSelectOption: this.onSelectSingle,
418
418
  placeholder: (0, _lang.getLocale)('Select_an_option'),
419
419
  searchable: true,
420
- searchPlaceholder: (0, _lang.getLocale)('Find_an_option'),
420
+ searchPlaceholder: (0, _lang.getLocale)('Search_option'),
421
421
  noOptionsPlaceholder: (0, _lang.getLocale)('No_options_available')
422
422
  });
423
423
  }
@@ -663,7 +663,7 @@ class FilterItem extends _react.default.Component {
663
663
  options: filterColumnOptions,
664
664
  onSelectOption: this.onSelectColumn,
665
665
  searchable: true,
666
- searchPlaceholder: (0, _lang.getLocale)('Find_column'),
666
+ searchPlaceholder: (0, _lang.getLocale)('Search_column'),
667
667
  noOptionsPlaceholder: (0, _lang.getLocale)('No_results')
668
668
  })), /*#__PURE__*/_react.default.createElement("div", {
669
669
  className: "filter-predicate ml-2 ".concat(_isCheckboxColumn ? 'filter-checkbox-predicate' : '')
@@ -138,7 +138,7 @@ function DepartmentMultipleSelect(props) {
138
138
  className: "form-control",
139
139
  type: "text",
140
140
  autoFocus: true,
141
- placeholder: (0, _lang.getLocale)('Find_a_department'),
141
+ placeholder: (0, _lang.getLocale)('Search_department'),
142
142
  value: searchVal,
143
143
  onChange: onChangeSearch,
144
144
  onClick: onClick
@@ -259,7 +259,7 @@ class DepartmentSingleSelect extends _react.Component {
259
259
  className: "form-control",
260
260
  type: "text",
261
261
  autoFocus: true,
262
- placeholder: (0, _lang.getLocale)('Find_a_department'),
262
+ placeholder: (0, _lang.getLocale)('Search_department'),
263
263
  value: this.state.searchVal,
264
264
  onChange: this.onChangeSearch,
265
265
  onClick: this.onStopPropagation
@@ -123,7 +123,7 @@ class MBLinkEditorPopover extends _react.default.Component {
123
123
  }, /*#__PURE__*/_react.default.createElement("input", {
124
124
  className: "form-control",
125
125
  type: "text",
126
- placeholder: (0, _lang.getLocale)('Find_an_option'),
126
+ placeholder: (0, _lang.getLocale)('Search_option'),
127
127
  value: searchVal,
128
128
  onChange: this.onChangeSearch,
129
129
  onClick: this.onInputClick
@@ -64,7 +64,7 @@ class PCLinkEditorPopover extends _react.default.Component {
64
64
  value: searchValue,
65
65
  onChange: this.onValueChanged,
66
66
  onClick: this.onInputClick,
67
- placeholder: (0, _lang.getLocale)('Find_an_option')
67
+ placeholder: (0, _lang.getLocale)('Search_option')
68
68
  })), /*#__PURE__*/_react.default.createElement("div", {
69
69
  className: "link-options-container"
70
70
  }, options.length > 0 && options.map((option, index) => {
package/lib/locals/de.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const de = {
9
9
  "Add_an_option": "Fügen Sie eine Option hinzu",
10
- "Find_an_option": "Finden Sie eine Option",
10
+ "Search_option": "Finden Sie eine Option",
11
11
  "No_options_available": "Es sind keine Optionen verfügbar.",
12
12
  "Current_option": "Aktuelle Option",
13
13
  "No_option": "Keine Option",
@@ -24,7 +24,7 @@ const de = {
24
24
  "Are_you_sure_you_want_to_delete_this_image": "Möchten Sie das Bild wirklich löschen?",
25
25
  "Cancel": "Abbrechen",
26
26
  "Delete": "Löschen",
27
- "Find_a_department": "Bereich suchen",
27
+ "Search_department": "Bereich suchen",
28
28
  "No_departments_available": "Es sind keine Departments verfügbar.",
29
29
  "Current_user_department": "Department des aktuellen Benutzers",
30
30
  "Current_user_department_and_sub": "Bereich und Unterbereiche des aktuellen Benutzers",
@@ -38,7 +38,7 @@ const de = {
38
38
  "Add_a_creator": "Mitarbeiter hinzufügen",
39
39
  "Add_a_last_modifier": "Letzten Bearbeiter hinzufügen",
40
40
  "Invalid_filter": "Ungültiger Filter",
41
- "Find_column": "Spalte suchen",
41
+ "Search_column": "Spalte suchen",
42
42
  "No_results": "Keine Ergebnisse",
43
43
  "Select_option(s)": "Option(en) auswählen",
44
44
  "contains": "enthält",
@@ -90,6 +90,9 @@ const de = {
90
90
  "the_past_numbers_of_days": "Innerhalb der letzten x Tage",
91
91
  "this_week": "Diese Woche",
92
92
  "this_month": "Diesen Monat",
93
- "this_year": "Dieses Jahr"
93
+ "this_year": "Dieses Jahr",
94
+ "last_week": "letzte Woche",
95
+ "last_month": "letzten Monat",
96
+ "last_year": "letztes Jahr"
94
97
  };
95
98
  var _default = exports.default = de;
package/lib/locals/en.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const en = {
9
9
  "Add_an_option": "Add an option",
10
- "Find_an_option": "Find a option",
10
+ "Search_option": "Search option",
11
11
  "No_options_available": "No options available",
12
12
  "Current_option": "Current option",
13
13
  "No_option": "No option",
@@ -24,7 +24,7 @@ const en = {
24
24
  "Are_you_sure_you_want_to_delete_this_image": "Are you sure you want to delete this image?",
25
25
  "Cancel": "Cancel",
26
26
  "Delete": "Delete",
27
- "Find_a_department": "Find a department",
27
+ "Search_department": "Search department",
28
28
  "No_departments_available": "No departments available",
29
29
  "Current_user_department": "Current user\"s department",
30
30
  "Current_user_department_and_sub": "Current user\"s department and sub-departments",
@@ -38,7 +38,7 @@ const en = {
38
38
  "Add_a_creator": "Add a creator",
39
39
  "Add_a_last_modifier": "Add a last modifier",
40
40
  "Invalid_filter": "Invalid filter",
41
- "Find_column": "Find column",
41
+ "Search_column": "Search column",
42
42
  "No_results": "No results",
43
43
  "Select_option(s)": "Select option(s)",
44
44
  "contains": "contains",
@@ -90,6 +90,9 @@ const en = {
90
90
  "the_past_numbers_of_days": "the past numbers of days",
91
91
  "this_week": "this week",
92
92
  "this_month": "this month",
93
- "this_year": "this year"
93
+ "this_year": "this year",
94
+ "last_week": "last week",
95
+ "last_month": "last month",
96
+ "last_year": "last year"
94
97
  };
95
98
  var _default = exports.default = en;
package/lib/locals/es.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const es = {
9
9
  "Add_an_option": "Add an option",
10
- "Find_an_option": "Find a option",
10
+ "Search_option": "Search option",
11
11
  "No_options_available": " No hay opciones disponibles",
12
12
  "Current_option": "Opción actual",
13
13
  "No_option": "Sin opciones",
@@ -24,7 +24,7 @@ const es = {
24
24
  "Are_you_sure_you_want_to_delete_this_file": "¿Está seguro de querer eliminar este archivo?",
25
25
  "Cancel": "Cancelar",
26
26
  "Delete": "Borrar",
27
- "Find_a_department": "Find a department",
27
+ "Search_department": "Search department",
28
28
  "No_departments_available": "No departments available",
29
29
  "Current_user_department": "Current user's department",
30
30
  "Current_user_department_and_sub": "Current user's department and sub-departments",
@@ -38,7 +38,7 @@ const es = {
38
38
  "Add_a_creator": "Añadir un creador",
39
39
  "Add_a_last_modifier": "Añadir un último en modificar",
40
40
  "Invalid_filter": "Filtro inválido",
41
- "Find_column": "Find column",
41
+ "Search_column": "Search column",
42
42
  "No_results": "Sin resultados.",
43
43
  "Select_option(s)": "Elegir opción(es)",
44
44
  "contains": "contiene",
@@ -90,6 +90,9 @@ const es = {
90
90
  "the_past_numbers_of_days": "en los últimos días",
91
91
  "this_week": "esta semana",
92
92
  "this_month": "este mes",
93
- "this_year": "este año"
93
+ "this_year": "este año",
94
+ "last_week": "la semana pasada",
95
+ "last_month": "el mes pasado",
96
+ "last_year": "el año pasado"
94
97
  };
95
98
  var _default = exports.default = es;
package/lib/locals/fr.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const fr = {
9
9
  "Add_an_option": "Ajouter une option",
10
- "Find_an_option": "Trouver une option",
10
+ "Search_option": "Trouver une option",
11
11
  "No_options_available": "Il n'y a pas d'options disponibles.",
12
12
  "Current_option": "Option actuelle",
13
13
  "No_option": "Aucune option",
@@ -24,7 +24,7 @@ const fr = {
24
24
  "Are_you_sure_you_want_to_delete_this_file": "Êtes-vous sûr de vouloir supprimer ce fichier?",
25
25
  "Cancel": "Annuler",
26
26
  "Delete": "Supprimer",
27
- "Find_a_department": "Chercher un département",
27
+ "Search_department": "Chercher un département",
28
28
  "No_departments_available": "Aucun département n'est disponible.",
29
29
  "Current_user_department": "Département de l'utilisateur actuel",
30
30
  "Current_user_department_and_sub": "Département et sous-départements de l'utilisateur actuel",
@@ -38,7 +38,7 @@ const fr = {
38
38
  "Add_a_creator": "Ajouter un créateur",
39
39
  "Add_a_last_modifier": "Ajouter un dernier éditeur",
40
40
  "Invalid_filter": "Filtre invalide",
41
- "Find_column": "Rechercher une colonne",
41
+ "Search_column": "Rechercher une colonne",
42
42
  "No_results": "Aucun résultat",
43
43
  "Select_option(s)": "Selectionner une ou plusieurs options",
44
44
  "contains": "contient",
@@ -90,6 +90,9 @@ const fr = {
90
90
  "the_past_numbers_of_days": "au cours de tels derniers jours",
91
91
  "this_week": "cette semaine",
92
92
  "this_month": "ce mois",
93
- "this_year": "cette année"
93
+ "this_year": "cette année",
94
+ "last_week": "la semaine dernière",
95
+ "last_month": "le mois dernier",
96
+ "last_year": "l'année dernière"
94
97
  };
95
98
  var _default = exports.default = fr;
package/lib/locals/pt.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const pt = {
9
9
  "Add_an_option": "Adicione uma opção",
10
- "Find_an_option": "Encontre uma opção",
10
+ "Search_option": "Encontre uma opção",
11
11
  "No_options_available": "Sem opções disponíveis",
12
12
  "Current_option": "Opção atual",
13
13
  "No_option": "Nenhuma opção",
@@ -24,7 +24,7 @@ const pt = {
24
24
  "Are_you_sure_you_want_to_delete_this_file": "Tem certeza de que deseja excluir este arquivo?",
25
25
  "Cancel": "Cancelar",
26
26
  "Delete": "Excluir",
27
- "Find_a_department": "Find a department",
27
+ "Search_department": "Search department",
28
28
  "No_departments_available": "No departments available",
29
29
  "Current_user_department": "Current user's department",
30
30
  "Current_user_department_and_sub": "Current user's department and sub-departments",
@@ -38,7 +38,7 @@ const pt = {
38
38
  "Add_a_creator": "Adicione um Criador",
39
39
  "Add_a_last_modifier": "Adicione um último modificador",
40
40
  "Invalid_filter": "Filtro inválido",
41
- "Find_column": "Encontrar coluna",
41
+ "Search_column": "Encontrar coluna",
42
42
  "No_results": "Sem resultados.",
43
43
  "Select_option(s)": "Selecione as opções)",
44
44
  "contains": "contém",
@@ -90,6 +90,9 @@ const pt = {
90
90
  "the_past_numbers_of_days": "os últimos números de dias",
91
91
  "this_week": "essa semana",
92
92
  "this_month": "este mês",
93
- "this_year": "este ano"
93
+ "this_year": "este ano",
94
+ "last_week": "semana anterior",
95
+ "last_month": "mês passado",
96
+ "last_year": "ano passado"
94
97
  };
95
98
  var _default = exports.default = pt;
package/lib/locals/ru.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const ru = {
9
9
  "Add_an_option": "Add an option",
10
- "Find_an_option": "Find a option",
10
+ "Search_option": "Search option",
11
11
  "No_options_available": "Нет доступных вариантов.",
12
12
  "Current_option": "Текущая опция",
13
13
  "No_option": "Нет опций",
@@ -24,7 +24,7 @@ const ru = {
24
24
  "Are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
25
25
  "Cancel": "Отменить",
26
26
  "Delete": "Удалить",
27
- "Find_a_department": "Find a department",
27
+ "Search_department": "Search department",
28
28
  "No_departments_available": "No departments available",
29
29
  "Current_user_department": "Current user's department",
30
30
  "Current_user_department_and_sub": "Current user's department and sub-departments",
@@ -38,7 +38,7 @@ const ru = {
38
38
  "Add_a_creator": "Добавить создателя",
39
39
  "Add_a_last_modifier": "Добавить последний изменивший",
40
40
  "Invalid_filter": "Invalid filter",
41
- "Find_column": "Find column",
41
+ "Search_column": "Search column",
42
42
  "No_results": "Нет результатов.",
43
43
  "Select_option(s)": "Выберите опцию(и)",
44
44
  "contains": "содержит",
@@ -90,6 +90,9 @@ const ru = {
90
90
  "the_past_numbers_of_days": "до дней ...",
91
91
  "this_week": "на этой неделе",
92
92
  "this_month": "в этом месяце",
93
- "this_year": "в этом году"
93
+ "this_year": "в этом году",
94
+ "last_week": "last week",
95
+ "last_month": "last month",
96
+ "last_year": "last year"
94
97
  };
95
98
  var _default = exports.default = ru;
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  /* eslint-disable quotes */
8
8
  const zh_CN = {
9
9
  "Add_an_option": "添加一个选项",
10
- "Find_an_option": "查找标签",
10
+ "Search_option": "查找标签",
11
11
  "No_options_available": "没有找到标签。",
12
12
  "Current_option": "当前标签",
13
13
  "No_option": "没有标签",
@@ -24,7 +24,7 @@ const zh_CN = {
24
24
  "Are_you_sure_you_want_to_delete_this_image": "你确定要删除此图片吗?",
25
25
  "Cancel": "取消",
26
26
  "Delete": "删除",
27
- "Find_a_department": "查找部门",
27
+ "Search_department": "查找部门",
28
28
  "No_departments_available": "没有可用的部门",
29
29
  "Current_user_department": "当前用户的部门",
30
30
  "Current_user_department_and_sub": "当前用户的部门和子部门",
@@ -38,7 +38,7 @@ const zh_CN = {
38
38
  "Add_a_creator": "增加创建者",
39
39
  "Add_a_last_modifier": "增加最后修改者",
40
40
  "Invalid_filter": "无效的过滤器",
41
- "Find_column": "查找列",
41
+ "Search_column": "查找列",
42
42
  "No_results": "没有结果",
43
43
  "Select_option(s)": "选择标签",
44
44
  "contains": "包含",
@@ -90,6 +90,9 @@ const zh_CN = {
90
90
  "the_past_numbers_of_days": "今天之前的指定天数",
91
91
  "this_week": "这个星期",
92
92
  "this_month": "这个月",
93
- "this_year": "今年"
93
+ "this_year": "今年",
94
+ "last_week": "上个星期",
95
+ "last_month": "上个月",
96
+ "last_year": "去年"
94
97
  };
95
98
  var _default = exports.default = zh_CN;
@@ -166,7 +166,7 @@ class MBSelectEditorPopover extends _react.default.Component {
166
166
  }, /*#__PURE__*/_react.default.createElement("input", {
167
167
  className: "form-control",
168
168
  type: "text",
169
- placeholder: (0, _lang.getLocale)('Find_an_option'),
169
+ placeholder: (0, _lang.getLocale)('Search_option'),
170
170
  value: searchVal,
171
171
  onChange: this.onChangeSearch,
172
172
  onClick: this.onInputClick
@@ -81,7 +81,7 @@ class PCSelectEditorPopover extends _react.default.Component {
81
81
  className: "form-control",
82
82
  onChange: this.onValueChanged,
83
83
  onClick: this.onInputClick,
84
- placeholder: (0, _lang.getLocale)('Find_an_option')
84
+ placeholder: (0, _lang.getLocale)('Search_option')
85
85
  })), /*#__PURE__*/_react.default.createElement("div", {
86
86
  className: "select-options-container"
87
87
  }, options.length > 0 && options.map((option, index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "4.4.31",
3
+ "version": "4.4.33",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",