Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/vue-utils

Package Overview
Dependencies
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/vue-utils - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

dist/cjs/dom-query.js

9

CHANGELOG.md
# @chakra-ui/vue-utils
## 0.1.0-alpha.3
### Minor Changes
- [#44](https://github.com/chakra-ui/chakra-ui-vue-next/pull/44) [`576a7f1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/576a7f12c179852ebfd9ee1905764357d7698dd6) Thanks [@codebender828](https://github.com/codebender828)! - - Adds Modal component
- Adds FocusLock composable, directive and component
- Adds ScrollLock composable, directive and component
- Improves TSX support
## 0.1.0-alpha.2

@@ -4,0 +13,0 @@

@@ -21,2 +21,34 @@ "use strict";

var _dom = require("./dom");
Object.keys(_dom).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _dom[key]) return;
exports[key] = _dom[key];
});
var _domQuery = require("./dom-query");
Object.keys(_domQuery).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _domQuery[key]) return;
exports[key] = _domQuery[key];
});
var _types = require("./types");
Object.keys(_types).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _types[key]) return;
exports[key] = _types[key];
});
var _timers = require("./timers");
Object.keys(_timers).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _timers[key]) return;
exports[key] = _timers[key];
});
var _props = require("./props");

@@ -23,0 +55,0 @@

4

dist/esm/index.js
export * from './vue-utils';
export * from './layout';
export * from './dom';
export * from './dom-query';
export * from './types';
export * from './timers';
export * from './props';
//# sourceMappingURL=index.js.map
export * from './vue-utils';
export * from './layout';
export * from './dom';
export * from './dom-query';
export * from './types';
export * from './timers';
export * from './props';

6

dist/types/props.d.ts

@@ -8,4 +8,4 @@ import { PropType } from 'vue';

};
export declare const SNA: (NumberConstructor | StringConstructor | ArrayConstructor)[];
export declare const SAO: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
export declare const SNAO: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
export declare const SNA: (ArrayConstructor | NumberConstructor | StringConstructor)[];
export declare const SAO: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
export declare const SNAO: (ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
{
"name": "@chakra-ui/vue-utils",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

export * from './vue-utils'
export * from './layout'
export * from './dom'
export * from './dom-query'
export * from './types'
export * from './timers'
export * from './props'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc