dtable-ui-component 6.0.3 → 6.0.4
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/lib/ButtonFormatter/index.js +8 -2
- package/lib/CheckboxEditor/index.css +8 -20
- package/lib/CheckboxEditor/index.js +98 -35
- package/lib/CheckboxFormatter/index.css +5 -0
- package/lib/CheckboxFormatter/index.js +9 -15
- package/lib/CollaboratorEditor/index.css +12 -35
- package/lib/CollaboratorEditor/index.js +18 -212
- package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.js +27 -30
- package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +257 -0
- package/lib/CollaboratorItem/index.css +7 -1
- package/lib/CollaboratorItem/index.js +6 -2
- package/lib/Comment/body/comment.js +190 -0
- package/lib/Comment/body/index.css +95 -0
- package/lib/Comment/body/index.js +32 -0
- package/lib/Comment/footer/btns/index.css +40 -0
- package/lib/Comment/footer/btns/index.js +113 -0
- package/lib/Comment/footer/index.css +157 -0
- package/lib/Comment/footer/index.js +169 -0
- package/lib/Comment/footer/input/index.css +52 -0
- package/lib/Comment/footer/input/index.js +448 -0
- package/lib/Comment/footer/input/participant/index.css +0 -0
- package/lib/Comment/footer/input/participant/index.js +53 -0
- package/lib/Comment/footer/participants/index.css +22 -0
- package/lib/Comment/footer/participants/index.js +68 -0
- package/lib/Comment/footer/participants/participant/index.css +5 -0
- package/lib/Comment/footer/participants/participant/index.js +32 -0
- package/lib/Comment/footer/participants/participant-select/index.css +104 -0
- package/lib/Comment/footer/participants/participant-select/index.js +182 -0
- package/lib/Comment/index.css +19 -0
- package/lib/Comment/index.js +304 -0
- package/lib/Comment/model.js +25 -0
- package/lib/Comment/utils/common.js +62 -0
- package/lib/Comment/utils/index.js +27 -0
- package/lib/Comment/utils/utilities.js +176 -0
- package/lib/DTableColorPicker/index.css +1 -1
- package/lib/DTableCustomizeSelect/index.js +2 -2
- package/lib/DTableFiltersPopover/utils/index.js +1 -7
- package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
- package/lib/DTableGroupSelect/index.js +3 -3
- package/lib/DTableSelect/index.js +3 -1
- package/lib/DateEditor/index.js +14 -51
- package/lib/DateEditor/pc-date-editor-popover.js +149 -12
- package/lib/{common/delete-tip.js → DeleteTip/index.js} +12 -16
- package/lib/Department-editor/department-single-select.js +1 -1
- package/lib/Department-editor/index.js +3 -4
- package/lib/DepartmentSingleSelectFormatter/index.js +3 -2
- package/lib/DigitalSignEditor/constants.js +7 -0
- package/lib/DigitalSignEditor/index.css +69 -0
- package/lib/DigitalSignEditor/index.js +182 -0
- package/lib/DigitalSignEditor/service.js +39 -0
- package/lib/DigitalSignEditor/signature-board/index.css +35 -0
- package/lib/DigitalSignEditor/signature-board/index.js +135 -0
- package/lib/DigitalSignEditor/signature-board/signature-tool.js +396 -0
- package/lib/DigitalSignEditor/utils.js +29 -0
- package/lib/DurationEditor/index.js +110 -0
- package/lib/EmailEditor/index.js +58 -0
- package/lib/FileEditor/addition-previewer/index.css +1 -0
- package/lib/FileEditor/addition-previewer/index.js +52 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.js +252 -0
- package/lib/FileEditor/constants.js +7 -0
- package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +74 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +5 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +77 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.css +88 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.js +167 -0
- package/lib/FileEditor/files-previewer/index.css +56 -0
- package/lib/FileEditor/files-previewer/index.js +277 -0
- package/lib/FileEditor/index.css +6 -0
- package/lib/FileEditor/index.js +258 -11
- package/lib/FileEditor/utils.js +22 -0
- package/lib/FileItemFormatter/index.js +19 -20
- package/lib/FileUploader/index.css +9 -0
- package/lib/FileUploader/index.js +268 -14
- package/lib/FormulaFormatter/cell-value-validator.js +17 -17
- package/lib/FormulaFormatter/index.js +2 -1
- package/lib/FormulaFormatter/utils.js +0 -31
- package/lib/GeolocationEditor/country-editor.js +319 -0
- package/lib/GeolocationEditor/index.css +641 -0
- package/lib/GeolocationEditor/index.js +240 -0
- package/lib/GeolocationEditor/location-editor.js +368 -0
- package/lib/GeolocationEditor/map-editor/index.js +456 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.css +137 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.js +461 -0
- package/lib/GeolocationEditor/map-editor-utils.js +153 -0
- package/lib/GeolocationEditor/map-selection-editor/index.js +455 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +1 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +447 -0
- package/lib/GeolocationEditor/parse-geolocation.js +282 -0
- package/lib/GeolocationEditor/province-city-editor.js +292 -0
- package/lib/GeolocationEditor/province-editor.js +226 -0
- package/lib/GeolocationEditor/selector-header-item.js +28 -0
- package/lib/GeolocationEditor/selector-list.js +33 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.css +45 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.js +73 -0
- package/lib/ImageEditor/addition-previewer/index.css +106 -0
- package/lib/ImageEditor/addition-previewer/index.js +63 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +125 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +254 -0
- package/lib/ImageEditor/constants.js +7 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.css +59 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +155 -0
- package/lib/ImageEditor/images-previewer/index.css +18 -0
- package/lib/ImageEditor/images-previewer/index.js +140 -0
- package/lib/ImageEditor/index.css +24 -0
- package/lib/ImageEditor/index.js +194 -0
- package/lib/ImageFormatter/images-lazy-load.js +4 -2
- package/lib/ImageFormatter/index.js +8 -3
- package/lib/ImageThumbnail/index.css +20 -0
- package/lib/ImageThumbnail/index.js +137 -0
- package/lib/LinkEditor/index.js +2 -3
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MultipleSelectEditor/index.js +16 -177
- package/lib/NumberEditor/index.js +63 -77
- package/lib/RoleStatusEditor/index.css +0 -2
- package/lib/RowExpandDialog/body/index.css +21 -0
- package/lib/RowExpandDialog/body/index.js +262 -0
- package/lib/RowExpandDialog/column-content/index.css +48 -0
- package/lib/RowExpandDialog/column-content/index.js +50 -0
- package/lib/RowExpandDialog/header/index.css +31 -0
- package/lib/RowExpandDialog/header/index.js +55 -0
- package/lib/RowExpandDialog/index.css +28 -0
- package/lib/RowExpandDialog/index.js +237 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.css +22 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +24 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +18 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +43 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +5 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +232 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +104 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +148 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +165 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.css +11 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +123 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +44 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +247 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +152 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +58 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +206 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.css +4 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +127 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +31 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +130 -0
- package/lib/RowExpandEditor/constants.js +44 -0
- package/lib/RowExpandEditor/index.css +0 -0
- package/lib/RowExpandEditor/index.js +32 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +27 -0
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.css +1 -1
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.js +1 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.css +6 -6
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.js +3 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/row-expand-file-item-formatter.js +12 -13
- package/lib/{RowExpandFormulaFormatter → RowExpandFormatter/RowExpandFormulaFormatter}/index.js +11 -10
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.css +6 -6
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.js +1 -1
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/row-expand-image-item-formatter.js +5 -5
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.css +2 -2
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.js +20 -20
- package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.css +1 -1
- package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +1 -0
- package/lib/{RowExpandUrlFormatter → RowExpandFormatter/RowExpandUrlFormatter}/index.js +4 -3
- package/lib/RowExpandFormatter/constants.js +61 -0
- package/lib/RowExpandFormatter/index.css +28 -3
- package/lib/RowExpandFormatter/index.js +113 -131
- package/lib/SimpleLongTextFormatter/widgets/longTextEditor.css +2 -2
- package/lib/SingleSelectEditor/index.js +16 -156
- package/lib/SvgIcon/index.css +11 -0
- package/lib/SvgIcon/index.js +29 -0
- package/lib/TextEditor/index.js +112 -42
- package/lib/UploadProgress/index.js +38 -0
- package/lib/UrlEditor/index.js +61 -0
- package/lib/common/editor-base.js +52 -0
- package/lib/constants/file.js +96 -0
- package/lib/constants/index.js +27 -15
- package/lib/constants/key-codes.js +109 -0
- package/lib/css/cell-editor.css +18 -2
- package/lib/formatterConfig/base-formatter-config.js +23 -23
- package/lib/formatterConfig/index.js +3 -3
- package/lib/hooks/index.js +16 -0
- package/lib/index.js +81 -46
- package/lib/lang/index.js +19 -16
- package/lib/locales/de.json +167 -0
- package/lib/locales/en.json +167 -0
- package/lib/locales/es.json +167 -0
- package/lib/locales/fr.json +167 -0
- package/lib/locales/pt.json +167 -0
- package/lib/locales/ru.json +167 -0
- package/lib/locales/zh-CN.json +167 -0
- package/lib/select-editor/index.js +6 -6
- package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.js +3 -3
- package/lib/select-editor/pc-select-editor/index.css +85 -0
- package/lib/select-editor/pc-select-editor/index.js +295 -0
- package/lib/toaster/toast.js +19 -15
- package/lib/utils/cell-comparer.js +35 -0
- package/lib/utils/cell.js +55 -0
- package/lib/utils/column-utils.js +25 -0
- package/lib/utils/editor-utils.js +1 -6
- package/lib/utils/get-event-transfer.js +75 -0
- package/lib/utils/hotkey.js +37 -0
- package/lib/utils/object-utils.js +61 -0
- package/lib/utils/url.js +127 -8
- package/lib/utils/utils.js +119 -2
- package/package.json +3 -2
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +0 -97
- package/lib/FileEditor/pc-files-addition/index.js +0 -1
- package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +0 -1
- package/lib/FileEditor/pc-files-preview/index.js +0 -1
- package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +0 -1
- package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
- package/lib/FileItemFormatter/utils.js +0 -99
- package/lib/MultipleSelectEditor/index.css +0 -9
- package/lib/RowExpandLinkFormatter/utils.js +0 -71
- package/lib/RowExpandUrlFormatter/index.css +0 -1
- package/lib/SingleSelectEditor/index.css +0 -14
- package/lib/common/modal-portal.js +0 -26
- package/lib/locals/de.js +0 -103
- package/lib/locals/en.js +0 -104
- package/lib/locals/es.js +0 -103
- package/lib/locals/fr.js +0 -103
- package/lib/locals/pt.js +0 -103
- package/lib/locals/ru.js +0 -103
- package/lib/locals/zh-CN.js +0 -104
- package/lib/select-editor/pc-select-editor-popover/index.css +0 -71
- package/lib/select-editor/pc-select-editor-popover/index.js +0 -122
- /package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.css +0 -0
- /package/lib/CollaboratorEditor/{pc-collaborator-editor-popover → pc-collaborator-editor}/index.css +0 -0
- /package/lib/{common/delete-tip.css → DeleteTip/index.css} +0 -0
- /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/value-display-utils.js +0 -0
- /package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.js +0 -0
- /package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.css +0 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add_an_option": "Add an option",
|
|
3
|
+
"Search_option": "Поиск параметра",
|
|
4
|
+
"No_options_available": "Нет доступных вариантов.",
|
|
5
|
+
"Current_option": "Текущая опция",
|
|
6
|
+
"No_option": "Нет опций",
|
|
7
|
+
"Choose_an_option": "Choose an option",
|
|
8
|
+
"Add_a_collaborator": "Add a collaborator",
|
|
9
|
+
"Search_collaborator": "Поиск сотрудника",
|
|
10
|
+
"No_collaborators_available": "Нет сотрудников.",
|
|
11
|
+
"Done": "Выполнено",
|
|
12
|
+
"Choose_a_collaborator": "Choose a collaborator",
|
|
13
|
+
"Please_input": "Please input",
|
|
14
|
+
"Please_select": "Please select",
|
|
15
|
+
"Clear": "Очистить",
|
|
16
|
+
"Are_you_sure_you_want_to_delete_this_file": "Вы уверены, что хотите удалить этот файл?",
|
|
17
|
+
"Are_you_sure_you_want_to_delete_this_image": "Вы уверены, что хотите удалить это изображение?",
|
|
18
|
+
"Cancel": "Отменить",
|
|
19
|
+
"Delete": "Удалить",
|
|
20
|
+
"Search_department": "Поиск отдела",
|
|
21
|
+
"No_departments_available": "Нет доступных отделов",
|
|
22
|
+
"Current_user_department": "Отдел текущего пользователя",
|
|
23
|
+
"Current_user_department_and_sub": "Отдел текущего пользователя и его подразделения",
|
|
24
|
+
"Specific_departments": "Указанные отделы",
|
|
25
|
+
"Deleted_department": "Удаленный отдел",
|
|
26
|
+
"View_original_image": "View original image",
|
|
27
|
+
"Add_filter": "Добавить фильтр",
|
|
28
|
+
"Submit": "Сохранить",
|
|
29
|
+
"No_filters": "Нет фильтров",
|
|
30
|
+
"Select_an_option": "Выберите опцию",
|
|
31
|
+
"Add_collaborator": "Добавить сотрудника",
|
|
32
|
+
"Add_a_creator": "Добавить создателя",
|
|
33
|
+
"Add_a_last_modifier": "Добавить последний изменивший",
|
|
34
|
+
"Invalid_filter": "Недопустимый фильтр",
|
|
35
|
+
"Search_column": "Поиск столбца",
|
|
36
|
+
"No_results": "Нет результатов.",
|
|
37
|
+
"Select_option(s)": "Выберите опцию(и)",
|
|
38
|
+
"contains": "содержит",
|
|
39
|
+
"does_not_contain": "не содержит",
|
|
40
|
+
"is": "является",
|
|
41
|
+
"is_not": "не является",
|
|
42
|
+
"equal": "=",
|
|
43
|
+
"not_equal": "≠",
|
|
44
|
+
"less": "<",
|
|
45
|
+
"greater": ">",
|
|
46
|
+
"less_or_equal": "≤",
|
|
47
|
+
"greater_or_equal": "≥",
|
|
48
|
+
"is_empty": "пусто",
|
|
49
|
+
"is_not_empty": "не пусто",
|
|
50
|
+
"is_within": "внутри...",
|
|
51
|
+
"is_before": "раньше ...",
|
|
52
|
+
"is_after": "после ...",
|
|
53
|
+
"is_on_or_before": "сейчас или раньше ...",
|
|
54
|
+
"is_on_or_after": "сейчас или после ...",
|
|
55
|
+
"has_any_of": "имеет какой-либо из ...",
|
|
56
|
+
"has_all_of": "есть все ...",
|
|
57
|
+
"has_none_of": "не имеет ни одного из них...",
|
|
58
|
+
"is_exactly": "точно ...",
|
|
59
|
+
"is_current_user_ID": "это идентификатор текущего пользователя",
|
|
60
|
+
"Current_date": "Текущая дата",
|
|
61
|
+
"Specific_date": "Specific date",
|
|
62
|
+
"x_days_before_current_date": "За X дней до текущей даты",
|
|
63
|
+
"x_days_after_current_date": "X дней после текущей даты",
|
|
64
|
+
"is_any_of": "любой из ...",
|
|
65
|
+
"is_none_of": "кроме ...",
|
|
66
|
+
"include_me": "включить текущего пользователя",
|
|
67
|
+
"today": "Сегодня",
|
|
68
|
+
"tomorrow": "завтра",
|
|
69
|
+
"yesterday": "вчера",
|
|
70
|
+
"one_week_ago": "неделю назад",
|
|
71
|
+
"one_week_from_now": "через неделю",
|
|
72
|
+
"one_month_ago": "месяц назад",
|
|
73
|
+
"one_month_from_now": "через месяц",
|
|
74
|
+
"number_of_days_ago": "количество дней назад",
|
|
75
|
+
"number_of_days_from_now": "количество дней с этого момента",
|
|
76
|
+
"exact_date": "точная дата",
|
|
77
|
+
"the_past_week": "прошлая неделя",
|
|
78
|
+
"the_past_month": "прошлый месяц",
|
|
79
|
+
"the_past_year": "прошлый год",
|
|
80
|
+
"the_next_week": "на следующей неделе",
|
|
81
|
+
"the_next_month": "в следующем месяце",
|
|
82
|
+
"the_next_year": "в следующем году",
|
|
83
|
+
"the_next_numbers_of_days": "через дней...",
|
|
84
|
+
"the_past_numbers_of_days": "до дней ...",
|
|
85
|
+
"this_week": "на этой неделе",
|
|
86
|
+
"this_month": "в этом месяце",
|
|
87
|
+
"this_year": "в этом году",
|
|
88
|
+
"last_week": "last week",
|
|
89
|
+
"last_month": "last month",
|
|
90
|
+
"last_year": "last year",
|
|
91
|
+
"URL_is_invalid": "URL-адрес недействителен",
|
|
92
|
+
"Select_department": "Выбрать отдел",
|
|
93
|
+
"Default": "По умолчанию",
|
|
94
|
+
"Custom": "Custom",
|
|
95
|
+
"Recently_used": "Recently used",
|
|
96
|
+
"Digital_signature": "Цифровая подпись",
|
|
97
|
+
"Please_sign_on_this_panel": "Пожалуйста, распишитесь в этой панели",
|
|
98
|
+
"Re-sign": "Переподписать",
|
|
99
|
+
"Saving": "Сохранение...",
|
|
100
|
+
"Save": "Сохранить",
|
|
101
|
+
"All_files": "Все файлы",
|
|
102
|
+
"Add_files": "Добавьте файлы",
|
|
103
|
+
"Local_Files": "Локальные файлы",
|
|
104
|
+
"Indexing": "Индексация...",
|
|
105
|
+
"Network_Error": "Ошибка сети",
|
|
106
|
+
"Re_upload": "Повторно загрузить",
|
|
107
|
+
"Drag_and_drop_to_add_a_file": "Перетащите, чтобы добавить файл",
|
|
108
|
+
"Drag_and_drop_files_or_click_here_to_add": "Перетащите файлы или нажмите здесь, чтобы добавить",
|
|
109
|
+
"Upload": "Загрузить",
|
|
110
|
+
"Select": "Выбирать",
|
|
111
|
+
"Download": "Скачать",
|
|
112
|
+
"Select_all": "Выбрать все",
|
|
113
|
+
"1_file_selected": "Выбран 1 файл",
|
|
114
|
+
"Selected_xxx_files": "Выбрано файлов: {{ count }} ",
|
|
115
|
+
"xxx_existing_file": "{{ count }} файл(а/ов)",
|
|
116
|
+
"xxx_existing_files": "{{ count }} файл(а/ов)",
|
|
117
|
+
"More_operations": "Больше действий",
|
|
118
|
+
"Rename": "Переименовать",
|
|
119
|
+
"No_options": "Никаких вариантов",
|
|
120
|
+
"Search_country": "Поиск страны",
|
|
121
|
+
"Province/City/District_must_be_filled_in": "Поле \"Провинция/Город/Район\" обязательно для заполнения.",
|
|
122
|
+
"Address_information": "Адресная информация",
|
|
123
|
+
"Select_province_city_district": "Выберите область / город / район",
|
|
124
|
+
"Detailed_address": "Подробный адрес",
|
|
125
|
+
"Detailed_address_placeholder": "Введите подробный адрес, например улицу, номер дома, квартиру",
|
|
126
|
+
"Auto_recognition": "Автоматическое распознавание",
|
|
127
|
+
"Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Попробуйте вставить адреса, такие как провинции/города/районы, дороги, районы и т. Д., Чтобы быстро идентифицировать информацию об адресе",
|
|
128
|
+
"Loading_geolocation_data": "Загрузка данных геолокации",
|
|
129
|
+
"Province/City_must_be_filled_in": "Поле \"Провинция/Город\" обязательно для заполнения.",
|
|
130
|
+
"Select_province_city": "Выберите провинцию / город",
|
|
131
|
+
"Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Попробуйте ввести адреса, например, информацию о провинциях/городах, чтобы быстро найти нужную адресную информацию.",
|
|
132
|
+
"Search_province": "Поиск провинции",
|
|
133
|
+
"Select_location": "Выбирать",
|
|
134
|
+
"Positioning_failed": "Позиционирование не удалось",
|
|
135
|
+
"Address": "Адрес",
|
|
136
|
+
"Enter_longitude_and_latitude": "Введите долготу и широту",
|
|
137
|
+
"Enter_latitude_and_longitude": "Введите широту и долготу",
|
|
138
|
+
"The_map_plugin_is_not_properly_configured_contact_the_administrator": "Плагин Карты не настроен должным образом. Обратитесь к администратору.",
|
|
139
|
+
"Fill_in": "Заполнить",
|
|
140
|
+
"Search_failed_please_enter_detailed_address": "Поиск не удался, пожалуйста, введите подробный адрес",
|
|
141
|
+
"This_map_type_currently_does_not_support_map_point_selection": "В настоящее время этот тип карты не позволяет выбирать точки на карте",
|
|
142
|
+
"Please_enter_the_address": "Пожалуйста, введите адрес",
|
|
143
|
+
"Add_images": "Добавьте изображения",
|
|
144
|
+
"All_images": "Все изображения",
|
|
145
|
+
"Local_Images": "Локальные изображения",
|
|
146
|
+
"Image_Link": "Ссылк на изображения",
|
|
147
|
+
"Enter_a_URL": "Введите URL-адрес",
|
|
148
|
+
"Please_enter_the_correct_image_address": "Пожалуйста, введите правильный адрес изображения.",
|
|
149
|
+
"Drag_and_drop_to_add_an_image": "Перетащите изображение, чтобы добавить его",
|
|
150
|
+
"Drag_and_drop_images_or_click_or_paste_here_to_add": "Перетащите изображения или нажмите сюда, чтобы добавить",
|
|
151
|
+
"Save_failed": "Save failed",
|
|
152
|
+
"Permission_denied": "В доступе отказано.",
|
|
153
|
+
"Error": "Ошибка.",
|
|
154
|
+
"Please_check_the_network": "Пожалуйста, проверьте сеть.",
|
|
155
|
+
"Close_expanded_record": "Закрыть развернутую запись",
|
|
156
|
+
"Unknown": "Неизвестный",
|
|
157
|
+
"Edit_signature": "Редактировать подпись",
|
|
158
|
+
"Edit_Location": "Изменить местоположение",
|
|
159
|
+
"Long_text_exceed_limit_message": "Содержимое документа превысило лимит в 100000 символов, и сохранить его невозможно",
|
|
160
|
+
"Long_text_exceed_limit_suggest": "Содержание документа превысило лимит в 100000 символов, поэтому сохранятся только первые 100000 символов",
|
|
161
|
+
"Deleted_option": "удаленный параметр",
|
|
162
|
+
"Input_does_not_meet_specifications": "Input does not meet specifications",
|
|
163
|
+
"Mark_as_resolved": "Пометить как разрешенный",
|
|
164
|
+
"No_comment_yet": "Пока без комментариев",
|
|
165
|
+
"Add_comment": "Добавить комментарий",
|
|
166
|
+
"Add_participants": "Добавить участников"
|
|
167
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add_an_option": "添加一个选项",
|
|
3
|
+
"Search_option": "搜索选项",
|
|
4
|
+
"No_options_available": "没有找到标签",
|
|
5
|
+
"Current_option": "当前标签",
|
|
6
|
+
"No_option": "没有标签",
|
|
7
|
+
"Choose_an_option": "选择一个标签",
|
|
8
|
+
"Add_a_collaborator": "添加协作人",
|
|
9
|
+
"Search_collaborator": "搜索协作人",
|
|
10
|
+
"No_collaborators_available": "没有找到协作人",
|
|
11
|
+
"Done": "完成",
|
|
12
|
+
"Choose_a_collaborator": "选择一个协作人",
|
|
13
|
+
"Please_input": "请输入",
|
|
14
|
+
"Please_select": "请选择",
|
|
15
|
+
"Clear": "清除",
|
|
16
|
+
"Are_you_sure_you_want_to_delete_this_file": "你确定要删除此文件吗?",
|
|
17
|
+
"Are_you_sure_you_want_to_delete_this_image": "你确定要删除此图片吗?",
|
|
18
|
+
"Cancel": "取消",
|
|
19
|
+
"Delete": "删除",
|
|
20
|
+
"Search_department": "搜索部门",
|
|
21
|
+
"No_departments_available": "没有可用的部门",
|
|
22
|
+
"Current_user_department": "当前用户的部门",
|
|
23
|
+
"Current_user_department_and_sub": "当前用户的部门和子部门",
|
|
24
|
+
"Specific_departments": "具体部门",
|
|
25
|
+
"Deleted_department": "已删除部门",
|
|
26
|
+
"View_original_image": "View original image",
|
|
27
|
+
"Add_filter": "增加过滤条件",
|
|
28
|
+
"Submit": "提交",
|
|
29
|
+
"No_filters": "没有过滤器",
|
|
30
|
+
"Select_an_option": "选择标签",
|
|
31
|
+
"Add_collaborator": "添加协作人",
|
|
32
|
+
"Add_a_creator": "添加创建者",
|
|
33
|
+
"Add_a_last_modifier": "添加最近的修改人",
|
|
34
|
+
"Invalid_filter": "无效的过滤器",
|
|
35
|
+
"Search_column": "搜索列",
|
|
36
|
+
"No_results": "没有结果。",
|
|
37
|
+
"Select_option(s)": "选择标签",
|
|
38
|
+
"contains": "包含",
|
|
39
|
+
"does_not_contain": "不包含",
|
|
40
|
+
"is": "是",
|
|
41
|
+
"is_not": "不是",
|
|
42
|
+
"equal": "等于",
|
|
43
|
+
"not_equal": "不等于",
|
|
44
|
+
"less": "小于",
|
|
45
|
+
"greater": "大于",
|
|
46
|
+
"less_or_equal": "小于或等于",
|
|
47
|
+
"greater_or_equal": "大于或等于",
|
|
48
|
+
"is_empty": "是空",
|
|
49
|
+
"is_not_empty": "不是空",
|
|
50
|
+
"is_within": "在某段时间内",
|
|
51
|
+
"is_before": "在某天之前",
|
|
52
|
+
"is_after": "在某天之后",
|
|
53
|
+
"is_on_or_before": "在某天或之前",
|
|
54
|
+
"is_on_or_after": "在某天或之后",
|
|
55
|
+
"has_any_of": "包含其中一个",
|
|
56
|
+
"has_all_of": "包含所有",
|
|
57
|
+
"has_none_of": "不包含",
|
|
58
|
+
"is_exactly": "精确筛选",
|
|
59
|
+
"is_current_user_ID": "是当前用户的 ID",
|
|
60
|
+
"Current_date": "当前日期",
|
|
61
|
+
"Specific_date": "指定日期",
|
|
62
|
+
"x_days_before_current_date": "当前日期的前 X 天",
|
|
63
|
+
"x_days_after_current_date": "当前日期的后 X 天",
|
|
64
|
+
"is_any_of": "是任意一个...",
|
|
65
|
+
"is_none_of": "不是任意一个...",
|
|
66
|
+
"include_me": "包括当前用户",
|
|
67
|
+
"today": "今天",
|
|
68
|
+
"tomorrow": "明天",
|
|
69
|
+
"yesterday": "昨天",
|
|
70
|
+
"one_week_ago": "一周前",
|
|
71
|
+
"one_week_from_now": "一周后",
|
|
72
|
+
"one_month_ago": "一个月前",
|
|
73
|
+
"one_month_from_now": "一个月后",
|
|
74
|
+
"number_of_days_ago": "特定天数前",
|
|
75
|
+
"number_of_days_from_now": "特定天数后",
|
|
76
|
+
"exact_date": "精确日期",
|
|
77
|
+
"the_past_week": "上个星期",
|
|
78
|
+
"the_past_month": "上个月",
|
|
79
|
+
"the_past_year": "去年",
|
|
80
|
+
"the_next_week": "下个星期",
|
|
81
|
+
"the_next_month": "下个月",
|
|
82
|
+
"the_next_year": "下一年",
|
|
83
|
+
"the_next_numbers_of_days": "今天之后的指定天数",
|
|
84
|
+
"the_past_numbers_of_days": "今天之前的指定天数",
|
|
85
|
+
"this_week": "这个星期",
|
|
86
|
+
"this_month": "这个月",
|
|
87
|
+
"this_year": "今年",
|
|
88
|
+
"last_week": "上个星期",
|
|
89
|
+
"last_month": "上个月",
|
|
90
|
+
"last_year": "去年",
|
|
91
|
+
"URL_is_invalid": "URL 无效",
|
|
92
|
+
"Select_department": "选择部门",
|
|
93
|
+
"Default": "默认",
|
|
94
|
+
"Custom": "自定义",
|
|
95
|
+
"Recently_used": "Recently used",
|
|
96
|
+
"Digital_signature": "数字签名",
|
|
97
|
+
"Please_sign_on_this_panel": "请在此面板上签名",
|
|
98
|
+
"Re-sign": "重新签名",
|
|
99
|
+
"Saving": "保存中...",
|
|
100
|
+
"Save": "保存",
|
|
101
|
+
"All_files": "全部文件",
|
|
102
|
+
"Add_files": "添加文件",
|
|
103
|
+
"Local_Files": "本地文件",
|
|
104
|
+
"Indexing": "索引中...",
|
|
105
|
+
"Network_Error": "网络错误",
|
|
106
|
+
"Re_upload": "重新上传",
|
|
107
|
+
"Drag_and_drop_to_add_a_file": "拖拽添加文件",
|
|
108
|
+
"Drag_and_drop_files_or_click_here_to_add": "将文件拖拽或点击到此处进行上传",
|
|
109
|
+
"Upload": "上传",
|
|
110
|
+
"Select": "选择",
|
|
111
|
+
"Download": "下载",
|
|
112
|
+
"Select_all": "选择全部",
|
|
113
|
+
"1_file_selected": "已选择 1 个文件",
|
|
114
|
+
"Selected_xxx_files": "已选择 {{ count }} 个文件",
|
|
115
|
+
"xxx_existing_file": "{{ count }} 个文件",
|
|
116
|
+
"xxx_existing_files": "{{ count }} 个文件",
|
|
117
|
+
"More_operations": "更多操作",
|
|
118
|
+
"Rename": "重命名",
|
|
119
|
+
"No_options": "无选项",
|
|
120
|
+
"Search_country": "搜索国家",
|
|
121
|
+
"Province/City/District_must_be_filled_in": "省/市/区必须填写。",
|
|
122
|
+
"Address_information": "地址信息",
|
|
123
|
+
"Select_province_city_district": "选择省/市/区",
|
|
124
|
+
"Detailed_address": "详细地址",
|
|
125
|
+
"Detailed_address_placeholder": "输入详细的地址, 如道路, 门牌号, 小区等",
|
|
126
|
+
"Auto_recognition": "自动识别",
|
|
127
|
+
"Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "尝试粘贴地址,例如省/城市/地区,道路,社区等,以快速识别地址信息",
|
|
128
|
+
"Loading_geolocation_data": "正在加载位置信息",
|
|
129
|
+
"Province/City_must_be_filled_in": "省/市必须填写。",
|
|
130
|
+
"Select_province_city": "选择省份/城市",
|
|
131
|
+
"Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "尝试粘贴地址,例如省/市信息,以快速识别地址信息",
|
|
132
|
+
"Search_province": "搜索省份",
|
|
133
|
+
"Select_location": "选择",
|
|
134
|
+
"Positioning_failed": "定位失败",
|
|
135
|
+
"Address": "地址",
|
|
136
|
+
"Enter_longitude_and_latitude": "输入经度和纬度",
|
|
137
|
+
"Enter_latitude_and_longitude": "输入经度和纬度",
|
|
138
|
+
"The_map_plugin_is_not_properly_configured_contact_the_administrator": "地图插件未正确配置。请与管理员联系。",
|
|
139
|
+
"Fill_in": "填入",
|
|
140
|
+
"Search_failed_please_enter_detailed_address": "搜索失败,请输入详细地址",
|
|
141
|
+
"This_map_type_currently_does_not_support_map_point_selection": "该地图类型暂不支持地图选点",
|
|
142
|
+
"Please_enter_the_address": "请输入地址",
|
|
143
|
+
"Add_images": "添加图片",
|
|
144
|
+
"All_images": "全部图片",
|
|
145
|
+
"Local_Images": "本地图片",
|
|
146
|
+
"Image_Link": "图片链接",
|
|
147
|
+
"Enter_a_URL": "输入一个地址",
|
|
148
|
+
"Please_enter_the_correct_image_address": "请输入正确的图片地址。",
|
|
149
|
+
"Drag_and_drop_to_add_an_image": "拖拽即可添加图片",
|
|
150
|
+
"Drag_and_drop_images_or_click_or_paste_here_to_add": "将图片拖拽或点击或粘贴到此处进行上传",
|
|
151
|
+
"Save_failed": "保存失败",
|
|
152
|
+
"Permission_denied": "权限错误。",
|
|
153
|
+
"Error": "错误。",
|
|
154
|
+
"Please_check_the_network": "请检查网络连接。",
|
|
155
|
+
"Close_expanded_record": "关闭行展开对话框",
|
|
156
|
+
"Unknown": "未知",
|
|
157
|
+
"Edit_signature": "编辑签名",
|
|
158
|
+
"Edit_Location": "编辑地理位置",
|
|
159
|
+
"Long_text_exceed_limit_message": "文档内容已超过 100000 字符限制,内容无法保存",
|
|
160
|
+
"Long_text_exceed_limit_suggest": "文档内容已超过 100000 个字符的限制,仅保存前 100000 个字符",
|
|
161
|
+
"Deleted_option": "已删除的标签",
|
|
162
|
+
"Input_does_not_meet_specifications": "输入不符合规范",
|
|
163
|
+
"Mark_as_resolved": "标记为已解决",
|
|
164
|
+
"No_comment_yet": "暂无评论",
|
|
165
|
+
"Add_comment": "增加评论",
|
|
166
|
+
"Add_participants": "添加参与人"
|
|
167
|
+
}
|
|
@@ -4,16 +4,16 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
Object.defineProperty(exports, "
|
|
7
|
+
Object.defineProperty(exports, "MBSelectEditor", {
|
|
8
8
|
enumerable: true,
|
|
9
9
|
get: function () {
|
|
10
|
-
return
|
|
10
|
+
return _mbSelectEditor.default;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
-
Object.defineProperty(exports, "
|
|
13
|
+
Object.defineProperty(exports, "PCSelectEditor", {
|
|
14
14
|
enumerable: true,
|
|
15
15
|
get: function () {
|
|
16
|
-
return
|
|
16
|
+
return _pcSelectEditor.default;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "SelectEditorOption", {
|
|
@@ -22,6 +22,6 @@ Object.defineProperty(exports, "SelectEditorOption", {
|
|
|
22
22
|
return _selectEditorOption.default;
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
|
-
var
|
|
26
|
-
var
|
|
25
|
+
var _mbSelectEditor = _interopRequireDefault(require("./mb-select-editor"));
|
|
26
|
+
var _pcSelectEditor = _interopRequireDefault(require("./pc-select-editor"));
|
|
27
27
|
var _selectEditorOption = _interopRequireDefault(require("./select-editor-option"));
|
|
@@ -14,7 +14,7 @@ require("./index.css");
|
|
|
14
14
|
class MBSelectEditorPopover extends _react.default.Component {
|
|
15
15
|
constructor(props) {
|
|
16
16
|
super(props);
|
|
17
|
-
this.
|
|
17
|
+
this.handleHistoryBack = e => {
|
|
18
18
|
e.preventDefault();
|
|
19
19
|
this.props.onClosePopover();
|
|
20
20
|
};
|
|
@@ -109,10 +109,10 @@ class MBSelectEditorPopover extends _react.default.Component {
|
|
|
109
109
|
}
|
|
110
110
|
componentDidMount() {
|
|
111
111
|
history.pushState(null, null, '#'); // eslint-disable-line
|
|
112
|
-
window.addEventListener('popstate', this.
|
|
112
|
+
window.addEventListener('popstate', this.handleHistoryBack, false);
|
|
113
113
|
}
|
|
114
114
|
componentWillUnmount() {
|
|
115
|
-
window.removeEventListener('popstate', this.
|
|
115
|
+
window.removeEventListener('popstate', this.handleHistoryBack, false);
|
|
116
116
|
}
|
|
117
117
|
render() {
|
|
118
118
|
const {
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
@import url('../../css/cell-editor.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui-select-editor-container .select-options-search {
|
|
4
|
+
padding: 10px 10px 0 10px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.dtable-ui-select-editor-container .select-options-search input {
|
|
8
|
+
height: 28px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.dtable-ui-select-editor-container .select-options-container {
|
|
12
|
+
min-height: 160px;
|
|
13
|
+
max-height: 200px;
|
|
14
|
+
padding: 10px 0;
|
|
15
|
+
overflow: auto;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/* option item */
|
|
19
|
+
.dtable-ui-select-editor-container .select-option-item {
|
|
20
|
+
white-space: nowrap;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.dtable-ui-select-editor-container .select-option-item .select-option-item-container {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
width: 100%;
|
|
27
|
+
height: 30px;
|
|
28
|
+
border-radius: 2px;
|
|
29
|
+
font-size: 13px;
|
|
30
|
+
color: #212529;
|
|
31
|
+
padding: 0 10px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.dtable-ui-select-editor-container .select-option-item .select-option-item-container.select-option-item-container-highlight {
|
|
35
|
+
background: #f5f5f5;
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.dtable-ui-select-editor-container .option-info {
|
|
40
|
+
flex: 1;
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.dtable-ui-select-editor-container .option-info .option-name {
|
|
47
|
+
width: fit-content;
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
text-overflow: ellipsis;
|
|
50
|
+
white-space: nowrap;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.dtable-ui-select-editor-container .option-checked {
|
|
54
|
+
width: 20px;
|
|
55
|
+
text-align: center;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.dtable-ui-select-editor-container .option-checked .dtable-font {
|
|
59
|
+
font-size: 12px;
|
|
60
|
+
color: #798d99;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.dtable-ui-select-editor-container .select-options-add {
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
padding: 0 10px;
|
|
67
|
+
height: 30px;
|
|
68
|
+
border-top: 1px solid #ccc;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dtable-ui-select-editor-container .select-options-add .dtable-font {
|
|
72
|
+
margin-right: 5px;
|
|
73
|
+
font-size: 12px;
|
|
74
|
+
font-weight: 600;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.dtable-ui-select-editor-container .select-options-add > span {
|
|
78
|
+
display: inline-block;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
font-weight: 500;
|
|
81
|
+
color: #212529;
|
|
82
|
+
white-space: nowrap;
|
|
83
|
+
overflow: hidden;
|
|
84
|
+
text-overflow: ellipsis;
|
|
85
|
+
}
|