@slickgrid-universal/vanilla-force-bundle 9.11.0 → 9.13.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.
- package/README.md +1 -17
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-force-bundle)
|
|
6
6
|
[](https://bundlephobia.com/result?p=@slickgrid-universal/vanilla-force-bundle)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
[](https://www.cypress.io/)
|
|
10
|
-
[](https://vitest.dev/)
|
|
11
|
-
[](https://codecov.io/gh/ghiscoding/slickgrid-universal)
|
|
12
|
-
|
|
13
|
-
## Vanilla Force Bundle
|
|
8
|
+
## <a href="https://lwc.dev/" rel="nofollow"><img alt="Salesforce (LWC)" src="https://login.salesforce.com/img/logo214.svg" width="65"></a> Vanilla Force Bundle
|
|
14
9
|
#### @slickgrid-universal/vanilla-force-bundle
|
|
15
10
|
|
|
16
11
|
Vanilla Force Bundle is similar to the Vanilla Bundle but oriented towards a Salesforce (LWC) implementation which requires an all-in-1 bundle (zip) with all necessary package loaded at once. So this package is very similar to the [@slickgrid-universal/vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-bundle), it actually extends from it, with the only difference that it imports and includes 3 extra packages (which are optional in the `vanilla-bundle` but required for our Salesforce implementation) and those are:
|
|
@@ -20,17 +15,6 @@ Vanilla Force Bundle is similar to the Vanilla Bundle but oriented towards a Sal
|
|
|
20
15
|
|
|
21
16
|
This package does what other framework would do, that is to make all the features usable into 1 bundle so that it could then be used by other Apps/Projects, for example we use this bundle in our SalesForce (with Lighning Web Component) App and it requires plain ES6 JavaScript which this bundle also produce (for that there's a [dist-grid-bundle-zip](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-force-bundle/dist-grid-bundle-zip) folder which will zip the ES6 `dist` folder which we then import in our SalesForce implementation as a static resource).
|
|
22
17
|
|
|
23
|
-
### Internal Dependencies
|
|
24
|
-
- [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
|
|
25
|
-
- [@slickgrid-universal/composite-editor-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/composite-editor-component)
|
|
26
|
-
- [@slickgrid-universal/custom-tooltip-plugin](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-tooltip-plugin)
|
|
27
|
-
- [@slickgrid-universal/event-pub-sub](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/event-pub-sub)
|
|
28
|
-
- [@slickgrid-universal/custom-footer-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-footer-component)
|
|
29
|
-
- [@slickgrid-universal/empty-warning-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/empty-warning-component)
|
|
30
|
-
- [@slickgrid-universal/pagination-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/pagination-component)
|
|
31
|
-
- [@slickgrid-universal/text-export](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/text-export)
|
|
32
|
-
- [@slickgrid-universal/vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-bundle)
|
|
33
|
-
|
|
34
18
|
### Installation
|
|
35
19
|
This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone [demos/vanilla](https://github.com/ghiscoding/slickgrid-universal/tree/master/demos/vanilla) which serves for demo purposes.
|
|
36
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-force-bundle",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.13.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
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@slickgrid-universal/binding": "9.
|
|
35
|
-
"@slickgrid-universal/common": "9.
|
|
36
|
-
"@slickgrid-universal/composite-editor-component": "9.
|
|
37
|
-
"@slickgrid-universal/custom-footer-component": "9.
|
|
38
|
-
"@slickgrid-universal/custom-tooltip-plugin": "9.
|
|
39
|
-
"@slickgrid-universal/empty-warning-component": "9.
|
|
40
|
-
"@slickgrid-universal/event-pub-sub": "9.
|
|
41
|
-
"@slickgrid-universal/excel-export": "9.
|
|
42
|
-
"@slickgrid-universal/pagination-component": "9.
|
|
43
|
-
"@slickgrid-universal/text-export": "9.
|
|
44
|
-
"@slickgrid-universal/utils": "9.
|
|
45
|
-
"@slickgrid-universal/vanilla-bundle": "9.
|
|
34
|
+
"@slickgrid-universal/binding": "9.13.0",
|
|
35
|
+
"@slickgrid-universal/common": "9.13.0",
|
|
36
|
+
"@slickgrid-universal/composite-editor-component": "9.13.0",
|
|
37
|
+
"@slickgrid-universal/custom-footer-component": "9.13.0",
|
|
38
|
+
"@slickgrid-universal/custom-tooltip-plugin": "9.13.0",
|
|
39
|
+
"@slickgrid-universal/empty-warning-component": "9.13.0",
|
|
40
|
+
"@slickgrid-universal/event-pub-sub": "9.13.0",
|
|
41
|
+
"@slickgrid-universal/excel-export": "9.13.0",
|
|
42
|
+
"@slickgrid-universal/pagination-component": "9.13.0",
|
|
43
|
+
"@slickgrid-universal/text-export": "9.13.0",
|
|
44
|
+
"@slickgrid-universal/utils": "9.13.0",
|
|
45
|
+
"@slickgrid-universal/vanilla-bundle": "9.13.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "2f8344e34f8c8409895ab1827036f8c5701acd63"
|
|
48
48
|
}
|