@slickgrid-universal/vanilla-force-bundle 2.0.0-alpha.0 → 2.0.0

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.
@@ -25,24 +25,6 @@
25
25
 
26
26
  /*! @license DOMPurify 2.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.0/LICENSE */
27
27
 
28
- /**
29
- * @license
30
- * (c) 2009-2016 Michael Leibman
31
- * michael{dot}leibman{at}gmail{dot}com
32
- * http://github.com/mleibman/slickgrid
33
- *
34
- * Distributed under MIT license.
35
- * All rights reserved.
36
- *
37
- * SlickGrid v3.0.0
38
- *
39
- * NOTES:
40
- * Cell/row DOM manipulations are done directly bypassing jQuery's DOM manipulation methods.
41
- * This increases the speed dramatically, but can only be done safely because there are no event handlers
42
- * or data associated with any cell/row DOM nodes. Cell editors must make sure they implement .destroy()
43
- * and do proper cleanup.
44
- */
45
-
46
28
  /**!
47
29
  * Sortable 1.15.0
48
30
  * @author RubaXa <trash@rubaxa.org>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/vanilla-force-bundle",
3
- "version": "2.0.0-alpha.0",
3
+ "version": "2.0.0",
4
4
  "description": "Vanilla Slick Grid Bundle (mostly exist for our Salesforce implementation) - Similar to Vanilla Bundle, the only difference is that it adds extra packages within its bundle (CustomTooltip, CompositeEditor & TextExport)",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -29,19 +29,19 @@
29
29
  "not dead"
30
30
  ],
31
31
  "dependencies": {
32
- "@slickgrid-universal/binding": "~2.0.0-alpha.0",
33
- "@slickgrid-universal/common": "~2.0.0-alpha.0",
34
- "@slickgrid-universal/composite-editor-component": "~2.0.0-alpha.0",
35
- "@slickgrid-universal/custom-footer-component": "~2.0.0-alpha.0",
36
- "@slickgrid-universal/custom-tooltip-plugin": "~2.0.0-alpha.0",
37
- "@slickgrid-universal/empty-warning-component": "~2.0.0-alpha.0",
38
- "@slickgrid-universal/event-pub-sub": "~2.0.0-alpha.0",
39
- "@slickgrid-universal/pagination-component": "~2.0.0-alpha.0",
40
- "@slickgrid-universal/text-export": "~2.0.0-alpha.0",
41
- "@slickgrid-universal/utils": "~2.0.0-alpha.0",
42
- "@slickgrid-universal/vanilla-bundle": "~2.0.0-alpha.0",
32
+ "@slickgrid-universal/binding": "~2.0.0",
33
+ "@slickgrid-universal/common": "~2.0.0",
34
+ "@slickgrid-universal/composite-editor-component": "~2.0.0",
35
+ "@slickgrid-universal/custom-footer-component": "~2.0.0",
36
+ "@slickgrid-universal/custom-tooltip-plugin": "~2.0.0",
37
+ "@slickgrid-universal/empty-warning-component": "~2.0.0",
38
+ "@slickgrid-universal/event-pub-sub": "~2.0.0",
39
+ "@slickgrid-universal/pagination-component": "~2.0.0",
40
+ "@slickgrid-universal/text-export": "~2.0.0",
41
+ "@slickgrid-universal/utils": "~2.0.0",
42
+ "@slickgrid-universal/vanilla-bundle": "~2.0.0",
43
43
  "jquery": "^3.6.1",
44
44
  "whatwg-fetch": "^3.6.2"
45
45
  },
46
- "gitHead": "d9eaebb23161f4a627cbfaaa403675a2ab20cdb1"
46
+ "gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
47
47
  }