druxt-views
Advanced tools
Comparing version 0.19.1 to 0.20.0
{ | ||
"name": "druxt-views", | ||
"version": "0.19.1", | ||
"version": "0.20.0", | ||
"description": "Drupal Views components for Druxt with support for filters, pagination and sorting.", | ||
@@ -47,6 +47,6 @@ "keywords": [ | ||
"drupal-jsonapi-params": "^2.0.0", | ||
"druxt": "^0.19.3", | ||
"druxt-blocks": "^0.16.2", | ||
"druxt-entity": "^0.25.1", | ||
"druxt-router": "^0.27.4", | ||
"druxt": "^0.20.0", | ||
"druxt-blocks": "^0.16.3", | ||
"druxt-entity": "^0.26.0", | ||
"druxt-router": "^0.28.0", | ||
"md5": "^2.3.0" | ||
@@ -53,0 +53,0 @@ }, |
import DruxtView from 'druxt-views/dist/components/DruxtView.vue' | ||
import DruxtModule from 'druxt/dist/components/DruxtModule.vue' | ||
DruxtView.__docgenInfo.props = [ | ||
...DruxtModule.__docgenInfo.props, | ||
...DruxtView.__docgenInfo.props, | ||
].sort((a, b) => a.name < b.name ? -1 : 1).filter((o) => o.name !== 'v-model') | ||
export default { | ||
@@ -4,0 +10,0 @@ title: 'Druxt/Views/DruxtView', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61398
712
- Removeddruxt@0.19.3(transitive)
- Removeddruxt-entity@0.25.1(transitive)
- Removeddruxt-router@0.27.4(transitive)
- Removeddruxt-schema@0.10.4(transitive)
Updateddruxt@^0.20.0
Updateddruxt-blocks@^0.16.3
Updateddruxt-entity@^0.26.0
Updateddruxt-router@^0.28.0