@up-packages/ui 0.10.0-qa → 0.11.0-qa

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.
@@ -1,5 +1,5 @@
1
1
  import { createVuetify as qr } from "vuetify";
2
- import { warn as xa, reactive as en, watchEffect as lt, toRef as T, shallowRef as oe, capitalize as Cl, Fragment as ue, camelize as Il, isVNode as Yr, Comment as Xr, unref as be, getCurrentInstance as Qr, inject as Se, computed as k, provide as Ae, ref as W, defineComponent as te, h as tn, toValue as Ze, createVNode as y, mergeProps as K, createElementVNode as p, normalizeClass as L, Text as Jr, normalizeStyle as me, createElementBlock as F, openBlock as C, renderList as je, toDisplayString as ee, withCtx as O, createTextVNode as ke, Transition as $t, createCommentVNode as ge, renderSlot as R, isRef as nl, watch as Z, onScopeDispose as tt, effectScope as Vl, toRaw as He, useId as dt, onBeforeUnmount as st, onMounted as ft, onUpdated as Zr, toRefs as $l, readonly as ka, resolveDynamicComponent as Pl, nextTick as Ce, withDirectives as Ue, createBlock as ie, TransitionGroup as Bl, onBeforeMount as wa, vShow as Ut, Teleport as $i, normalizeProps as on, guardReactiveProps as sn, onDeactivated as Pi, createSlots as wt, onUnmounted as Al, resolveDirective as eu, cloneVNode as tu, withModifiers as In, mergeModels as Sa, useModel as _a, onActivated as nu, onBeforeUpdate as au, withKeys as lu, vModelCheckbox as ou, vModelText as iu } from "vue";
2
+ import { warn as xa, reactive as en, watchEffect as lt, toRef as T, shallowRef as oe, capitalize as Cl, Fragment as ue, camelize as Il, isVNode as Yr, Comment as Xr, unref as be, getCurrentInstance as Qr, inject as Se, computed as k, provide as Ae, ref as W, defineComponent as te, h as tn, toValue as Ze, createVNode as y, mergeProps as K, createElementVNode as p, normalizeClass as L, Text as Jr, normalizeStyle as me, createElementBlock as F, openBlock as C, renderList as je, toDisplayString as ee, withCtx as O, createTextVNode as ke, Transition as $t, createCommentVNode as ge, renderSlot as R, isRef as nl, watch as Z, onScopeDispose as tt, effectScope as Vl, toRaw as He, useId as dt, onBeforeUnmount as st, onMounted as ft, onUpdated as Zr, toRefs as $l, readonly as ka, resolveDynamicComponent as Pl, nextTick as Ce, withDirectives as Ue, createBlock as ie, TransitionGroup as Bl, onBeforeMount as wa, vShow as Ut, Teleport as $i, normalizeProps as on, guardReactiveProps as sn, onDeactivated as Pi, createSlots as wt, onUnmounted as Al, resolveDirective as eu, cloneVNode as tu, withModifiers as In, mergeModels as Sa, useModel as _a, onActivated as nu, onBeforeUpdate as au, withKeys as lu, vModelText as ou, vModelCheckbox as iu } from "vue";
3
3
  function Jt(e) {
4
4
  xa(`Vuetify: ${e}`);
5
5
  }
@@ -16476,7 +16476,7 @@ function Cb() {
16476
16476
  const Zn = _b(), Qt = {
16477
16477
  ...Hr[Zn],
16478
16478
  version: Cb()
16479
- }, bw = Zn === "development", xw = Zn === "qa", kw = Zn === "staging", ww = Zn === "production", Sw = {
16479
+ }, xw = Zn === "development", kw = Zn === "qa", ww = Zn === "staging", Sw = Zn === "production", _w = {
16480
16480
  debug: (...e) => {
16481
16481
  Qt.debug && console.log("[Uplexis UI - Debug]", ...e);
16482
16482
  },
@@ -18057,259 +18057,593 @@ const Zn = _b(), Qt = {
18057
18057
  } : void 0
18058
18058
  ]), 1040, ["modelValue", "search", "id", "items", "label", "placeholder", "hint", "persistent-hint", "variant", "density", "color", "disabled", "readonly", "loading", "clearable", "multiple", "chips", "prepend-icon", "prepend-inner-icon", "append-icon", "append-inner-icon", "rules", "error-messages", "item-title", "item-value", "return-object", "rounded", "menu-icon", "no-filter", "custom-filter", "auto-select-first", "hide-details"]));
18059
18059
  }
