Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Aug 10, 2022
1 parent 4756944 commit 9f75cd3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
* Side Public License, v 1.
*/

/** External */
import { EuiFilterButton, EuiFilterGroup, EuiPopover, useResizeObserver } from '@elastic/eui';
import React, { useCallback, useEffect, useMemo, useState, useRef } from 'react';
import { debounce, isEmpty } from 'lodash';
import classNames from 'classnames';
import { Subject } from 'rxjs';

/** Internal */
import { useReduxEmbeddableContext } from '@kbn/presentation-util-plugin/public';

/** Local */
import { OptionsListStrings } from './options_list_strings';
import { optionsListReducers } from '../options_list_reducers';
import { OptionsListPopover } from './options_list_popover';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
* Side Public License, v 1.
*/

/** External */
import React, { useState } from 'react';

/** Internal */
import { EuiFormRow, EuiSwitch } from '@elastic/eui';

/** Local */
import { OptionsListEmbeddableInput } from '../types';
import { OptionsListStrings } from './options_list_strings';
import { ControlEditorProps } from '../..';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
* Side Public License, v 1.
*/

/** External */
import React, { useMemo, useState } from 'react';
import { isEmpty } from 'lodash';

/** Internal */
import {
EuiFilterSelectItem,
EuiPopoverTitle,
Expand All @@ -27,7 +25,6 @@ import {
} from '@elastic/eui';
import { useReduxEmbeddableContext } from '@kbn/presentation-util-plugin/public';

/** Local */
import { optionsListReducers } from '../options_list_reducers';
import { OptionsListStrings } from './options_list_strings';
import { OptionsListReduxState } from '../types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
* Side Public License, v 1.
*/

/** External */
import deepEqual from 'fast-deep-equal';

/** Internal */
import { i18n } from '@kbn/i18n';
import { lazyLoadReduxEmbeddablePackage } from '@kbn/presentation-util-plugin/public';
import { EmbeddableFactoryDefinition, IContainer } from '@kbn/embeddable-plugin/public';

/** Local */
import {
createOptionsListExtract,
createOptionsListInject,
Expand Down
5 changes: 0 additions & 5 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1310,12 +1310,7 @@
"controls.optionsList.description": "Ajoutez un menu pour la sélection de valeurs de champ.",
"controls.optionsList.displayName": "Liste des options",
"controls.optionsList.editor.allowMultiselectTitle": "Permettre des sélections multiples dans une liste déroulante",
"controls.optionsList.editor.dataViewTitle": "Vue de données",
"controls.optionsList.editor.fieldTitle": "Champ",
"controls.optionsList.editor.noDataViewTitle": "Sélectionner la vue de données",
"controls.optionsList.editor.runPastTimeout": "Exécuter après expiration du délai",
"controls.optionsList.errors.dataViewNotFound": "Impossible de localiser la vue de données : {dataViewId}",
"controls.optionsList.errors.fieldNotFound": "Impossible de localiser le champ : {fieldId}",
"controls.optionsList.popover.allOptionsTitle": "Afficher toutes les options",
"controls.optionsList.popover.cardinalityPlaceholder": "Rechercher {totalOptions} {totalOptions, plural, one {option disponible} other {options disponibles}}",
"controls.optionsList.popover.cardinalityTooltip": "{totalOptions} options disponibles.",
Expand Down
5 changes: 0 additions & 5 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,12 +1312,7 @@
"controls.optionsList.description": "フィールド値を選択するメニューを追加",
"controls.optionsList.displayName": "オプションリスト",
"controls.optionsList.editor.allowMultiselectTitle": "ドロップダウンでの複数選択を許可",
"controls.optionsList.editor.dataViewTitle": "データビュー",
"controls.optionsList.editor.fieldTitle": "フィールド",
"controls.optionsList.editor.noDataViewTitle": "データビューを選択",
"controls.optionsList.editor.runPastTimeout": "過去のタイムアウトを実行",
"controls.optionsList.errors.dataViewNotFound": "データビュー{dataViewId}が見つかりませんでした",
"controls.optionsList.errors.fieldNotFound": "フィールド{fieldId}が見つかりませんでした",
"controls.optionsList.popover.allOptionsTitle": "すべてのオプションを表示",
"controls.optionsList.popover.cardinalityPlaceholder": "{totalOptions}個の使用可能な{totalOptions, plural, other {オプション}}を検索",
"controls.optionsList.popover.cardinalityTooltip": "{totalOptions}個のオプションを使用できます。",
Expand Down
5 changes: 0 additions & 5 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,12 +1311,7 @@
"controls.optionsList.description": "添加用于选择字段值的菜单。",
"controls.optionsList.displayName": "选项列表",
"controls.optionsList.editor.allowMultiselectTitle": "下拉列表中允许多选",
"controls.optionsList.editor.dataViewTitle": "数据视图",
"controls.optionsList.editor.fieldTitle": "字段",
"controls.optionsList.editor.noDataViewTitle": "选择数据视图",
"controls.optionsList.editor.runPastTimeout": "运行超时",
"controls.optionsList.errors.dataViewNotFound": "找不到数据视图:{dataViewId}",
"controls.optionsList.errors.fieldNotFound": "找不到字段:{fieldId}",
"controls.optionsList.popover.allOptionsTitle": "显示所有选项",
"controls.optionsList.popover.cardinalityPlaceholder": "搜索 {totalOptions} 个可用{totalOptions, plural, other {选项}}",
"controls.optionsList.popover.cardinalityTooltip": "{totalOptions} 个可用选项。",
Expand Down

0 comments on commit 9f75cd3

Please sign in to comment.