New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

onu-ui

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onu-ui - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

32

dist/onu-ui.js
import * as h from "vue";
import { ref as x, defineComponent as f, useSlots as z, useAttrs as O, computed as c, openBlock as i, createBlock as j, resolveDynamicComponent as $, mergeProps as S, unref as b, withCtx as G, createElementBlock as d, renderSlot as p, normalizeClass as _, createCommentVNode as V, createElementVNode as C, normalizeProps as E, guardReactiveProps as I } from "vue";
const M = "1.1.1", y = Symbol("Onu_UI_Installed");
import { ref as P, defineComponent as f, useSlots as z, useAttrs as O, computed as c, openBlock as i, createBlock as j, resolveDynamicComponent as $, mergeProps as S, unref as b, withCtx as G, createElementBlock as d, renderSlot as p, normalizeClass as _, createCommentVNode as V, createElementVNode as C, normalizeProps as E, guardReactiveProps as I } from "vue";
const M = "1.1.2", y = Symbol("Onu_UI_Installed");
function N(t = []) {

@@ -31,11 +31,11 @@ return {

var B = {};
R(B, { Vue: () => h, Vue2: () => F, del: () => U, install: () => K, isVue2: () => X, isVue3: () => Y, set: () => Q });
R(B, { Vue: () => h, Vue2: () => K, del: () => H, install: () => Q, isVue2: () => Y, isVue3: () => F, set: () => U });
W(B, h);
var X = !1, Y = !0, F = void 0;
function K() {
var Y = !1, F = !0, K = void 0;
function Q() {
}
function Q(t, e, n) {
function U(t, e, n) {
return Array.isArray(t) ? (t.length = Math.max(t.length, e), t.splice(e, 1, n), n) : (t[e] = n, n);
}
function U(t, e) {
function H(t, e) {
if (Array.isArray(t)) {

@@ -48,4 +48,4 @@ t.splice(e, 1);

typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
x();
const H = { type: Boolean }, J = { type: Boolean }, Z = { type: Boolean }, g = {
P();
const J = { type: Boolean }, X = { type: Boolean }, Z = { type: Boolean }, g = {
type: String,

@@ -58,4 +58,4 @@ default: "md"

size: g,
disabled: H,
readonly: J,
disabled: J,
readonly: X,
loading: Z,

@@ -91,3 +91,3 @@ variant: { type: String }

"ghost-light": "btn btn-ghost-light"
}, u = c(() => s[e.size]), r = c(() => [e.variant ? l[e.variant] ?? "btn" : "btn"]), v = c(() => e.loading || e.disabled), P = c(() => (n.icon || e.icon) && !n.default);
}, u = c(() => s[e.size]), r = c(() => [e.variant ? l[e.variant] ?? "btn" : "btn"]), v = c(() => e.loading || e.disabled), x = c(() => (n.icon || e.icon) && !n.default);
return (o, pe) => (i(), j($(o.to ? "a" : "button"), S(b(a), {

@@ -99,3 +99,3 @@ disabled: v.value,

r.value,
P.value && "aspect-square px-0",
x.value && "aspect-square px-0",
o.rounded && "rounded-full"

@@ -189,3 +189,3 @@ ]

e.vertical ? "flex-col" : "flex-row"
], s = e.vertical ? { "space-y": e.spaceX } : { "space-x": e.spaceX };
], s = e.vertical ? { "space-y": e["space-y"] } : { "space-x": e["space-x"] };
return (l, u) => (i(), d("div", S({ class: a }, b(s)), [

@@ -196,5 +196,5 @@ p(l.$slots, "default")

}), ce = m(ie), de = m(le), ue = [
ne,
ce,
de
de,
ne
], w = N(ue), fe = w.install, be = w.version;

@@ -201,0 +201,0 @@ export {

{
"name": "onu-ui",
"type": "module",
"version": "1.1.1",
"version": "1.1.2",
"description": "Onu UI Vue Components",
"author": "Chris <https://github.com/zyyv>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/onu-ui/onu-ui.git",
"directory": "packages/vue"
},
"bugs": {
"url": "https://github.com/onu-ui/onu-ui/issues"
},
"keywords": [

@@ -25,2 +33,5 @@ "Onu UI",

],
"dependencies": {
"@onu-ui/utils": "1.1.2"
},
"devDependencies": {

@@ -31,3 +42,3 @@ "@vitejs/plugin-vue": "^5.1.2",

"vue": "^3.4.38",
"@onu-ui/preset": "1.1.1"
"@onu-ui/preset": "1.1.2"
},

@@ -34,0 +45,0 @@ "scripts": {

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