@slickgrid-universal/vanilla-force-bundle 1.3.2 → 1.3.5

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.
@@ -24,7 +24,7 @@
24
24
  */
25
25
 
26
26
  /*!
27
- * jQuery UI :data 1.13.1
27
+ * jQuery UI :data 1.13.2
28
28
  * http://jqueryui.com
29
29
  *
30
30
  * Copyright jQuery Foundation and other contributors
@@ -33,7 +33,7 @@
33
33
  */
34
34
 
35
35
  /*!
36
- * jQuery UI Autocomplete 1.13.1
36
+ * jQuery UI Autocomplete 1.13.2
37
37
  * http://jqueryui.com
38
38
  *
39
39
  * Copyright jQuery Foundation and other contributors
@@ -42,7 +42,7 @@
42
42
  */
43
43
 
44
44
  /*!
45
- * jQuery UI Draggable 1.13.1
45
+ * jQuery UI Draggable 1.13.2
46
46
  * http://jqueryui.com
47
47
  *
48
48
  * Copyright jQuery Foundation and other contributors
@@ -51,7 +51,7 @@
51
51
  */
52
52
 
53
53
  /*!
54
- * jQuery UI Droppable 1.13.1
54
+ * jQuery UI Droppable 1.13.2
55
55
  * http://jqueryui.com
56
56
  *
57
57
  * Copyright jQuery Foundation and other contributors
@@ -60,7 +60,7 @@
60
60
  */
61
61
 
62
62
  /*!
63
- * jQuery UI Keycode 1.13.1
63
+ * jQuery UI Keycode 1.13.2
64
64
  * http://jqueryui.com
65
65
  *
66
66
  * Copyright jQuery Foundation and other contributors
@@ -69,7 +69,7 @@
69
69
  */
70
70
 
71
71
  /*!
72
- * jQuery UI Menu 1.13.1
72
+ * jQuery UI Menu 1.13.2
73
73
  * http://jqueryui.com
74
74
  *
75
75
  * Copyright jQuery Foundation and other contributors
@@ -78,7 +78,7 @@
78
78
  */
79
79
 
80
80
  /*!
81
- * jQuery UI Mouse 1.13.1
81
+ * jQuery UI Mouse 1.13.2
82
82
  * http://jqueryui.com
83
83
  *
84
84
  * Copyright jQuery Foundation and other contributors
@@ -87,7 +87,7 @@
87
87
  */
88
88
 
89
89
  /*!
90
- * jQuery UI Position 1.13.1
90
+ * jQuery UI Position 1.13.2
91
91
  * http://jqueryui.com
92
92
  *
93
93
  * Copyright jQuery Foundation and other contributors
@@ -98,7 +98,7 @@
98
98
  */
99
99
 
100
100
  /*!
101
- * jQuery UI Scroll Parent 1.13.1
101
+ * jQuery UI Scroll Parent 1.13.2
102
102
  * http://jqueryui.com
103
103
  *
104
104
  * Copyright jQuery Foundation and other contributors
@@ -107,7 +107,7 @@
107
107
  */
108
108
 
109
109
  /*!
110
- * jQuery UI Slider 1.13.1
110
+ * jQuery UI Slider 1.13.2
111
111
  * http://jqueryui.com
112
112
  *
113
113
  * Copyright jQuery Foundation and other contributors
@@ -116,7 +116,7 @@
116
116
  */
117
117
 
118
118
  /*!
119
- * jQuery UI Sortable 1.13.1
119
+ * jQuery UI Sortable 1.13.2
120
120
  * http://jqueryui.com
121
121
  *
122
122
  * Copyright jQuery Foundation and other contributors
@@ -125,7 +125,7 @@
125
125
  */
126
126
 
127
127
  /*!
128
- * jQuery UI Unique ID 1.13.1
128
+ * jQuery UI Unique ID 1.13.2
129
129
  * http://jqueryui.com
130
130
  *
131
131
  * Copyright jQuery Foundation and other contributors
@@ -134,7 +134,7 @@
134
134
  */
135
135
 
136
136
  /*!
137
- * jQuery UI Widget 1.13.1
137
+ * jQuery UI Widget 1.13.2
138
138
  * http://jqueryui.com
139
139
  *
140
140
  * Copyright jQuery Foundation and other contributors
@@ -142,7 +142,7 @@
142
142
  * http://jquery.org/license
143
143
  */
