@slickgrid-universal/vanilla-force-bundle 2.6.1 → 2.6.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/LICENSE +2 -2
- package/README.md +1 -1
- package/dist/bundle/slickgrid-vanilla-bundle.js +156 -3
- package/dist/commonjs/src/index.js.map +1 -0
- package/dist/commonjs/src/salesforce-global-grid-options.js.map +1 -0
- package/dist/commonjs/src/vanilla-force-bundle.js.map +1 -0
- package/dist/commonjs/vite.config.js +32 -0
- package/dist/commonjs/vite.config.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -15
- package/dist/bundle/slickgrid-vanilla-bundle.js.LICENSE.txt +0 -99
- package/dist/bundle/slickgrid-vanilla-bundle.js.map +0 -1
- package/dist/commonjs/index.js.map +0 -1
- package/dist/commonjs/salesforce-global-grid-options.js.map +0 -1
- package/dist/commonjs/vanilla-force-bundle.js.map +0 -1
- /package/dist/commonjs/{index.js → src/index.js} +0 -0
- /package/dist/commonjs/{salesforce-global-grid-options.js → src/salesforce-global-grid-options.js} +0 -0
- /package/dist/commonjs/{vanilla-force-bundle.js → src/vanilla-force-bundle.js} +0 -0
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2020-
|
|
1
|
+
Copyright (c) 2020-present, Slickgrid-Universal - Ghislain B.
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
4
|
a copy of this software and associated documentation files (the
|
|
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
17
17
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
18
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
19
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ This package does what other framework would do, that is to make all the feature
|
|
|
34
34
|
- [whatwg-fetch](https://github.com/whatwg/fetch) - Fetch Standard
|
|
35
35
|
|
|
36
36
|
### Installation
|
|
37
|
-
This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone [
|
|
37
|
+
This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone [vite-demo-vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/examples/vite-demo-vanilla-bundle) which serves for demo purposes.
|
|
38
38
|
|
|
39
39
|
Go to the root of the repo and follow the instructions provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
|
|
40
40
|
|