@indfnd/common-mobile-pro 1.0.48 → 1.0.50
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/{gy-common-mobile-umd.min.js.LICENSE.txt → gy-common-mobile-es.min.js.LICENSE.txt}
RENAMED
|
@@ -8,18 +8,6 @@
|
|
|
8
8
|
* Date: 2023-02-28T14:09:41.732Z
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
/*!
|
|
12
|
-
* Vue-Lazyload.js v1.2.3
|
|
13
|
-
* (c) 2018 Awe <hilongjw@gmail.com>
|
|
14
|
-
* Released under the MIT License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/*!
|
|
18
|
-
* Vue.js v2.7.16
|
|
19
|
-
* (c) 2014-2023 Evan You
|
|
20
|
-
* Released under the MIT License.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
11
|
/*!
|
|
24
12
|
* css-vars-ponyfill
|
|
25
13
|
* v2.4.9
|
|
@@ -36,25 +24,6 @@
|
|
|
36
24
|
* MIT license
|
|
37
25
|
*/
|
|
38
26
|
|
|
39
|
-
/**
|
|
40
|
-
* @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v30.2.1
|
|
41
|
-
* @link https://www.ag-grid.com/
|
|
42
|
-
* @license MIT
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* vue-class-component v7.2.6
|
|
47
|
-
* (c) 2015-present Evan You
|
|
48
|
-
* @license MIT
|
|
49
|
-
*/
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @ag-grid-community/core - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
|
|
53
|
-
* @version v30.2.1
|
|
54
|
-
* @link https://www.ag-grid.com/
|
|
55
|
-
* @license MIT
|
|
56
|
-
*/
|
|
57
|
-
|
|
58
27
|
/**
|
|
59
28
|
* @license
|
|
60
29
|
* Lodash <https://lodash.com/>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@indfnd/common-mobile-pro",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.50",
|
|
5
5
|
"description": "",
|
|
6
|
-
"main": "dist/gy-common-mobile-
|
|
7
|
-
"module": "dist/gy-common-mobile-
|
|
8
|
-
"browser": "dist/gy-common-mobile-
|
|
6
|
+
"main": "dist/gy-common-mobile-es.min.js",
|
|
7
|
+
"module": "dist/gy-common-mobile-es.min.js",
|
|
8
|
+
"browser": "dist/gy-common-mobile-es.min.js",
|
|
9
9
|
"workspaces": [
|
|
10
10
|
"browser",
|
|
11
11
|
"docs"
|