18060
- }), fk = /* @__PURE__ */ j(dk, [["__scopeId", "data-v-0f643e56"]]), vk = { class: "up-sidebar__header" }, mk = { class: "up-sidebar__items" }, gk = {
18061
- key: 0,
18062
- class: "up-sidebar__spacer"
18063
- }, hk = ["onClick"], yk = {
18064
- key: 1,
18065
- class: "up-sidebar__label"
18066
- }, pk = ["onClick"], bk = {
18067
- key: 1,
18068
- class: "up-sidebar__label"
18069
- }, xk = /* @__PURE__ */ te({
18070
- __name: "UpxSideBar",
18071
- props: {
18072
- items: {},
18073
- to: { default: "body" }
18060
+ }), fk = /* @__PURE__ */ j(dk, [["__scopeId", "data-v-0f643e56"]]), vk = z({
18061
+ autoGrow: Boolean,
18062
+ autofocus: Boolean,
18063
+ counter: [Boolean, Number, String],
18064
+ counterValue: Function,
18065
+ prefix: String,
18066
+ placeholder: String,
18067
+ persistentPlaceholder: Boolean,
18068
+ persistentCounter: Boolean,
18069
+ noResize: Boolean,
18070
+ rows: {
18071
+ type: [Number, String],
18072
+ default: 5,
18073
+ validator: (e) => !isNaN(parseFloat(e))
18074
18074
  },
18075
- emits: ["itemClick"],
18076
- setup(e, { emit: n }) {
18077
- const t = n, a = W(""), l = W(!1), o = (u) => {
18078
- t("itemClick", u), s();
18079
- }, i = (u) => {
18080
- a.value === u ? s() : a.value = u || "";
18081
- }, s = () => {
18082
- a.value = "";
18083
- }, r = (u) => {
18084
- const c = u.collisionPadding;
18085
- return c ? typeof c == "number" ? { padding: `${c}px` } : {
18086
- paddingTop: c.top ? `${c.top}px` : void 0,
18087
- paddingRight: c.right ? `${c.right}px` : void 0,
18088
- paddingBottom: c.bottom ? `${c.bottom}px` : void 0,
18089
- paddingLeft: c.left ? `${c.left}px` : void 0
18090
- } : {};
18091
- };
18092
- return (u, c) => (C(), F("nav", {
18093
- class: L(["up-sidebar", { "up-sidebar--open": l.value, "up-sidebar--closed": !l.value }]),
18094
- onMouseenter: c[0] || (c[0] = (d) => l.value = !0),
18095
- onMouseleave: c[1] || (c[1] = (d) => l.value = !1)
18096
- }, [
18097
- p("div", vk, [
18098
- R(u.$slots, "header", {}, void 0, !0)
18099
- ]),
18100
- p("div", mk, [
18101
- (C(!0), F(ue, null, je(e.items, (d, f) => (C(), F(ue, { key: f }, [
18102
- d.space ? (C(), F("div", gk)) : d.clickable ? (C(), F("button", {
18103
- key: 1,
18104
- class: L(["up-sidebar__item", { "up-sidebar__item--closed": !l.value }]),
18105
- onClick: (v) => o(d)
18106
- }, [
18107
- d.icon ? (C(), ie(fe, {
18108
- key: 0,
18109
- size: "20",
18110
- class: "up-sidebar__icon"
18111
- }, {
18112
- default: O(() => [
18113
- ke(" mdi-" + ee(d.icon), 1)
18114
- ]),
18115
- _: 2
18116
- }, 1024)) : ge("", !0),
18117
- l.value ? (C(), F("span", yk, ee(d.label), 1)) : ge("", !0)
18118
- ], 10, hk)) : (C(), ie(yt, {
18119
- key: 2,
18120
- location: "end",
18121
- offset: l.value ? 28 : 16,
18122
- "open-on-hover": !1
18123
- }, {
18124
- activator: O(({ props: v }) => [
18125
- p("button", K({ ref_for: !0 }, v, {
18126
- class: ["up-sidebar__item", {
18127
- "up-sidebar__item--closed": !l.value,
18128
- "up-sidebar__item--active": a.value === d.label
18129
- }],
18130
- onClick: (m) => i(d.label)
18131
- }), [
18132
- d.icon ? (C(), ie(fe, {
18133
- key: 0,
18134
- size: "20",
18135
- class: "up-sidebar__icon"
18136
- }, {
18137
- default: O(() => [
18138
- ke(" mdi-" + ee(d.icon), 1)
18139
- ]),
18140
- _: 2
18141
- }, 1024)) : ge("", !0),
18142
- l.value ? (C(), F("span", bk, ee(d.label), 1)) : ge("", !0)
18143
- ], 16, pk)
18144
- ]),
18145
- default: O(() => [
18146
- a.value === d.label ? (C(), F("div", {
18147
- key: 0,
18148
- class: "up-sidebar__submenu",
18149
- style: me(r(d))
18150
- }, [
18151
- R(u.$slots, d.label, { close: s }, void 0, !0)
18152
- ], 4)) : ge("", !0)
18153
- ]),
18154
- _: 2
18155
- }, 1032, ["offset"]))
18156
- ], 64))), 128))
18157
- ])
18158
- ], 34));
18159
- }
18160
- }), kk = /* @__PURE__ */ j(xk, [["__scopeId", "data-v-c39db8a1"]]), wk = {
18161
- actions: "button@2",
18162
- article: "heading, paragraph",
18163
- avatar: "avatar",
18164
- button: "button",
18165
- card: "image, heading",
18166
- "card-avatar": "image, list-item-avatar",
18167
- chip: "chip",
18168
- "date-picker": "list-item, heading, divider, date-picker-options, date-picker-days, actions",
18169
- "date-picker-options": "text, avatar@2",
18170
- "date-picker-days": "avatar@28",
18171
- divider: "divider",
18172
- heading: "heading",
18173
- image: "image",
18174
- "list-item": "text",
18175
- "list-item-avatar": "avatar, text",
18176
- "list-item-two-line": "sentences",
18177
- "list-item-avatar-two-line": "avatar, sentences",
18178
- "list-item-three-line": "paragraph",
18179
- "list-item-avatar-three-line": "avatar, paragraph",
18180
- ossein: "ossein",
18181
- paragraph: "text@3",
18182
- sentences: "text@2",
18183
- subtitle: "text",
18184
- table: "table-heading, table-thead, table-tbody, table-tfoot",
18185
- "table-heading": "chip, text",
18186
- "table-thead": "heading@6",
18187
- "table-tbody": "table-row-divider@6",
18188
- "table-row-divider": "table-row, divider",
18189
- "table-row": "text@6",
18190
- "table-tfoot": "text@2, avatar@2",
18191
- text: "text"
18192
- };
18193
- function Sk(e) {
18194
- let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
18195
- return p("div", {
18196
- class: L(["v-skeleton-loader__bone", `v-skeleton-loader__${e}`])
18197
- }, [n]);
18198
- }
18199
- function Ii(e) {
18200
- const [n, t] = e.split("@");
18201
- return Array.from({
18202
- length: t
18203
- }).map(() => za(n));
18204
- }
18205
- function za(e) {
18206
- let n = [];
18207
- if (!e) return n;
18208
- const t = wk[e];
18209
- if (e !== t) {
18210
- if (e.includes(",")) return Vi(e);
18211
- if (e.includes("@")) return Ii(e);
18212
- t.includes(",") ? n = Vi(t) : t.includes("@") ? n = Ii(t) : t && n.push(za(t));
18213
- }
18214
- return [Sk(e, n)];
18215
- }
18216
- function Vi(e) {
18217
- return e.replace(/\s/g, "").split(",").map(za);
18218
- }
18219
- const _k = z({
18220
- boilerplate: Boolean,
18221
- color: String,
18222
- loading: Boolean,
18223
- loadingText: {
18224
- type: String,
18225
- default: "$vuetify.loading"
18075
+ maxRows: {
18076
+ type: [Number, String],
18077
+ validator: (e) => !isNaN(parseFloat(e))
18226
18078
  },
18227
- type: {
18228
- type: [String, Array],
18229
- default: "ossein"
18079
+ suffix: String,
18080
+ modelModifiers: Object,
18081
+ ...ar(),
18082
+ ...Jn(),
18083
+ ...oo()
18084
+ }, "VTextarea"), mk = ne()({
18085
+ name: "VTextarea",
18086
+ directives: {
18087
+ vIntersect: mn
18230
18088
  },
18231
- ...Ct(),
18232
- ..._t(),
18233
- ...Me()
18234
- }, "VSkeletonLoader"), Ck = ne()({
18235
- name: "VSkeletonLoader",
18236
18089
  inheritAttrs: !1,
18237
- props: _k(),
18090
+ props: vk(),
18091
+ emits: {
18092
+ "click:control": (e) => !0,
18093
+ "mousedown:control": (e) => !0,
18094
+ "update:focused": (e) => !0,
18095
+ "update:modelValue": (e) => !0,
18096
+ "update:rows": (e) => !0
18097
+ },
18238
18098
  setup(e, n) {
18239
18099
  let {
18240
18100
  attrs: t,
18241
- slots: a
18101
+ emit: a,
18102
+ slots: l
18242
18103
  } = n;
18243
- const {
18244
- backgroundColorClasses: l,
18245
- backgroundColorStyles: o
18246
- } = at(() => e.color), {
18247
- dimensionStyles: i
18248
- } = It(e), {
18249
- elevationClasses: s
18250
- } = At(e), {
18251
- themeClasses: r
18252
- } = Ge(e), {
18253
- t: u
18254
- } = ut(), c = k(() => za(Ke(e.type).join(",")));
18255
- return re(() => {
18256
- var v;
18257
- const d = !a.default || e.loading, f = e.boilerplate || !d ? {} : {
18258
- ariaLive: "polite",
18259
- ariaLabel: u(e.loadingText),
18260
- role: "alert"
18261
- };
18262
- return d ? p("div", K({
18263
- class: ["v-skeleton-loader", {
18264
- "v-skeleton-loader--boilerplate": e.boilerplate
18265
- }, r.value, l.value, s.value],
18266
- style: [o.value, i.value]
18267
- }, f, t), [c.value]) : p(ue, null, [(v = a.default) == null ? void 0 : v.call(a)]);
18268
- }), {};
18269
- }
18270
- }), Ik = /* @__PURE__ */ te({
18271
- __name: "UpxSkeleton",
18272
- props: {
18273
- type: { default: void 0 },
18274
- loading: { type: Boolean, default: !0 },
18275
- boilerplate: { type: Boolean, default: !1 },
18276
- elevation: { default: 0 },
18277
- height: { default: void 0 },
18278
- width: { default: void 0 },
18279
- circle: { type: Boolean, default: !1 }
18280
- },
18281
- setup(e) {
18282
- const n = e, t = k(() => !!n.type), a = k(() => ({
18283
- height: typeof n.height == "number" ? `${n.height}px` : n.height,
18284
- width: typeof n.width == "number" ? `${n.width}px` : n.width
18285
- }));
18286
- return (l, o) => t.value ? (C(), ie(Ck, {
18287
- key: 0,
18288
- class: "upx-skeleton",
18289
- type: e.type,
18290
- loading: e.loading,
18291
- boilerplate: e.boilerplate,
18292
- elevation: e.elevation,
18293
- height: e.height,
18294
- width: e.width
18295
- }, {
18296
- default: O(() => [
18297
- R(l.$slots, "default", {}, void 0, !0)
18298
- ]),
18299
- _: 3
18300
- }, 8, ["type", "loading", "boilerplate", "elevation", "height", "width"])) : (C(), F("div", {
18301
- key: 1,
18302
- class: L(["upx-skeleton upx-skeleton--custom", { "upx-skeleton--circle": e.circle }]),
18303
- style: me(a.value)
18304
- }, null, 6));
18305
- }
18306
- }), Vk = /* @__PURE__ */ j(Ik, [["__scopeId", "data-v-4b5e717a"]]), $k = { class: "up-stepper" }, Pk = { class: "up-stepper__list" }, Bk = ["disabled", "onClick"], Ak = {
18307
- key: 0,
18308
- class: "up-stepper__separator"
18309
- }, Dk = /* @__PURE__ */ te({
18310
- __name: "UpxStepper",
18311
- props: /* @__PURE__ */ Sa({
18312
- items: {}
18104
+ const o = Ie(e, "modelValue"), {
18105
+ isFocused: i,
18106
+ focus: s,
18107
+ blur: r
18108
+ } = La(e), {
18109
+ onIntersect: u
18110
+ } = or(e), c = k(() => typeof e.counterValue == "function" ? e.counterValue(o.value) : (o.value || "").toString().length), d = k(() => {
18111
+ if (t.maxlength) return t.maxlength;
18112
+ if (!(!e.counter || typeof e.counter != "number" && typeof e.counter != "string"))
18113
+ return e.counter;
18114
+ }), f = W(), v = W(), m = oe(""), h = W(), g = W(0), {
18115
+ platform: x
18116
+ } = Nt(), b = lr(e), w = k(() => e.persistentPlaceholder || i.value || e.active);
18117
+ function S() {
18118
+ var D;
18119
+ b.isSuppressing.value && b.update(), h.value !== document.activeElement && ((D = h.value) == null || D.focus()), i.value || s();
18120
+ }
18121
+ function _(D) {
18122
+ S(), a("click:control", D);
18123
+ }
18124
+ function $(D) {
18125
+ a("mousedown:control", D);
18126
+ }
18127
+ function V(D) {
18128
+ D.stopPropagation(), S(), Ce(() => {
18129
+ o.value = "", Ia(e["onClick:clear"], D);
18130
+ });
18131
+ }
18132
+ function I(D) {
18133
+ var Q;
18134
+ const N = D.target;
18135
+ if (o.value = N.value, (Q = e.modelModifiers) != null && Q.trim) {
18136
+ const q = [N.selectionStart, N.selectionEnd];
18137
+ Ce(() => {
18138
+ N.selectionStart = q[0], N.selectionEnd = q[1];
18139
+ });
18140
+ }
18141
+ }
18142
+ const P = W(), A = W(Number(e.rows)), M = k(() => ["plain", "underlined"].includes(e.variant));
18143
+ lt(() => {
18144
+ e.autoGrow || (A.value = Number(e.rows));
18145
+ });
18146
+ function U() {
18147
+ Ce(() => {
18148
+ if (!h.value) return;
18149
+ if (x.value.firefox) {
18150
+ g.value = 12;
18151
+ return;
18152
+ }
18153
+ const {
18154
+ offsetWidth: D,
18155
+ clientWidth: N
18156
+ } = h.value;
18157
+ g.value = Math.max(0, D - N);
18158
+ }), e.autoGrow && Ce(() => {
18159
+ if (!P.value || !v.value) return;
18160
+ const D = getComputedStyle(P.value), N = getComputedStyle(v.value.$el), Q = parseFloat(D.getPropertyValue("--v-field-padding-top")) + parseFloat(D.getPropertyValue("--v-input-padding-top")) + parseFloat(D.getPropertyValue("--v-field-padding-bottom")), q = P.value.scrollHeight, ae = parseFloat(D.lineHeight), ce = Math.max(parseFloat(e.rows) * ae + Q, parseFloat(N.getPropertyValue("--v-input-control-height"))), H = parseFloat(e.maxRows) * ae + Q || 1 / 0, le = et(q ?? 0, ce, H);
18161
+ A.value = Math.floor((le - Q) / ae), m.value = de(le);
18162
+ });
18163
+ }
18164
+ ft(U), Z(o, U), Z(() => e.rows, U), Z(() => e.maxRows, U), Z(() => e.density, U), Z(A, (D) => {
18165
+ a("update:rows", D);
18166
+ });
18167
+ let B;
18168
+ return Z(P, (D) => {
18169
+ D ? (B = new ResizeObserver(U), B.observe(P.value)) : B == null || B.disconnect();
18170
+ }), st(() => {
18171
+ B == null || B.disconnect();
18172
+ }), re(() => {
18173
+ const D = !!(l.counter || e.counter || e.counterValue), N = !!(D || l.details), [Q, q] = zn(t), {
18174
+ modelValue: ae,
18175
+ ...ce
18176
+ } = qt.filterProps(e), H = {
18177
+ ...ba.filterProps(e),
18178
+ "onClick:clear": V
18179
+ };
18180
+ return y(qt, K({
18181
+ ref: f,
18182
+ modelValue: o.value,
18183
+ "onUpdate:modelValue": (le) => o.value = le,
18184
+ class: ["v-textarea v-text-field", {
18185
+ "v-textarea--prefixed": e.prefix,
18186
+ "v-textarea--suffixed": e.suffix,
18187
+ "v-text-field--prefixed": e.prefix,
18188
+ "v-text-field--suffixed": e.suffix,
18189
+ "v-textarea--auto-grow": e.autoGrow,
18190
+ "v-textarea--no-resize": e.noResize || e.autoGrow,
18191
+ "v-input--plain-underlined": M.value
18192
+ }, e.class],
18193
+ style: [{
18194
+ "--v-textarea-scroll-bar-width": de(g.value)
18195
+ }, e.style]
18196
+ }, Q, ce, {
18197
+ centerAffix: A.value === 1 && !M.value,
18198
+ focused: i.value
18199
+ }), {
18200
+ ...l,
18201
+ default: (le) => {
18202
+ let {
18203
+ id: G,
18204
+ isDisabled: E,
18205
+ isDirty: Y,
18206
+ isReadonly: pe,
18207
+ isValid: we,
18208
+ hasDetails: J
18209
+ } = le;
18210
+ return y(ba, K({
18211
+ ref: v,
18212
+ style: {
18213
+ "--v-textarea-control-height": m.value
18214
+ },
18215
+ onClick: _,
18216
+ onMousedown: $,
18217
+ "onClick:prependInner": e["onClick:prependInner"],
18218
+ "onClick:appendInner": e["onClick:appendInner"]
18219
+ }, H, {
18220
+ id: G.value,
18221
+ active: w.value || Y.value,
18222
+ centerAffix: A.value === 1 && !M.value,
18223
+ dirty: Y.value || e.dirty,
18224
+ disabled: E.value,
18225
+ focused: i.value,
18226
+ details: J.value,
18227
+ error: we.value === !1
18228
+ }), {
18229
+ ...l,
18230
+ default: (ve) => {
18231
+ let {
18232
+ props: {
18233
+ class: $e,
18234
+ ...De
18235
+ },
18236
+ controlRef: Oe
18237
+ } = ve;
18238
+ return p(ue, null, [e.prefix && p("span", {
18239
+ class: "v-text-field__prefix"
18240
+ }, [e.prefix]), Ue(p("textarea", K({
18241
+ ref: (_e) => h.value = Oe.value = _e,
18242
+ class: $e,
18243
+ value: o.value,
18244
+ onInput: I,
18245
+ autofocus: e.autofocus,
18246
+ readonly: pe.value,
18247
+ disabled: E.value,
18248
+ placeholder: e.placeholder,
18249
+ rows: e.rows,
18250
+ name: b.fieldName.value,
18251
+ autocomplete: b.fieldAutocomplete.value,
18252
+ onFocus: S,
18253
+ onBlur: r
18254
+ }, De, q), null), [[mn, {
18255
+ handler: u
18256
+ }, null, {
18257
+ once: !0
18258
+ }]]), e.autoGrow && Ue(p("textarea", {
18259
+ class: L([$e, "v-textarea__sizer"]),
18260
+ id: `${De.id}-sizer`,
18261
+ "onUpdate:modelValue": (_e) => o.value = _e,
18262
+ ref: P,
18263
+ readonly: !0,
18264
+ "aria-hidden": "true"
18265
+ }, null), [[ou, o.value]]), e.suffix && p("span", {
18266
+ class: "v-text-field__suffix"
18267
+ }, [e.suffix])]);
18268
+ }
18269
+ });
18270
+ },
18271
+ details: N ? (le) => {
18272
+ var G;
18273
+ return p(ue, null, [(G = l.details) == null ? void 0 : G.call(l, le), D && p(ue, null, [p("span", null, null), y(er, {
18274
+ active: e.persistentCounter || i.value,
18275
+ value: c.value,
18276
+ max: d.value,
18277
+ disabled: e.disabled
18278
+ }, l.counter)])]);
18279
+ } : void 0
18280
+ });
18281
+ }), Ht({}, f, v, h);
18282
+ }
18283
+ }), gk = /* @__PURE__ */ te({
18284
+ __name: "UpxTextarea",
18285
+ props: {
18286
+ modelValue: {},
18287
+ id: {},
18288
+ label: {},
18289
+ placeholder: {},
18290
+ hint: {},
18291
+ persistentHint: { type: Boolean, default: !1 },
18292
+ variant: { default: "outlined" },
18293
+ density: { default: "comfortable" },
18294
+ color: { default: "primary" },
18295
+ disabled: { type: Boolean, default: !1 },
18296
+ readonly: { type: Boolean, default: !1 },
18297
+ loading: { type: Boolean, default: !1 },
18298
+ clearable: { type: Boolean, default: !1 },
18299
+ prependIcon: {},
18300
+ prependInnerIcon: {},
18301
+ appendIcon: {},
18302
+ appendInnerIcon: {},
18303
+ rules: {},
18304
+ errorMessages: {},
18305
+ counter: { type: [Boolean, Number, String] },
18306
+ maxlength: {},
18307
+ rounded: { type: [String, Number, Boolean], default: "lg" },
18308
+ rows: { default: 3 },
18309
+ maxRows: {},
18310
+ autoGrow: { type: Boolean, default: !1 },
18311
+ noResize: { type: Boolean, default: !1 },
18312
+ hideDetails: { type: [Boolean, String], default: "auto" }
18313
+ },
18314
+ emits: ["update:modelValue", "blur", "focus"],
18315
+ setup(e, { emit: n }) {
18316
+ const t = e, a = n, l = W(t.modelValue);
18317
+ Z(
18318
+ () => t.modelValue,
18319
+ (r) => {
18320
+ l.value = r;
18321
+ }
18322
+ );
18323
+ const o = (r) => {
18324
+ a("update:modelValue", r);
18325
+ }, i = (r) => {
18326
+ a("blur", r);
18327
+ }, s = (r) => {
18328
+ a("focus", r);
18329
+ };
18330
+ return (r, u) => (C(), ie(mk, K({
18331
+ modelValue: l.value,
18332
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => l.value = c),
18333
+ id: e.id,
18334
+ label: e.label,
18335
+ placeholder: e.placeholder,
18336
+ hint: e.hint,
18337
+ "persistent-hint": e.persistentHint,
18338
+ variant: e.variant,
18339
+ density: e.density,
18340
+ color: e.color,
18341
+ disabled: e.disabled,
18342
+ readonly: e.readonly,
18343
+ loading: e.loading,
18344
+ clearable: e.clearable,
18345
+ "prepend-icon": e.prependIcon,
18346
+ "prepend-inner-icon": e.prependInnerIcon,
18347
+ "append-icon": e.appendIcon,
18348
+ "append-inner-icon": e.appendInnerIcon,
18349
+ rules: e.rules,
18350
+ "error-messages": e.errorMessages,
18351
+ counter: e.counter,
18352
+ maxlength: e.maxlength,
18353
+ rounded: e.rounded,
18354
+ rows: e.rows,
18355
+ "max-rows": e.maxRows,
18356
+ "auto-grow": e.autoGrow,
18357
+ "no-resize": e.noResize,
18358
+ "hide-details": e.hideDetails
18359
+ }, r.$attrs, {
18360
+ "onUpdate:modelValue": o,
18361
+ onBlur: i,
18362
+ onFocus: s
18363
+ }), wt({ _: 2 }, [
18364
+ r.$slots.prepend ? {
18365
+ name: "prepend",
18366
+ fn: O(() => [
18367
+ R(r.$slots, "prepend", {}, void 0, !0)
18368
+ ]),
18369
+ key: "0"
18370
+ } : void 0,
18371
+ r.$slots["prepend-inner"] ? {
18372
+ name: "prepend-inner",
18373
+ fn: O(() => [
18374
+ R(r.$slots, "prepend-inner", {}, void 0, !0)
18375
+ ]),
18376
+ key: "1"
18377
+ } : void 0,
18378
+ r.$slots.append ? {
18379
+ name: "append",
18380
+ fn: O(() => [
18381
+ R(r.$slots, "append", {}, void 0, !0)
18382
+ ]),
18383
+ key: "2"
18384
+ } : void 0,
18385
+ r.$slots["append-inner"] ? {
18386
+ name: "append-inner",
18387
+ fn: O(() => [
18388
+ R(r.$slots, "append-inner", {}, void 0, !0)
18389
+ ]),
18390
+ key: "3"
18391
+ } : void 0
18392
+ ]), 1040, ["modelValue", "id", "label", "placeholder", "hint", "persistent-hint", "variant", "density", "color", "disabled", "readonly", "loading", "clearable", "prepend-icon", "prepend-inner-icon", "append-icon", "append-inner-icon", "rules", "error-messages", "counter", "maxlength", "rounded", "rows", "max-rows", "auto-grow", "no-resize", "hide-details"]));
18393
+ }
18394
+ }), hk = /* @__PURE__ */ j(gk, [["__scopeId", "data-v-8d1811bc"]]), yk = { class: "up-sidebar__header" }, pk = { class: "up-sidebar__items" }, bk = {
18395
+ key: 0,
18396
+ class: "up-sidebar__spacer"
18397
+ }, xk = ["onClick"], kk = {
18398
+ key: 1,
18399
+ class: "up-sidebar__label"
18400
+ }, wk = ["onClick"], Sk = {
18401
+ key: 1,
18402
+ class: "up-sidebar__label"
18403
+ }, _k = /* @__PURE__ */ te({
18404
+ __name: "UpxSideBar",
18405
+ props: {
18406
+ items: {},
18407
+ to: { default: "body" }
18408
+ },
18409
+ emits: ["itemClick"],
18410
+ setup(e, { emit: n }) {
18411
+ const t = n, a = W(""), l = W(!1), o = (u) => {
18412
+ t("itemClick", u), s();
18413
+ }, i = (u) => {
18414
+ a.value === u ? s() : a.value = u || "";
18415
+ }, s = () => {
18416
+ a.value = "";
18417
+ }, r = (u) => {
18418
+ const c = u.collisionPadding;
18419
+ return c ? typeof c == "number" ? { padding: `${c}px` } : {
18420
+ paddingTop: c.top ? `${c.top}px` : void 0,
18421
+ paddingRight: c.right ? `${c.right}px` : void 0,
18422
+ paddingBottom: c.bottom ? `${c.bottom}px` : void 0,
18423
+ paddingLeft: c.left ? `${c.left}px` : void 0
18424
+ } : {};
18425
+ };
18426
+ return (u, c) => (C(), F("nav", {
18427
+ class: L(["up-sidebar", { "up-sidebar--open": l.value, "up-sidebar--closed": !l.value }]),
18428
+ onMouseenter: c[0] || (c[0] = (d) => l.value = !0),
18429
+ onMouseleave: c[1] || (c[1] = (d) => l.value = !1)
18430
+ }, [
18431
+ p("div", yk, [
18432
+ R(u.$slots, "header", {}, void 0, !0)
18433
+ ]),
18434
+ p("div", pk, [
18435
+ (C(!0), F(ue, null, je(e.items, (d, f) => (C(), F(ue, { key: f }, [
18436
+ d.space ? (C(), F("div", bk)) : d.clickable ? (C(), F("button", {
18437
+ key: 1,
18438
+ class: L(["up-sidebar__item", { "up-sidebar__item--closed": !l.value }]),
18439
+ onClick: (v) => o(d)
18440
+ }, [
18441
+ d.icon ? (C(), ie(fe, {
18442
+ key: 0,
18443
+ size: "20",
18444
+ class: "up-sidebar__icon"
18445
+ }, {
18446
+ default: O(() => [
18447
+ ke(" mdi-" + ee(d.icon), 1)
18448
+ ]),
18449
+ _: 2
18450
+ }, 1024)) : ge("", !0),
18451
+ l.value ? (C(), F("span", kk, ee(d.label), 1)) : ge("", !0)
18452
+ ], 10, xk)) : (C(), ie(yt, {
18453
+ key: 2,
18454
+ location: "end",
18455
+ offset: l.value ? 28 : 16,
18456
+ "open-on-hover": !1
18457
+ }, {
18458
+ activator: O(({ props: v }) => [
18459
+ p("button", K({ ref_for: !0 }, v, {
18460
+ class: ["up-sidebar__item", {
18461
+ "up-sidebar__item--closed": !l.value,
18462
+ "up-sidebar__item--active": a.value === d.label
18463
+ }],
18464
+ onClick: (m) => i(d.label)
18465
+ }), [
18466
+ d.icon ? (C(), ie(fe, {
18467
+ key: 0,
18468
+ size: "20",
18469
+ class: "up-sidebar__icon"
18470
+ }, {
18471
+ default: O(() => [
18472
+ ke(" mdi-" + ee(d.icon), 1)
18473
+ ]),
18474
+ _: 2
18475
+ }, 1024)) : ge("", !0),
18476
+ l.value ? (C(), F("span", Sk, ee(d.label), 1)) : ge("", !0)
18477
+ ], 16, wk)
18478
+ ]),
18479
+ default: O(() => [
18480
+ a.value === d.label ? (C(), F("div", {
18481
+ key: 0,
18482
+ class: "up-sidebar__submenu",
18483
+ style: me(r(d))
18484
+ }, [
18485
+ R(u.$slots, d.label, { close: s }, void 0, !0)
18486
+ ], 4)) : ge("", !0)
18487
+ ]),
18488
+ _: 2
18489
+ }, 1032, ["offset"]))
18490
+ ], 64))), 128))
18491
+ ])
18492
+ ], 34));
18493
+ }
18494
+ }), Ck = /* @__PURE__ */ j(_k, [["__scopeId", "data-v-c39db8a1"]]), Ik = {
18495
+ actions: "button@2",
18496
+ article: "heading, paragraph",
18497
+ avatar: "avatar",
18498
+ button: "button",
18499
+ card: "image, heading",
18500
+ "card-avatar": "image, list-item-avatar",
18501
+ chip: "chip",
18502
+ "date-picker": "list-item, heading, divider, date-picker-options, date-picker-days, actions",
18503
+ "date-picker-options": "text, avatar@2",
18504
+ "date-picker-days": "avatar@28",
18505
+ divider: "divider",
18506
+ heading: "heading",
18507
+ image: "image",
18508
+ "list-item": "text",
18509
+ "list-item-avatar": "avatar, text",
18510
+ "list-item-two-line": "sentences",
18511
+ "list-item-avatar-two-line": "avatar, sentences",
18512
+ "list-item-three-line": "paragraph",
18513
+ "list-item-avatar-three-line": "avatar, paragraph",
18514
+ ossein: "ossein",
18515
+ paragraph: "text@3",
18516
+ sentences: "text@2",
18517
+ subtitle: "text",
18518
+ table: "table-heading, table-thead, table-tbody, table-tfoot",
18519
+ "table-heading": "chip, text",
18520
+ "table-thead": "heading@6",
18521
+ "table-tbody": "table-row-divider@6",
18522
+ "table-row-divider": "table-row, divider",
18523
+ "table-row": "text@6",
18524
+ "table-tfoot": "text@2, avatar@2",
18525
+ text: "text"
18526
+ };
18527
+ function Vk(e) {
18528
+ let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
18529
+ return p("div", {
18530
+ class: L(["v-skeleton-loader__bone", `v-skeleton-loader__${e}`])
18531
+ }, [n]);
18532
+ }
18533
+ function Ii(e) {
18534
+ const [n, t] = e.split("@");
18535
+ return Array.from({
18536
+ length: t
18537
+ }).map(() => za(n));
18538
+ }
18539
+ function za(e) {
18540
+ let n = [];
18541
+ if (!e) return n;
18542
+ const t = Ik[e];
18543
+ if (e !== t) {
18544
+ if (e.includes(",")) return Vi(e);
18545
+ if (e.includes("@")) return Ii(e);
18546
+ t.includes(",") ? n = Vi(t) : t.includes("@") ? n = Ii(t) : t && n.push(za(t));
18547
+ }
18548
+ return [Vk(e, n)];
18549
+ }
18550
+ function Vi(e) {
18551
+ return e.replace(/\s/g, "").split(",").map(za);
18552
+ }
18553
+ const $k = z({
18554
+ boilerplate: Boolean,
18555
+ color: String,
18556
+ loading: Boolean,
18557
+ loadingText: {
18558
+ type: String,
18559
+ default: "$vuetify.loading"
18560
+ },
18561
+ type: {
18562
+ type: [String, Array],
18563
+ default: "ossein"
18564
+ },
18565
+ ...Ct(),
18566
+ ..._t(),
18567
+ ...Me()
18568
+ }, "VSkeletonLoader"), Pk = ne()({
18569
+ name: "VSkeletonLoader",
18570
+ inheritAttrs: !1,
18571
+ props: $k(),
18572
+ setup(e, n) {
18573
+ let {
18574
+ attrs: t,
18575
+ slots: a
18576
+ } = n;
18577
+ const {
18578
+ backgroundColorClasses: l,
18579
+ backgroundColorStyles: o
18580
+ } = at(() => e.color), {
18581
+ dimensionStyles: i
18582
+ } = It(e), {
18583
+ elevationClasses: s
18584
+ } = At(e), {
18585
+ themeClasses: r
18586
+ } = Ge(e), {
18587
+ t: u
18588
+ } = ut(), c = k(() => za(Ke(e.type).join(",")));
18589
+ return re(() => {
18590
+ var v;
18591
+ const d = !a.default || e.loading, f = e.boilerplate || !d ? {} : {
18592
+ ariaLive: "polite",
18593
+ ariaLabel: u(e.loadingText),
18594
+ role: "alert"
18595
+ };
18596
+ return d ? p("div", K({
18597
+ class: ["v-skeleton-loader", {
18598
+ "v-skeleton-loader--boilerplate": e.boilerplate
18599
+ }, r.value, l.value, s.value],
18600
+ style: [o.value, i.value]
18601
+ }, f, t), [c.value]) : p(ue, null, [(v = a.default) == null ? void 0 : v.call(a)]);
18602
+ }), {};
18603
+ }
18604
+ }), Bk = /* @__PURE__ */ te({
18605
+ __name: "UpxSkeleton",
18606
+ props: {
18607
+ type: { default: void 0 },
18608
+ loading: { type: Boolean, default: !0 },
18609
+ boilerplate: { type: Boolean, default: !1 },
18610
+ elevation: { default: 0 },
18611
+ height: { default: void 0 },
18612
+ width: { default: void 0 },
18613
+ circle: { type: Boolean, default: !1 }
18614
+ },
18615
+ setup(e) {
18616
+ const n = e, t = k(() => !!n.type), a = k(() => ({
18617
+ height: typeof n.height == "number" ? `${n.height}px` : n.height,
18618
+ width: typeof n.width == "number" ? `${n.width}px` : n.width
18619
+ }));
18620
+ return (l, o) => t.value ? (C(), ie(Pk, {
18621
+ key: 0,
18622
+ class: "upx-skeleton",
18623
+ type: e.type,
18624
+ loading: e.loading,
18625
+ boilerplate: e.boilerplate,
18626
+ elevation: e.elevation,
18627
+ height: e.height,
18628
+ width: e.width
18629
+ }, {
18630
+ default: O(() => [
18631
+ R(l.$slots, "default", {}, void 0, !0)
18632
+ ]),
18633
+ _: 3
18634
+ }, 8, ["type", "loading", "boilerplate", "elevation", "height", "width"])) : (C(), F("div", {
18635
+ key: 1,
18636
+ class: L(["upx-skeleton upx-skeleton--custom", { "upx-skeleton--circle": e.circle }]),
18637
+ style: me(a.value)
18638
+ }, null, 6));
18639
+ }
18640
+ }), Ak = /* @__PURE__ */ j(Bk, [["__scopeId", "data-v-4b5e717a"]]), Dk = { class: "up-stepper" }, Tk = { class: "up-stepper__list" }, Ek = ["disabled", "onClick"], Fk = {
18641
+ key: 0,
18642
+ class: "up-stepper__separator"
18643
+ }, Ok = /* @__PURE__ */ te({
18644
+ __name: "UpxStepper",
18645
+ props: /* @__PURE__ */ Sa({
18646
+ items: {}
18313
18647
  }, {
18314
18648
  modelValue: { default: {} },
18315
18649
  modelModifiers: {}
@@ -18319,8 +18653,8 @@ const _k = z({
18319
18653
  const n = _a(e, "modelValue"), t = (a) => {
18320
18654
  a.disabled || (n.value = a);
18321
18655
  };
18322
- return (a, l) => (C(), F("nav", $k, [
18323
- p("ol", Pk, [
18656
+ return (a, l) => (C(), F("nav", Dk, [
18657
+ p("ol", Tk, [
18324
18658
  (C(!0), F(ue, null, je(e.items, (o, i) => {
18325
18659
  var s;
18326
18660
  return C(), F(ue, {
@@ -18336,15 +18670,15 @@ const _k = z({
18336
18670
  class: "up-stepper__button",
18337
18671
  disabled: o.disabled,
18338
18672
  onClick: (r) => t(o)
18339
- }, ee(o.label), 9, Bk)
18673
+ }, ee(o.label), 9, Ek)
18340
18674
  ], 2),
18341
- i < e.items.length - 1 ? (C(), F("span", Ak, "/")) : ge("", !0)
18675
+ i < e.items.length - 1 ? (C(), F("span", Fk, "/")) : ge("", !0)
18342
18676
  ], 64);
18343
18677
  }), 128))
18344
18678
  ])
18345
18679
  ]));
18346
18680
  }
18347
- }), Tk = /* @__PURE__ */ j(Dk, [["__scopeId", "data-v-d7260bd4"]]), Ek = { class: "up-switch__labels" }, Fk = ["id"], Ok = /* @__PURE__ */ te({
18681
+ }), Lk = /* @__PURE__ */ j(Ok, [["__scopeId", "data-v-d7260bd4"]]), Mk = { class: "up-switch__labels" }, Rk = ["id"], Uk = /* @__PURE__ */ te({
18348
18682
  __name: "UpxSwitch",
18349
18683
  props: /* @__PURE__ */ Sa({
18350
18684
  id: {},
@@ -18379,7 +18713,7 @@ const _k = z({
18379
18713
  p("div", {
18380
18714
  class: L(["up-switch__thumb", o.value.thumb])
18381
18715
  }, null, 2),
18382
- p("label", Ek, [
18716
+ p("label", Mk, [
18383
18717
  e.offLabel ? (C(), F("span", {
18384
18718
  key: 0,
18385
18719
  class: L(["up-switch__label up-switch__label--off", o.value.offLabel])
@@ -18389,8 +18723,8 @@ const _k = z({
18389
18723
  id: e.id,
18390
18724
  "onUpdate:modelValue": s[0] || (s[0] = (r) => t.value = r),
18391
18725
  class: "up-switch__input"
18392
- }, null, 8, Fk), [
18393
- [ou, t.value]
18726
+ }, null, 8, Rk), [
18727
+ [iu, t.value]
18394
18728
  ]),
18395
18729
  e.onLabel ? (C(), F("span", {
18396
18730
  key: 1,
@@ -18399,7 +18733,7 @@ const _k = z({
18399
18733
  ])
18400
18734
  ], 2));
18401
18735
  }
18402
- }), Lk = /* @__PURE__ */ j(Ok, [["__scopeId", "data-v-e4795478"]]), Mk = ["disabled"], Rk = ["id", "onClick"], Uk = ["disabled"], zk = /* @__PURE__ */ te({
18736
+ }), zk = /* @__PURE__ */ j(Uk, [["__scopeId", "data-v-e4795478"]]), Nk = ["disabled"], Hk = ["id", "onClick"], Wk = ["disabled"], jk = /* @__PURE__ */ te({
18403
18737
  __name: "UpxTab",
18404
18738
  props: /* @__PURE__ */ Sa({
18405
18739
  items: {},
@@ -18450,7 +18784,7 @@ const _k = z({
18450
18784
  ])]),
18451
18785
  _: 1
18452
18786
  })
18453
- ], 8, Mk)) : ge("", !0),
18787
+ ], 8, Nk)) : ge("", !0),
18454
18788
  p("div", {
18455
18789
  class: L(["up-tab__items", { "up-tab__items--scrollable": e.showArrows }])
18456
18790
  }, [
@@ -18473,7 +18807,7 @@ const _k = z({
18473
18807
  _: 2
18474
18808
  }, 1024)) : ge("", !0),
18475
18809
  ke(" " + ee(f.label), 1)
18476
- ], 10, Rk))), 128))
18810
+ ], 10, Hk))), 128))
18477
18811
  ], 2),
