@revolist/revogrid 4.1.0-next.78 → 4.1.0-next.80

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.
@@ -3600,7 +3600,6 @@ function defineCustomElement$1() {
3600
3600
  break;
3601
3601
  } });
3602
3602
  }
3603
- defineCustomElement$1();
3604
3603
 
3605
3604
  const RevoGrid = RevoGridComponent;
3606
3605
  const defineCustomElement = defineCustomElement$1;
@@ -66,7 +66,6 @@ function defineCustomElement$1() {
66
66
  break;
67
67
  } });
68
68
  }
69
- defineCustomElement$1();
70
69
 
71
70
  const RevogrClipboard = Clipboard;
72
71
  const defineCustomElement = defineCustomElement$1;
@@ -191,6 +191,5 @@ function defineCustomElement() {
191
191
  break;
192
192
  } });
193
193
  }
194
- defineCustomElement();
195
194
 
196
195
  export { RevogrData as R, defineCustomElement as d };
@@ -438,6 +438,5 @@ function defineCustomElement() {
438
438
  break;
439
439
  } });
440
440
  }
441
- defineCustomElement();
442
441
 
443
442
  export { RevoEdit as R, isCtrlKey as a, isClear as b, codesLetter as c, defineCustomElement as d, isEnterKey as e, isLetterKey as f, isString_1 as i };
@@ -287,7 +287,6 @@ function defineCustomElement$1() {
287
287
  break;
288
288
  } });
289
289
  }
290
- defineCustomElement$1();
291
290
 
292
291
  const RevogrFilterPanel = FilterPanel;
293
292
  const defineCustomElement = defineCustomElement$1;
@@ -58,6 +58,5 @@ function defineCustomElement() {
58
58
  break;
59
59
  } });
60
60
  }
61
- defineCustomElement();
62
61
 
63
62
  export { RevogrFocus as R, defineCustomElement as d };
@@ -580,6 +580,5 @@ function defineCustomElement() {
580
580
  break;
581
581
  } });
582
582
  }
583
- defineCustomElement();
584
583
 
585
584
  export { RevogrHeaderComponent as R, defineCustomElement as d };
@@ -183,6 +183,5 @@ function defineCustomElement() {
183
183
  break;
184
184
  } });
185
185
  }
186
- defineCustomElement();
187
186
 
188
187
  export { OrderEditor as O, defineCustomElement as d };
@@ -767,6 +767,5 @@ function defineCustomElement() {
767
767
  break;
768
768
  } });
769
769
  }
770
- defineCustomElement();
771
770
 
772
771
  export { OverlaySelection as O, defineCustomElement as d };
@@ -431,6 +431,5 @@ function defineCustomElement() {
431
431
  break;
432
432
  } });
433
433
  }
434
- defineCustomElement();
435
434
 
436
435
  export { RevogrRowHeaders as R, ViewportStore as V, calculateRowHeaderSize as c, defineCustomElement as d };
@@ -128,6 +128,5 @@ function defineCustomElement() {
128
128
  break;
129
129
  } });
130
130
  }
131
- defineCustomElement();
132
131
 
133
132
  export { RevogrScrollVirtual as R, defineCustomElement as d };
@@ -78,6 +78,5 @@ function defineCustomElement() {
78
78
  break;
79
79
  } });
80
80
  }
81
- defineCustomElement();
82
81
 
83
82
  export { RevogrFocus as R, defineCustomElement as d };
@@ -366,6 +366,5 @@ function defineCustomElement() {
366
366
  break;
367
367
  } });
368
368
  }
369
- defineCustomElement();
370
369
 
371
370
  export { CONTENT_SLOT as C, DATA_SLOT as D, FOOTER_SLOT as F, HEADER_SLOT as H, RevogrViewportScroll as R, defineCustomElement as d, getLastCell as g };
@@ -1,3 +1,3 @@
1
1
 
2
- module.exports = require('../dist/cjs/loader.cjs.js');
2
+ module.exports = require('../cjs/loader.cjs.js');
3
3
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -1,3 +1,3 @@
1
1
 
2
- module.exports = require('../dist/cjs/loader.cjs.js');
2
+ module.exports = require('../cjs/loader.cjs.js');
3
3
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -1,4 +1,4 @@
1
- export * from '../dist/types/components';
1
+ export * from '../types/components';
2
2
  export interface CustomElementsDefineOptions {
3
3
  exclude?: string[];
4
4
  resourcesUrl?: string;
@@ -0,0 +1,3 @@
1
+
2
+ export * from '../esm/polyfills/index.js';
3
+ export * from '../esm/loader.js';
@@ -1,4 +1,4 @@
1
1
 
2
2
  (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)}})();
3
- export * from '../dist/esm/polyfills/index.js';
4
- export * from '../dist/esm/loader.js';
3
+ export * from '../esm/polyfills/index.js';
4
+ export * from '../esm/loader.js';
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/revogrid",
3
- "version": "4.1.0-next.78",
3
+ "version": "4.1.0-next.80",
4
4
  "description": "Virtual reactive data grid component - RevoGrid.",
5
5
  "license": "MIT",
6
6
  "directories": {
@@ -42,13 +42,12 @@
42
42
  "module": "./dist/index.js",
43
43
  "es2015": "dist/esm/index.mjs",
44
44
  "es2017": "dist/esm/index.mjs",
45
- "types": "custom-element/index.d.ts",
45
+ "types": "dist/types/index.d.ts",
46
46
  "collection": "dist/collection/collection-manifest.json",
47
47
  "collection:main": "dist/collection/index.js",
48
48
  "unpkg": "dist/revo-grid/revo-grid.js",
49
49
  "files": [
50
50
  "dist/",
51
- "loader/",
52
51
  "custom-element/"
53
52
  ],
54
53
  "scripts": {
@@ -1,3 +0,0 @@
1
-
2
- export * from '../dist/esm/polyfills/index.js';
3
- export * from '../dist/esm/loader.js';