144
144
 
145
- /*! @license DOMPurify 2.3.8 | (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.8/LICENSE */
145
+ /*! @license DOMPurify 2.3.10 | (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.10/LICENSE */
146
146
 
147
147
  /*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
148
148
  * Licensed under the MIT License (LICENSE.txt).
@@ -165,7 +165,7 @@ declare const Slicker: {
165
165
  isObjectEmpty(obj: unknown): unknown;
166
166
  parseBoolean(input: any): boolean;
167
167
  removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
168
- setDeepValue<T_2 = any>(obj: T_2, path: string | string[], value: any): void;
168
+ setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
169
169
  titleCase(inputStr: string, shouldTitleCaseEveryWords?: boolean | undefined): string;
170
170
  toCamelCase(inputStr: string): string;
171
171
  toKebabCase(inputStr: string): string;
@@ -165,7 +165,7 @@ declare const Slicker: {
165
165
  isObjectEmpty(obj: unknown): unknown;
166
166
  parseBoolean(input: any): boolean;
167
167
  removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
168
- setDeepValue<T_2 = any>(obj: T_2, path: string | string[], value: any): void;
168
+ setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
169
169
  titleCase(inputStr: string, shouldTitleCaseEveryWords?: boolean | undefined): string;
170
170
  toCamelCase(inputStr: string): string;
171
171
  toKebabCase(inputStr: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/vanilla-force-bundle",
3
- "version": "1.3.2",
3
+ "version": "1.3.5",
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",
@@ -50,17 +50,17 @@
50
50
  "not dead"
51
51
  ],
52
52
  "dependencies": {
53
- "@slickgrid-universal/binding": "1.3.2",
54
- "@slickgrid-universal/common": "1.3.2",
55
- "@slickgrid-universal/composite-editor-component": "1.3.2",
56
- "@slickgrid-universal/custom-footer-component": "1.3.2",
57
- "@slickgrid-universal/custom-tooltip-plugin": "1.3.2",
58
- "@slickgrid-universal/empty-warning-component": "1.3.2",
59
- "@slickgrid-universal/event-pub-sub": "1.3.2",
60
- "@slickgrid-universal/pagination-component": "1.3.2",
61
- "@slickgrid-universal/text-export": "1.3.2",
62
- "@slickgrid-universal/utils": "1.3.2",
63
- "@slickgrid-universal/vanilla-bundle": "1.3.2",
53
+ "@slickgrid-universal/binding": "~1.3.5",
54
+ "@slickgrid-universal/common": "~1.3.5",
55
+ "@slickgrid-universal/composite-editor-component": "~1.3.5",
56
+ "@slickgrid-universal/custom-footer-component": "~1.3.5",
57
+ "@slickgrid-universal/custom-tooltip-plugin": "~1.3.5",
58
+ "@slickgrid-universal/empty-warning-component": "~1.3.5",
59
+ "@slickgrid-universal/event-pub-sub": "~1.3.5",
60
+ "@slickgrid-universal/pagination-component": "~1.3.5",
61
+ "@slickgrid-universal/text-export": "~1.3.5",
62
+ "@slickgrid-universal/utils": "~1.3.5",
63
+ "@slickgrid-universal/vanilla-bundle": "~1.3.5",
64
64
  "jquery": "^3.6.0",
65
65
  "whatwg-fetch": "^3.6.2"
66
66
  },
@@ -70,10 +70,10 @@
70
70
  "archiver": "^5.3.1",
71
71
  "cross-env": "^7.0.3",
72
72
  "esbuild-loader": "^2.19.0",
73
- "html-loader": "^3.1.2",
73
+ "html-loader": "^4.1.0",
74
74
  "npm-run-all2": "^6.0.1",
75
75
  "rimraf": "^3.0.2",
76
- "webpack": "^5.73.0"
76
+ "webpack": "^5.74.0"
77
77
  },
78
- "gitHead": "0973f2a6e17d40f39a2d93e4bfae4fd57d8f098b"
78
+ "gitHead": "64031289ec8124fddbd75e03534a8713091d9fdf"
79
79
  }