@slickgrid-universal/vanilla-force-bundle 2.3.0 → 2.4.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.
|
@@ -64,6 +64,24 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
64
64
|
|
|
65
65
|
/*! @license DOMPurify 2.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.3/LICENSE */
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* @license
|
|
69
|
+
* (c) 2009-2016 Michael Leibman
|
|
70
|
+
* michael{dot}leibman{at}gmail{dot}com
|
|
71
|
+
* http://github.com/mleibman/slickgrid
|
|
72
|
+
*
|
|
73
|
+
* Distributed under MIT license.
|
|
74
|
+
* All rights reserved.
|
|
75
|
+
*
|
|
76
|
+
* SlickGrid v3.0.3
|
|
77
|
+
*
|
|
78
|
+
* NOTES:
|
|
79
|
+
* Cell/row DOM manipulations are done directly bypassing jQuery's DOM manipulation methods.
|
|
80
|
+
* This increases the speed dramatically, but can only be done safely because there are no event handlers
|
|
81
|
+
* or data associated with any cell/row DOM nodes. Cell editors must make sure they implement .destroy()
|
|
82
|
+
* and do proper cleanup.
|
|
83
|
+
*/
|
|
84
|
+
|
|
67
85
|
/**
|
|
68
86
|
* @license
|
|
69
87
|
* Lodash <https://lodash.com/>
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const Slicker: {
|
|
|
26
26
|
integer: typeof import("@slickgrid-universal/common").IntegerEditor;
|
|
27
27
|
longText: typeof import("@slickgrid-universal/common").LongTextEditor;
|
|
28
28
|
multipleSelect: typeof import("@slickgrid-universal/common").MultipleSelectEditor;
|
|
29
|
-
password: typeof import("@slickgrid-universal/common/dist/
|
|
29
|
+
password: typeof import("@slickgrid-universal/common/dist/esm/editors/inputPasswordEditor").InputPasswordEditor;
|
|
30
30
|
singleSelect: typeof import("@slickgrid-universal/common").SingleSelectEditor;
|
|
31
31
|
slider: typeof import("@slickgrid-universal/common").SliderEditor;
|
|
32
32
|
text: typeof import("@slickgrid-universal/common").InputEditor;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const Slicker: {
|
|
|
26
26
|
integer: typeof import("@slickgrid-universal/common").IntegerEditor;
|
|
27
27
|
longText: typeof import("@slickgrid-universal/common").LongTextEditor;
|
|
28
28
|
multipleSelect: typeof import("@slickgrid-universal/common").MultipleSelectEditor;
|
|
29
|
-
password: typeof import("@slickgrid-universal/common/dist/
|
|
29
|
+
password: typeof import("@slickgrid-universal/common/dist/esm/editors/inputPasswordEditor").InputPasswordEditor;
|
|
30
30
|
singleSelect: typeof import("@slickgrid-universal/common").SingleSelectEditor;
|
|
31
31
|
slider: typeof import("@slickgrid-universal/common").SliderEditor;
|
|
32
32
|
text: typeof import("@slickgrid-universal/common").InputEditor;
|
package/package.json
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-force-bundle",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.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
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
|
-
"
|
|
8
|
-
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"browser": "./dist/esm/index.js",
|
|
10
|
+
"import": "./dist/esm/index.d.ts",
|
|
11
|
+
"require": "./dist/commonjs/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./*": "./*"
|
|
14
|
+
},
|
|
15
|
+
"typesVersions": {
|
|
16
|
+
"*": {
|
|
17
|
+
"*": [
|
|
18
|
+
"./dist/esm/index.d.ts"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"types": "dist/esm/index.d.ts",
|
|
9
23
|
"publishConfig": {
|
|
10
24
|
"access": "public"
|
|
11
25
|
},
|
|
@@ -29,20 +43,20 @@
|
|
|
29
43
|
"not dead"
|
|
30
44
|
],
|
|
31
45
|
"dependencies": {
|
|
32
|
-
"@slickgrid-universal/binding": "~2.
|
|
33
|
-
"@slickgrid-universal/common": "~2.
|
|
34
|
-
"@slickgrid-universal/composite-editor-component": "~2.
|
|
35
|
-
"@slickgrid-universal/custom-footer-component": "~2.
|
|
36
|
-
"@slickgrid-universal/custom-tooltip-plugin": "~2.
|
|
37
|
-
"@slickgrid-universal/empty-warning-component": "~2.
|
|
38
|
-
"@slickgrid-universal/event-pub-sub": "~2.
|
|
39
|
-
"@slickgrid-universal/excel-export": "~2.
|
|
40
|
-
"@slickgrid-universal/pagination-component": "~2.
|
|
41
|
-
"@slickgrid-universal/text-export": "~2.
|
|
42
|
-
"@slickgrid-universal/utils": "~2.
|
|
43
|
-
"@slickgrid-universal/vanilla-bundle": "~2.
|
|
46
|
+
"@slickgrid-universal/binding": "~2.4.0",
|
|
47
|
+
"@slickgrid-universal/common": "~2.4.0",
|
|
48
|
+
"@slickgrid-universal/composite-editor-component": "~2.4.0",
|
|
49
|
+
"@slickgrid-universal/custom-footer-component": "~2.4.0",
|
|
50
|
+
"@slickgrid-universal/custom-tooltip-plugin": "~2.4.0",
|
|
51
|
+
"@slickgrid-universal/empty-warning-component": "~2.4.0",
|
|
52
|
+
"@slickgrid-universal/event-pub-sub": "~2.4.0",
|
|
53
|
+
"@slickgrid-universal/excel-export": "~2.4.0",
|
|
54
|
+
"@slickgrid-universal/pagination-component": "~2.4.0",
|
|
55
|
+
"@slickgrid-universal/text-export": "~2.4.0",
|
|
56
|
+
"@slickgrid-universal/utils": "~2.4.0",
|
|
57
|
+
"@slickgrid-universal/vanilla-bundle": "~2.4.0",
|
|
44
58
|
"jquery": "^3.6.3",
|
|
45
59
|
"whatwg-fetch": "^3.6.2"
|
|
46
60
|
},
|
|
47
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6f3daed53deccc243f8e964be818849804224939"
|
|
48
62
|
}
|