@cogears/app-view
Advanced tools
Comparing version 1.2.8 to 1.3.0
{ | ||
"name": "@cogears/app-view", | ||
"version": "1.2.8", | ||
"version": "1.3.0", | ||
"description": "app view component for render", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -288,2 +288,10 @@ import { Component, DefineComponent, Prop, PropType } from 'vue' | ||
export const IconEye: DefineComponent<{ | ||
direction?: 'up' | 'down' | 'left' | ||
}> | ||
export const IconEyeClose: DefineComponent<{ | ||
direction?: 'up' | 'down' | 'left' | ||
}> | ||
export const IconLoading: DefineComponent<{ | ||
@@ -290,0 +298,0 @@ direction?: 'up' | 'down' | 'left' |
@@ -194,3 +194,3 @@ import { HttpOptions } from "@cogears/http-client"; | ||
name: string, | ||
type?: 'text' | 'number' | 'search', | ||
type?: 'text' | 'password' | 'number' | 'search', | ||
textarea?: boolean, | ||
@@ -197,0 +197,0 @@ placeholder?: string, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
930523
14272
12