@sutton-signwriting/sgnw-components
Version:
a javascript package of web components for use with the SignWriting script.
28 lines (22 loc) • 2.18 kB
JavaScript
/*!
* The Sutton SignWriting Web Components
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const _commonjsHelpers = require('./_commonjsHelpers-9aed4453.js');
const appGlobals = require('./app-globals-9c7d36ab.js');
require('./global-8a256890.js');
/*
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return _commonjsHelpers.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
appGlobals.globalScripts();
return _commonjsHelpers.bootstrapLazy([["fsw-palette.cjs",[[2,"fsw-palette",{"orientation":[1],"size":[1],"alphabet":[1],"group":[1537],"base":[1537],"more":[1540],"lower":[1540],"palette":[32]},[[0,"paletteSymbolClick","paletteSymbolClickHandler"]]]]],["fsw-vp.cjs",[[1,"fsw-vp",{"vp":[1537],"colorize":[1540],"sgnw":[32],"items":[32]}]]],["sgnw-palette.cjs",[[2,"sgnw-palette",{"orientation":[1],"size":[1],"alphabet":[1],"group":[1537],"base":[1537],"more":[1540],"lower":[1540],"palette":[32]},[[0,"paletteSymbolClick","paletteSymbolClickHandler"]]]]],["sgnw-vp.cjs",[[1,"sgnw-vp",{"vp":[1537],"colorize":[1540],"sgnw":[32],"items":[32]}]]],["fsw-signbox.cjs",[[6,"fsw-signbox",null,[[8,"paletteSymbolDrop","paletteSymbolDropHandler"]]]]],["fsw-spatial.cjs",[[6,"fsw-spatial"]]],["sgnw-signbox.cjs",[[6,"sgnw-signbox",null,[[8,"paletteSymbolDrop","paletteSymbolDropHandler"]]]]],["fsw-button_2.cjs",[[2,"fsw-button",{"symbol":[1537],"sign":[1537],"svg":[1537],"sgnw":[32]}],[2,"fsw-palette-symbol",{"symbol":[1537],"sgnw":[32]}]]],["fsw-sign_2.cjs",[[1,"fsw-sign",{"sign":[1537],"styling":[1537],"sgnw":[32]}],[1,"fsw-symbol",{"symbol":[1537],"styling":[1537],"sgnw":[32]}]]],["sgnw-button_2.cjs",[[2,"sgnw-button",{"symbol":[1537],"sign":[1537],"svg":[1537],"sgnw":[32]}],[2,"sgnw-palette-symbol",{"symbol":[1537],"sgnw":[32]}]]],["sgnw-sign_2.cjs",[[1,"sgnw-sign",{"sign":[1537],"styling":[1537],"sgnw":[32]}],[1,"sgnw-symbol",{"symbol":[1537],"styling":[1537],"sgnw":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;