@slickgrid-universal/vanilla-force-bundle 1.4.0 → 2.0.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.
@@ -10,7 +10,7 @@
10
10
  */
11
11
 
12
12
  /*!
13
- * jQuery JavaScript Library v3.6.0
13
+ * jQuery JavaScript Library v3.6.1
14
14
  * https://jquery.com/
15
15
  *
16
16
  * Includes Sizzle.js
@@ -20,156 +20,14 @@
20
20
  * Released under the MIT license
21
21
  * https://jquery.org/license
22
22
  *
23
- * Date: 2021-03-02T17:08Z
23
+ * Date: 2022-08-26T17:52Z
24
24
  */
25
25
 
26
- /*!
27
- * jQuery UI :data 1.13.2
28
- * http://jqueryui.com
29
- *
30
- * Copyright jQuery Foundation and other contributors
31
- * Released under the MIT license.
32
- * http://jquery.org/license
33
- */
34
-
35
- /*!
36
- * jQuery UI Autocomplete 1.13.2
37
- * http://jqueryui.com
38
- *
39
- * Copyright jQuery Foundation and other contributors
40
- * Released under the MIT license.
41
- * http://jquery.org/license
42
- */
43
-
44
- /*!
45
- * jQuery UI Draggable 1.13.2
46
- * http://jqueryui.com
47
- *
48
- * Copyright jQuery Foundation and other contributors
49
- * Released under the MIT license.
50
- * http://jquery.org/license
51
- */
52
-
53
- /*!
54
- * jQuery UI Droppable 1.13.2
55
- * http://jqueryui.com
56
- *
57
- * Copyright jQuery Foundation and other contributors
58
- * Released under the MIT license.
59
- * http://jquery.org/license
60
- */
61
-
62
- /*!
63
- * jQuery UI Keycode 1.13.2
64
- * http://jqueryui.com
65
- *
66
- * Copyright jQuery Foundation and other contributors
67
- * Released under the MIT license.
68
- * http://jquery.org/license
69
- */
70
-
71
- /*!
72
- * jQuery UI Menu 1.13.2
73
- * http://jqueryui.com
74
- *
75
- * Copyright jQuery Foundation and other contributors
76
- * Released under the MIT license.
77
- * http://jquery.org/license
78
- */
79
-
80
- /*!
81
- * jQuery UI Mouse 1.13.2
82
- * http://jqueryui.com
83
- *
84
- * Copyright jQuery Foundation and other contributors
85
- * Released under the MIT license.
86
- * http://jquery.org/license
87
- */
88
-
89
- /*!
90
- * jQuery UI Position 1.13.2
91
- * http://jqueryui.com
92
- *
93
- * Copyright jQuery Foundation and other contributors
94
- * Released under the MIT license.
95
- * http://jquery.org/license
96
- *
97
- * http://api.jqueryui.com/position/
98
- */
99
-
100
- /*!
101
- * jQuery UI Scroll Parent 1.13.2
102
- * http://jqueryui.com
103
- *
104
- * Copyright jQuery Foundation and other contributors
105
- * Released under the MIT license.
106
- * http://jquery.org/license
107
- */
108
-
109
- /*!
110
- * jQuery UI Slider 1.13.2
111
- * http://jqueryui.com
112
- *
113
- * Copyright jQuery Foundation and other contributors
114
- * Released under the MIT license.
115
- * http://jquery.org/license
116
- */
117
-
118
- /*!
119
- * jQuery UI Sortable 1.13.2
120
- * http://jqueryui.com
121
- *
122
- * Copyright jQuery Foundation and other contributors
123
- * Released under the MIT license.
124
- * http://jquery.org/license
125
- */
126
-
127
- /*!
128
- * jQuery UI Unique ID 1.13.2
129
- * http://jqueryui.com
130
- *
131
- * Copyright jQuery Foundation and other contributors
132
- * Released under the MIT license.
133
- * http://jquery.org/license
134
- */
135
-
136
- /*!
137
- * jQuery UI Widget 1.13.2
138
- * http://jqueryui.com
139
- *
140
- * Copyright jQuery Foundation and other contributors
141
- * Released under the MIT license.
142
- * http://jquery.org/license
143
- */
144
-
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 */
26
+ /*! @license DOMPurify 2.4.0 | (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.0/LICENSE */
146
27
 
