@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
35 lines (34 loc) • 1.68 kB
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
export var KeyEnum;
(function (KeyEnum) {
KeyEnum[KeyEnum["error"] = 0] = "error";
KeyEnum[KeyEnum["warning"] = 1] = "warning";
KeyEnum[KeyEnum["info"] = 2] = "info";
KeyEnum[KeyEnum["success"] = 3] = "success";
KeyEnum[KeyEnum["message"] = 4] = "message";
KeyEnum[KeyEnum["close"] = 5] = "close";
KeyEnum[KeyEnum["form-description"] = 6] = "form-description";
KeyEnum[KeyEnum["of"] = 7] = "of";
KeyEnum[KeyEnum["characters"] = 8] = "characters";
KeyEnum[KeyEnum["new"] = 9] = "new";
KeyEnum[KeyEnum["no-entries"] = 10] = "no-entries";
KeyEnum[KeyEnum["change-order"] = 11] = "change-order";
KeyEnum[KeyEnum["action-running"] = 12] = "action-running";
KeyEnum[KeyEnum["action-done"] = 13] = "action-done";
KeyEnum[KeyEnum["page-first"] = 14] = "page-first";
KeyEnum[KeyEnum["page-back"] = 15] = "page-back";
KeyEnum[KeyEnum["page-next"] = 16] = "page-next";
KeyEnum[KeyEnum["page-last"] = 17] = "page-last";
KeyEnum[KeyEnum["entries-per-site"] = 18] = "entries-per-site";
KeyEnum[KeyEnum["page-current"] = 19] = "page-current";
KeyEnum[KeyEnum["page-selected"] = 20] = "page-selected";
KeyEnum[KeyEnum["page-per-site"] = 21] = "page-per-site";
KeyEnum[KeyEnum["logo-description"] = 22] = "logo-description";
KeyEnum[KeyEnum["live-value-bounded"] = 23] = "live-value-bounded";
KeyEnum[KeyEnum["live-value"] = 24] = "live-value";
KeyEnum[KeyEnum["open-link-in-tab"] = 25] = "open-link-in-tab";
KeyEnum[KeyEnum["kolibri-logo"] = 26] = "kolibri-logo";
})(KeyEnum || (KeyEnum = {}));
//# sourceMappingURL=i18n-keys.js.map