eco-vue-js 0.8.39 → 0.8.40
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Chip/WChip.vue.js +1 -1
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +2 -2
- package/dist/components/FilePicker/WFilePicker.vue.js +1 -1
- package/dist/components/ImageViewer/WImageViewer.vue.js +1 -1
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputAsync.vue.js +1 -1
- package/dist/components/Select/WSelectAsyncList.vue.js +1 -1
- package/package.json +1 -1
@@ -21,7 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
21
21
|
return (_ctx, _cache) => {
|
22
22
|
return _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
|
23
23
|
key: 0,
|
24
|
-
class: "h-5 max-w-28"
|
24
|
+
class: "w-skeleton-h-5 max-w-28"
|
25
25
|
})) : (openBlock(), createElementBlock("div", {
|
26
26
|
key: 1,
|
27
27
|
class: normalizeClass(["text-xs font-semibold bg-gray-100 dark:bg-gray-800 rounded-md w-min px-2 py-0.5", classMap[_ctx.semanticType ?? unref(SemanticType).SECONDARY]])
|
@@ -89,7 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
89
89
|
})
|
90
90
|
], 64)) : (openBlock(), createBlock(WSkeleton, {
|
91
91
|
key: 1,
|
92
|
-
class: "h-4 w-16"
|
92
|
+
class: "w-skeleton-h-4 w-skeleton-w-16"
|
93
93
|
}))
|
94
94
|
], 2)) : createCommentVNode("", true),
|
95
95
|
renderSlot(_ctx.$slots, "subtitle"),
|
@@ -140,7 +140,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
140
140
|
})
|
141
141
|
], 2)) : (openBlock(), createBlock(WSkeleton, {
|
142
142
|
key: 1,
|
143
|
-
class: "
|
143
|
+
class: "w-skeleton-w-full w-skeleton-rounded-xl w-skeleton-h-[calc(var(--field-height,2.125rem)+0.625rem)]"
|
144
144
|
})),
|
145
145
|
_ctx.$slots.right?.()?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
146
146
|
renderSlot(_ctx.$slots, "right")
|
@@ -105,7 +105,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
105
105
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_3, " * ")) : createCommentVNode("", true)
|
106
106
|
], 64)) : (openBlock(), createBlock(WSkeleton, {
|
107
107
|
key: 1,
|
108
|
-
class: "h-4 w-16"
|
108
|
+
class: "w-skeleton-h-4 w-skeleton-w-16"
|
109
109
|
}))
|
110
110
|
])) : createCommentVNode("", true),
|
111
111
|
createElementVNode("label", {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAI3B,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;
|
1
|
+
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAI3B,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAiaxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA3WzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YA6ZnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA3avE,wBA2a4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -182,7 +182,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
182
182
|
!_ctx.readonly ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
183
183
|
_ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
|
184
184
|
key: 0,
|
185
|
-
class: "
|
185
|
+
class: "w-skeleton-w-11 w-skeleton-h-11 w-skeleton-rounded-lg"
|
186
186
|
})) : (openBlock(), createElementBlock("button", {
|
187
187
|
key: 1,
|
188
188
|
class: normalizeClass(["relative square-11 rounded-lg flex items-center justify-center bg-default dark:bg-default-dark border border-solid border-gray-200 dark:border-gray-800", {
|
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
34
34
|
])) : createCommentVNode("", true),
|
35
35
|
_ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
|
36
36
|
key: 1,
|
37
|
-
class: "w-skeleton-rounded-2xl h-[24rem]
|
37
|
+
class: "w-skeleton-rounded-2xl w-skeleton-h-[24rem] w-skeleton-w-full"
|
38
38
|
})) : (openBlock(), createElementBlock("div", {
|
39
39
|
key: 2,
|
40
40
|
ref_key: "list",
|