prlg-ui 1.3.1 → 1.3.2
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.
|
@@ -254,17 +254,17 @@ const d1 = /* @__PURE__ */ l(K, [["render", T]]);
|
|
|
254
254
|
export {
|
|
255
255
|
X as A,
|
|
256
256
|
Y as B,
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
C1 as C,
|
|
258
|
+
o1 as E,
|
|
259
259
|
e1 as I,
|
|
260
260
|
s1 as M,
|
|
261
261
|
i1 as P,
|
|
262
|
-
|
|
262
|
+
c1 as S,
|
|
263
263
|
l as _,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
264
|
+
n1 as a,
|
|
265
|
+
t1 as b,
|
|
266
|
+
r1 as c,
|
|
267
|
+
l1 as d,
|
|
268
|
+
_1 as e,
|
|
269
|
+
d1 as f
|
|
270
270
|
};
|
package/dist/icons/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock as n, openBlock as o, createElementVNode as t, createStaticVNode as l } from "vue";
|
|
2
|
-
import { _ as r } from "../SortDownFillIcon-
|
|
3
|
-
import { A as m5, B as B5,
|
|
2
|
+
import { _ as r } from "../SortDownFillIcon-DTulOEBh.js";
|
|
3
|
+
import { A as m5, B as B5, C as I5, a as k5, b as y5, E as E5, d as U5, c as S5, I as G5, M as F5, P as A5, S as D5, f as O5, e as P5 } from "../SortDownFillIcon-DTulOEBh.js";
|
|
4
4
|
const i = {}, s = {
|
|
5
5
|
width: "16",
|
|
6
6
|
height: "19",
|
package/dist/prlg-ui.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as x, computed as V, resolveComponent as ut, createBlock as O, openBlock as d, resolveDynamicComponent as le, normalizeClass as A, withCtx as G, createCommentVNode as T, createElementBlock as p, renderSlot as B, Fragment as F, createTextVNode as ve, toDisplayString as _, ref as P, useTemplateRef as Be, onMounted as te, createElementVNode as w, createVNode as M, renderList as ue, unref as C, mergeModels as D, useModel as Z, useId as ke, withDirectives as oe, vModelCheckbox as Ue, normalizeStyle as j, vModelRadio as Pt, vShow as Ge, useSlots as ct, provide as J, inject as q, onUnmounted as je, withModifiers as Mt, vModelDynamic as _t, watch as ye, vModelText as dt, mergeProps as Lt, reactive as It, shallowRef as Ae, TransitionGroup as Dt, Teleport as qe, Transition as Ye, nextTick as Pe } from "vue";
|
|
2
|
-
import { P as ft,
|
|
2
|
+
import { P as ft, e as Et, f as Ft, b as Xe, c as zt, d as Nt, S as Ht, M as Wt, I as Ut, E as Gt, B as jt, C as qt, a as mt, A as Yt } from "./SortDownFillIcon-DTulOEBh.js";
|
|
3
3
|
import { o as pt, E as Xt, _ as Zt, u as vt } from "./useBodyScroll.util-BgQeA8Dg.js";
|
|
4
4
|
const Kt = {
|
|
5
5
|
key: 1,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/types.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prlg-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/prlg-ui.umd.js",
|
|
7
7
|
"module": "dist/prlg-ui.es.js",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"require": "./dist/prlg-ui.cjs.js",
|
|
13
13
|
"types": "./dist/index.d.ts"
|
|
14
14
|
},
|
|
15
|
+
"./types": {
|
|
16
|
+
"import": "./dist/types/index.es.js",
|
|
17
|
+
"require": "./dist/types/index.umd.js",
|
|
18
|
+
"types": "./dist/types.d.ts"
|
|
19
|
+
},
|
|
15
20
|
"./style.css": {
|
|
16
21
|
"default": "./dist/prlg-ui.css"
|
|
17
22
|
},
|