@slickgrid-universal/vanilla-bundle 9.12.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 +0 -12
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,23 +5,11 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
|
|
6
6
|
[](https://bundlephobia.com/result?p=@slickgrid-universal/vanilla-bundle)
|
|
7
7
|
|
|
8
|
-
[](https://github.com/ghiscoding/slickgrid-universal/actions)
|
|
9
|
-
[](https://www.cypress.io/)
|
|
10
|
-
[](https://vitest.dev/)
|
|
11
|
-
[](https://codecov.io/gh/ghiscoding/slickgrid-universal)
|
|
12
|
-
|
|
13
8
|
## Vanilla Bundle
|
|
14
9
|
#### @slickgrid-universal/vanilla-bundle
|
|
15
10
|
|
|
16
11
|
Vanilla Bundle implementation (no framework, plain TypeSript implementation). This package does what other framework would do which is to make all these features usable into 1 bundle so that it could then be used by other Apps/Projects.
|
|
17
12
|
|
|
18
|
-
### Internal Dependencies
|
|
19
|
-
- [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
|
|
20
|
-
- [@slickgrid-universal/event-pub-sub](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/event-pub-sub)
|
|
21
|
-
- [@slickgrid-universal/custom-footer-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-footer-component)
|
|
22
|
-
- [@slickgrid-universal/empty-warning-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/empty-warning-component)
|
|
23
|
-
- [@slickgrid-universal/pagination-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/pagination-component)
|
|
24
|
-
|
|
25
13
|
### Installation
|
|
26
14
|
This Vanilla Bundle is used used by the standalone [demos/vanilla](https://github.com/ghiscoding/slickgrid-universal/tree/master/demos/vanilla) which serves for demo purposes.
|
|
27
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-bundle",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.13.0",
|
|
4
4
|
"description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use Vite to bundle everything into a single JS file.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,13 +31,13 @@
|
|
|
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/custom-footer-component": "9.
|
|
37
|
-
"@slickgrid-universal/empty-warning-component": "9.
|
|
38
|
-
"@slickgrid-universal/event-pub-sub": "9.
|
|
39
|
-
"@slickgrid-universal/pagination-component": "9.
|
|
40
|
-
"@slickgrid-universal/utils": "9.
|
|
34
|
+
"@slickgrid-universal/binding": "9.13.0",
|
|
35
|
+
"@slickgrid-universal/common": "9.13.0",
|
|
36
|
+
"@slickgrid-universal/custom-footer-component": "9.13.0",
|
|
37
|
+
"@slickgrid-universal/empty-warning-component": "9.13.0",
|
|
38
|
+
"@slickgrid-universal/event-pub-sub": "9.13.0",
|
|
39
|
+
"@slickgrid-universal/pagination-component": "9.13.0",
|
|
40
|
+
"@slickgrid-universal/utils": "9.13.0",
|
|
41
41
|
"dequal": "^2.0.3",
|
|
42
42
|
"sortablejs": "^1.15.6"
|
|
43
43
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"type": "ko_fi",
|
|
46
46
|
"url": "https://ko-fi.com/ghiscoding"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2f8344e34f8c8409895ab1827036f8c5701acd63"
|
|
49
49
|
}
|