@activewidgets/react
Advanced tools
| /** | ||
| * @activewidgets/react/bundle 3.3.1 | ||
| * @activewidgets/react/bundle 3.4.0 | ||
| * Copyright (C) 2023 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/react";import i from"react";import*as r from"@activewidgets/datagrid/js";const{h:d,build:o}=t(i),{Datagrid:a,Row:s,Gridview:c,Scrollbars:m}=o(r);!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{a as Datagrid,c as Gridview,s as Row,m as Scrollbars,o as build,d as h}; | ||
| import e from"@activewidgets/datagrid/style";import t from"@activewidgets/frameworks/react";import{Component as a,Fragment as o,createElement as r,cloneElement as i,isValidElement as n,createContext as s,Suspense as d,lazy as m}from"react";import{Datagrid as c,Row as l,Cells as p}from"@activewidgets/datagrid/js";const{component:f}=t({Component:a,Fragment:o,createElement:r,cloneElement:i,isValidElement:n,createContext:s,Suspense:d,lazy:m}),g=f(c),h=f(l),u=f(p);!function(e,t){void 0===t&&(t={});var a=t.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===a&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}(e,{insertAt:"top"});export{u as Cells,g as Datagrid,f as ReactComponent,h as Row}; | ||
| //# 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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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":["h","build","adapter","React","Datagrid","Row","Gridview","Scrollbars","components","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;8JASY,MAACA,EAACA,EAACC,MAAEA,GAASC,EAAQC,ICArBC,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcN,EAAMO,ICT3D,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,CAAA,GAC5B,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,GAnBY,CAqB1D,CCfAe,CAAYf,EAAK,CAACE,SAAU","x_google_ignoreList":[2]} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\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","ReactComponent","converter","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells","css","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;0TASY,MAAEA,UAAWC,GAAkBC,EAAU,CAACC,YAAWC,WAAUC,gBAAeC,eAAcC,iBAAgBC,gBAAeC,WAAUC,SCApIC,EAAWV,EAAeW,GAC1BC,EAAMZ,EAAea,GACrBC,EAAQd,EAAee,ICXpC,SAAqBC,EAAKC,QACX,IAARA,IAAiBA,EAAM,CAAA,GAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASf,cAAc,SACnCkB,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,GAnBY,CAqB1D,CCfAc,CAAYd,EAAK,CAACE,SAAU","x_google_ignoreList":[2]} |
+1
-1
| /** | ||
| * @activewidgets/react/css 3.3.1 | ||
| * @activewidgets/react/css 3.4.0 | ||
| * Copyright (C) 2023 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the |
+2
-2
| /** | ||
| * @activewidgets/react/js 3.3.1 | ||
| * @activewidgets/react/js 3.4.0 | ||
| * Copyright (C) 2023 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/react";import t from"react";import*as i from"@activewidgets/datagrid/js";const{h:a,build:o}=r(t),{Datagrid:e,Row:d,Gridview:m,Scrollbars:s}=o(i);export{e as Datagrid,m as Gridview,d as Row,s as Scrollbars,o as build,a as h}; | ||
| import e from"@activewidgets/frameworks/react";import{Component as t,Fragment as a,createElement as o,cloneElement as r,isValidElement as m,createContext as n,Suspense as s,lazy as i}from"react";import{Datagrid as c,Row as l,Cells as p}from"@activewidgets/datagrid/js";const{component:d}=e({Component:t,Fragment:a,createElement:o,cloneElement:r,isValidElement:m,createContext:n,Suspense:s,lazy:i}),g=d(c),f=d(l),w=d(p);export{w as Cells,g as Datagrid,d as ReactComponent,f as Row}; | ||
| //# 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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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":["h","build","adapter","React","Datagrid","Row","Gridview","Scrollbars","components"],"mappings":";;;;;;iHASY,MAACA,EAACA,EAACC,MAAEA,GAASC,EAAQC,ICArBC,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcN,EAAMO"} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\r\n"],"names":["component","ReactComponent","converter","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells"],"mappings":";;;;;;6QASY,MAAEA,UAAWC,GAAkBC,EAAU,CAACC,YAAWC,WAAUC,gBAAeC,eAAcC,iBAAgBC,gBAAeC,WAAUC,SCApIC,EAAWV,EAAeW,GAC1BC,EAAMZ,EAAea,GACrBC,EAAQd,EAAee"} |
| /** | ||
| * @activewidgets/react 3.3.1 | ||
| * @activewidgets/react 3.4.0 | ||
| * Copyright (C) 2023 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -7,3 +7,3 @@ * This code is licensed under the MIT license found in the | ||
| */ | ||
| import"@activewidgets/datagrid/dist/datagrid.css";import r from"@activewidgets/frameworks/react";import t from"react";import*as i from"@activewidgets/datagrid/js";const{h:a,build:d}=r(t),{Datagrid:o,Row:e,Gridview:s,Scrollbars:c}=d(i);export{o as Datagrid,s as Gridview,e as Row,c as Scrollbars,d as build,a as h}; | ||
| import"@activewidgets/datagrid/dist/datagrid.css";import t from"@activewidgets/frameworks/react";import{Component as e,Fragment as a,createElement as r,cloneElement as i,isValidElement as o,createContext as s,Suspense as m,lazy as d}from"react";import{Datagrid as n,Row as c,Cells as g}from"@activewidgets/datagrid/js";const{component:l}=t({Component:e,Fragment:a,createElement:r,cloneElement:i,isValidElement:o,createContext:s,Suspense:m,lazy:d}),p=l(n),w=l(c),f=l(g);export{f as Cells,p as Datagrid,l as ReactComponent,w as Row}; | ||
| //# 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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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":["h","build","adapter","React","Datagrid","Row","Gridview","Scrollbars","components"],"mappings":";;;;;;mKASY,MAACA,EAACA,EAACC,MAAEA,GAASC,EAAQC,ICArBC,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcN,EAAMO"} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\r\n"],"names":["component","ReactComponent","converter","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells"],"mappings":";;;;;;+TASY,MAAEA,UAAWC,GAAkBC,EAAU,CAACC,YAAWC,WAAUC,gBAAeC,eAAcC,iBAAgBC,gBAAeC,WAAUC,SCApIC,EAAWV,EAAeW,GAC1BC,EAAMZ,EAAea,GACrBC,EAAQd,EAAee"} |
| /** | ||
| * @activewidgets/react/bundle 3.3.1 | ||
| * @activewidgets/react/bundle 3.4.0 | ||
| * Copyright (C) 2023 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/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,r,d){"use strict";function a(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var r=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,r.get?r:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}var c=a(d);const{h:s,build:n}=i(r),{Datagrid:o,Row:f,Gridview:l,Scrollbars:u}=n(c);!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))}}(t,{insertAt:"top"}),e.Datagrid=o,e.Gridview=l,e.Row=f,e.Scrollbars=u,e.build=n,e.h=s}));//# sourceMappingURL=bundle.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/style"),require("@activewidgets/frameworks/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/style","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),e.ActiveWidgets.Styles,e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,n,a){"use strict";const{component:s}=i({Component:n.Component,Fragment:n.Fragment,createElement:n.createElement,cloneElement:n.cloneElement,isValidElement:n.isValidElement,createContext:n.createContext,Suspense:n.Suspense,lazy:n.lazy}),d=s(a.Datagrid),o=s(a.Row),r=s(a.Cells);!function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(t,{insertAt:"top"}),e.Cells=r,e.Datagrid=d,e.ReactComponent=s,e.Row=o}));//# sourceMappingURL=bundle.js.map |
@@ -1,1 +0,1 @@ | ||
| {"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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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","/**\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":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Styles","Frameworks","Components","this","css","adapter","components","_interopNamespaceDefault","e","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","default","freeze","components__namespace","h","build","Datagrid","Row","Gridview","Scrollbars","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,iCAAAA,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,gCAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAAV,EAAAS,cAAAE,OAAAX,EAAAS,cAAAG,WAAAF,MAAAV,EAAAU,MAAAV,EAAAS,cAAAI,WAAA,CAAA,CAAAC,MAAA,SAAAZ,EAAAa,EAAAC,EAAAN,EAAAO,GAAA,aAAA,SAAAC,EAAAC,GAAA,IAAAC,EAAAC,OAAAC,OAAA,MAAA,OAAAH,GAAAE,OAAAE,KAAAJ,GAAAK,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAR,EAAAM,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAV,EAAAM,EAAA,GAAA,CAAA,IAAAL,EAAAW,QAAAZ,EAAAE,OAAAW,OAAAZ,EAAA,CAAA,IAAAa,EAAAf,EAAAD,GCSY,MAACiB,EAACA,EAACC,MAAEA,GAASnB,EAAQN,ICArB0B,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcJ,EAAMlB,IFT3D,SAAqBF,EAAKyB,QACX,IAARA,IAAiBA,EAAM,CAAA,GAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAK1B,GAA2B,oBAAb2B,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,QAAUrC,EAE3B8B,EAAMK,YAAYR,SAASW,eAAetC,GAnBY,CAqB1D,CGfAuC,CAAYvC,EAAK,CAAC0B,SAAU,QAAOvC,EAAAkC,SAAAA,EAAAlC,EAAAoC,SAAAA,EAAApC,EAAAmC,IAAAA,EAAAnC,EAAAqC,WAAAA,EAAArC,EAAAiC,MAAAA,EAAAjC,EAAAgC,EAAAA,CAAA","x_google_ignoreList":[0]} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\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"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Styles","Frameworks","Components","this","css","converter","react","js","component","ReactComponent","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells","ref","insertAt","document","head","getElementsByTagName","style","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","styleInject"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,iCAAAA,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,gCAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAAV,EAAAS,cAAAE,OAAAX,EAAAS,cAAAG,WAAAF,MAAAV,EAAAU,MAAAV,EAAAS,cAAAI,WAAA,CAAA,CAAAC,MAAA,SAAAZ,EAAAa,EAAAC,EAAAC,EAAAC,GAAA,aCSY,MAAEC,UAAWC,GAAkBJ,EAAU,CAACK,UAAAA,EAAAA,UAAWC,SAAAA,EAAAA,uBAAUC,EAAaA,cAAAC,aAAEA,EAAYA,aAAAC,eAAEA,EAAcA,eAAAC,cAAEA,EAAaA,cAAAC,SAAEA,EAAQA,SAAAC,KAAEA,EAAIA,OCAxIC,EAAWT,EAAeU,YAC1BC,EAAMX,EAAeY,OACrBC,EAAQb,EAAec,UFXpC,SAAqBnB,EAAKoB,QACX,IAARA,IAAiBA,EAAM,CAAA,GAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKrB,GAA2B,oBAAbsB,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASd,cAAc,SACnCiB,EAAMC,KAAO,WAEI,QAAbL,GACEE,EAAKI,WACPJ,EAAKK,aAAaH,EAAOF,EAAKI,YAKhCJ,EAAKM,YAAYJ,GAGfA,EAAMK,WACRL,EAAMK,WAAWC,QAAU/B,EAE3ByB,EAAMI,YAAYP,SAASU,eAAehC,GAnBY,CAqB1D,CGfAiC,CAAYjC,EAAK,CAACqB,SAAU,QAAOlC,EAAA+B,MAAAA,EAAA/B,EAAA2B,SAAAA,EAAA3B,EAAAkB,eAAAA,EAAAlB,EAAA6B,IAAAA,CAAA","x_google_ignoreList":[0]} |
+1
-1
| /** | ||
| * @activewidgets/react/css 3.3.1 | ||
| * @activewidgets/react/css 3.4.0 | ||
| * Copyright (C) 2023 ActiveWidgets SARL. All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the |
+2
-2
| /** | ||
| * @activewidgets/react/js 3.3.1 | ||
| * @activewidgets/react/js 3.4.0 | ||
| * Copyright (C) 2023 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/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,r){"use strict";function a(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var r=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,r.get?r:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}var c=a(r);const{h:d,build:o}=t(i),{Datagrid:s,Row:n,Gridview:f,Scrollbars:u}=o(c);e.Datagrid=s,e.Gridview=f,e.Row=n,e.Scrollbars=u,e.build=o,e.h=d}));//# sourceMappingURL=js.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/frameworks/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,n){"use strict";const{component:a}=t({Component:i.Component,Fragment:i.Fragment,createElement:i.createElement,cloneElement:i.cloneElement,isValidElement:i.isValidElement,createContext:i.createContext,Suspense:i.Suspense,lazy:i.lazy}),o=a(n.Datagrid),s=a(n.Row),c=a(n.Cells);e.Cells=c,e.Datagrid=o,e.ReactComponent=a,e.Row=s}));//# 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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Frameworks","Components","this","adapter","components","_interopNamespaceDefault","e","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","default","freeze","components__namespace","h","build","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAAV,EAAAS,cAAAE,WAAAD,MAAAV,EAAAU,MAAAV,EAAAS,cAAAG,WAAA,CAAA,CAAAC,MAAA,SAAAX,EAAAY,EAAAJ,EAAAK,GAAA,aAAA,SAAAC,EAAAC,GAAA,IAAAC,EAAAC,OAAAC,OAAA,MAAA,OAAAH,GAAAE,OAAAE,KAAAJ,GAAAK,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAR,EAAAM,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAV,EAAAM,EAAA,GAAA,CAAA,IAAAL,EAAAW,QAAAZ,EAAAE,OAAAW,OAAAZ,EAAA,CAAA,IAAAa,EAAAf,EAAAD,GASY,MAACiB,EAACA,EAACC,MAAEA,GAASnB,EAAQJ,ICArBwB,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcJ,EAAMlB,GAAUb,EAAAgC,SAAAA,EAAAhC,EAAAkC,SAAAA,EAAAlC,EAAAiC,IAAAA,EAAAjC,EAAAmC,WAAAA,EAAAnC,EAAA+B,MAAAA,EAAA/B,EAAA8B,EAAAA,CAAA"} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\r\n"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Frameworks","Components","this","converter","react","js","component","ReactComponent","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAAV,EAAAS,cAAAE,WAAAD,MAAAV,EAAAU,MAAAV,EAAAS,cAAAG,WAAA,CAAA,CAAAC,MAAA,SAAAX,EAAAY,EAAAC,EAAAC,GAAA,aASY,MAAEC,UAAWC,GAAkBJ,EAAU,CAACK,UAAAA,EAAAA,UAAWC,SAAAA,EAAAA,uBAAUC,EAAaA,cAAAC,aAAEA,EAAYA,aAAAC,eAAEA,EAAcA,eAAAC,cAAEA,EAAaA,cAAAC,SAAEA,EAAQA,SAAAC,KAAEA,EAAIA,OCAxIC,EAAWT,EAAeU,YAC1BC,EAAMX,EAAeY,OACrBC,EAAQb,EAAec,EAAMD,OAAA7B,EAAA6B,MAAAA,EAAA7B,EAAAyB,SAAAA,EAAAzB,EAAAgB,eAAAA,EAAAhB,EAAA2B,IAAAA,CAAA"} |
| /** | ||
| * @activewidgets/react 3.3.1 | ||
| * @activewidgets/react 3.4.0 | ||
| * Copyright (C) 2023 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/dist/datagrid.css"),require("@activewidgets/frameworks/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/dist/datagrid.css","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),null,e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,r,a){"use strict";function d(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var r=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,r.get?r:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}var c=d(a);const{h:s,build:o}=i(r),{Datagrid:n,Row:f,Gridview:g,Scrollbars:u}=o(c);e.Datagrid=n,e.Gridview=g,e.Row=f,e.Scrollbars=u,e.build=o,e.h=s}));//# sourceMappingURL=package.js.map | ||
| !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@activewidgets/datagrid/dist/datagrid.css"),require("@activewidgets/frameworks/react"),require("react"),require("@activewidgets/datagrid/js")):"function"==typeof define&&define.amd?define(["exports","@activewidgets/datagrid/dist/datagrid.css","@activewidgets/frameworks/react","react","@activewidgets/datagrid/js"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ActiveWidgets=e.ActiveWidgets||{},e.ActiveWidgets.React={}),null,e.ActiveWidgets.Frameworks.React,e.React,e.ActiveWidgets.Components)}(this,(function(e,t,i,a,s){"use strict";const{component:n}=i({Component:a.Component,Fragment:a.Fragment,createElement:a.createElement,cloneElement:a.cloneElement,isValidElement:a.isValidElement,createContext:a.createContext,Suspense:a.Suspense,lazy:a.lazy}),d=n(s.Datagrid),r=n(s.Row),c=n(s.Cells);e.Cells=c,e.Datagrid=d,e.ReactComponent=n,e.Row=r}));//# 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/react';\r\nimport React from 'react';\r\n\r\nexport const {h, build} = adapter(React);\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":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Frameworks","Components","this","datagrid_css","adapter","components","_interopNamespaceDefault","e","n","Object","create","keys","forEach","k","d","getOwnPropertyDescriptor","defineProperty","get","enumerable","default","freeze","components__namespace","h","build","Datagrid","Row","Gridview","Scrollbars"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,6CAAAA,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,4CAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAA,KAAAV,EAAAS,cAAAE,WAAAD,MAAAV,EAAAU,MAAAV,EAAAS,cAAAG,WAAA,CAAA,CAAAC,MAAA,SAAAX,EAAAY,EAAAC,EAAAL,EAAAM,GAAA,aAAA,SAAAC,EAAAC,GAAA,IAAAC,EAAAC,OAAAC,OAAA,MAAA,OAAAH,GAAAE,OAAAE,KAAAJ,GAAAK,SAAA,SAAAC,GAAA,GAAA,YAAAA,EAAA,CAAA,IAAAC,EAAAL,OAAAM,yBAAAR,EAAAM,GAAAJ,OAAAO,eAAAR,EAAAK,EAAAC,EAAAG,IAAAH,EAAA,CAAAI,YAAA,EAAAD,IAAA,WAAA,OAAAV,EAAAM,EAAA,GAAA,CAAA,IAAAL,EAAAW,QAAAZ,EAAAE,OAAAW,OAAAZ,EAAA,CAAA,IAAAa,EAAAf,EAAAD,GASY,MAACiB,EAACA,EAACC,MAAEA,GAASnB,EAAQL,ICArByB,SAACA,EAAQC,IAAEA,EAAGC,SAAEA,EAAQC,WAAEA,GAAcJ,EAAMlB,GAAUd,EAAAiC,SAAAA,EAAAjC,EAAAmC,SAAAA,EAAAnC,EAAAkC,IAAAA,EAAAlC,EAAAoC,WAAAA,EAAApC,EAAAgC,MAAAA,EAAAhC,EAAA+B,EAAAA,CAAA"} | ||
| {"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 converter from '@activewidgets/frameworks/react';\r\nimport {Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy} from 'react';\r\n\r\nexport const {component: ReactComponent} = converter({Component, Fragment, createElement, cloneElement, isValidElement, createContext, Suspense, lazy});\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 {ReactComponent} from './framework.js';\r\nimport {Datagrid as _Datagrid, Row as _Row, Cells as _Cells} from '@activewidgets/datagrid/js';\r\n\r\nexport const Datagrid = ReactComponent(_Datagrid);\r\nexport const Row = ReactComponent(_Row);\r\nexport const Cells = ReactComponent(_Cells);\r\n"],"names":["g","f","exports","module","require","define","amd","globalThis","self","ActiveWidgets","React","Frameworks","Components","this","datagrid_css","converter","react","js","component","ReactComponent","Component","Fragment","createElement","cloneElement","isValidElement","createContext","Suspense","lazy","Datagrid","_Datagrid","Row","_Row","Cells","_Cells"],"mappings":";;;;;;CAAA,SAAAA,EAAAC,GAAA,iBAAAC,SAAA,oBAAAC,OAAAF,EAAAC,QAAAE,QAAA,6CAAAA,QAAA,mCAAAA,QAAA,SAAAA,QAAA,+BAAA,mBAAAC,QAAAA,OAAAC,IAAAD,OAAA,CAAA,UAAA,4CAAA,kCAAA,QAAA,8BAAAJ,GAAAA,IAAAD,EAAA,oBAAAO,WAAAA,WAAAP,GAAAQ,MAAAC,cAAAT,EAAAS,eAAA,CAAA,EAAAT,EAAAS,cAAAC,MAAA,CAAA,GAAA,KAAAV,EAAAS,cAAAE,WAAAD,MAAAV,EAAAU,MAAAV,EAAAS,cAAAG,WAAA,CAAA,CAAAC,MAAA,SAAAX,EAAAY,EAAAC,EAAAC,EAAAC,GAAA,aASY,MAAEC,UAAWC,GAAkBJ,EAAU,CAACK,UAAAA,EAAAA,UAAWC,SAAAA,EAAAA,uBAAUC,EAAaA,cAAAC,aAAEA,EAAYA,aAAAC,eAAEA,EAAcA,eAAAC,cAAEA,EAAaA,cAAAC,SAAEA,EAAQA,SAAAC,KAAEA,EAAIA,OCAxIC,EAAWT,EAAeU,YAC1BC,EAAMX,EAAeY,OACrBC,EAAQb,EAAec,EAAMD,OAAA9B,EAAA8B,MAAAA,EAAA9B,EAAA0B,SAAAA,EAAA1B,EAAAiB,eAAAA,EAAAjB,EAAA4B,IAAAA,CAAA"} |
+4
-4
| { | ||
| "name": "@activewidgets/react", | ||
| "version": "3.3.1", | ||
| "version": "3.4.0", | ||
| "description": "Datagrid component for React", | ||
@@ -24,4 +24,4 @@ "author": "ActiveWidgets SARL", | ||
| "dependencies": { | ||
| "@activewidgets/datagrid": "3.3.1", | ||
| "@activewidgets/frameworks": "3.3.1" | ||
| "@activewidgets/datagrid": "3.4.0", | ||
| "@activewidgets/frameworks": "3.4.0" | ||
| }, | ||
@@ -33,3 +33,3 @@ "peerDependencies": { | ||
| "@activewidgets/examples": "0.0.16", | ||
| "@activewidgets/options": "3.3.1", | ||
| "@activewidgets/options": "3.4.0", | ||
| "@activewidgets/puppeteer": "0.1.2", | ||
@@ -36,0 +36,0 @@ "@rollup/plugin-node-resolve": "^15", |
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
32166
6.22%76
1.33%4
33.33%+ Added
+ Added
- Removed
- Removed