@slickgrid-universal/vanilla-force-bundle 1.2.1 → 1.2.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.
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
* http://jquery.org/license
|
|
143
143
|
*/
|
|
144
144
|
|
|
145
|
-
/*! @license DOMPurify 2.3.
|
|
145
|
+
/*! @license DOMPurify 2.3.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.5/LICENSE */
|
|
146
146
|
|
|
147
147
|
/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
|
|
148
148
|
* Licensed under the MIT License (LICENSE.txt).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-force-bundle",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
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",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"test": "echo testing slickgrid-universal vanilla-force-bundle code",
|
|
17
17
|
"dev": "webpack --env development",
|
|
18
|
-
"dev:watch": "run-p build:watch",
|
|
18
|
+
"dev:watch": "run-p build:watch --npm-path npm",
|
|
19
19
|
"build": "cross-env tsc --build",
|
|
20
20
|
"postbuild": "npm run bundle:commonjs",
|
|
21
21
|
"build:watch": "cross-env tsc --incremental --watch",
|
|
22
22
|
"prebundle": "npm run delete:dist",
|
|
23
|
-
"bundle": "npm-run-all bundle:commonjs bundle:esm webpack:prod",
|
|
23
|
+
"bundle": "npm-run-all bundle:commonjs bundle:esm webpack:prod --npm-path npm",
|
|
24
24
|
"bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
|
|
25
25
|
"bundle:esm": "cross-env tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
|
|
26
26
|
"prebundle:zip": "npm run delete:zip",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
|
-
"node": ">=
|
|
49
|
-
"npm": ">=
|
|
48
|
+
"node": ">=16.11.0",
|
|
49
|
+
"npm": ">=8.0.0"
|
|
50
50
|
},
|
|
51
51
|
"browserslist": [
|
|
52
52
|
"last 2 version",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"not dead"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@slickgrid-universal/common": "^1.2.
|
|
58
|
-
"@slickgrid-universal/composite-editor-component": "^1.2.
|
|
59
|
-
"@slickgrid-universal/custom-footer-component": "^1.2.
|
|
60
|
-
"@slickgrid-universal/custom-tooltip-plugin": "^1.2.
|
|
61
|
-
"@slickgrid-universal/empty-warning-component": "^1.2.
|
|
62
|
-
"@slickgrid-universal/event-pub-sub": "^1.2.
|
|
63
|
-
"@slickgrid-universal/pagination-component": "^1.2.
|
|
64
|
-
"@slickgrid-universal/text-export": "^1.2.
|
|
65
|
-
"@slickgrid-universal/vanilla-bundle": "^1.2.
|
|
57
|
+
"@slickgrid-universal/common": "^1.2.3",
|
|
58
|
+
"@slickgrid-universal/composite-editor-component": "^1.2.3",
|
|
59
|
+
"@slickgrid-universal/custom-footer-component": "^1.2.3",
|
|
60
|
+
"@slickgrid-universal/custom-tooltip-plugin": "^1.2.3",
|
|
61
|
+
"@slickgrid-universal/empty-warning-component": "^1.2.3",
|
|
62
|
+
"@slickgrid-universal/event-pub-sub": "^1.2.3",
|
|
63
|
+
"@slickgrid-universal/pagination-component": "^1.2.3",
|
|
64
|
+
"@slickgrid-universal/text-export": "^1.2.3",
|
|
65
|
+
"@slickgrid-universal/vanilla-bundle": "^1.2.3",
|
|
66
66
|
"whatwg-fetch": "^3.6.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"html-loader": "^3.1.0",
|
|
74
74
|
"npm-run-all": "^4.1.5",
|
|
75
75
|
"rimraf": "^3.0.2",
|
|
76
|
-
"webpack": "^5.
|
|
76
|
+
"webpack": "^5.68.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "8f9a87cfe68f6e1d6e196114cdf798065b823d01"
|
|
79
79
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
* **dev:** optimize webpack dev watch ([1340c51](https://github.com/ghiscoding/slickgrid-universal/commit/1340c51b7e2554e9c29ebb9b8ab9b27a3f20cfe9))
|
|
20
|
-
* **filter:** update multiple-select to fix select filtering ([63dcd08](https://github.com/ghiscoding/slickgrid-universal/commit/63dcd0873026fb8ba036ca52ba31f583d6ad136f)), closes [#865](https://github.com/ghiscoding/slickgrid-universal/issues/865)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* **composite:** add new `validateMassUpdateChange` callback & bug fixes ([#603](https://github.com/ghiscoding/slickgrid-universal/issues/603)) ([2c1559b](https://github.com/ghiscoding/slickgrid-universal/commit/2c1559b7a3b0b1a642a664e59a025ce78a747946))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## [1.1.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.0...v1.1.1) (2021-12-11)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* **build:** bump version manually bcoz of previous force push ([5e9a610](https://github.com/ghiscoding/slickgrid-universal/commit/5e9a610ad01d752673856591f9b5de73b0ece0e9))
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
# [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle
|