/** * Constants for parts of translation. */ export declare const COMMON_NAMESPACE = "Common:"; export declare const OK = "Common:ok"; export declare const CANCEL = "Common:cancel"; export declare const CONTEXT_MENU_ITEMS_NAMESPACE = "ContextMenu:items"; export declare const CONTEXTMENU_ITEMS_NO_ITEMS = "ContextMenu:items.noItems"; export declare const CONTEXTMENU_ITEMS_ROW_ABOVE = "ContextMenu:items.insertRowAbove"; export declare const CONTEXTMENU_ITEMS_ROW_BELOW = "ContextMenu:items.insertRowBelow"; export declare const CONTEXTMENU_ITEMS_INSERT_LEFT = "ContextMenu:items.insertColumnOnTheLeft"; export declare const CONTEXTMENU_ITEMS_INSERT_RIGHT = "ContextMenu:items.insertColumnOnTheRight"; export declare const CONTEXTMENU_ITEMS_REMOVE_ROW = "ContextMenu:items.removeRow"; export declare const CONTEXTMENU_ITEMS_REMOVE_COLUMN = "ContextMenu:items.removeColumn"; export declare const CONTEXTMENU_ITEMS_UNDO = "ContextMenu:items.undo"; export declare const CONTEXTMENU_ITEMS_REDO = "ContextMenu:items.redo"; export declare const CONTEXTMENU_ITEMS_READ_ONLY = "ContextMenu:items.readOnly"; export declare const CONTEXTMENU_ITEMS_CLEAR_COLUMN = "ContextMenu:items.clearColumn"; export declare const CONTEXTMENU_ITEMS_COPY = "ContextMenu:items.copy"; export declare const CONTEXTMENU_ITEMS_COPY_WITH_COLUMN_HEADERS = "ContextMenu:items.copyWithHeaders"; export declare const CONTEXTMENU_ITEMS_COPY_WITH_COLUMN_GROUP_HEADERS = "ContextMenu:items.copyWithGroupHeaders"; export declare const CONTEXTMENU_ITEMS_COPY_COLUMN_HEADERS_ONLY = "ContextMenu:items.copyHeadersOnly"; export declare const CONTEXTMENU_ITEMS_CUT = "ContextMenu:items.cut"; export declare const CONTEXTMENU_ITEMS_EXPORT = "ContextMenu:items.export"; export declare const CONTEXTMENU_ITEMS_EXPORT_FILE_CSV = "ContextMenu:items.exportFileCsv"; export declare const CONTEXTMENU_ITEMS_EXPORT_FILE_XLSX = "ContextMenu:items.exportFileXlsx"; export declare const CONTEXTMENU_ITEMS_FREEZE_COLUMN = "ContextMenu:items.freezeColumn"; export declare const CONTEXTMENU_ITEMS_UNFREEZE_COLUMN = "ContextMenu:items.unfreezeColumn"; export declare const CONTEXTMENU_ITEMS_MERGE_CELLS = "ContextMenu:items.mergeCells"; export declare const CONTEXTMENU_ITEMS_UNMERGE_CELLS = "ContextMenu:items.unmergeCells"; export declare const CONTEXTMENU_ITEMS_ADD_COMMENT = "ContextMenu:items.addComment"; export declare const CONTEXTMENU_ITEMS_EDIT_COMMENT = "ContextMenu:items.editComment"; export declare const CONTEXTMENU_ITEMS_REMOVE_COMMENT = "ContextMenu:items.removeComment"; export declare const CONTEXTMENU_ITEMS_READ_ONLY_COMMENT = "ContextMenu:items.readOnlyComment"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT = "ContextMenu:items.align"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_LEFT = "ContextMenu:items.align.left"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_CENTER = "ContextMenu:items.align.center"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_RIGHT = "ContextMenu:items.align.right"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_JUSTIFY = "ContextMenu:items.align.justify"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_TOP = "ContextMenu:items.align.top"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_MIDDLE = "ContextMenu:items.align.middle"; export declare const CONTEXTMENU_ITEMS_ALIGNMENT_BOTTOM = "ContextMenu:items.align.bottom"; export declare const CONTEXTMENU_ITEMS_BORDERS = "ContextMenu:items.borders"; export declare const CONTEXTMENU_ITEMS_BORDERS_TOP = "ContextMenu:items.borders.top"; export declare const CONTEXTMENU_ITEMS_BORDERS_RIGHT = "ContextMenu:items.borders.right"; export declare const CONTEXTMENU_ITEMS_BORDERS_BOTTOM = "ContextMenu:items.borders.bottom"; export declare const CONTEXTMENU_ITEMS_BORDERS_LEFT = "ContextMenu:items.borders.left"; export declare const CONTEXTMENU_ITEMS_REMOVE_BORDERS = "ContextMenu:items.borders.remove"; export declare const CONTEXTMENU_ITEMS_NESTED_ROWS_INSERT_CHILD = "ContextMenu:items.nestedHeaders.insertChildRow"; export declare const CONTEXTMENU_ITEMS_NESTED_ROWS_DETACH_CHILD = "ContextMenu:items.nestedHeaders.detachFromParent"; export declare const CONTEXTMENU_ITEMS_HIDE_COLUMN = "ContextMenu:items.hideColumn"; export declare const CONTEXTMENU_ITEMS_SHOW_COLUMN = "ContextMenu:items.showColumn"; export declare const CONTEXTMENU_ITEMS_HIDE_ROW = "ContextMenu:items.hideRow"; export declare const CONTEXTMENU_ITEMS_SHOW_ROW = "ContextMenu:items.showRow"; export declare const FILTERS_NAMESPACE = "Filters:"; export declare const FILTERS_CONDITIONS_NAMESPACE = "Filters:conditions"; export declare const FILTERS_CONDITIONS_NONE = "Filters:conditions.none"; export declare const FILTERS_CONDITIONS_EMPTY = "Filters:conditions.isEmpty"; export declare const FILTERS_CONDITIONS_NOT_EMPTY = "Filters:conditions.isNotEmpty"; export declare const FILTERS_CONDITIONS_EQUAL = "Filters:conditions.isEqualTo"; export declare const FILTERS_CONDITIONS_NOT_EQUAL = "Filters:conditions.isNotEqualTo"; export declare const FILTERS_CONDITIONS_BEGINS_WITH = "Filters:conditions.beginsWith"; export declare const FILTERS_CONDITIONS_ENDS_WITH = "Filters:conditions.endsWith"; export declare const FILTERS_CONDITIONS_CONTAINS = "Filters:conditions.contains"; export declare const FILTERS_CONDITIONS_NOT_CONTAIN = "Filters:conditions.doesNotContain"; export declare const FILTERS_CONDITIONS_BY_VALUE = "Filters:conditions.byValue"; export declare const FILTERS_CONDITIONS_GREATER_THAN = "Filters:conditions.greaterThan"; export declare const FILTERS_CONDITIONS_GREATER_THAN_OR_EQUAL = "Filters:conditions.greaterThanOrEqualTo"; export declare const FILTERS_CONDITIONS_LESS_THAN = "Filters:conditions.lessThan"; export declare const FILTERS_CONDITIONS_LESS_THAN_OR_EQUAL = "Filters:conditions.lessThanOrEqualTo"; export declare const FILTERS_CONDITIONS_BETWEEN = "Filters:conditions.isBetween"; export declare const FILTERS_CONDITIONS_NOT_BETWEEN = "Filters:conditions.isNotBetween"; export declare const FILTERS_CONDITIONS_AFTER = "Filters:conditions.after"; export declare const FILTERS_CONDITIONS_AFTER_OR_EQUAL = "Filters:conditions.afterOrEqual"; export declare const FILTERS_CONDITIONS_BEFORE = "Filters:conditions.before"; export declare const FILTERS_CONDITIONS_BEFORE_OR_EQUAL = "Filters:conditions.beforeOrEqual"; export declare const FILTERS_CONDITIONS_TODAY = "Filters:conditions.today"; export declare const FILTERS_CONDITIONS_TOMORROW = "Filters:conditions.tomorrow"; export declare const FILTERS_CONDITIONS_YESTERDAY = "Filters:conditions.yesterday"; export declare const FILTERS_DIVS_FILTER_BY_CONDITION = "Filters:labels.filterByCondition"; export declare const FILTERS_DIVS_FILTER_BY_VALUE = "Filters:labels.filterByValue"; export declare const FILTERS_LABELS_CONJUNCTION = "Filters:labels.conjunction"; export declare const FILTERS_LABELS_DISJUNCTION = "Filters:labels.disjunction"; export declare const FILTERS_VALUES_BLANK_CELLS = "Filters:values.blankCells"; export declare const FILTERS_BUTTONS_SELECT_ALL = "Filters:buttons.selectAll"; export declare const FILTERS_BUTTONS_CLEAR = "Filters:buttons.clear"; export declare const FILTERS_BUTTONS_OK = "Filters:buttons.ok"; export declare const FILTERS_BUTTONS_CANCEL = "Filters:buttons.cancel"; export declare const FILTERS_BUTTONS_PLACEHOLDER_SEARCH = "Filters:buttons.placeholder.search"; export declare const FILTERS_BUTTONS_PLACEHOLDER_VALUE = "Filters:buttons.placeholder.value"; export declare const FILTERS_BUTTONS_PLACEHOLDER_SECOND_VALUE = "Filters:buttons.placeholder.secondValue"; export declare const PAGINATION_NAMESPACE = "Pagination:"; export declare const PAGINATION_SECTION = "Pagination:section.pagination"; export declare const PAGINATION_PAGE_SIZE_AUTO = "Pagination:.pageSize.auto"; export declare const PAGINATION_PAGE_SIZE_SECTION = "Pagination:section.pageSize"; export declare const PAGINATION_COUNTER_SECTION = "Pagination:section.counter"; export declare const PAGINATION_NAV_SECTION = "Pagination:section.navigation"; export declare const PAGINATION_FIRST_PAGE = "Pagination:firstPage"; export declare const PAGINATION_PREV_PAGE = "Pagination:prevPage"; export declare const PAGINATION_NEXT_PAGE = "Pagination:nextPage"; export declare const PAGINATION_LAST_PAGE = "Pagination:lastPage"; export declare const CHECKBOX_RENDERER_NAMESPACE = "CheckboxRenderer:"; export declare const CHECKBOX_CHECKED = "CheckboxRenderer:checked"; export declare const CHECKBOX_UNCHECKED = "CheckboxRenderer:unchecked"; export declare const LOADING_NAMESPACE = "Loading:"; export declare const LOADING_TITLE = "Loading:title"; export declare const NOTIFICATION_NAMESPACE = "Notification:"; export declare const NOTIFICATION_BUTTONS_CLOSE = "Notification:buttons.close"; export declare const EXPORT_FILE_NAMESPACE = "ExportFile:"; export declare const EXPORT_FILE_DIALOG_TITLE = "ExportFile:dialog.title"; export declare const EMPTY_DATA_STATE_NAMESPACE = "EmptyDataState:"; export declare const EMPTY_DATA_STATE_TITLE = "EmptyDataState:title"; export declare const EMPTY_DATA_STATE_DESCRIPTION = "EmptyDataState:description"; export declare const EMPTY_DATA_STATE_TITLE_FILTERS = "EmptyDataState:title.filters"; export declare const EMPTY_DATA_STATE_DESCRIPTION_FILTERS = "EmptyDataState:description.filters"; export declare const EMPTY_DATA_STATE_BUTTONS_FILTERS_RESET = "EmptyDataState:buttons.filters.reset"; export declare const EMPTY_DATA_STATE_TITLE_LOADING = "EmptyDataState:title.loading"; export declare const EMPTY_DATA_STATE_DESCRIPTION_LOADING = "EmptyDataState:description.loading"; export declare const DATA_PROVIDER_NAMESPACE = "DataProvider:"; export declare const DATA_PROVIDER_ERRORS_FETCH = "DataProvider:errors.fetch"; export declare const DATA_PROVIDER_ERRORS_CREATE = "DataProvider:errors.create"; export declare const DATA_PROVIDER_ERRORS_UPDATE = "DataProvider:errors.update"; export declare const DATA_PROVIDER_ERRORS_REMOVE = "DataProvider:errors.remove"; export declare const DATA_PROVIDER_ERRORS_REQUEST_FAILED = "DataProvider:errors.requestFailed"; export declare const DATA_PROVIDER_BUTTONS_REFETCH = "DataProvider:buttons.refetch";