quasar-factory-lib 0.1.11 → 0.1.12
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 +3 -3
- 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 +0 -1
- package/src/components/SkeletonFormCreateTask/SkeletonFormCreateTask.vue +2 -17
- package/src/components/SkeletonFormCreateTask/style.css +14 -0
- package/src/css/app.css +1 -0
|
@@ -14223,7 +14223,7 @@ function Qy(e, t, n, o, a, l) {
|
|
|
14223
14223
|
_: 1
|
|
14224
14224
|
});
|
|
14225
14225
|
}
|
|
14226
|
-
const Xy = /* @__PURE__ */ Ge(Gy, [["render", Qy]
|
|
14226
|
+
const Xy = /* @__PURE__ */ Ge(Gy, [["render", Qy]]), Zy = {
|
|
14227
14227
|
install(e) {
|
|
14228
14228
|
kn(e, "SkeletonAreas", Xy);
|
|
14229
14229
|
}
|
|
@@ -14413,7 +14413,7 @@ const r1 = /* @__PURE__ */ Ge(a1, [["render", l1]]), i1 = {
|
|
|
14413
14413
|
};
|
|
14414
14414
|
function u1(e, t, n, o, a, l) {
|
|
14415
14415
|
return Y(), We("div", null, [
|
|
14416
|
-
O(Bn, { class: "
|
|
14416
|
+
O(Bn, { class: "form-create-task fixed-center" }, {
|
|
14417
14417
|
default: V(() => [
|
|
14418
14418
|
O(Vt, null, {
|
|
14419
14419
|
default: V(() => [
|
|
@@ -14466,7 +14466,7 @@ function u1(e, t, n, o, a, l) {
|
|
|
14466
14466
|
})
|
|
14467
14467
|
]);
|
|
14468
14468
|
}
|
|
14469
|
-
const c1 = /* @__PURE__ */ Ge(s1, [["render", u1]
|
|
14469
|
+
const c1 = /* @__PURE__ */ Ge(s1, [["render", u1]]), d1 = {
|
|
14470
14470
|
install(e) {
|
|
14471
14471
|
kn(e, "SkeletonFormCreateTask", c1);
|
|
14472
14472
|
}
|