@difizen/mana-core
Version:
71 lines (70 loc) • 4.73 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.layoutRawDataLoader = exports.en_US_pc = exports.en_US_mac = void 0;
var _enUSMac = _interopRequireDefault(require("./en-US-mac"));
var _enUSPc = _interopRequireDefault(require("./en-US-pc"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
var en_US_mac = exports.en_US_mac = _enUSMac.default;
var en_US_pc = exports.en_US_pc = _enUSPc.default;
var layoutRawDataLoader = exports.layoutRawDataLoader = {
'en-US-pc': function enUSPc() {
return Promise.resolve().then(function () {
return _interopRequireWildcard(require("./en-US-pc.js"));
});
},
'en-US-mac': function enUSMac() {
return Promise.resolve().then(function () {
return _interopRequireWildcard(require("./en-US-mac.js"));
});
}
// 'en-Dvorak-pc': ()=>import('./en-Dvorak-pc.js'),
// 'en-Dvorak-mac': ()=>import('./en-Dvorak-mac.js'),
// 'en-Dvorak_Lefthanded-pc': ()=>import('./en-Dvorak_Lefthanded-pc.js'),
// 'en-Dvorak_Lefthanded-mac': ()=>import('./en-Dvorak_Lefthanded-mac.js'),
// 'en-Dvorak_Righthanded-pc': ()=>import('./en-Dvorak_Righthanded-pc.js'),
// 'en-Dvorak_Righthanded-mac': ()=>import('./en-Dvorak_Righthanded-mac.js'),
// 'en-Colemak-mac': ()=>import('./en-Colemak-mac.js'),
// 'en-British-pc': ()=>import('./en-British-pc.js'),
// 'en-British-mac': ()=>import('./en-British-mac.js'),
// 'de-German-pc': ()=>import('./de-German-pc.js'),
// 'de-German-mac': ()=>import('./de-German-mac.js'),
// 'de-Swiss_German-pc': ()=>import('./de-Swiss_German-pc.js'),
// 'de-Swiss_German-mac': ()=>import('./de-Swiss_German-mac.js'),
// 'fr-French-pc': ()=>import('./fr-French-pc.js'),
// 'fr-French-mac': ()=>import('./fr-French-mac.js'),
// 'fr-Canadian_French-pc': ()=>import('./fr-Canadian_French-pc.js'),
// 'fr-Canadian_French-mac': ()=>import('./fr-Canadian_French-mac.js'),
// 'fr-Swiss_French-pc': ()=>import('./fr-Swiss_French-pc.js'),
// 'fr-Swiss_French-mac': ()=>import('./fr-Swiss_French-mac.js'),
// 'fr-Bepo-pc': ()=>import('./fr-Bepo-pc.js'),
// 'pt-Portuguese-pc': ()=>import('./pt-Portuguese-pc.js'),
// 'pt-Portuguese-mac': ()=>import('./pt-Portuguese-mac.js'),
// 'pt-Brazilian-mac': ()=>import('./pt-Brazilian-mac.js'),
// 'pl-Polish-pc': ()=>import('./pl-Polish-pc.js'),
// 'pl-Polish-mac': ()=>import('./pl-Polish-mac.js'),
// 'nl-Dutch-pc': ()=>import('./nl-Dutch-pc.js'),
// 'nl-Dutch-mac': ()=>import('./nl-Dutch-mac.js'),
// 'es-Spanish-pc': ()=>import('./es-Spanish-pc.js'),
// 'es-Spanish-mac': ()=>import('./es-Spanish-mac.js'),
// 'it-Italian-pc': ()=>import('./it-Italian-pc.js'),
// 'it-Italian-mac': ()=>import('./it-Italian-mac.js'),
// 'sv-Swedish-pc': ()=>import('./sv-Swedish-pc.js'),
// 'sv-Swedish-mac': ()=>import('./sv-Swedish-mac.js'),
// 'tr-Turkish_Q-pc': ()=>import('./tr-Turkish_Q-pc.js'),
// 'tr-Turkish_Q-mac': ()=>import('./tr-Turkish_Q-mac.js'),
// 'cs-Czech-pc': ()=>import('./cs-Czech-pc.js'),
// 'cs-Czech-mac': ()=>import('./cs-Czech-mac.js'),
// 'ro-Romanian-pc': ()=>import('./ro-Romanian-pc.js'),
// 'ro-Romanian-mac': ()=>import('./ro-Romanian-mac.js'),
// 'da-Danish-pc': ()=>import('./da-Danish-pc.js'),
// 'da-Danish-mac': ()=>import('./da-Danish-mac.js'),
// 'nb-Norwegian-pc': ()=>import('./nb-Norwegian-pc.js'),
// 'nb-Norwegian-mac': ()=>import('./nb-Norwegian-mac.js'),
// 'hu-Hungarian-pc': ()=>import('./hu-Hungarian-pc.js'),
// 'hu-Hungarian-mac': ()=>import('./hu-Hungarian-mac.js'),
};