Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@activewidgets/preact

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activewidgets/preact - npm Package Compare versions

Comparing version
3.0.6
to
3.0.7
+2
-2
dist/esm/bundle.js
/**
* @activewidgets/preact/bundle 3.0.6
* @activewidgets/preact/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 e from"@activewidgets/datagrid/style";import t from"@activewidgets/frameworks/preact";import*as r from"preact";import*as i from"@activewidgets/datagrid/js";var d=t(r),a=d.h,o=d.build,s=o(i),m=s.Datagrid,c=s.Row,n=s.Gridview,p=s.Scrollbars;!function(e,t){void 0===t&&(t={});var r=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],d=document.createElement("style");d.type="text/css","top"===r&&i.firstChild?i.insertBefore(d,i.firstChild):i.appendChild(d),d.styleSheet?d.styleSheet.cssText=e:d.appendChild(document.createTextNode(e))}}(e,{insertAt:"top"});export{m as Datagrid,n as Gridview,c as Row,p as Scrollbars,o as build,a as h};
import e from"@activewidgets/datagrid/style";import t from"@activewidgets/frameworks/preact";import{Component as i,cloneElement as r,createElement as d,isValidElement as a}from"preact";import*as o from"@activewidgets/datagrid/js";var n=t({Component:i,cloneElement:r,createElement:d,isValidElement:a}),s=n.h,m=n.build,c=m(o),l=c.Datagrid,p=c.Row,f=c.Gridview,h=c.Scrollbars;!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{l as Datagrid,f as Gridview,p as Row,h as Scrollbars,m as build,s as h};
//# 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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\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\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 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"],"names":["adapter","preact","h","build","components","Datagrid","Row","Gridview","Scrollbars","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;yKAS0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA,YCTvC,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,KCjB9Ce,CAIYf,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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\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\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 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"],"names":["adapter","Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;4OAS0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,IAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA,YCTvC,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,SAASZ,cAAc,SACnCe,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,KCjB9Cc,CAIYd,EAAK,CAACE,SAAU"}
/**
* @activewidgets/preact/css 3.0.6
* @activewidgets/preact/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

/**
* @activewidgets/preact/js 3.0.6
* @activewidgets/preact/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 r from"@activewidgets/frameworks/preact";import*as a from"preact";import*as i from"@activewidgets/datagrid/js";var t=r(a),o=t.h,e=t.build,d=e(i),m=d.Datagrid,s=d.Row,p=d.Gridview,c=d.Scrollbars;export{m as Datagrid,p as Gridview,s as Row,c as Scrollbars,e as build,o as h};
import e from"@activewidgets/frameworks/preact";import{Component as r,cloneElement as t,createElement as a,isValidElement as i}from"preact";import*as o from"@activewidgets/datagrid/js";var m=e({Component:r,cloneElement:t,createElement:a,isValidElement:i}),d=m.h,l=m.build,c=l(o),p=c.Datagrid,s=c.Row,n=c.Gridview,w=c.Scrollbars;export{p as Datagrid,n as Gridview,s as Row,w as Scrollbars,l as build,d as h};
//# 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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["adapter","preact","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;4HAS0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
{"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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;+LAS0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,IAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
/**
* @activewidgets/preact 3.0.6
* @activewidgets/preact 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 r from"@activewidgets/frameworks/preact";import*as a from"preact";import*as i from"@activewidgets/datagrid/js";var t=r(a),e=t.h,o=t.build,d=o(i),s=d.Datagrid,m=d.Row,c=d.Gridview,p=d.Scrollbars;export{s as Datagrid,c as Gridview,m as Row,p as Scrollbars,o as build,e as h};
import"@activewidgets/datagrid/css";import e from"@activewidgets/frameworks/preact";import{Component as t,cloneElement as r,createElement as i,isValidElement as a}from"preact";import*as o from"@activewidgets/datagrid/js";var m=e({Component:t,cloneElement:r,createElement:i,isValidElement:a}),d=m.h,s=m.build,c=s(o),l=c.Datagrid,p=c.Row,g=c.Gridview,n=c.Scrollbars;export{l as Datagrid,g as Gridview,p as Row,n as Scrollbars,s as build,d as h};
//# 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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["adapter","preact","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;gKAS0BA,EAAQC,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
{"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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;mOAS0BA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,IAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
/**
* @activewidgets/preact/bundle 3.0.6
* @activewidgets/preact/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/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,d,r){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t;var a=(i=i&&i.hasOwnProperty("default")?i.default:i)(d),s=a.h,c=a.build,o=c(r),n=o.Datagrid,l=o.Row,f=o.Gridview,u=o.Scrollbars;!function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"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=e:r.appendChild(document.createTextNode(e))}}(t,{insertAt:"top"}),e.Datagrid=n,e.Gridview=f,e.Row=l,e.Scrollbars=u,e.build=c,e.h=s,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/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,d,r){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t;var a=(i=i&&i.hasOwnProperty("default")?i.default:i)({Component:d.Component,cloneElement:d.cloneElement,createElement:d.createElement,isValidElement:d.isValidElement}),s=a.h,n=a.build,o=n(r),c=o.Datagrid,l=o.Row,f=o.Gridview,p=o.Scrollbars;!function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"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=e:r.appendChild(document.createTextNode(e))}}(t,{insertAt:"top"}),e.Datagrid=c,e.Gridview=f,e.Row=l,e.Scrollbars=p,e.build=n,e.h=s,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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\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\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 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"],"names":["preact","h","build","components","Datagrid","Row","Gridview","Scrollbars","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;qrBASkCA,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA,YCTvC,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,KCjB9Ce,CAIYf,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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\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\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 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"],"names":["Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;qrBASkC,CAACA,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,mBAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA,YCTvC,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,SAASZ,cAAc,SACnCe,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,KCjB9Cc,CAIYd,EAAK,CAACE,SAAU"}
/**
* @activewidgets/preact/css 3.0.6
* @activewidgets/preact/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

/**
* @activewidgets/preact/js 3.0.6
* @activewidgets/preact/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/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,r){"use strict";var a=(t=t&&t.hasOwnProperty("default")?t.default:t)(i),d=a.h,s=a.build,c=s(r),o=c.Datagrid,f=c.Row,n=c.Gridview,u=c.Scrollbars;e.Datagrid=o,e.Gridview=n,e.Row=f,e.Scrollbars=u,e.build=s,e.h=d,Object.defineProperty(e,"__esModule",{value:!0})}));//# sourceMappingURL=js.js.map
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/frameworks/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,r){"use strict";var a=(t=t&&t.hasOwnProperty("default")?t.default:t)({Component:i.Component,cloneElement:i.cloneElement,createElement:i.createElement,isValidElement:i.isValidElement}),d=a.h,o=a.build,c=o(r),s=c.Datagrid,n=c.Row,l=c.Gridview,f=c.Scrollbars;e.Datagrid=s,e.Gridview=l,e.Row=n,e.Scrollbars=f,e.build=o,e.h=d,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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["preact","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;siBASkCA,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
{"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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;siBASkC,CAACA,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,mBAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
/**
* @activewidgets/preact 3.0.6
* @activewidgets/preact 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/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/css","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),null,e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,r,a){"use strict";var d=(i=i&&i.hasOwnProperty("default")?i.default:i)(r),s=d.h,c=d.build,o=c(a),g=o.Datagrid,u=o.Row,f=o.Gridview,n=o.Scrollbars;e.Datagrid=g,e.Gridview=f,e.Row=u,e.Scrollbars=n,e.build=c,e.h=s,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/preact"),require("preact"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/css","@activewidgets/frameworks/preact","preact","@activewidgets/datagrid/js"],t):t(((e=e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.Preact={}),null,e.ActiveWidgets.Frameworks.Preact,e.preact,e.ActiveWidgets.Components)}(this,(function(e,t,i,r,a){"use strict";var d=(i=i&&i.hasOwnProperty("default")?i.default:i)({Component:r.Component,cloneElement:r.cloneElement,createElement:r.createElement,isValidElement:r.isValidElement}),s=d.h,c=d.build,o=c(a),n=o.Datagrid,l=o.Row,g=o.Gridview,u=o.Scrollbars;e.Datagrid=n,e.Gridview=g,e.Row=l,e.Scrollbars=u,e.build=c,e.h=s,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/preact';\r\nimport * as preact from 'preact';\r\n\r\nexport const {h, build} = adapter(preact);\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["preact","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;knBASkCA,GAApBC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
{"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/preact';\r\nimport {Component, cloneElement, createElement, isValidElement} from 'preact';\r\n\r\nexport const {h, build} = adapter({Component, cloneElement, createElement, isValidElement});\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\n\r\nexport const {Datagrid, Row, Gridview, Scrollbars} = build(components);\r\n"],"names":["Component","cloneElement","createElement","isValidElement","h","build","components","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;knBASkC,CAACA,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,mBAA7DC,IAAAA,EAAGC,IAAAA,QCAoCA,EAAMC,GAA7CC,IAAAA,SAAUC,IAAAA,IAAKC,IAAAA,SAAUC,IAAAA"}
{
"name": "@activewidgets/preact",
"version": "3.0.6",
"version": "3.0.7",
"description": "Datagrid component for preact",

@@ -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"
},

@@ -32,3 +32,3 @@ "peerDependencies": {

"@activewidgets/examples": "0.0.10",
"@activewidgets/options": "3.0.6",
"@activewidgets/options": "3.0.7",
"@activewidgets/puppeteer": "0.0.4",

@@ -35,0 +35,0 @@ "@activewidgets/testing": "0.0.3",