@activewidgets/html
Advanced tools
| /** | ||
| * @activewidgets/html/bundle 3.0.6 | ||
| * @activewidgets/html/bundle 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,3 +7,3 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| import t from"@activewidgets/datagrid/style";import e from"@activewidgets/frameworks/html";import*as i from"preact";import d from"htm";import*as r from"@activewidgets/datagrid/js";import*as a from"@activewidgets/datagrid/metadata";var o=e(i),m=o.h,s=o.build,n=d.bind(m);s(r,a),function(t,e){void 0===e&&(e={});var i=e.insertAt;if(t&&"undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===i&&d.firstChild?d.insertBefore(r,d.firstChild):d.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}(t,{insertAt:"top"});export{s as build,m as h,n as tpl}; | ||
| import e from"@activewidgets/datagrid/style";import t from"@activewidgets/frameworks/html";import{Component as i,cloneElement as r,createElement as d,isValidElement as a,render as o}from"preact";import m from"htm";import*as n from"@activewidgets/datagrid/js";import*as s from"@activewidgets/datagrid/metadata";var c=t({Component:i,cloneElement:r,createElement:d,isValidElement:a,render:o}),l=c.h,p=c.build,f=m.bind(l);p(n,s),function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],d=document.createElement("style");d.type="text/css","top"===i&&r.firstChild?r.insertBefore(d,r.firstChild):r.appendChild(d),d.styleSheet?d.styleSheet.cssText=e:d.appendChild(document.createTextNode(e))}}(e,{insertAt:"top"});export{p as build,l as h,f as tpl}; | ||
| //# sourceMappingURL=bundle.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"bundle.js","sources":["../../js/framework.js","../../js/datagrid.js","../../node_modules/style-inject/dist/style-inject.es.js","../../bundle/index.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n","function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n","\r\nimport css from '@activewidgets/datagrid/style';\r\nimport styleInject from 'style-inject';\r\nexport * from '../js/index.js';\r\n\r\nstyleInject(css, {insertAt: 'top'});\r\n/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;6OAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC,GCVlB,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,IAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASI,cAAc,SACnCD,EAAME,KAAO,WAEI,QAAbN,GACEE,EAAKK,WACPL,EAAKM,aAAaJ,EAAOF,EAAKK,YAKhCL,EAAKO,YAAYL,GAGfA,EAAMM,WACRN,EAAMM,WAAWC,QAAUb,EAE3BM,EAAMK,YAAYR,SAASW,eAAed,MClBlCA,EAAK,CAACE,SAAU"} | ||
| {"version":3,"file":"bundle.js","sources":["../../js/framework.js","../../js/datagrid.js","../../node_modules/style-inject/dist/style-inject.es.js","../../bundle/index.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n","function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n","\r\nimport css from '@activewidgets/datagrid/style';\r\nimport styleInject from 'style-inject';\r\nexport * from '../js/index.js';\r\n\r\nstyleInject(css, {insertAt: 'top'});\r\n/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;4TAU0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC,GCVlB,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,IAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASb,cAAc,SACnCgB,EAAMC,KAAO,WAEI,QAAbL,GACEE,EAAKI,WACPJ,EAAKK,aAAaH,EAAOF,EAAKI,YAKhCJ,EAAKM,YAAYJ,GAGfA,EAAMK,WACRL,EAAMK,WAAWC,QAAUZ,EAE3BM,EAAMI,YAAYP,SAASU,eAAeb,MClBlCA,EAAK,CAACE,SAAU"} |
+1
-1
| /** | ||
| * @activewidgets/html/css 3.0.6 | ||
| * @activewidgets/html/css 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the |
+2
-2
| /** | ||
| * @activewidgets/html/js 3.0.6 | ||
| * @activewidgets/html/js 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,3 +7,3 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| import t from"@activewidgets/frameworks/html";import*as r from"preact";import a from"htm";import*as i from"@activewidgets/datagrid/js";import*as m from"@activewidgets/datagrid/metadata";var o=t(r),d=o.h,e=o.build,s=a.bind(d);e(i,m);export{e as build,d as h,s as tpl}; | ||
| import t from"@activewidgets/frameworks/html";import{Component as e,cloneElement as r,createElement as m,isValidElement as a,render as i}from"preact";import o from"htm";import*as d from"@activewidgets/datagrid/js";import*as n from"@activewidgets/datagrid/metadata";var p=t({Component:e,cloneElement:r,createElement:m,isValidElement:a,render:i}),s=p.h,l=p.build,c=o.bind(s);l(d,n);export{l as build,s as h,c as tpl}; | ||
| //# sourceMappingURL=js.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"js.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;gMAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} | ||
| {"version":3,"file":"js.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;+QAU0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} |
| /** | ||
| * @activewidgets/html 3.0.6 | ||
| * @activewidgets/html 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,3 +7,3 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| import"@activewidgets/datagrid/css";import t from"@activewidgets/frameworks/html";import*as a from"preact";import i from"htm";import*as r from"@activewidgets/datagrid/js";import*as m from"@activewidgets/datagrid/metadata";var d=t(a),o=d.h,e=d.build,s=i.bind(o);e(r,m);export{e as build,o as h,s as tpl}; | ||
| import"@activewidgets/datagrid/css";import t from"@activewidgets/frameworks/html";import{Component as e,cloneElement as r,createElement as i,isValidElement as a,render as m}from"preact";import o from"htm";import*as d from"@activewidgets/datagrid/js";import*as s from"@activewidgets/datagrid/metadata";var p=t({Component:e,cloneElement:r,createElement:i,isValidElement:a,render:m}),c=p.h,n=p.build,g=o.bind(c);n(d,s);export{n as build,c as h,g as tpl}; | ||
| //# sourceMappingURL=package.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"package.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;oOAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} | ||
| {"version":3,"file":"package.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;mTAU0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} |
| /** | ||
| * @activewidgets/html/bundle 3.0.6 | ||
| * @activewidgets/html/bundle 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,2 +7,2 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/style"),require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r,s){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t,i=i&&i.hasOwnProperty("default")?i.default:i,a=a&&a.hasOwnProperty("default")?a.default:a;var c=i(d),n=c.h,o=c.build,u=a.bind(n);o(r,s),function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(t,{insertAt:"top"}),e.build=o,e.h=n,e.tpl=u,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=bundle.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/style"),require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r,s){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t,i=i&&i.hasOwnProperty("default")?i.default:i,a=a&&a.hasOwnProperty("default")?a.default:a;var n=i({Component:d.Component,cloneElement:d.cloneElement,createElement:d.createElement,isValidElement:d.isValidElement,render:d.render}),o=n.h,c=n.build,l=a.bind(o);c(r,s),function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(t,{insertAt:"top"}),e.build=c,e.h=o,e.tpl=l,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=bundle.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"bundle.js","sources":["../../js/framework.js","../../js/datagrid.js","../../node_modules/style-inject/dist/style-inject.es.js","../../bundle/index.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n","function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n","\r\nimport css from '@activewidgets/datagrid/style';\r\nimport styleInject from 'style-inject';\r\nexport * from '../js/index.js';\r\n\r\nstyleInject(css, {insertAt: 'top'});\r\n/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;+1BAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCL5BC,EAIMI,EAAYC,GCVlB,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,IAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASI,cAAc,SACnCD,EAAME,KAAO,WAEI,QAAbN,GACEE,EAAKK,WACPL,EAAKM,aAAaJ,EAAOF,EAAKK,YAKhCL,EAAKO,YAAYL,GAGfA,EAAMM,WACRN,EAAMM,WAAWC,QAAUb,EAE3BM,EAAMK,YAAYR,SAASW,eAAed,MClBlCA,EAAK,CAACE,SAAU"} | ||
| {"version":3,"file":"bundle.js","sources":["../../js/framework.js","../../js/datagrid.js","../../node_modules/style-inject/dist/style-inject.es.js","../../bundle/index.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n","function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n","\r\nimport css from '@activewidgets/datagrid/style';\r\nimport styleInject from 'style-inject';\r\nexport * from '../js/index.js';\r\n\r\nstyleInject(css, {insertAt: 'top'});\r\n/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;+1BAU0BA,EAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCL5BC,EAIMI,EAAYC,GCVlB,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,IAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASb,cAAc,SACnCgB,EAAMC,KAAO,WAEI,QAAbL,GACEE,EAAKI,WACPJ,EAAKK,aAAaH,EAAOF,EAAKI,YAKhCJ,EAAKM,YAAYJ,GAGfA,EAAMK,WACRL,EAAMK,WAAWC,QAAUZ,EAE3BM,EAAMI,YAAYP,SAASU,eAAeb,MClBlCA,EAAK,CAACE,SAAU"} |
+1
-1
| /** | ||
| * @activewidgets/html/css 3.0.6 | ||
| * @activewidgets/html/css 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the |
+2
-2
| /** | ||
| * @activewidgets/html/js 3.0.6 | ||
| * @activewidgets/html/js 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,2 +7,2 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t,d=d&&d.hasOwnProperty("default")?d.default:d;var s=t(i),c=s.h,o=s.build,u=d.bind(c);o(a,r),e.build=o,e.h=c,e.tpl=u,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=js.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t,d=d&&d.hasOwnProperty("default")?d.default:d;var n=t({Component:i.Component,cloneElement:i.cloneElement,createElement:i.createElement,isValidElement:i.isValidElement,render:i.render}),s=n.h,o=n.build,c=d.bind(s);o(a,r),e.build=o,e.h=s,e.tpl=c,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=js.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"js.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;gtBAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} | ||
| {"version":3,"file":"js.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;gtBAU0BA,EAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} |
| /** | ||
| * @activewidgets/html 3.0.6 | ||
| * @activewidgets/html 3.0.7 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,2 +7,2 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/css"),require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/css","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),null,e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r,s){"use strict";i=i&&i.hasOwnProperty("default")?i.default:i,a=a&&a.hasOwnProperty("default")?a.default:a;var c=i(d),u=c.h,g=c.build,o=a.bind(u);g(r,s),e.build=g,e.h=u,e.tpl=o,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=package.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/css"),require("@activewidgets/frameworks/html"),require("preact"),require("htm"),require("@activewidgets/datagrid/js"),require("@activewidgets/datagrid/metadata")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/css","@activewidgets/frameworks/html","preact","htm","@activewidgets/datagrid/js","@activewidgets/datagrid/metadata"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.HTML={}),null,e.ActiveWidgets.Frameworks.HTML,e.preact,e.htm,e.ActiveWidgets.Components,e.ActiveWidgets.Metadata)}(this,(function(e,t,i,d,a,r,s){"use strict";i=i&&i.hasOwnProperty("default")?i.default:i,a=a&&a.hasOwnProperty("default")?a.default:a;var n=i({Component:d.Component,cloneElement:d.cloneElement,createElement:d.createElement,isValidElement:d.isValidElement,render:d.render}),c=n.h,o=n.build,l=a.bind(c);o(r,s),e.build=o,e.h=c,e.tpl=l,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=package.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"package.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport * as preact from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter(preact);\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","preact","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;4xBAU0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} | ||
| {"version":3,"file":"package.js","sources":["../../js/framework.js","../../js/datagrid.js"],"sourcesContent":["/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport adapter from '@activewidgets/frameworks/html';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement, render});\r\nexport const tpl = htm.bind(h);\r\n","/**\r\n * Copyright (c) ActiveWidgets SARL. All Rights Reserved.\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */\r\n\r\nimport {build} from './framework.js';\r\nimport * as components from '@activewidgets/datagrid/js';\r\nimport * as metadata from '@activewidgets/datagrid/metadata';\r\n\r\nbuild(components, metadata);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","tpl","htm","bind","components","metadata"],"mappings":";;;;;;4xBAU0BA,EAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAA7EC,IAAAA,EAAGC,IAAAA,MACJC,EAAMC,EAAIC,KAAKJ,GCD5BC,EAAMI,EAAYC"} |
+4
-4
| { | ||
| "name": "@activewidgets/html", | ||
| "version": "3.0.6", | ||
| "version": "3.0.7", | ||
| "description": "Datagrid component (html custom elements)", | ||
@@ -23,4 +23,4 @@ "author": "ActiveWidgets SARL", | ||
| "dependencies": { | ||
| "@activewidgets/datagrid": "3.0.6", | ||
| "@activewidgets/frameworks": "3.0.6", | ||
| "@activewidgets/datagrid": "3.0.7", | ||
| "@activewidgets/frameworks": "3.0.7", | ||
| "htm": "3.0.4", | ||
@@ -31,3 +31,3 @@ "preact": "10.4.4" | ||
| "@activewidgets/examples": "0.0.10", | ||
| "@activewidgets/options": "3.0.6", | ||
| "@activewidgets/options": "3.0.7", | ||
| "@activewidgets/puppeteer": "0.0.4", | ||
@@ -34,0 +34,0 @@ "@activewidgets/testing": "0.0.3", |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
28418
8.35%77
4.05%4
33.33%+ Added
+ Added
- Removed
- Removed