/** * Copyright 2023-present DreamNum Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export declare const PLUGIN_NAME = "SHEET_TABLE_UI_PLUGIN"; export declare const SHEETS_TABLE_FILTER_PANEL_OPENED_KEY = "SHEETS_TABLE_FILTER_PANEL_OPENED_KEY"; export declare const UNIVER_SHEET_TABLE_FILTER_PANEL_ID = "UNIVER_SHEET_Table_FILTER_PANEL_ID"; export declare const TABLE_TOOLBAR_BUTTON = "TABLE_TOOLBAR_BUTTON"; export declare const TABLE_SELECTOR_DIALOG = "TABLE_SELECTOR_DIALOG"; export declare const SHEET_TABLE_THEME_PANEL_ID = "SHEET_TABLE_THEME_PANEL_ID"; export declare const SHEET_TABLE_THEME_PANEL = "SHEET_TABLE_THEME_PANEL"; export declare const TABLE_CUSTOM_NAME_PREFIX = "table-custom-"; export declare const TABLE_DEFAULT_NAME_PREFIX = "table-default-"; export declare const TABLE_DEFAULT_BG_COLOR = "rgb(255, 255, 255)"; export declare const TABLE_BORDER_NONE = "none"; export declare const TABLE_BORDER_DEFAULT = "1px solid rgb(var(--grey-200))"; export declare const TABLE_BORDER_SELECTED = "1px solid rgb(var(--blue-500))";