quasar-factory-lib 0.1.8 → 0.1.9
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/quasar-factory-lib.js +2 -2
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/SkeletonAreas/SkeletonAreas.vue +2 -10
- package/src/components/SkeletonAreas/style.css +9 -0
- package/src/css/app.css +1 -0
- package/src/layouts/PdaLayout.vue +1 -1
|
@@ -14206,7 +14206,7 @@ const Wy = /* @__PURE__ */ Je(jy, [["render", Yy]]), Ky = {
|
|
|
14206
14206
|
name: "SkeletonAreas"
|
|
14207
14207
|
};
|
|
14208
14208
|
function Xy(e, t, n, o, a, l) {
|
|
14209
|
-
return K(), se(so, { class: "
|
|
14209
|
+
return K(), se(so, { class: "skeleton-areas" }, {
|
|
14210
14210
|
default: z(() => [
|
|
14211
14211
|
F(wa, null, {
|
|
14212
14212
|
default: z(() => [
|
|
@@ -14222,7 +14222,7 @@ function Xy(e, t, n, o, a, l) {
|
|
|
14222
14222
|
_: 1
|
|
14223
14223
|
});
|
|
14224
14224
|
}
|
|
14225
|
-
const Qy = /* @__PURE__ */ Je(Gy, [["render", Xy], ["__scopeId", "data-v-
|
|
14225
|
+
const Qy = /* @__PURE__ */ Je(Gy, [["render", Xy], ["__scopeId", "data-v-ec7386a2"]]), Zy = {
|
|
14226
14226
|
install(e) {
|
|
14227
14227
|
Gn(e, "SkeletonAreas", Qy);
|
|
14228
14228
|
}
|