pgo-uiux2 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ChipGroup-DBoRSw13.js → ChipGroup-DvLDiUCQ.js} +2 -2
- package/dist/{DatePicker-loTpJoPE.js → DatePicker-C6Nc-B72.js} +6 -6
- package/dist/{InputSearch-BmEj8iLB.js → InputSearch-FA0vuK1P.js} +3 -3
- package/dist/{TextField-B1fI1eF0.js → TextField-Cds56Xon.js} +3 -3
- package/dist/{Textarea-CFQ24jRE.js → Textarea-CsuR9fgq.js} +3 -3
- package/dist/{index-CdjTVJ3l.js → index-B7ko30VS.js} +325 -325
- package/dist/{index-5JdaCs2M.js → index-BKsLeoKP.js} +317 -317
- package/dist/{index-CnFaYrHB.js → index-DEBMonFt.js} +5934 -6033
- package/dist/{index-BeQxidt5.js → index-DjwGqWIf.js} +325 -325
- package/dist/{index-CzckdG3U.js → index-jnIKSPXM.js} +325 -325
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +49 -49
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { computed as c,
|
|
2
|
-
import { _ as K, C as L } from "./index-
|
|
1
|
+
import { computed as c, openBlock as d, createElementBlock as y, createElementVNode as k, normalizeClass as j, Fragment as x, renderList as $, createBlock as z, createSlots as B, withCtx as i, renderSlot as u, mergeProps as f } from "vue";
|
|
2
|
+
import { _ as K, C as L } from "./index-DEBMonFt.js";
|
|
3
3
|
const w = { class: "flex items-center" }, I = ["aria-label"], V = {
|
|
4
4
|
__name: "ChipGroup",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject as S, ref as y, computed as D, watch as B, nextTick as Z, withDirectives as C,
|
|
2
|
-
import { _ as ee, a as te, Z as ae, v as le } from "./index-
|
|
1
|
+
import { inject as S, ref as y, computed as D, watch as B, nextTick as Z, withDirectives as C, openBlock as M, createElementBlock as N, normalizeClass as v, createVNode as x, mergeProps as Y, toHandlers as G, withCtx as w, createElementVNode as T, withModifiers as J, vModelText as K, Transition as Q, normalizeStyle as X, unref as A, createCommentVNode as _ } from "vue";
|
|
2
|
+
import { _ as ee, a as te, Z as ae, v as le } from "./index-DEBMonFt.js";
|
|
3
3
|
const ne = {
|
|
4
4
|
class: /* @__PURE__ */ v(["flex-1", "flex", "items-center", "gap-2", "justify-between", "w-full", "h-full"])
|
|
5
5
|
}, re = ["placeholder", "disabled", "onBlur"], ie = {
|
|
@@ -115,7 +115,7 @@ const ne = {
|
|
|
115
115
|
close: V,
|
|
116
116
|
open: () => R(),
|
|
117
117
|
clear: b
|
|
118
|
-
}), (e, l) => C((
|
|
118
|
+
}), (e, l) => C((M(), N("div", {
|
|
119
119
|
class: v(["relative", t.width])
|
|
120
120
|
}, [
|
|
121
121
|
x(te, Y(e.$props, {
|
|
@@ -175,13 +175,13 @@ const ne = {
|
|
|
175
175
|
}, 16, ["model-value", "dir", "lang", "label", "prepend", "append", "isOpen", "size", "disabled", "required", "bg", "border", "text-color", "rounded", "width", "hint", "persistent-hint", "rules"]),
|
|
176
176
|
x(Q, { name: "fade" }, {
|
|
177
177
|
default: w(() => [
|
|
178
|
-
o.value ? (
|
|
178
|
+
o.value ? (M(), N("div", {
|
|
179
179
|
key: 0,
|
|
180
180
|
class: v([
|
|
181
181
|
"absolute left-0 right-0 mt-1 z-100 w-fit",
|
|
182
182
|
t.menuClass
|
|
183
183
|
]),
|
|
184
|
-
style:
|
|
184
|
+
style: X(t.menuStyle)
|
|
185
185
|
}, [
|
|
186
186
|
x(A(ae), {
|
|
187
187
|
modelValue: c.value,
|
|
@@ -205,7 +205,7 @@ const ne = {
|
|
|
205
205
|
"multi-dates": t.multiDates,
|
|
206
206
|
"text-input": t.textInput
|
|
207
207
|
}, null, 8, ["modelValue", "placeholder", "range", "auto-apply", "multi-calendars", "enable-time-picker", "format", "week-picker", "month-picker", "year-picker", "min-date", "max-date", "disabled-dates", "multi-dates", "text-input"])
|
|
208
|
-
], 6)) :
|
|
208
|
+
], 6)) : _("", !0)
|
|
209
209
|
]),
|
|
210
210
|
_: 1
|
|
211
211
|
})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject as f, computed as d, ref as c, onBeforeUnmount as T,
|
|
2
|
-
import { _ as j, a as H } from "./index-
|
|
1
|
+
import { inject as f, computed as d, ref as c, onBeforeUnmount as T, openBlock as q, createElementBlock as A, normalizeClass as N, createVNode as R, createSlots as D, withCtx as g, createElementVNode as o, mergeProps as E, toHandlers as F, withKeys as L } from "vue";
|
|
2
|
+
import { _ as j, a as H } from "./index-DEBMonFt.js";
|
|
3
3
|
const K = ["value", "placeholder"], $ = {
|
|
4
4
|
__name: "InputSearch",
|
|
5
5
|
props: {
|
|
@@ -72,7 +72,7 @@ const K = ["value", "placeholder"], $ = {
|
|
|
72
72
|
};
|
|
73
73
|
return T(() => {
|
|
74
74
|
clearTimeout(i);
|
|
75
|
-
}), m({ focus: z, clear: s }), (l, n) => (
|
|
75
|
+
}), m({ focus: z, clear: s }), (l, n) => (q(), A("div", {
|
|
76
76
|
ref_key: "containerRef",
|
|
77
77
|
ref: v,
|
|
78
78
|
class: N(["relative", e.containerClass, e.width])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject as c, computed as d, ref as i,
|
|
2
|
-
import { _ as L, a as N } from "./index-
|
|
1
|
+
import { inject as c, computed as d, ref as i, openBlock as F, createElementBlock as M, normalizeClass as q, createVNode as A, createSlots as I, withCtx as f, createElementVNode as o, mergeProps as R, toHandlers as D, withKeys as E } from "vue";
|
|
2
|
+
import { _ as L, a as N } from "./index-DEBMonFt.js";
|
|
3
3
|
const T = ["value", "placeholder"], j = {
|
|
4
4
|
__name: "TextField",
|
|
5
5
|
props: {
|
|
@@ -66,7 +66,7 @@ const T = ["value", "placeholder"], j = {
|
|
|
66
66
|
};
|
|
67
67
|
return g({ focus: () => {
|
|
68
68
|
u.value?.focus();
|
|
69
|
-
}, clear: s }), (t, r) => (
|
|
69
|
+
}, clear: s }), (t, r) => (F(), M("div", {
|
|
70
70
|
ref_key: "containerRef",
|
|
71
71
|
ref: v,
|
|
72
72
|
class: q(["relative", e.containerClass, e.width])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject as c, computed as o, ref as i,
|
|
2
|
-
import { _ as L, a as T } from "./index-
|
|
1
|
+
import { inject as c, computed as o, ref as i, openBlock as A, createElementBlock as I, normalizeClass as M, createVNode as R, mergeProps as f, createSlots as D, withCtx as p, createElementVNode as u, toHandlers as E, withKeys as F } from "vue";
|
|
2
|
+
import { _ as L, a as T } from "./index-DEBMonFt.js";
|
|
3
3
|
const $ = ["value", "placeholder", "rows", "maxlength"], j = {
|
|
4
4
|
__name: "Textarea",
|
|
5
5
|
props: {
|
|
@@ -66,7 +66,7 @@ const $ = ["value", "placeholder", "rows", "maxlength"], j = {
|
|
|
66
66
|
};
|
|
67
67
|
return g({ focus: () => {
|
|
68
68
|
d.value?.focus();
|
|
69
|
-
}, clear: s }), (t, r) => (
|
|
69
|
+
}, clear: s }), (t, r) => (A(), I("div", {
|
|
70
70
|
ref_key: "containerRef",
|
|
71
71
|
ref: x,
|
|
72
72
|
class: M(["relative", e.containerClass, e.width])
|