147
- /*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
148
- * Licensed under the MIT License (LICENSE.txt).
149
- *
150
- * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
151
- * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
152
- * Thanks to: Seamus Leahy for adding deltaX and deltaY
153
- *
154
- * Version: 3.0.6
155
- *
156
- * Requires: 1.2.2+
157
- */
158
-
159
- /**
160
- * @license
161
- * (c) 2009-2016 Michael Leibman
162
- * michael{dot}leibman{at}gmail{dot}com
163
- * http://github.com/mleibman/slickgrid
164
- *
165
- * Distributed under MIT license.
166
- * All rights reserved.
167
- *
168
- * SlickGrid v2.4
169
- *
170
- * NOTES:
171
- * Cell/row DOM manipulations are done directly bypassing jQuery's DOM manipulation methods.
172
- * This increases the speed dramatically, but can only be done safely because there are no event handlers
173
- * or data associated with any cell/row DOM nodes. Cell editors must make sure they implement .destroy()
174
- * and do proper cleanup.
28
+ /**!
29
+ * Sortable 1.15.0
30
+ * @author RubaXa <trash@rubaxa.org>
31
+ * @author owenm <owen23355@gmail.com>
32
+ * @license MIT
175
33
  */
@@ -18,7 +18,7 @@ declare const Slicker: {
18
18
  };
19
19
  BindingService: typeof BindingService;
