@panneau/app 3.0.107 → 3.0.108
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/package.json +4 -4
- package/assets/css/styles.css +0 -8
- package/es/index.js +0 -1410
- package/lib/index.js +0 -1451
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.108",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"@panneau/element-pagination": "^3.0.101",
|
92
92
|
"@panneau/element-radios": "^3.0.101",
|
93
93
|
"@panneau/element-range": "^3.0.101",
|
94
|
-
"@panneau/fields": "^3.0.
|
94
|
+
"@panneau/fields": "^3.0.108",
|
95
95
|
"@panneau/filter-filters": "^3.0.101",
|
96
96
|
"@panneau/filters": "^3.0.101",
|
97
97
|
"@panneau/form-resource": "^3.0.101",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"@panneau/intl": "^3.0.101",
|
100
100
|
"@panneau/list-resource-items": "^3.0.103",
|
101
101
|
"@panneau/lists": "^3.0.103",
|
102
|
-
"@panneau/modals": "^3.0.
|
102
|
+
"@panneau/modals": "^3.0.108",
|
103
103
|
"@panneau/themes": "^3.0.101",
|
104
104
|
"@panneau/uppy": "^3.0.105",
|
105
105
|
"classnames": "^2.2.6",
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"publishConfig": {
|
114
114
|
"access": "public"
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "e0d3677666eee6729ca3c48d06ea8564e2078c86"
|
117
117
|
}
|