ninegrid2 6.1425.0 → 6.1426.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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/utils/ninegrid.js +1 -1
- package/package.json +1 -1
- package/src/utils/ninegrid.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -10996,7 +10996,7 @@ class ninegrid {
|
|
|
10996
10996
|
NUM_10000 : "10000",
|
|
10997
10997
|
}
|
|
10998
10998
|
|
|
10999
|
-
static version = "
|
|
10999
|
+
static version = "6.1426.0";
|
|
11000
11000
|
|
|
11001
11001
|
static options = {
|
|
11002
11002
|
confirm : {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -10992,7 +10992,7 @@ class ninegrid {
|
|
|
10992
10992
|
NUM_10000 : "10000",
|
|
10993
10993
|
}
|
|
10994
10994
|
|
|
10995
|
-
static version = "
|
|
10995
|
+
static version = "6.1426.0";
|
|
10996
10996
|
|
|
10997
10997
|
static options = {
|
|
10998
10998
|
confirm : {
|
package/dist/utils/ninegrid.js
CHANGED
package/package.json
CHANGED