@activewidgets/js
Advanced tools
| /** | ||
| * @activewidgets/js/bundle 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/bundle 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(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\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;uQAUiCA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK,GCTN,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,KCb9Cc,CAAYd,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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(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\r\n"],"names":["_adapter","adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;iQAUO,IAAAA,EAA0BC,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK,GCTN,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,KCb9Cc,CAAYd,EAAK,CAACE,SAAU"} |
+2
-2
| /** | ||
| * @activewidgets/js/css 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/css 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"css.js","sources":["../../node_modules/css/index.js"],"sourcesContent":["exports.parse = require('./lib/parse');\nexports.stringify = require('./lib/stringify');\n"],"names":["exports","parse","require","stringify"],"mappings":";;;;;;AAAAA,QAAQC,MAAQC,QAAQ,eACxBF,QAAQG,UAAYD,QAAQ"} | ||
| {"version":3,"file":"css.js","sources":["../../../../node_modules/css/index.js"],"sourcesContent":["exports.parse = require('./lib/parse');\nexports.stringify = require('./lib/stringify');\n"],"names":["exports","parse","require","stringify"],"mappings":";;;;;;AAAAA,QAAQC,MAAQC,QAAQ,eACxBF,QAAQG,UAAYD,QAAQ"} |
+2
-2
| /** | ||
| * @activewidgets/js/js 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/js 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;0NAUiCA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK"} | ||
| {"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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["_adapter","adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;oNAUO,IAAAA,EAA0BC,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK"} |
| /** | ||
| * @activewidgets/js 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;4QAUiCA,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK"} | ||
| {"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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["_adapter","adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;sQAUO,IAAAA,EAA0BC,EAAQ,CAACC,UAAAA,EAAWC,aAAAA,EAAcC,cAAAA,EAAeC,eAAAA,EAAgBC,OAAAA,IAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,EAAIC,KAAKL,GCF5BC,EAAMK"} |
| /** | ||
| * @activewidgets/js/bundle 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/bundle 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(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\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;uhCAUiCA,UAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,UAAIC,KAAKL,GCF5BC,EAAMK,GCTN,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,KCb9Cc,CAAYd,UAAK,CAACE,SAAU"} | ||
| {"version":3,"file":"bundle.js","sources":["../../node_modules/style-inject/dist/style-inject.es.js","../../js/framework.js","../../js/datagrid.js","../../bundle/index.js"],"sourcesContent":["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 adapter from '@activewidgets/frameworks/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\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 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"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","JS","Styles","Frameworks","preact","htm","Components","this","css","adapter","components","_interopDefaultLegacy","e","default","_interopNamespace","__esModule","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","freeze","css__default","adapter__default","htm__default","components__namespace","_adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","bind","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject","value"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,iCAAAA,QAAA,gCAAAA,QAAA,UAAAA,QAAA,OAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,gCAAA,+BAAA,SAAA,MAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,GAAAT,EAAAS,cAAAC,GAAA,IAAAV,EAAAS,cAAAE,OAAAX,EAAAS,cAAAG,WAAAF,GAAAV,EAAAa,OAAAb,EAAAc,IAAAd,EAAAS,cAAAM,YAAA,CAAAC,MAAA,SAAAd,EAAAe,EAAAC,EAAAL,EAAAC,EAAAK,GAAA,aAAA,SAAAC,EAAAC,GAAA,OAAAA,GAAA,iBAAAA,GAAA,YAAAA,EAAAA,EAAA,CAAAC,QAAAD,GAAA,SAAAE,EAAAF,GAAA,GAAAA,GAAAA,EAAAG,WAAA,OAAAH,EAAA,IAAAI,EAAAC,OAAAC,OAAA,MAAA,OAAAN,GAAAK,OAAAE,KAAAP,GAAAQ,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAX,EAAAS,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAb,EAAAS,UAAAL,EAAA,QAAAJ,EAAAK,OAAAU,OAAAX,GAAA,IAAAY,EAAAjB,EAAAH,GAAAqB,EAAAlB,EAAAF,GAAAqB,EAAAnB,EAAAN,GAAA0B,EAAAjB,EAAAJ,GCUO,IAAAsB,EAA0BvB,EAAAA,QAAQ,CAACwB,UAAAA,EAADA,UAAYC,aAAAA,EAAZA,aAA0BC,cAAAA,EAA1BA,cAAyCC,eAAAA,EAAzCA,eAAyDC,OAAAA,EAAAA,SAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMpC,EAAAA,QAAIqC,KAAKJ,GCF5BC,EAAM7B,GFTN,SAAqBF,EAAKmC,QACX,IAARA,IAAiBA,EAAM,IAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKpC,GAA2B,oBAAbqC,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASV,cAAc,SACnCa,EAAMC,KAAO,WAEI,QAAbL,GACEE,EAAKI,WACPJ,EAAKK,aAAaH,EAAOF,EAAKI,YAKhCJ,EAAKM,YAAYJ,GAGfA,EAAMK,WACRL,EAAMK,WAAWC,QAAU9C,EAE3BwC,EAAMI,YAAYP,SAASU,eAAe/C,KGb9CgD,CAAYhD,UAAK,CAACoC,SAAU,QAA5BnD,EAAA8C,MAAAA,EAAA9C,EAAA6C,EAAAA,EAAA7C,EAAA+C,MAAAA,EAAA/C,EAAAgD,IAAAA,EAAAxB,OAAAO,eAAA/B,EAAA,aAAA,CAAAgE,OAAA"} |
+2
-2
| /** | ||
| * @activewidgets/js/css 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/css 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"css.js","sources":["../../node_modules/css/index.js"],"sourcesContent":["exports.parse = require('./lib/parse');\nexports.stringify = require('./lib/stringify');\n"],"names":["exports","parse","require","stringify"],"mappings":";;;;;;2FAAAA,QAAQC,MAAQC,QAAQ,eACxBF,QAAQG,UAAYD,QAAQ"} | ||
| {"version":3,"file":"css.js","sources":["../../../../node_modules/css/index.js"],"sourcesContent":["exports.parse = require('./lib/parse');\nexports.stringify = require('./lib/stringify');\n"],"names":["exports","parse","require","stringify"],"mappings":";;;;;;CAAAA,SAAAA,GAAAA,mBAAAA,QAAAA,OAAAA,IAAAA,OAAAA,GAAAA,IAAAA,EAAAA,WAAAA,aAAAA,QAAQC,MAAQC,QAAQ,eACxBF,QAAQG,UAAYD,QAAQ"} |
+2
-2
| /** | ||
| * @activewidgets/js/js 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js/js 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;06BAUiCA,UAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,UAAIC,KAAKL,GCF5BC,EAAMK"} | ||
| {"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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","JS","Frameworks","preact","htm","Components","this","adapter","components","_interopDefaultLegacy","e","default","_interopNamespace","__esModule","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","freeze","adapter__default","htm__default","components__namespace","_adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","bind","value"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,gCAAAA,QAAA,UAAAA,QAAA,OAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,+BAAA,SAAA,MAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,GAAAT,EAAAS,cAAAC,GAAA,IAAAV,EAAAS,cAAAE,WAAAD,GAAAV,EAAAY,OAAAZ,EAAAa,IAAAb,EAAAS,cAAAK,YAAA,CAAAC,MAAA,SAAAb,EAAAc,EAAAJ,EAAAC,EAAAI,GAAA,aAAA,SAAAC,EAAAC,GAAA,OAAAA,GAAA,iBAAAA,GAAA,YAAAA,EAAAA,EAAA,CAAAC,QAAAD,GAAA,SAAAE,EAAAF,GAAA,GAAAA,GAAAA,EAAAG,WAAA,OAAAH,EAAA,IAAAI,EAAAC,OAAAC,OAAA,MAAA,OAAAN,GAAAK,OAAAE,KAAAP,GAAAQ,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAX,EAAAS,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAb,EAAAS,UAAAL,EAAA,QAAAJ,EAAAK,OAAAU,OAAAX,GAAA,IAAAY,EAAAjB,EAAAF,GAAAoB,EAAAlB,EAAAL,GAAAwB,EAAAhB,EAAAJ,GAUOqB,EAA0BtB,EAAAA,QAAQ,CAACuB,UAAAA,EAADA,UAAYC,aAAAA,EAAZA,aAA0BC,cAAAA,EAA1BA,cAAyCC,eAAAA,EAAzCA,eAAyDC,OAAAA,EAAAA,SAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMlC,EAAAA,QAAImC,KAAKJ,GCF5BC,EAAM5B,GAANf,EAAA2C,MAAAA,EAAA3C,EAAA0C,EAAAA,EAAA1C,EAAA4C,MAAAA,EAAA5C,EAAA6C,IAAAA,EAAAvB,OAAAO,eAAA7B,EAAA,aAAA,CAAA+C,OAAA"} |
| /** | ||
| * @activewidgets/js 3.0.9 | ||
| * Copyright (C) 2020 ActiveWidgets SARL. All Rights Reserved. | ||
| * @activewidgets/js 3.1.0 | ||
| * Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved. | ||
| * This code is licensed under the MIT license found in the | ||
@@ -5,0 +5,0 @@ * LICENSE file in the root directory of this package. |
@@ -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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","htm","bind","components"],"mappings":";;;;;;khCAUiCA,UAAQ,CAACC,UAAAA,YAAWC,aAAAA,eAAcC,cAAAA,gBAAeC,eAAAA,iBAAgBC,OAAAA,WAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMC,UAAIC,KAAKL,GCF5BC,EAAMK"} | ||
| {"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/js';\r\nimport {Component, cloneElement, createElement, isValidElement, render} from 'preact';\r\nimport htm from 'htm';\r\n\r\nexport const {h, build, mount} = 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\n\r\nbuild(components);\r\n"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","JS","Frameworks","preact","htm","Components","this","datagrid_css","adapter","components","_interopDefaultLegacy","e","default","_interopNamespace","__esModule","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","freeze","adapter__default","htm__default","components__namespace","_adapter","Component","cloneElement","createElement","isValidElement","render","h","build","mount","tpl","bind","value"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,6CAAAA,QAAA,gCAAAA,QAAA,UAAAA,QAAA,OAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,4CAAA,+BAAA,SAAA,MAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,GAAAT,EAAAS,cAAAC,GAAA,IAAA,KAAAV,EAAAS,cAAAE,WAAAD,GAAAV,EAAAY,OAAAZ,EAAAa,IAAAb,EAAAS,cAAAK,YAAA,CAAAC,MAAA,SAAAb,EAAAc,EAAAC,EAAAL,EAAAC,EAAAK,GAAA,aAAA,SAAAC,EAAAC,GAAA,OAAAA,GAAA,iBAAAA,GAAA,YAAAA,EAAAA,EAAA,CAAAC,QAAAD,GAAA,SAAAE,EAAAF,GAAA,GAAAA,GAAAA,EAAAG,WAAA,OAAAH,EAAA,IAAAI,EAAAC,OAAAC,OAAA,MAAA,OAAAN,GAAAK,OAAAE,KAAAP,GAAAQ,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAX,EAAAS,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAb,EAAAS,UAAAL,EAAA,QAAAJ,EAAAK,OAAAU,OAAAX,GAAA,IAAAY,EAAAjB,EAAAF,GAAAoB,EAAAlB,EAAAN,GAAAyB,EAAAhB,EAAAJ,GAUOqB,EAA0BtB,EAAAA,QAAQ,CAACuB,UAAAA,EAADA,UAAYC,aAAAA,EAAZA,aAA0BC,cAAAA,EAA1BA,cAAyCC,eAAAA,EAAzCA,eAAyDC,OAAAA,EAAAA,SAApFC,IAAAA,EAAGC,IAAAA,MAAOC,IAAAA,MACXC,EAAMnC,EAAAA,QAAIoC,KAAKJ,GCF5BC,EAAM5B,GAANhB,EAAA4C,MAAAA,EAAA5C,EAAA2C,EAAAA,EAAA3C,EAAA6C,MAAAA,EAAA7C,EAAA8C,IAAAA,EAAAvB,OAAAO,eAAA9B,EAAA,aAAA,CAAAgD,OAAA"} |
+7
-27
| { | ||
| "name": "@activewidgets/js", | ||
| "version": "3.0.9", | ||
| "version": "3.1.0", | ||
| "description": "Datagrid component (no framework)", | ||
@@ -24,4 +24,4 @@ "author": "ActiveWidgets SARL", | ||
| "dependencies": { | ||
| "@activewidgets/datagrid": "3.0.9", | ||
| "@activewidgets/frameworks": "3.0.9", | ||
| "@activewidgets/datagrid": "3.1.0", | ||
| "@activewidgets/frameworks": "3.1.0", | ||
| "htm": "3.1.0", | ||
@@ -31,6 +31,5 @@ "preact": "10.4.4" | ||
| "devDependencies": { | ||
| "@activewidgets/examples": "0.0.11", | ||
| "@activewidgets/options": "3.0.9", | ||
| "@activewidgets/puppeteer": "0.0.5", | ||
| "@activewidgets/testing": "0.0.4", | ||
| "@activewidgets/examples": "0.0.12", | ||
| "@activewidgets/options": "3.1.0", | ||
| "@activewidgets/puppeteer": "0.0.6", | ||
| "@babel/core": "^7", | ||
@@ -52,22 +51,3 @@ "@babel/preset-env": "^7", | ||
| "jest": { | ||
| "projects": [ | ||
| { | ||
| "displayName": "Unit", | ||
| "preset": "@activewidgets/testing", | ||
| "moduleNameMapper": { | ||
| "@activewidgets/components": "<rootDir>/js", | ||
| "@activewidgets/testing": "<rootDir>/test/adapter/js.js" | ||
| }, | ||
| "testMatch": [ | ||
| "<rootDir>/test/options/*/unit.js" | ||
| ] | ||
| }, | ||
| { | ||
| "displayName": "Visual", | ||
| "preset": "@activewidgets/puppeteer", | ||
| "testMatch": [ | ||
| "<rootDir>/test/visual/**/*.js" | ||
| ] | ||
| } | ||
| ] | ||
| "preset": "@activewidgets/puppeteer" | ||
| }, | ||
@@ -74,0 +54,0 @@ "repository": { |
33766
13.14%17
-5.56%+ Added
+ Added
- Removed
- Removed