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

@lui-ui/lui-vue

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lui-ui/lui-vue - npm Package Compare versions

Comparing version 0.65.0 to 0.65.1

1

dist/components/Button/button-types.d.ts

@@ -1,3 +0,2 @@

export declare type Tag = 'button' | 'div' | 'a';
export declare type ButtonTag = 'button' | 'div' | 'a' | 'span';
export declare type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';

4

dist/components/Button/composables/index.d.ts
import type { Ref } from 'vue';
import type { Tag } from '../button-types';
import type { ButtonTag } from '../button-types';
import type { Block, Color, Filter, Rounded, Size, Variant } from '@/globals/types';
interface PropTypes {
tag: Ref<Tag>;
tag: Ref<ButtonTag>;
variant: Ref<Variant>;

@@ -7,0 +7,0 @@ color: Ref<Color>;

import type { PropType } from 'vue';
import type { Tag } from './button-types';
import type { ButtonTag } from './button-types';
import type { Block, Color, Filter, Rounded, Size, Variant } from '@/globals/types';
declare const _sfc_main: import("vue").DefineComponent<{
tag: {
type: PropType<Tag>;
type: PropType<ButtonTag>;
default: string;

@@ -43,3 +43,3 @@ };

tag: {
type: PropType<Tag>;
type: PropType<ButtonTag>;
default: string;

@@ -78,4 +78,4 @@ };

block: Block;
tag: Tag;
tag: ButtonTag;
}>;
export default _sfc_main;

@@ -123,3 +123,3 @@ import type { PropType } from 'vue';

tag: {
type: PropType<import("../Button/button-types").Tag>;
type: PropType<import("../Button/button-types").ButtonTag>;
default: string;

@@ -161,3 +161,3 @@ };

tag: {
type: PropType<import("../Button/button-types").Tag>;
type: PropType<import("../Button/button-types").ButtonTag>;
default: string;

@@ -196,3 +196,3 @@ };

block: Block;
tag: import("../Button/button-types").Tag;
tag: import("../Button/button-types").ButtonTag;
}>;

@@ -199,0 +199,0 @@ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onTrigger"[], "onTrigger", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{

@@ -39,3 +39,3 @@ import type { PropType } from 'vue';

tag: {
type: PropType<import("../Button/button-types").Tag>;
type: PropType<import("../Button/button-types").ButtonTag>;
default: string;

@@ -77,3 +77,3 @@ };

tag: {
type: PropType<import("../Button/button-types").Tag>;
type: PropType<import("../Button/button-types").ButtonTag>;
default: string;

@@ -112,3 +112,3 @@ };

block: import("@/globals/types").Block;
tag: import("../Button/button-types").Tag;
tag: import("../Button/button-types").ButtonTag;
}>;

@@ -115,0 +115,0 @@ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{

{
"name": "@lui-ui/lui-vue",
"version": "0.65.0",
"version": "0.65.1",
"packageManager": "pnpm@8.5.1",

@@ -5,0 +5,0 @@ "description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",

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