UNPKG

@progress/kendo-vue-dialogs

Version:
21 lines (20 loc) 769 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const o = "dialogs.windowMaximizeButton", i = "dialogs.windowMinimizeButton", t = "dialogs.windowRestoreButton", n = "dialogs.windowCloseButton", s = { [o]: "maximize", [i]: "minimize", [t]: "restore", [n]: "close" }; export { n as dialogsWindowCloseButton, o as dialogsWindowMaximizeButton, i as dialogsWindowMinimizeButton, t as dialogsWindowRestoreButton, s as messages };