@revolist/revogrid 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/loader/cdn.js +4 -0
- package/loader/index.cjs.js +4 -0
- package/{dist/loader → loader}/index.d.ts +1 -1
- package/{dist/loader → loader}/index.es2017.js +1 -1
- package/{dist/loader → loader}/index.js +1 -1
- package/package.json +8 -7
- package/dist/loader/cdn.js +0 -4
- package/dist/loader/index.cjs.js +0 -4
- /package/{dist/loader → loader}/package.json +0 -0
package/loader/cdn.js
ADDED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Built by Revolist OU ❤️
|
|
3
3
|
*/
|
|
4
4
|
(function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
|
|
5
|
-
export * from '../esm/loader.js';
|
|
5
|
+
export * from '../dist/esm/loader.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "revolist",
|
|
@@ -73,21 +73,22 @@
|
|
|
73
73
|
"require": "./dist/revo-grid/revo-grid.cjs.js",
|
|
74
74
|
"types": "./dist/types/index.d.ts"
|
|
75
75
|
},
|
|
76
|
-
"./loader": {
|
|
77
|
-
"import": "./dist/loader/index.js",
|
|
78
|
-
"require": "./dist/loader/index.cjs",
|
|
79
|
-
"types": "./dist/loader/index.d.ts"
|
|
80
|
-
},
|
|
81
76
|
"./standalone": {
|
|
82
77
|
"import": "./standalone/revo-grid.js",
|
|
83
78
|
"types": "./standalone/revo-grid.d.ts"
|
|
79
|
+
},
|
|
80
|
+
"./loader": {
|
|
81
|
+
"import": "./loader/index.js",
|
|
82
|
+
"require": "./loader/index.cjs",
|
|
83
|
+
"types": "./loader/index.d.ts"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
|
|
87
87
|
"files": [
|
|
88
88
|
"dist/",
|
|
89
89
|
"hydrate/",
|
|
90
|
-
"standalone/"
|
|
90
|
+
"standalone/",
|
|
91
|
+
"loader/"
|
|
91
92
|
],
|
|
92
93
|
"scripts": {
|
|
93
94
|
"build": "npm run api:clear && stencil build --prod && npm run api:update",
|
package/dist/loader/cdn.js
DELETED
package/dist/loader/index.cjs.js
DELETED
|
File without changes
|