@slickgrid-universal/vanilla-bundle 1.3.3 → 1.3.4
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 +1 -1
- package/dist/commonjs/index.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://opensource.org/licenses/MIT)
|
|
2
2
|
[](http://www.typescriptlang.org/)
|
|
3
|
-
[](https://github.com/ghiscoding/lerna-lite)
|
|
4
4
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
|
|
6
6
|
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ declare const Slicker: {
|
|
|
164
164
|
isObjectEmpty(obj: unknown): unknown;
|
|
165
165
|
parseBoolean(input: any): boolean;
|
|
166
166
|
removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
|
|
167
|
-
setDeepValue<T_2 =
|
|
167
|
+
setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
|
|
168
168
|
titleCase(inputStr: string, shouldTitleCaseEveryWords?: boolean | undefined): string;
|
|
169
169
|
toCamelCase(inputStr: string): string;
|
|
170
170
|
toKebabCase(inputStr: string): string;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ declare const Slicker: {
|
|
|
164
164
|
isObjectEmpty(obj: unknown): unknown;
|
|
165
165
|
parseBoolean(input: any): boolean;
|
|
166
166
|
removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
|
|
167
|
-
setDeepValue<T_2 =
|
|
167
|
+
setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
|
|
168
168
|
titleCase(inputStr: string, shouldTitleCaseEveryWords?: boolean | undefined): string;
|
|
169
169
|
toCamelCase(inputStr: string): string;
|
|
170
170
|
toKebabCase(inputStr: string): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-bundle",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
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 WebPack to bundle everything into 1 JS file.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"not dead"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@slickgrid-universal/binding": "1.3.
|
|
48
|
-
"@slickgrid-universal/common": "1.3.
|
|
49
|
-
"@slickgrid-universal/custom-footer-component": "1.3.
|
|
50
|
-
"@slickgrid-universal/empty-warning-component": "1.3.
|
|
51
|
-
"@slickgrid-universal/event-pub-sub": "1.3.
|
|
52
|
-
"@slickgrid-universal/pagination-component": "1.3.
|
|
53
|
-
"@slickgrid-universal/utils": "1.3.
|
|
54
|
-
"dequal": "^2.0.
|
|
47
|
+
"@slickgrid-universal/binding": "1.3.4",
|
|
48
|
+
"@slickgrid-universal/common": "1.3.4",
|
|
49
|
+
"@slickgrid-universal/custom-footer-component": "1.3.4",
|
|
50
|
+
"@slickgrid-universal/empty-warning-component": "1.3.4",
|
|
51
|
+
"@slickgrid-universal/event-pub-sub": "1.3.4",
|
|
52
|
+
"@slickgrid-universal/pagination-component": "1.3.4",
|
|
53
|
+
"@slickgrid-universal/utils": "1.3.4",
|
|
54
|
+
"dequal": "^2.0.3",
|
|
55
55
|
"flatpickr": "^4.6.13",
|
|
56
56
|
"jquery": "^3.6.0",
|
|
57
|
-
"jquery-ui": "^1.13.
|
|
58
|
-
"slickgrid": "^2.4.
|
|
57
|
+
"jquery-ui": "^1.13.2",
|
|
58
|
+
"slickgrid": "^2.4.45",
|
|
59
59
|
"whatwg-fetch": "^3.6.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"type": "ko_fi",
|
|
69
69
|
"url": "https://ko-fi.com/ghiscoding"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "90a2d3184c9dca985896d868d28f380166303f13"
|
|
72
72
|
}
|