20
20
  Editors: {
21
- autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteEditor;
21
+ autocompleter: typeof import("@slickgrid-universal/common").AutocompleterEditor;
22
22
  checkbox: typeof import("@slickgrid-universal/common").CheckboxEditor;
23
23
  date: typeof import("@slickgrid-universal/common").DateEditor;
24
24
  dualInput: typeof import("@slickgrid-universal/common").DualInputEditor;
@@ -33,7 +33,7 @@ declare const Slicker: {
33
33
  };
34
34
  Enums: typeof Enums;
35
35
  Filters: {
36
- autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteFilter;
36
+ autocompleter: typeof import("@slickgrid-universal/common").AutocompleterFilter;
37
37
  compoundDate: typeof import("@slickgrid-universal/common").CompoundDateFilter;
38
38
  compoundInput: typeof import("@slickgrid-universal/common").CompoundInputFilter;
39
39
  compoundInputNumber: typeof import("@slickgrid-universal/common").CompoundInputNumberFilter;
@@ -50,7 +50,6 @@ declare const Slicker: {
50
50
  select: typeof import("@slickgrid-universal/common").NativeSelectFilter;
51
51
  singleSelect: typeof import("@slickgrid-universal/common").SingleSelectFilter;
52
52
  slider: typeof import("@slickgrid-universal/common").SliderFilter;
53
- sliderRange: typeof import("@slickgrid-universal/common").SliderRangeFilter;
54
53
  };
55
54
  Formatters: {
56
55
  alignCenter: import("@slickgrid-universal/common").Formatter<any>;
@@ -160,9 +159,10 @@ declare const Slicker: {
160
159
  emptyObject(obj: any): any;
161
160
  isEmptyObject(obj: any): boolean;
162
161
  isObject(item: any): boolean;
162
+ isPrimmitive(val: any): boolean;
163
163
  hasData(value: any): boolean;
164
164
  isNumber(value: any, strict?: boolean | undefined): boolean;
165
- isObjectEmpty(obj: unknown): unknown;
165
+ isObjectEmpty(obj: unknown): boolean;
166
166
  parseBoolean(input: any): boolean;
167
167
  removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
168
168
  setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
@@ -18,7 +18,7 @@ declare const Slicker: {
18
18
  };
19
19
  BindingService: typeof BindingService;
20
20
  Editors: {
21
- autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteEditor;
21
+ autocompleter: typeof import("@slickgrid-universal/common").AutocompleterEditor;
22
22
  checkbox: typeof import("@slickgrid-universal/common").CheckboxEditor;
23
23
  date: typeof import("@slickgrid-universal/common").DateEditor;
24
24
  dualInput: typeof import("@slickgrid-universal/common").DualInputEditor;
@@ -33,7 +33,7 @@ declare const Slicker: {
33
33
  };
34
34
  Enums: typeof Enums;
35
35
  Filters: {
36
- autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteFilter;
36
+ autocompleter: typeof import("@slickgrid-universal/common").AutocompleterFilter;
37
37
  compoundDate: typeof import("@slickgrid-universal/common").CompoundDateFilter;
38
38
  compoundInput: typeof import("@slickgrid-universal/common").CompoundInputFilter;
39
39
  compoundInputNumber: typeof import("@slickgrid-universal/common").CompoundInputNumberFilter;
@@ -50,7 +50,6 @@ declare const Slicker: {
50
50
  select: typeof import("@slickgrid-universal/common").NativeSelectFilter;
51
51
  singleSelect: typeof import("@slickgrid-universal/common").SingleSelectFilter;
52
52
  slider: typeof import("@slickgrid-universal/common").SliderFilter;
53
- sliderRange: typeof import("@slickgrid-universal/common").SliderRangeFilter;
54
53
  };
55
54
  Formatters: {
56
55
  alignCenter: import("@slickgrid-universal/common").Formatter<any>;
@@ -160,9 +159,10 @@ declare const Slicker: {
160
159
  emptyObject(obj: any): any;
161
160
  isEmptyObject(obj: any): boolean;
162
161
  isObject(item: any): boolean;
162
+ isPrimmitive(val: any): boolean;
163
163
  hasData(value: any): boolean;
164
164
  isNumber(value: any, strict?: boolean | undefined): boolean;
165
- isObjectEmpty(obj: unknown): unknown;
165
+ isObjectEmpty(obj: unknown): boolean;
166
166
  parseBoolean(input: any): boolean;
167
167
  removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
168
168
  setDeepValue<T_2 = unknown>(obj: T_2, path: string | string[], value: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/vanilla-force-bundle",
3
- "version": "1.4.0",
3
+ "version": "2.0.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",
@@ -12,27 +12,6 @@
12
12
  "files": [
13
13
  "/dist"
14
14
  ],
15
- "scripts": {
16
- "build": "tsc --build",
17
- "postbuild": "pnpm run bundle:commonjs",
18
- "build:watch": "tsc --incremental --watch",
19
- "clean": "rimraf --maxBusyTries=10 packages/*/dist dist",
20
- "dev": "webpack --env development",
21
- "dev:watch": "tsc --incremental --watch",
22
- "prebundle": "pnpm run clean",
23
- "bundle": "npm-run-all bundle:commonjs bundle:esm webpack:prod --npm-path npm",
24
- "bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
25
- "bundle:esm": "tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
26
- "prebundle:zip": "pnpm run delete:zip",
27
- "bundle:zip": "pnpm run zip:dist",
28
- "delete:zip": "cross-env rimraf --maxBusyTries=10 dist-bundle-zip",
29
- "webpack:prod": "webpack --env production",
30
- "zip:dist:dev": "cross-env node compress.js --output-filename=slickgrid-vanilla-bundle-DEV --output-folder=\"dist-grid-bundle-zip/\"",
31
- "zip:dist": "cross-env node compress.js --output-filename=slickgrid-vanilla-bundle --output-folder=\"dist-grid-bundle-zip/\"",
32
- "package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=vanilla-force-bundle",
33
- "package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=vanilla-force-bundle",
34
- "test": "echo testing slickgrid-universal vanilla-force-bundle code"
35
- },
36
15
  "license": "MIT",
37
16
  "author": "Ghislain B.",
38
17
  "homepage": "https://github.com/ghiscoding/slickgrid-universal",
@@ -50,30 +29,19 @@
50
29
  "not dead"
51
30
  ],
52
31
  "dependencies": {
53
- "@slickgrid-universal/binding": "~1.3.5",
54
- "@slickgrid-universal/common": "~1.4.0",
55
- "@slickgrid-universal/composite-editor-component": "~1.4.0",
56
- "@slickgrid-universal/custom-footer-component": "~1.4.0",
57
- "@slickgrid-universal/custom-tooltip-plugin": "~1.4.0",
58
- "@slickgrid-universal/empty-warning-component": "~1.4.0",
59
- "@slickgrid-universal/event-pub-sub": "~1.4.0",
60
- "@slickgrid-universal/pagination-component": "~1.4.0",
61
- "@slickgrid-universal/text-export": "~1.4.0",
62
- "@slickgrid-universal/utils": "~1.4.0",
63
- "@slickgrid-universal/vanilla-bundle": "~1.4.0",
64
- "jquery": "^3.6.0",
32
+ "@slickgrid-universal/binding": "~2.0.0",
33
+ "@slickgrid-universal/common": "~2.0.0",
34
+ "@slickgrid-universal/composite-editor-component": "~2.0.0",
35
+ "@slickgrid-universal/custom-footer-component": "~2.0.0",
36
+ "@slickgrid-universal/custom-tooltip-plugin": "~2.0.0",
37
+ "@slickgrid-universal/empty-warning-component": "~2.0.0",
38
+ "@slickgrid-universal/event-pub-sub": "~2.0.0",
39
+ "@slickgrid-universal/pagination-component": "~2.0.0",
40
+ "@slickgrid-universal/text-export": "~2.0.0",
41
+ "@slickgrid-universal/utils": "~2.0.0",
42
+ "@slickgrid-universal/vanilla-bundle": "~2.0.0",
43
+ "jquery": "^3.6.1",
65
44
  "whatwg-fetch": "^3.6.2"
66
45
  },
67
- "devDependencies": {
68
- "@types/jquery": "^3.5.14",
69
- "@types/webpack": "^5.28.0",
70
- "archiver": "^5.3.1",
71
- "cross-env": "^7.0.3",
72
- "esbuild-loader": "^2.19.0",
73
- "html-loader": "^4.1.0",
74
- "npm-run-all2": "^6.0.1",
75
- "rimraf": "^3.0.2",
76
- "webpack": "^5.74.0"
77
- },
78
- "gitHead": "43cfa29f47287454ce0c4945a3c75575073013e1"
79
- }
46
+ "gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
47
+ }