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

@opentiny/vue-renderless

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-renderless - npm Package Compare versions

Comparing version 3.19.2 to 3.19.3

2

common/index.js

@@ -240,3 +240,3 @@ import "../chunk-G2ADBYYC.js";

};
const version = "3.19.2";
const version = "3.19.3";
const log = (data, type = "log") => {

@@ -243,0 +243,0 @@ uLog.logger[type](data);

@@ -25,3 +25,3 @@ import "../chunk-G2ADBYYC.js";

import * as common from ".";
const version = "3.19.2";
const version = "3.19.3";
const Renderless = {

@@ -28,0 +28,0 @@ browser,

{
"name": "@opentiny/vue-renderless",
"version": "3.19.2",
"version": "3.19.3",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -5,0 +5,0 @@ "author": "OpenTiny Team",

@@ -250,3 +250,3 @@ import { ComputedRef, ExtractPropTypes } from 'vue';

};
declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "state" | "props" | "api" | "mode" | "constants"> & {
declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "state" | "props" | "mode" | "api" | "constants"> & {
hiddenTextarea: HTMLTextAreaElement | null;

@@ -253,0 +253,0 @@ }) => (targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: null) => {

@@ -95,3 +95,3 @@ import { ExtractPropTypes } from 'vue';

declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "state" | "props" | "nextTick" | "api" | "mode"> & {
declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "state" | "props" | "nextTick" | "mode" | "api"> & {
constants: {

@@ -98,0 +98,0 @@ IDPREFIX: string;

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