vue-screen
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -17,3 +17,3 @@ import { GridTypeTailwindName, Tailwind, GridTypeBootstrapName, GridTypeBootstrap3Name, Bootstrap, GridTypeBootstrap4Name, Bootstrap4, GridTypeBootstrap5Name, Bootstrap5, GridTypeBulmaName, Bulma, GridTypeFoundationName, Foundation, GridTypeMaterializeName, Materialize, GridTypeSemanticUiName, SemanticUi } from '../grids'; | ||
export type GridDefinition = GridDefinitionLiteral | GridDefinitionCustomObject; | ||
declare module '@vue/runtime-core' { | ||
declare module 'vue' { | ||
interface ComponentCustomProperties { | ||
@@ -20,0 +20,0 @@ $grid: Readonly<Record<keyof Custom, boolean> & BaseObject<Custom>>; |
@@ -226,5 +226,5 @@ 'use strict'; | ||
}; | ||
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100); | ||
/* istanbul ignore next */ | ||
var createMediaQueries = function (config, object) { | ||
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100); | ||
Object.keys(config) | ||
@@ -231,0 +231,0 @@ .filter(function (breakpoint) { |
@@ -222,5 +222,5 @@ import { reactive, getCurrentInstance, onUnmounted } from 'vue'; | ||
}; | ||
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100); | ||
/* istanbul ignore next */ | ||
var createMediaQueries = function (config, object) { | ||
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100); | ||
Object.keys(config) | ||
@@ -227,0 +227,0 @@ .filter(function (breakpoint) { |
{ | ||
"name": "vue-screen", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-screen.cjs.js", |
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
33598