@slickgrid-universal/vanilla-force-bundle 1.1.1 → 1.2.4
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/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/bundle/slickgrid-vanilla-bundle.js +1 -1
- package/dist/bundle/slickgrid-vanilla-bundle.js.LICENSE.txt +1 -1
- package/dist/commonjs/salesforce-global-grid-options.js +5 -5
- package/dist/commonjs/salesforce-global-grid-options.js.map +1 -1
- package/dist/esm/salesforce-global-grid-options.js +5 -5
- package/dist/esm/salesforce-global-grid-options.js.map +1 -1
- package/package.json +15 -15
- package/CHANGELOG.md +0 -19
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://opensource.org/licenses/MIT)
|
|
2
2
|
[](http://www.typescriptlang.org/)
|
|
3
|
-
[](https://github.com/ghiscoding/lerna-lite)
|
|
4
4
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-force-bundle)
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-force-bundle)
|
|
6
6
|
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
## Vanilla Force Bundle
|
|
13
13
|
#### @slickgrid-universal/vanilla-force-bundle
|
|
14
14
|
|
|
15
|
-
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 it, with the difference that it
|
|
15
|
+
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:
|
|
16
16
|
- CompositeEditor
|
|
17
17
|
- CustomTooltip
|
|
18
18
|
- TextExport (CSV))
|
|
19
19
|
|
|
20
|
-
This package does what other framework would do, that is to make all the features usable
|
|
20
|
+
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).
|
|
21
21
|
|
|
22
22
|
### Internal Dependencies
|
|
23
23
|
- [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
|