18478
18812
  e.showArrows ? (C(), F("button", {
18479
18813
  key: 1,
@@ -18490,10 +18824,10 @@ const _k = z({
18490
18824
  ])]),
18491
18825
  _: 1
18492
18826
  })
18493
- ], 8, Uk)) : ge("", !0)
18827
+ ], 8, Wk)) : ge("", !0)
18494
18828
  ], 2));
18495
18829
  }
18496
- }), Nk = /* @__PURE__ */ j(zk, [["__scopeId", "data-v-58ff3370"]]), Hk = { class: "up-title-bar__left" }, Wk = ["disabled"], jk = /* @__PURE__ */ te({
18830
+ }), Gk = /* @__PURE__ */ j(jk, [["__scopeId", "data-v-58ff3370"]]), Kk = { class: "up-title-bar__left" }, qk = ["disabled"], Yk = /* @__PURE__ */ te({
18497
18831
  __name: "UpxTitleBar",
18498
18832
  props: {
18499
18833
  prependIcon: {},
@@ -18509,739 +18843,406 @@ const _k = z({
18509
18843
  t.disabled || a("close");
18510
18844
  };
18511
18845
  return (o, i) => (C(), F("div", {
18512
- class: L(["up-title-bar", {
18513
- "up-title-bar--bordered": e.bordered,
18514
- "up-title-bar--disabled": e.disabled
18515
- }])
18516
- }, [
18517
- p("div", Hk, [
18518
- e.prependIcon ? (C(), ie(fe, {
18519
- key: 0,
18520
- size: "12",
18521
- class: "up-title-bar__icon"
18522
- }, {
18523
- default: O(() => [
18524
- ke(" mdi-" + ee(e.prependIcon), 1)
18525
- ]),
18526
- _: 1
18527
- })) : ge("", !0),
18528
- (C(), ie(Pl(e.headingType), { class: "up-title-bar__title" }, {
18529
- default: O(() => [
18530
- ke(ee(e.title), 1)
18531
- ]),
18532
- _: 1
18533
- }))
18534
- ]),
18535
- e.closeable ? (C(), F("button", {
18536
- key: 0,
18537
- class: "up-title-bar__close",
18538
- disabled: e.disabled,
18539
- onClick: l
18540
- }, [
18541
- y(fe, { size: "12" }, {
18542
- default: O(() => [...i[0] || (i[0] = [
18543
- ke("mdi-close", -1)
18544
- ])]),
18545
- _: 1
18546
- })
18547
- ], 8, Wk)) : ge("", !0)
18548
- ], 2));
18549
- }
18550
- }), jr = /* @__PURE__ */ j(jk, [["__scopeId", "data-v-03b186f2"]]), Gk = { class: "d-flex align-center" }, Kk = { class: "flex-grow-1" }, qk = {
18551
- key: 0,
18552
- class: "up-toast__title"
18553
- }, Yk = { class: "up-toast__message" }, Xk = {
18554
- key: 0,
18555
- class: "up-toast__actions mt-3"
18556
- }, Qk = /* @__PURE__ */ te({
18557
- __name: "UpxToast",
18558
- props: {
18559
- modelValue: { type: Boolean, default: !1 },
18560
- message: {},
18561
- title: {},
18562
- type: { default: "default" },
18563
- icon: {},
18564
- requireClose: { type: Boolean, default: !1 },
18565
- closable: { type: Boolean, default: !0 },
18566
- duration: { default: 5e3 },
18567
- position: { default: "top-right" },
18568
- showProgress: { type: Boolean, default: !0 },
18569
- maxWidth: { default: 400 },
18570
- closeIcon: { default: "mdi-close" }
18571
- },
18572
- emits: ["update:modelValue", "close"],
18573
- setup(e, { emit: n }) {
18574
- const t = e, a = n, l = W(t.modelValue), o = W(100);
18575
- let i = null, s = null;
18576
- Z(
18577
- () => t.modelValue,
18578
- (h) => {
18579
- l.value = h, h && !t.requireClose && f();
18580
- }
18581
- );
18582
- const r = k(() => `up-toast--${t.position}`), u = k(() => t.position.includes("right") ? "slide-right" : t.position.includes("left") ? "slide-left" : "slide-down"), c = k(() => ({
18583
- maxWidth: typeof t.maxWidth == "number" ? `${t.maxWidth}px` : t.maxWidth
18584
- })), d = k(() => ({
18585
- width: `${o.value}%`,
18586
- transition: `width ${t.duration}ms linear`
18587
- })), f = () => {
18588
- v(), o.value = 100, i = setTimeout(() => {
18589
- m();
18590
- }, t.duration);
18591
- const h = 100, g = t.duration / h;
18592
- s = setInterval(() => {
18593
- o.value -= 100 / h, o.value <= 0 && v();
18594
- }, g);
18595
- }, v = () => {
18596
- i && (clearTimeout(i), i = null), s && (clearInterval(s), s = null);
18597
- }, m = () => {
18598
- v(), l.value = !1, a("update:modelValue", !1), a("close");
18599
- };
18600
- return ft(() => {
18601
- l.value && !t.requireClose && f();
18602
- }), Al(() => {
18603
- v();
18604
- }), (h, g) => (C(), ie($i, { to: "body" }, [
18605
- y($t, { name: u.value }, {
18606
- default: O(() => [
18607
- l.value ? (C(), F("div", {
18608
- key: 0,
18609
- class: L(["up-toast", r.value]),
18610
- style: me(c.value)
18611
- }, [
18612
- p("div", {
18613
- class: L(["up-toast__content", `up-toast__content--${e.type}`])
18614
- }, [
18615
- p("div", Gk, [
18616
- e.icon ? (C(), ie(fe, {
18617
- key: 0,
18618
- icon: e.icon,
18619
- class: "mr-3",
18620
- size: "24"
18621
- }, null, 8, ["icon"])) : ge("", !0),
18622
- p("div", Kk, [
18623
- e.title ? (C(), F("div", qk, ee(e.title), 1)) : ge("", !0),
18624
- p("div", Yk, ee(e.message), 1)
18625
- ]),
18626
- e.requireClose || e.closable ? (C(), ie(Le, {
18627
- key: 1,
18628
- icon: e.closeIcon,
18629
- variant: "text",
18630
- size: "small",
18631
- class: "ml-3",
18632
- onClick: m
18633
- }, null, 8, ["icon"])) : ge("", !0)
18634
- ]),
18635
- h.$slots.actions ? (C(), F("div", Xk, [
18636
- R(h.$slots, "actions", { close: m }, void 0, !0)
18637
- ])) : ge("", !0),
18638
- !e.requireClose && e.showProgress ? (C(), F("div", {
18639
- key: 1,
18640
- class: "up-toast__progress",
18641
- style: me(d.value)
18642
- }, null, 4)) : ge("", !0)
18643
- ], 2)
18644
- ], 6)) : ge("", !0)
18645
- ]),
18646
- _: 3
18647
- }, 8, ["name"])
18648
- ]));
18649
- }
18650
- }), Jk = /* @__PURE__ */ j(Qk, [["__scopeId", "data-v-285e7cc6"]]), Zk = z({
18651
- id: String,
18652
- interactive: Boolean,
18653
- text: String,
18654
- ...St(Ea({
18655
- closeOnBack: !1,
18656
- location: "end",
18657
- locationStrategy: "connected",
18658
- eager: !0,
18659
- minWidth: 0,
18660
- offset: 10,
18661
- openOnClick: !1,
18662
- openOnHover: !0,
18663
- origin: "auto",
18664
- scrim: !1,
18665
- scrollStrategy: "reposition",
18666
- transition: null
18667
- }), ["absolute", "persistent"])
18668
- }, "VTooltip"), ew = ne()({
18669
- name: "VTooltip",
18670
- props: Zk(),
18671
- emits: {
18672
- "update:modelValue": (e) => !0
18673
- },
18674
- setup(e, n) {
18675
- let {
18676
- slots: t
18677
- } = n;
18678
- const a = Ie(e, "modelValue"), {
18679
- scopeId: l
18680
- } = Yn(), o = dt(), i = T(() => e.id || `v-tooltip-${o}`), s = W(), r = k(() => e.location.split(" ").length > 1 ? e.location : e.location + " center"), u = k(() => e.origin === "auto" || e.origin === "overlap" || e.origin.split(" ").length > 1 || e.location.split(" ").length > 1 ? e.origin : e.origin + " center"), c = T(() => e.transition != null ? e.transition : a.value ? "scale-transition" : "fade-transition"), d = k(() => K({
18681
- "aria-describedby": i.value
18682
- }, e.activatorProps));
18683
- return re(() => {
18684
- const f = hn.filterProps(e);
18685
- return y(hn, K({
18686
- ref: s,
18687
- class: ["v-tooltip", {
18688
- "v-tooltip--interactive": e.interactive
18689
- }, e.class],
18690
- style: e.style,
18691
- id: i.value
18692
- }, f, {
18693
- modelValue: a.value,
18694
- "onUpdate:modelValue": (v) => a.value = v,
18695
- transition: c.value,
18696
- absolute: !0,
18697
- location: r.value,
18698
- origin: u.value,
18699
- persistent: !0,
18700
- role: "tooltip",
18701
- activatorProps: d.value,
18702
- _disableGlobalStack: !0
18703
- }, l), {
18704
- activator: t.activator,
18705
- default: function() {
18706
- var g;
18707
- for (var v = arguments.length, m = new Array(v), h = 0; h < v; h++)
18708
- m[h] = arguments[h];
18709
- return ((g = t.default) == null ? void 0 : g.call(t, ...m)) ?? e.text;
18710
- }
18711
- });
18712
- }), Ht({}, s);
18713
- }
18714
- }), tw = { class: "up-tooltip__content" }, nw = /* @__PURE__ */ te({
18715
- __name: "UpxTooltip",
18716
- props: {
18717
- side: { default: "top" },
18718
- delay: { default: 500 },
18719
- tooltipText: { default: "" }
18720
- },
18721
- setup(e) {
18722
- const n = {
18723
- top: "top",
18724
- right: "end",
18725
- bottom: "bottom",
18726
- left: "start"
18727
- };
18728
- return (t, a) => (C(), ie(ew, {
18729
- location: n[e.side],
18730
- "open-delay": e.delay,
18731
- offset: 5
18732
- }, {
18733
- activator: O(({ props: l }) => [
18734
- p("span", K(l, { class: "up-tooltip__trigger" }), [
18735
- R(t.$slots, "trigger", {}, void 0, !0)
18736
- ], 16)
18737
- ]),
18738
- default: O(() => [
18739
- p("div", tw, [
18740
- R(t.$slots, "content", {}, () => [
18741
- ke(ee(e.tooltipText), 1)
18742
- ], !0)
18743
- ])
18744
- ]),
18745
- _: 3
18746
- }, 8, ["location", "open-delay"]));
18747
- }
18748
- }), aw = /* @__PURE__ */ j(nw, [["__scopeId", "data-v-7d18b7f0"]]), lw = {
18749
- key: 1,
18750
- class: "up-window__scroll-area"
18751
- }, ow = /* @__PURE__ */ te({
18752
- __name: "UpxWindow",
18753
- props: {
18754
- props: {}
18755
- },
18756
- emits: ["close"],
18757
- setup(e, { emit: n }) {
18758
- const t = e, { props: a } = $l(t), l = n;
18759
- return (o, i) => (C(), F("div", {
18760
- class: L([
18761
- "up-window",
18762
- `up-window--${be(a).type}`,
18763
- {
18764
- "up-window--scrollable": be(a).type === "window" && be(a).scrollable,
18765
- "up-window--modal--border-top": be(a).type === "modal" && be(a).border === "top",
18766
- "up-window--modal--border-left": be(a).type === "modal" && be(a).border === "left",
18767
- "up-window--modal--color-white": be(a).type === "modal" && be(a).color === "white",
18768
- "up-window--modal--color-grey": be(a).type === "modal" && be(a).color === "grey"
18769
- }
18770
- ])
18846
+ class: L(["up-title-bar", {
18847
+ "up-title-bar--bordered": e.bordered,
18848
+ "up-title-bar--disabled": e.disabled
18849
+ }])
18771
18850
  }, [
18772
- be(a).type === "window" ? (C(), ie(be(jr), {
18851
+ p("div", Kk, [
18852
+ e.prependIcon ? (C(), ie(fe, {
18853
+ key: 0,
18854
+ size: "12",
18855
+ class: "up-title-bar__icon"
18856
+ }, {
18857
+ default: O(() => [
18858
+ ke(" mdi-" + ee(e.prependIcon), 1)
18859
+ ]),
18860
+ _: 1
18861
+ })) : ge("", !0),
18862
+ (C(), ie(Pl(e.headingType), { class: "up-title-bar__title" }, {
18863
+ default: O(() => [
18864
+ ke(ee(e.title), 1)
18865
+ ]),
18866
+ _: 1
18867
+ }))
18868
+ ]),
18869
+ e.closeable ? (C(), F("button", {
18773
18870
  key: 0,
18774
- title: be(a).title,
18775
- disabled: be(a).disabled,
18776
- "prepend-icon": be(a).titleIcon,
18777
- closeable: !0,
18778
- class: "up-window__title-bar",
18779
- onClose: i[0] || (i[0] = (s) => l("close"))
18780
- }, null, 8, ["title", "disabled", "prepend-icon"])) : ge("", !0),
18781
- be(a).type === "window" && be(a).scrollable ? (C(), F("div", lw, [
18782
- R(o.$slots, "default", {}, void 0, !0)
18783
- ])) : (C(), F("div", {
18784
- key: 2,
18785
- class: L({
18786
- "up-window__content": be(a).type === "window"
18787
- })
18871
+ class: "up-title-bar__close",
18872
+ disabled: e.disabled,
18873
+ onClick: l
18788
18874
  }, [
18789
- R(o.$slots, "default", {}, void 0, !0)
18790
- ], 2))
18875
+ y(fe, { size: "12" }, {
18876
+ default: O(() => [...i[0] || (i[0] = [
18877
+ ke("mdi-close", -1)
18878
+ ])]),
18879
+ _: 1
18880
+ })
18881
+ ], 8, qk)) : ge("", !0)
18791
18882
  ], 2));
18792
18883
  }
18793
- }), iw = /* @__PURE__ */ j(ow, [["__scopeId", "data-v-dc534a5e"]]), sw = {
18794
- UpxAccordion: uc,
18795
- UpxAlert: Lc,
18796
- UpxAlertTitle: zc,
18797
- UpxAlertDescription: jc,
18798
- UpxAlertDialog: $d,
18799
- UpxAlertDialogHeader: Dd,
18800
- UpxAlertDialogTitle: Od,
18801
- UpxAlertDialogDescription: Ud,
18802
- UpxAlertDialogFooter: Wd,
18803
- UpxAlertDialogAction: Gd,
18804
- UpxAlertDialogCancel: qd,
18805
- UpxAspectRatio: Xd,
18806
- UpxAvatar: Zd,
18807
- UpxBadge: xs,
18808
- UpxBreadcrumb: ff,
18809
- UpxBreadcrumbList: hf,
18810
- UpxBreadcrumbItem: xf,
18811
- UpxBreadcrumbLink: wf,
18812
- UpxBreadcrumbPage: If,
18813
- UpxBreadcrumbSeparator: Bf,
18814
- UpxBreadcrumbEllipsis: Ef,
18815
- UpxButton: gl,
18816
- UpxCalendar: pv,
18817
- UpxCarousel: Av,
18818
- UpxCarouselItem: Tv,
18819
- UpxCarouselContent: Lv,
18820
- UpxCard: am,
18821
- UpxCardSimple: om,
18822
- UpxCardHeader: sm,
18823
- UpxCardTitle: um,
18824
- UpxCardDescription: dm,
18825
- UpxCardContent: vm,
18826
- UpxCardFooter: gm,
18827
- UpxCardAction: ym,
18828
- UpxCell: wg,
18829
- UpxCheckbox: Ph,
18830
- UpxCollapsible: $g,
18831
- UpxCollapsibleTrigger: Bg,
18832
- UpxCollapsibleContent: Tg,
18833
- UpxCommand: Zs,
18834
- UpxCommandDialog: Lg,
18835
- UpxCommandInput: Jg,
18836
- UpxCommandList: eh,
18837
- UpxCommandItem: ah,
18838
- UpxCommandGroup: sh,
18839
- UpxCommandEmpty: ch,
18840
- UpxCommandSeparator: vh,
18841
- UpxCommandShortcut: yh,
18842
- UpxContextMenu: bh,
18843
- UpxContextMenuItem: wh,
18844
- UpxContextMenuLabel: _h,
18845
- UpxContextMenuSeparator: Vh,
18846
- UpxDataTable: Yy,
18847
- UpxDatePicker: rp,
18848
- UpxDialog: cp,
18849
- UpxDialogHeader: mp,
18850
- UpxDialogTitle: pp,
18851
- UpxDialogDescription: wp,
18852
- UpxDialogContent: Ip,
18853
- UpxDialogFooter: Bp,
18854
- UpxDivider: Dp,
18855
- UpxDrawer: jp,
18856
- UpxDrawerHeader: Yp,
18857
- UpxDrawerTitle: Zp,
18858
- UpxDrawerDescription: ab,
18859
- UpxDrawerContent: sb,
18860
- UpxDrawerFooter: db,
18861
- UpxDrawerClose: vb,
18862
- UpxDropdownMenu: gb,
18863
- UpxDropdownMenuItem: pb,
18864
- UpxDropdownMenuLabel: xb,
18865
- UpxDropdownMenuSeparator: Sb,
18866
- UpxEnvironmentBadge: Vb,
18867
- UpxFloatMenu: Pb,
18868
- UpxNotification: Tb,
18869
- UpxPagination: Hb,
18870
- UpxPopover: jb,
18871
- UpxProduct: Yb,
18872
- UpxProgress: Jb,
18873
- UpxRadio: ox,
18874
- UpxResizablePanelGroup: sx,
18875
- UpxResizablePanel: ux,
18876
- UpxResizableHandle: fx,
18877
- UpxRiskLevel: px,
18878
- UpxRiskCard: Px,
18879
- UpxRiskCriteria: Lx,
18880
- UpxRiskScore: Jx,
18881
- UpxRiskFinding: ok,
18882
- UpxSelect: fk,
18883
- UpxSideBar: kk,
18884
- UpxSkeleton: Vk,
18885
- UpxStepper: Tk,
18886
- UpxSwitch: Lk,
18887
- UpxTab: Nk,
18888
- UpxTextField: Wr,
18889
- UpxTitleBar: jr,
18890
- UpxToast: Jk,
18891
- UpxTooltip: aw,
18892
- UpxWindow: iw
18893
- }, _w = {
18894
- install(e, n) {
18895
- n != null && n.vuetify ? e.use(n.vuetify) : e.use(Ju), Object.entries(sw).forEach(([t, a]) => {
18896
- e.component(t, a);
18897
- });
18898
- }
18899
- }, rw = z({
18900
- autoGrow: Boolean,
18901
- autofocus: Boolean,
18902
- counter: [Boolean, Number, String],
18903
- counterValue: Function,
18904
- prefix: String,
18905
- placeholder: String,
18906
- persistentPlaceholder: Boolean,
18907
- persistentCounter: Boolean,
18908
- noResize: Boolean,
18909
- rows: {
18910
- type: [Number, String],
18911
- default: 5,
18912
- validator: (e) => !isNaN(parseFloat(e))
18913
- },
18914
- maxRows: {
18915
- type: [Number, String],
18916
- validator: (e) => !isNaN(parseFloat(e))
18917
- },
18918
- suffix: String,
18919
- modelModifiers: Object,
18920
- ...ar(),
18921
- ...Jn(),
18922
- ...oo()
18923
- }, "VTextarea"), uw = ne()({
18924
- name: "VTextarea",
18925
- directives: {
18926
- vIntersect: mn
18884
+ }), jr = /* @__PURE__ */ j(Yk, [["__scopeId", "data-v-03b186f2"]]), Xk = { class: "d-flex align-center" }, Qk = { class: "flex-grow-1" }, Jk = {
18885
+ key: 0,
18886
+ class: "up-toast__title"
18887
+ }, Zk = { class: "up-toast__message" }, ew = {
18888
+ key: 0,
18889
+ class: "up-toast__actions mt-3"
18890
+ }, tw = /* @__PURE__ */ te({
18891
+ __name: "UpxToast",
18892
+ props: {
18893
+ modelValue: { type: Boolean, default: !1 },
18894
+ message: {},
18895
+ title: {},
18896
+ type: { default: "default" },
18897
+ icon: {},
18898
+ requireClose: { type: Boolean, default: !1 },
18899
+ closable: { type: Boolean, default: !0 },
18900
+ duration: { default: 5e3 },
18901
+ position: { default: "top-right" },
18902
+ showProgress: { type: Boolean, default: !0 },
18903
+ maxWidth: { default: 400 },
18904
+ closeIcon: { default: "mdi-close" }
18927
18905
  },
18928
- inheritAttrs: !1,
18929
- props: rw(),
18906
+ emits: ["update:modelValue", "close"],
18907
+ setup(e, { emit: n }) {
18908
+ const t = e, a = n, l = W(t.modelValue), o = W(100);
18909
+ let i = null, s = null;
18910
+ Z(
18911
+ () => t.modelValue,
18912
+ (h) => {
18913
+ l.value = h, h && !t.requireClose && f();
18914
+ }
18915
+ );
18916
+ const r = k(() => `up-toast--${t.position}`), u = k(() => t.position.includes("right") ? "slide-right" : t.position.includes("left") ? "slide-left" : "slide-down"), c = k(() => ({
18917
+ maxWidth: typeof t.maxWidth == "number" ? `${t.maxWidth}px` : t.maxWidth
18918
+ })), d = k(() => ({
18919
+ width: `${o.value}%`,
18920
+ transition: `width ${t.duration}ms linear`
18921
+ })), f = () => {
18922
+ v(), o.value = 100, i = setTimeout(() => {
18923
+ m();
18924
+ }, t.duration);
18925
+ const h = 100, g = t.duration / h;
18926
+ s = setInterval(() => {
18927
+ o.value -= 100 / h, o.value <= 0 && v();
18928
+ }, g);
18929
+ }, v = () => {
18930
+ i && (clearTimeout(i), i = null), s && (clearInterval(s), s = null);
18931
+ }, m = () => {
18932
+ v(), l.value = !1, a("update:modelValue", !1), a("close");
18933
+ };
18934
+ return ft(() => {
18935
+ l.value && !t.requireClose && f();
18936
+ }), Al(() => {
18937
+ v();
18938
+ }), (h, g) => (C(), ie($i, { to: "body" }, [
18939
+ y($t, { name: u.value }, {
18940
+ default: O(() => [
18941
+ l.value ? (C(), F("div", {
18942
+ key: 0,
18943
+ class: L(["up-toast", r.value]),
18944
+ style: me(c.value)
18945
+ }, [
18946
+ p("div", {
18947
+ class: L(["up-toast__content", `up-toast__content--${e.type}`])
18948
+ }, [
18949
+ p("div", Xk, [
18950
+ e.icon ? (C(), ie(fe, {
18951
+ key: 0,
18952
+ icon: e.icon,
18953
+ class: "mr-3",
18954
+ size: "24"
18955
+ }, null, 8, ["icon"])) : ge("", !0),
18956
+ p("div", Qk, [
18957
+ e.title ? (C(), F("div", Jk, ee(e.title), 1)) : ge("", !0),
18958
+ p("div", Zk, ee(e.message), 1)
18959
+ ]),
18960
+ e.requireClose || e.closable ? (C(), ie(Le, {
18961
+ key: 1,
18962
+ icon: e.closeIcon,
18963
+ variant: "text",
18964
+ size: "small",
18965
+ class: "ml-3",
18966
+ onClick: m
18967
+ }, null, 8, ["icon"])) : ge("", !0)
18968
+ ]),
18969
+ h.$slots.actions ? (C(), F("div", ew, [
18970
+ R(h.$slots, "actions", { close: m }, void 0, !0)
18971
+ ])) : ge("", !0),
18972
+ !e.requireClose && e.showProgress ? (C(), F("div", {
18973
+ key: 1,
18974
+ class: "up-toast__progress",
18975
+ style: me(d.value)
18976
+ }, null, 4)) : ge("", !0)
18977
+ ], 2)
18978
+ ], 6)) : ge("", !0)
18979
+ ]),
18980
+ _: 3
18981
+ }, 8, ["name"])
18982
+ ]));
18983
+ }
18984
+ }), nw = /* @__PURE__ */ j(tw, [["__scopeId", "data-v-285e7cc6"]]), aw = z({
18985
+ id: String,
18986
+ interactive: Boolean,
18987
+ text: String,
18988
+ ...St(Ea({
18989
+ closeOnBack: !1,
18990
+ location: "end",
18991
+ locationStrategy: "connected",
18992
+ eager: !0,
18993
+ minWidth: 0,
18994
+ offset: 10,
18995
+ openOnClick: !1,
18996
+ openOnHover: !0,
18997
+ origin: "auto",
18998
+ scrim: !1,
18999
+ scrollStrategy: "reposition",
19000
+ transition: null
19001
+ }), ["absolute", "persistent"])
19002
+ }, "VTooltip"), lw = ne()({
19003
+ name: "VTooltip",
19004
+ props: aw(),
18930
19005
  emits: {
18931
- "click:control": (e) => !0,
18932
- "mousedown:control": (e) => !0,
18933
- "update:focused": (e) => !0,
18934
- "update:modelValue": (e) => !0,
18935
- "update:rows": (e) => !0
19006
+ "update:modelValue": (e) => !0
18936
19007
  },
18937
19008
  setup(e, n) {
18938
19009
  let {
18939
- attrs: t,
18940
- emit: a,
18941
- slots: l
19010
+ slots: t
18942
19011
  } = n;
18943
- const o = Ie(e, "modelValue"), {
18944
- isFocused: i,
18945
- focus: s,
18946
- blur: r
18947
- } = La(e), {
18948
- onIntersect: u
18949
- } = or(e), c = k(() => typeof e.counterValue == "function" ? e.counterValue(o.value) : (o.value || "").toString().length), d = k(() => {
18950
- if (t.maxlength) return t.maxlength;
18951
- if (!(!e.counter || typeof e.counter != "number" && typeof e.counter != "string"))
18952
- return e.counter;
18953
- }), f = W(), v = W(), m = oe(""), h = W(), g = W(0), {
18954
- platform: x
18955
- } = Nt(), b = lr(e), w = k(() => e.persistentPlaceholder || i.value || e.active);
18956
- function S() {
18957
- var D;
18958
- b.isSuppressing.value && b.update(), h.value !== document.activeElement && ((D = h.value) == null || D.focus()), i.value || s();
18959
- }
18960
- function _(D) {
18961
- S(), a("click:control", D);
18962
- }
18963
- function $(D) {
18964
- a("mousedown:control", D);
18965
- }
18966
- function V(D) {
18967
- D.stopPropagation(), S(), Ce(() => {
18968
- o.value = "", Ia(e["onClick:clear"], D);
18969
- });
18970
- }
18971
- function I(D) {
18972
- var Q;
18973
- const N = D.target;
18974
- if (o.value = N.value, (Q = e.modelModifiers) != null && Q.trim) {
18975
- const q = [N.selectionStart, N.selectionEnd];
18976
- Ce(() => {
18977
- N.selectionStart = q[0], N.selectionEnd = q[1];
18978
- });
18979
- }
18980
- }
18981
- const P = W(), A = W(Number(e.rows)), M = k(() => ["plain", "underlined"].includes(e.variant));
18982
- lt(() => {
18983
- e.autoGrow || (A.value = Number(e.rows));
18984
- });
18985
- function U() {
18986
- Ce(() => {
18987
- if (!h.value) return;
18988
- if (x.value.firefox) {
18989
- g.value = 12;
18990
- return;
18991
- }
18992
- const {
18993
- offsetWidth: D,
18994
- clientWidth: N
18995
- } = h.value;
18996
- g.value = Math.max(0, D - N);
18997
- }), e.autoGrow && Ce(() => {
18998
- if (!P.value || !v.value) return;
18999
- const D = getComputedStyle(P.value), N = getComputedStyle(v.value.$el), Q = parseFloat(D.getPropertyValue("--v-field-padding-top")) + parseFloat(D.getPropertyValue("--v-input-padding-top")) + parseFloat(D.getPropertyValue("--v-field-padding-bottom")), q = P.value.scrollHeight, ae = parseFloat(D.lineHeight), ce = Math.max(parseFloat(e.rows) * ae + Q, parseFloat(N.getPropertyValue("--v-input-control-height"))), H = parseFloat(e.maxRows) * ae + Q || 1 / 0, le = et(q ?? 0, ce, H);
19000
- A.value = Math.floor((le - Q) / ae), m.value = de(le);
19001
- });
19002
- }
19003
- ft(U), Z(o, U), Z(() => e.rows, U), Z(() => e.maxRows, U), Z(() => e.density, U), Z(A, (D) => {
19004
- a("update:rows", D);
19005
- });
19006
- let B;
19007
- return Z(P, (D) => {
19008
- D ? (B = new ResizeObserver(U), B.observe(P.value)) : B == null || B.disconnect();
19009
- }), st(() => {
19010
- B == null || B.disconnect();
19011
- }), re(() => {
19012
- const D = !!(l.counter || e.counter || e.counterValue), N = !!(D || l.details), [Q, q] = zn(t), {
19013
- modelValue: ae,
19014
- ...ce
19015
- } = qt.filterProps(e), H = {
19016
- ...ba.filterProps(e),
19017
- "onClick:clear": V
19018
- };
19019
- return y(qt, K({
19020
- ref: f,
19021
- modelValue: o.value,
19022
- "onUpdate:modelValue": (le) => o.value = le,
19023
- class: ["v-textarea v-text-field", {
19024
- "v-textarea--prefixed": e.prefix,
19025
- "v-textarea--suffixed": e.suffix,
19026
- "v-text-field--prefixed": e.prefix,
19027
- "v-text-field--suffixed": e.suffix,
19028
- "v-textarea--auto-grow": e.autoGrow,
19029
- "v-textarea--no-resize": e.noResize || e.autoGrow,
19030
- "v-input--plain-underlined": M.value
19012
+ const a = Ie(e, "modelValue"), {
19013
+ scopeId: l
19014
+ } = Yn(), o = dt(), i = T(() => e.id || `v-tooltip-${o}`), s = W(), r = k(() => e.location.split(" ").length > 1 ? e.location : e.location + " center"), u = k(() => e.origin === "auto" || e.origin === "overlap" || e.origin.split(" ").length > 1 || e.location.split(" ").length > 1 ? e.origin : e.origin + " center"), c = T(() => e.transition != null ? e.transition : a.value ? "scale-transition" : "fade-transition"), d = k(() => K({
19015
+ "aria-describedby": i.value
19016
+ }, e.activatorProps));
19017
+ return re(() => {
19018
+ const f = hn.filterProps(e);
19019
+ return y(hn, K({
19020
+ ref: s,
19021
+ class: ["v-tooltip", {
19022
+ "v-tooltip--interactive": e.interactive
19031
19023
  }, e.class],
19032
- style: [{
19033
- "--v-textarea-scroll-bar-width": de(g.value)
19034
- }, e.style]
19035
- }, Q, ce, {
19036
- centerAffix: A.value === 1 && !M.value,
19037
- focused: i.value
19038
- }), {
19039
- ...l,
19040
- default: (le) => {
19041
- let {
19042
- id: G,
19043
- isDisabled: E,
19044
- isDirty: Y,
19045
- isReadonly: pe,
19046
- isValid: we,
19047
- hasDetails: J
19048
- } = le;
19049
- return y(ba, K({
19050
- ref: v,
19051
- style: {
19052
- "--v-textarea-control-height": m.value
19053
- },
19054
- onClick: _,
19055
- onMousedown: $,
19056
- "onClick:prependInner": e["onClick:prependInner"],
19057
- "onClick:appendInner": e["onClick:appendInner"]
19058
- }, H, {
19059
- id: G.value,
19060
- active: w.value || Y.value,
19061
- centerAffix: A.value === 1 && !M.value,
19062
- dirty: Y.value || e.dirty,
19063
- disabled: E.value,
19064
- focused: i.value,
19065
- details: J.value,
19066
- error: we.value === !1
19067
- }), {
19068
- ...l,
19069
- default: (ve) => {
19070
- let {
19071
- props: {
19072
- class: $e,
19073
- ...De
19074
- },
19075
- controlRef: Oe
19076
- } = ve;
19077
- return p(ue, null, [e.prefix && p("span", {
19078
- class: "v-text-field__prefix"
19079
- }, [e.prefix]), Ue(p("textarea", K({
19080
- ref: (_e) => h.value = Oe.value = _e,
19081
- class: $e,
19082
- value: o.value,
19083
- onInput: I,
19084
- autofocus: e.autofocus,
19085
- readonly: pe.value,
19086
- disabled: E.value,
19087
- placeholder: e.placeholder,
19088
- rows: e.rows,
19089
- name: b.fieldName.value,
19090
- autocomplete: b.fieldAutocomplete.value,
19091
- onFocus: S,
19092
- onBlur: r
19093
- }, De, q), null), [[mn, {
19094
- handler: u
19095
- }, null, {
19096
- once: !0
19097
- }]]), e.autoGrow && Ue(p("textarea", {
19098
- class: L([$e, "v-textarea__sizer"]),
19099
- id: `${De.id}-sizer`,
19100
- "onUpdate:modelValue": (_e) => o.value = _e,
19101
- ref: P,
19102
- readonly: !0,
19103
- "aria-hidden": "true"
19104
- }, null), [[iu, o.value]]), e.suffix && p("span", {
19105
- class: "v-text-field__suffix"
19106
- }, [e.suffix])]);
19107
- }
19108
- });
19109
- },
19110
- details: N ? (le) => {
19111
- var G;
19112
- return p(ue, null, [(G = l.details) == null ? void 0 : G.call(l, le), D && p(ue, null, [p("span", null, null), y(er, {
19113
- active: e.persistentCounter || i.value,
19114
- value: c.value,
19115
- max: d.value,
19116
- disabled: e.disabled
19117
- }, l.counter)])]);
19118
- } : void 0
19024
+ style: e.style,
19025
+ id: i.value
19026
+ }, f, {
19027
+ modelValue: a.value,
19028
+ "onUpdate:modelValue": (v) => a.value = v,
19029
+ transition: c.value,
19030
+ absolute: !0,
19031
+ location: r.value,
19032
+ origin: u.value,
19033
+ persistent: !0,
19034
+ role: "tooltip",
19035
+ activatorProps: d.value,
19036
+ _disableGlobalStack: !0
19037
+ }, l), {
19038
+ activator: t.activator,
19039
+ default: function() {
19040
+ var g;
19041
+ for (var v = arguments.length, m = new Array(v), h = 0; h < v; h++)
19042
+ m[h] = arguments[h];
19043
+ return ((g = t.default) == null ? void 0 : g.call(t, ...m)) ?? e.text;
19044
+ }
19119
19045
  });
19120
- }), Ht({}, f, v, h);
19046
+ }), Ht({}, s);
19047
+ }
19048
+ }), ow = { class: "up-tooltip__content" }, iw = /* @__PURE__ */ te({
19049
+ __name: "UpxTooltip",
19050
+ props: {
19051
+ side: { default: "top" },
19052
+ delay: { default: 500 },
19053
+ tooltipText: { default: "" }
19054
+ },
19055
+ setup(e) {
19056
+ const n = {
19057
+ top: "top",
19058
+ right: "end",
19059
+ bottom: "bottom",
19060
+ left: "start"
19061
+ };
19062
+ return (t, a) => (C(), ie(lw, {
19063
+ location: n[e.side],
19064
+ "open-delay": e.delay,
19065
+ offset: 5
19066
+ }, {
19067
+ activator: O(({ props: l }) => [
19068
+ p("span", K(l, { class: "up-tooltip__trigger" }), [
19069
+ R(t.$slots, "trigger", {}, void 0, !0)
19070
+ ], 16)
19071
+ ]),
19072
+ default: O(() => [
19073
+ p("div", ow, [
19074
+ R(t.$slots, "content", {}, () => [
19075
+ ke(ee(e.tooltipText), 1)
19076
+ ], !0)
19077
+ ])
19078
+ ]),
19079
+ _: 3
19080
+ }, 8, ["location", "open-delay"]));
19121
19081
  }
19122
- }), cw = /* @__PURE__ */ te({
19123
- __name: "UpxTextarea",
19082
+ }), sw = /* @__PURE__ */ j(iw, [["__scopeId", "data-v-7d18b7f0"]]), rw = {
19083
+ key: 1,
19084
+ class: "up-window__scroll-area"
19085
+ }, uw = /* @__PURE__ */ te({
19086
+ __name: "UpxWindow",
19124
19087
  props: {
19125
- modelValue: {},
19126
- id: {},
19127
- label: {},
19128
- placeholder: {},
19129
- hint: {},
19130
- persistentHint: { type: Boolean, default: !1 },
19131
- variant: { default: "outlined" },
19132
- density: { default: "comfortable" },
19133
- color: { default: "primary" },
19134
- disabled: { type: Boolean, default: !1 },
19135
- readonly: { type: Boolean, default: !1 },
19136
- loading: { type: Boolean, default: !1 },
19137
- clearable: { type: Boolean, default: !1 },
19138
- prependIcon: {},
19139
- prependInnerIcon: {},
19140
- appendIcon: {},
19141
- appendInnerIcon: {},
19142
- rules: {},
19143
- errorMessages: {},
19144
- counter: { type: [Boolean, Number, String] },
19145
- maxlength: {},
19146
- rounded: { type: [String, Number, Boolean], default: "lg" },
19147
- rows: { default: 3 },
19148
- maxRows: {},
19149
- autoGrow: { type: Boolean, default: !1 },
19150
- noResize: { type: Boolean, default: !1 },
19151
- hideDetails: { type: [Boolean, String], default: "auto" }
19088
+ props: {}
19152
19089
  },
19153
- emits: ["update:modelValue", "blur", "focus"],
19090
+ emits: ["close"],
19154
19091
  setup(e, { emit: n }) {
19155
- const t = e, a = n, l = W(t.modelValue);
19156
- Z(
19157
- () => t.modelValue,
19158
- (r) => {
19159
- l.value = r;
19160
- }
19161
- );
19162
- const o = (r) => {
19163
- a("update:modelValue", r);
19164
- }, i = (r) => {
19165
- a("blur", r);
19166
- }, s = (r) => {
19167
- a("focus", r);
19168
- };
19169
- return (r, u) => (C(), ie(uw, K({
19170
- modelValue: l.value,
19171
- "onUpdate:modelValue": u[0] || (u[0] = (c) => l.value = c),
19172
- id: e.id,
19173
- label: e.label,
19174
- placeholder: e.placeholder,
19175
- hint: e.hint,
19176
- "persistent-hint": e.persistentHint,
19177
- variant: e.variant,
19178
- density: e.density,
19179
- color: e.color,
19180
- disabled: e.disabled,
19181
- readonly: e.readonly,
19182
- loading: e.loading,
19183
- clearable: e.clearable,
19184
- "prepend-icon": e.prependIcon,
19185
- "prepend-inner-icon": e.prependInnerIcon,
19186
- "append-icon": e.appendIcon,
19187
- "append-inner-icon": e.appendInnerIcon,
19188
- rules: e.rules,
19189
- "error-messages": e.errorMessages,
19190
- counter: e.counter,
19191
- maxlength: e.maxlength,
19192
- rounded: e.rounded,
19193
- rows: e.rows,
19194
- "max-rows": e.maxRows,
19195
- "auto-grow": e.autoGrow,
19196
- "no-resize": e.noResize,
19197
- "hide-details": e.hideDetails
19198
- }, r.$attrs, {
19199
- "onUpdate:modelValue": o,
19200
- onBlur: i,
19201
- onFocus: s
19202
- }), wt({ _: 2 }, [
19203
- r.$slots.prepend ? {
19204
- name: "prepend",
19205
- fn: O(() => [
19206
- R(r.$slots, "prepend", {}, void 0, !0)
19207
- ]),
19208
- key: "0"
19209
- } : void 0,
19210
- r.$slots["prepend-inner"] ? {
19211
- name: "prepend-inner",
19212
- fn: O(() => [
19213
- R(r.$slots, "prepend-inner", {}, void 0, !0)
19214
- ]),
19215
- key: "1"
19216
- } : void 0,
19217
- r.$slots.append ? {
19218
- name: "append",
19219
- fn: O(() => [
19220
- R(r.$slots, "append", {}, void 0, !0)
19221
- ]),
19222
- key: "2"
19223
- } : void 0,
19224
- r.$slots["append-inner"] ? {
19225
- name: "append-inner",
19226
- fn: O(() => [
19227
- R(r.$slots, "append-inner", {}, void 0, !0)
19228
- ]),
19229
- key: "3"
19230
- } : void 0
19231
- ]), 1040, ["modelValue", "id", "label", "placeholder", "hint", "persistent-hint", "variant", "density", "color", "disabled", "readonly", "loading", "clearable", "prepend-icon", "prepend-inner-icon", "append-icon", "append-inner-icon", "rules", "error-messages", "counter", "maxlength", "rounded", "rows", "max-rows", "auto-grow", "no-resize", "hide-details"]));
19092
+ const t = e, { props: a } = $l(t), l = n;
19093
+ return (o, i) => (C(), F("div", {
19094
+ class: L([
19095
+ "up-window",
19096
+ `up-window--${be(a).type}`,
19097
+ {
19098
+ "up-window--scrollable": be(a).type === "window" && be(a).scrollable,
19099
+ "up-window--modal--border-top": be(a).type === "modal" && be(a).border === "top",
19100
+ "up-window--modal--border-left": be(a).type === "modal" && be(a).border === "left",
19101
+ "up-window--modal--color-white": be(a).type === "modal" && be(a).color === "white",
19102
+ "up-window--modal--color-grey": be(a).type === "modal" && be(a).color === "grey"
19103
+ }
19104
+ ])
19105
+ }, [
19106
+ be(a).type === "window" ? (C(), ie(be(jr), {
19107
+ key: 0,
19108
+ title: be(a).title,
19109
+ disabled: be(a).disabled,
19110
+ "prepend-icon": be(a).titleIcon,
19111
+ closeable: !0,
19112
+ class: "up-window__title-bar",
19113
+ onClose: i[0] || (i[0] = (s) => l("close"))
19114
+ }, null, 8, ["title", "disabled", "prepend-icon"])) : ge("", !0),
19115
+ be(a).type === "window" && be(a).scrollable ? (C(), F("div", rw, [
19116
+ R(o.$slots, "default", {}, void 0, !0)
19117
+ ])) : (C(), F("div", {
19118
+ key: 2,
19119
+ class: L({
19120
+ "up-window__content": be(a).type === "window"
19121
+ })
19122
+ }, [
19123
+ R(o.$slots, "default", {}, void 0, !0)
19124
+ ], 2))
19125
+ ], 2));
19126
+ }
19127
+ }), cw = /* @__PURE__ */ j(uw, [["__scopeId", "data-v-dc534a5e"]]), dw = {
19128
+ UpxAccordion: uc,
19129
+ UpxAlert: Lc,
19130
+ UpxAlertTitle: zc,
19131
+ UpxAlertDescription: jc,
19132
+ UpxAlertDialog: $d,
19133
+ UpxAlertDialogHeader: Dd,
19134
+ UpxAlertDialogTitle: Od,
19135
+ UpxAlertDialogDescription: Ud,
19136
+ UpxAlertDialogFooter: Wd,
19137
+ UpxAlertDialogAction: Gd,
19138
+ UpxAlertDialogCancel: qd,
19139
+ UpxAspectRatio: Xd,
19140
+ UpxAvatar: Zd,
19141
+ UpxBadge: xs,
19142
+ UpxBreadcrumb: ff,
19143
+ UpxBreadcrumbList: hf,
19144
+ UpxBreadcrumbItem: xf,
19145
+ UpxBreadcrumbLink: wf,
19146
+ UpxBreadcrumbPage: If,
19147
+ UpxBreadcrumbSeparator: Bf,
19148
+ UpxBreadcrumbEllipsis: Ef,
19149
+ UpxButton: gl,
19150
+ UpxCalendar: pv,
19151
+ UpxCarousel: Av,
19152
+ UpxCarouselItem: Tv,
19153
+ UpxCarouselContent: Lv,
19154
+ UpxCard: am,
19155
+ UpxCardSimple: om,
19156
+ UpxCardHeader: sm,
19157
+ UpxCardTitle: um,
19158
+ UpxCardDescription: dm,
19159
+ UpxCardContent: vm,
19160
+ UpxCardFooter: gm,
19161
+ UpxCardAction: ym,
19162
+ UpxCell: wg,
19163
+ UpxCheckbox: Ph,
19164
+ UpxCollapsible: $g,
19165
+ UpxCollapsibleTrigger: Bg,
19166
+ UpxCollapsibleContent: Tg,
19167
+ UpxCommand: Zs,
19168
+ UpxCommandDialog: Lg,
19169
+ UpxCommandInput: Jg,
19170
+ UpxCommandList: eh,
19171
+ UpxCommandItem: ah,
19172
+ UpxCommandGroup: sh,
19173
+ UpxCommandEmpty: ch,
19174
+ UpxCommandSeparator: vh,
19175
+ UpxCommandShortcut: yh,
19176
+ UpxContextMenu: bh,
19177
+ UpxContextMenuItem: wh,
19178
+ UpxContextMenuLabel: _h,
19179
+ UpxContextMenuSeparator: Vh,
19180
+ UpxDataTable: Yy,
19181
+ UpxDatePicker: rp,
19182
+ UpxDialog: cp,
19183
+ UpxDialogHeader: mp,
19184
+ UpxDialogTitle: pp,
19185
+ UpxDialogDescription: wp,
19186
+ UpxDialogContent: Ip,
19187
+ UpxDialogFooter: Bp,
19188
+ UpxDivider: Dp,
19189
+ UpxDrawer: jp,
19190
+ UpxDrawerHeader: Yp,
19191
+ UpxDrawerTitle: Zp,
19192
+ UpxDrawerDescription: ab,
19193
+ UpxDrawerContent: sb,
19194
+ UpxDrawerFooter: db,
19195
+ UpxDrawerClose: vb,
19196
+ UpxDropdownMenu: gb,
19197
+ UpxDropdownMenuItem: pb,
19198
+ UpxDropdownMenuLabel: xb,
19199
+ UpxDropdownMenuSeparator: Sb,
19200
+ UpxEnvironmentBadge: Vb,
19201
+ UpxFloatMenu: Pb,
19202
+ UpxNotification: Tb,
19203
+ UpxPagination: Hb,
19204
+ UpxPopover: jb,
19205
+ UpxProduct: Yb,
19206
+ UpxProgress: Jb,
19207
+ UpxRadio: ox,
19208
+ UpxResizablePanelGroup: sx,
19209
+ UpxResizablePanel: ux,
19210
+ UpxResizableHandle: fx,
19211
+ UpxRiskLevel: px,
19212
+ UpxRiskCard: Px,
19213
+ UpxRiskCriteria: Lx,
19214
+ UpxRiskScore: Jx,
19215
+ UpxRiskFinding: ok,
19216
+ UpxSelect: fk,
19217
+ UpxSideBar: Ck,
19218
+ UpxSkeleton: Ak,
19219
+ UpxStepper: Lk,
19220
+ UpxSwitch: zk,
19221
+ UpxTab: Gk,
19222
+ UpxTextField: Wr,
19223
+ UpxTextarea: hk,
19224
+ UpxTitleBar: jr,
19225
+ UpxToast: nw,
19226
+ UpxTooltip: sw,
19227
+ UpxWindow: cw
19228
+ }, Cw = {
19229
+ install(e, n) {
19230
+ n != null && n.vuetify ? e.use(n.vuetify) : e.use(Ju), Object.entries(dw).forEach(([t, a]) => {
19231
+ e.component(t, a);
19232
+ });
19232
19233
  }
19233
- }), Cw = /* @__PURE__ */ j(cw, [["__scopeId", "data-v-8d1811bc"]]);
19234
- function dw(e) {
19234
+ };
19235
+ function fw(e) {
19235
19236
  if (!e) return "";
19236
19237
  const t = e.replace(/\D/g, "").slice(0, 11);
19237
19238
  return t.length <= 3 ? t : t.length <= 6 ? `${t.slice(0, 3)}.${t.slice(3)}` : t.length <= 9 ? `${t.slice(0, 3)}.${t.slice(3, 6)}.${t.slice(6)}` : `${t.slice(0, 3)}.${t.slice(3, 6)}.${t.slice(6, 9)}-${t.slice(9)}`;
19238
19239
  }
19239
- function fw(e) {
19240
+ function vw(e) {
19240
19241
  if (!e) return "";
19241
19242
  const t = e.replace(/\D/g, "").slice(0, 14);
19242
19243
  return t.length <= 2 ? t : t.length <= 5 ? `${t.slice(0, 2)}.${t.slice(2)}` : t.length <= 8 ? `${t.slice(0, 2)}.${t.slice(2, 5)}.${t.slice(5)}` : t.length <= 12 ? `${t.slice(0, 2)}.${t.slice(2, 5)}.${t.slice(5, 8)}/${t.slice(8)}` : `${t.slice(0, 2)}.${t.slice(2, 5)}.${t.slice(5, 8)}/${t.slice(8, 12)}-${t.slice(12)}`;
19243
19244
  }
19244
- function vw(e, n) {
19245
+ function mw(e, n) {
19245
19246
  if (e == null || e === "") return "";
19246
19247
  const t = typeof e == "string" ? parseFloat(e) : e;
19247
19248
  if (isNaN(t)) return "";
@@ -19251,26 +19252,26 @@ function vw(e, n) {
19251
19252
  }).format(t);
19252
19253
  return t < 0 && n && (n.style.color = "#C33"), a;
19253
19254
  }
19254
- function mw(e) {
19255
+ function gw(e) {
19255
19256
  if (!e) return "";
19256
19257
  const t = e.replace(/\D/g, "").slice(0, 8);
19257
19258
  return t.length <= 2 ? t : t.length <= 4 ? `${t.slice(0, 2)}/${t.slice(2)}` : t.length <= 6 ? `${t.slice(0, 2)}/${t.slice(2, 4)}/${t.slice(4)}` : `${t.slice(0, 2)}/${t.slice(2, 4)}/${t.slice(4, 8)}`;
19258
19259
  }
19259
19260
  const Wt = {
19260
- cpf: dw,
19261
- cnpj: fw,
19262
- currency: vw,
19263
- date: mw
19261
+ cpf: fw,
19262
+ cnpj: vw,
19263
+ currency: mw,
19264
+ date: gw
19264
19265
  };
19265
19266
  function Iw(e, n, t) {
19266
19267
  return e ? e.length <= t ? e : e.slice(n, t) + "..." : "";
19267
19268
  }
19268
19269
  const Cn = W([]);
19269
- let gw = 0;
19270
+ let hw = 0;
19270
19271
  function Vw(e) {
19271
19272
  function n(o) {
19272
19273
  const i = {
19273
- id: o.id ?? ++gw,
19274
+ id: o.id ?? ++hw,
19274
19275
  title: o.title ?? "",
19275
19276
  content: o.content,
19276
19277
  type: o.type ?? "neutral",
@@ -19307,7 +19308,7 @@ function Vw(e) {
19307
19308
  clearToasts: a
19308
19309
  };
19309
19310
  }
19310
- const hw = {
19311
+ const yw = {
19311
19312
  mounted(e, n) {
19312
19313
  const t = n.value, a = e.textContent || "";
19313
19314
  if (!t || !a) return;
@@ -19350,10 +19351,10 @@ const hw = {
19350
19351
  }
19351
19352
  };
19352
19353
  function $w(e) {
19353
- e.directive("text-format", hw);
19354
+ e.directive("text-format", yw);
19354
19355
  }
19355
19356
  export {
19356
- _w as UplexisUI,
19357
+ Cw as UplexisUI,
19357
19358
  uc as UpxAccordion,
19358
19359
  xs as UpxBadge,
19359
19360
  gl as UpxButton,
@@ -19378,36 +19379,36 @@ export {
19378
19379
  Yb as UpxProduct,
19379
19380
  ox as UpxRadio,
19380
19381
  fk as UpxSelect,
19381
- kk as UpxSideBar,
19382
- Tk as UpxStepper,
19383
- Lk as UpxSwitch,
19384
- Nk as UpxTab,
19382
+ Ck as UpxSideBar,
19383
+ Lk as UpxStepper,
19384
+ zk as UpxSwitch,
19385
+ Gk as UpxTab,
19385
19386
  Wr as UpxTextField,
19386
- Cw as UpxTextarea,
19387
+ hk as UpxTextarea,
19387
19388
  jr as UpxTitleBar,
19388
- Jk as UpxToast,
19389
- aw as UpxTooltip,
19390
- iw as UpxWindow,
19389
+ nw as UpxToast,
19390
+ sw as UpxTooltip,
19391
+ cw as UpxWindow,
19391
19392
  Qt as config,
19392
19393
  Zn as currentEnvironment,
19393
- _w as default,
19394
- fw as formatCNPJ,
19395
- dw as formatCPF,
19396
- vw as formatCurrency,
19397
- mw as formatDate,
19394
+ Cw as default,
19395
+ vw as formatCNPJ,
19396
+ fw as formatCPF,
19397
+ mw as formatCurrency,
19398
+ gw as formatDate,
19398
19399
  Wt as formatters,
19399
19400
  $w as installDirectives,
19400
- bw as isDevelopment,
19401
- ww as isProduction,
19402
- xw as isQA,
19403
- kw as isStaging,
19404
- Sw as logger,
19401
+ xw as isDevelopment,
19402
+ Sw as isProduction,
19403
+ kw as isQA,
19404
+ ww as isStaging,
19405
+ _w as logger,
19405
19406
  Iw as truncateText,
19406
19407
  ye as uplexisColors,
19407
19408
  Qu as uplexisDark,
19408
19409
  Xu as uplexisLight,
19409
19410
  Vw as useToast,
19410
- hw as vTextFormat,
19411
+ yw as vTextFormat,
19411
19412
  Ju as vuetify
19412
19413
  };
19413
19414
  //# sourceMappingURL=uplexis-ui.js.map