@ozdao/prometheus-framework 0.2.125 → 0.2.127
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/auth.server.js +61 -2
- package/dist/auth.server.mjs +61 -2
- package/dist/gallery.server.js +55 -3
- package/dist/gallery.server.mjs +55 -3
- package/dist/main-Ba3zK8PO.js +92 -0
- package/dist/main-Btlny-89.mjs +14207 -0
- package/dist/main-CF35oB7q.js +92 -0
- package/dist/main-CmL_j3wv.mjs +14223 -0
- package/dist/organizations.server.js +112 -184
- package/dist/organizations.server.mjs +112 -184
- package/dist/prometheus-framework/src/components/Block/Block.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Block/Block.vue.js +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.js +1 -94
- package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue2.js +94 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +58 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +1 -58
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +67 -68
- package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue.js +1 -84
- package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue2.js +84 -1
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +1 -77
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +77 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue.js +1 -103
- package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue2.js +103 -1
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.js +1 -36
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.js +36 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.js +1 -45
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.js +45 -1
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/auth.js +57 -50
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +68 -62
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -5
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +0 -66
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +5 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +66 -0
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/gallery/gallery.client.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/gallery.client.js +4 -4
- package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockSearch.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockSearch.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/landing/components/sections/SectionGuide.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/landing/components/sections/SectionGuide.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +15 -15
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +117 -95
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/departments.js +9 -4
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Categories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.js +5 -5
- package/dist/prometheus-framework.cjs.js +1 -1
- package/dist/prometheus-framework.es.js +1 -1
- package/dist/style.css +1 -1
- package/dist/web-BDaOF322.js +1 -0
- package/dist/web-CvRd3N_J.mjs +54 -0
- package/dist/web-DEysqj0n.js +1 -0
- package/dist/web-DtWmpLE-.mjs +54 -0
- package/package.json +1 -1
- package/src/components/Feed/Feed.vue +5 -1
- package/src/modules/auth/controllers/auth.controller.js +68 -2
- package/src/modules/auth/routes/auth.routes.js +8 -1
- package/src/modules/auth/store/auth.js +21 -9
- package/src/modules/backoffice/components/pages/Dashboard.vue +6 -0
- package/src/modules/gallery/gallery.client.js +1 -1
- package/src/modules/gallery/routes/gallery.routes.js +7 -3
- package/src/modules/globals/mixins/mixins.js +17 -0
- package/src/modules/marketplace/components/pages/Catalog.vue +1 -1
- package/src/modules/middlewares/server/verifyAccesses.js +100 -23
- package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -1
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +24 -2
- package/src/modules/organizations/components/pages/Members.vue +1 -1
- package/src/modules/organizations/models/department.model.js +42 -2
- package/src/modules/organizations/routes/departments.routes.js +1 -8
- package/src/modules/organizations/store/departments.js +5 -0
@@ -1 +1,94 @@
|
|
1
|
-
|
1
|
+
import { ref as n, openBlock as c, createElementBlock as r, withModifiers as y, createVNode as k, Transition as h, withCtx as p, renderSlot as g, createBlock as B, toDisplayString as i, createCommentVNode as f } from "vue";
|
2
|
+
import w from "../Loader/Loader.vue2.js";
|
3
|
+
import "./Button.vue.js";
|
4
|
+
const L = ["disabled"], S = {
|
5
|
+
key: 2,
|
6
|
+
class: "t-semi loading t-black"
|
7
|
+
}, T = {
|
8
|
+
key: 3,
|
9
|
+
class: "error"
|
10
|
+
}, x = {
|
11
|
+
key: 0,
|
12
|
+
class: "button-counter"
|
13
|
+
}, j = {
|
14
|
+
__name: "Button",
|
15
|
+
props: {
|
16
|
+
submit: {
|
17
|
+
type: Function,
|
18
|
+
default: async () => {
|
19
|
+
console.log("Button click.");
|
20
|
+
}
|
21
|
+
},
|
22
|
+
text: {
|
23
|
+
type: Object,
|
24
|
+
default: (e) => (console.log(e), e = {
|
25
|
+
...e.text,
|
26
|
+
success: "✔",
|
27
|
+
error: "✖"
|
28
|
+
})
|
29
|
+
},
|
30
|
+
counter: {
|
31
|
+
type: Object
|
32
|
+
},
|
33
|
+
callback: {
|
34
|
+
type: Function,
|
35
|
+
default: async () => {
|
36
|
+
console.log("Button callback.");
|
37
|
+
}
|
38
|
+
},
|
39
|
+
callbackDelay: {
|
40
|
+
type: Number,
|
41
|
+
default: 750
|
42
|
+
},
|
43
|
+
showSucces: {
|
44
|
+
type: Boolean,
|
45
|
+
default: !0
|
46
|
+
},
|
47
|
+
showLoader: {
|
48
|
+
type: Boolean,
|
49
|
+
default: !0
|
50
|
+
},
|
51
|
+
validation: {
|
52
|
+
type: Boolean,
|
53
|
+
default: !1
|
54
|
+
}
|
55
|
+
},
|
56
|
+
emits: ["error"],
|
57
|
+
setup(e, { emit: b }) {
|
58
|
+
const l = e, v = b, t = n(null), a = n(null), o = n(!1), u = n(!1);
|
59
|
+
async function m() {
|
60
|
+
t.value.style["pointer-events"] = "none", a.value = null, o.value = !0;
|
61
|
+
const s = () => {
|
62
|
+
t.value && (t.value.classList.replace("bg-second", "bg-main"), t.value.style.pointerEvents = "auto", o.value = !1, u.value = !1, a.value = null);
|
63
|
+
};
|
64
|
+
try {
|
65
|
+
await l.submit(), t.value.classList.replace("bg-main", "bg-second"), o.value = !1, l.showSucces ? (u.value = !0, setTimeout(s, 500)) : s(), l.callback && setTimeout(() => l.callback(), l.callbackDelay);
|
66
|
+
} catch (d) {
|
67
|
+
v("error", d), t.value.classList.replace("bg-main", "bg-fourth-nano"), a.value = l.error, setTimeout(() => {
|
68
|
+
s(), t.value.classList.replace("bg-fourth-nano", "bg-main");
|
69
|
+
}, 1330);
|
70
|
+
}
|
71
|
+
}
|
72
|
+
return (s, d) => (c(), r("button", {
|
73
|
+
onClick: y(m, ["stop"]),
|
74
|
+
disabled: e.validation,
|
75
|
+
ref_key: "button",
|
76
|
+
ref: t,
|
77
|
+
class: "button"
|
78
|
+
}, [
|
79
|
+
k(h, { name: "moveFromTopAbsolute" }, {
|
80
|
+
default: p(() => [
|
81
|
+
!o.value && !a.value && !u.value || !e.showLoader ? g(s.$slots, "default", { key: 0 }) : o.value && !a.value && e.showLoader ? (c(), B(w, {
|
82
|
+
key: 1,
|
83
|
+
class: "pos-relative pos-t-0 pos-l-0 loading"
|
84
|
+
})) : u.value && e.showSucces ? (c(), r("span", S, i(e.text.success), 1)) : a.value ? (c(), r("span", T, i(a.value), 1)) : f("", !0)
|
85
|
+
]),
|
86
|
+
_: 3
|
87
|
+
}),
|
88
|
+
e.counter ? (c(), r("p", x, i(e.counter), 1)) : f("", !0)
|
89
|
+
], 8, L));
|
90
|
+
}
|
91
|
+
};
|
92
|
+
export {
|
93
|
+
j as default
|
94
|
+
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),c=require("../FieldPhone/click-outside.cjs");require("./Dropdown.vue2.cjs");const u=require("../../../../_virtual/_plugin-vue_export-helper.cjs"),d={key:0,class:"w-100 h-100 flex-center flex"},f={key:1},p={__name:"Dropdown",props:{label:{type:[String,Object],default:"Open"},align:{type:String,default:"left"}},setup(t){let n=c.default;const i=t,l=e.ref(!1),a=e.computed(()=>typeof i.label=="object");function s(){l.value=!1}return(r,o)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"dropdown pos-relative",onClick:o[0]||(o[0]=e.withModifiers(m=>l.value=!l.value,["stop"]))},[a.value?(e.openBlock(),e.createElementBlock("div",d,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.label.component),e.mergeProps(t.label.props,{class:t.label.class}),null,16,["class"]))])):(e.openBlock(),e.createElementBlock("div",f,e.toDisplayString(t.label),1)),e.createVNode(e.Transition,{name:"TransitionTranslateY",mode:"out-in"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{style:e.normalizeStyle({left:t.align==="left"?"0":"auto",right:t.align==="right"?"0":"auto"}),class:"dropdown-content radius-big"},[e.renderSlot(r.$slots,"default",{},void 0,!0)],4),[[e.vShow,l.value]])]),_:3})])),[[e.unref(n),s]])}},v=u.default(p,[["__scopeId","data-v-96fe1329"]]);exports.default=v;
|
@@ -1 +1,58 @@
|
|
1
|
-
|
1
|
+
import { ref as u, computed as f, withDirectives as a, openBlock as l, createElementBlock as o, withModifiers as m, createBlock as p, resolveDynamicComponent as v, mergeProps as b, toDisplayString as g, createVNode as k, Transition as w, withCtx as y, createElementVNode as h, normalizeStyle as O, renderSlot as S, vShow as x, unref as C } from "vue";
|
2
|
+
import D from "../FieldPhone/click-outside.js";
|
3
|
+
import "./Dropdown.vue2.js";
|
4
|
+
import B from "../../../../_virtual/_plugin-vue_export-helper.js";
|
5
|
+
const T = {
|
6
|
+
key: 0,
|
7
|
+
class: "w-100 h-100 flex-center flex"
|
8
|
+
}, j = { key: 1 }, E = {
|
9
|
+
__name: "Dropdown",
|
10
|
+
props: {
|
11
|
+
label: {
|
12
|
+
type: [String, Object],
|
13
|
+
default: "Open"
|
14
|
+
},
|
15
|
+
align: {
|
16
|
+
type: String,
|
17
|
+
default: "left"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
setup(e) {
|
21
|
+
let i = D;
|
22
|
+
const s = e, t = u(!1), r = f(() => typeof s.label == "object");
|
23
|
+
function c() {
|
24
|
+
t.value = !1;
|
25
|
+
}
|
26
|
+
return (d, n) => a((l(), o("div", {
|
27
|
+
class: "dropdown pos-relative",
|
28
|
+
onClick: n[0] || (n[0] = m((N) => t.value = !t.value, ["stop"]))
|
29
|
+
}, [
|
30
|
+
r.value ? (l(), o("div", T, [
|
31
|
+
(l(), p(v(e.label.component), b(e.label.props, {
|
32
|
+
class: e.label.class
|
33
|
+
}), null, 16, ["class"]))
|
34
|
+
])) : (l(), o("div", j, g(e.label), 1)),
|
35
|
+
k(w, {
|
36
|
+
name: "TransitionTranslateY",
|
37
|
+
mode: "out-in"
|
38
|
+
}, {
|
39
|
+
default: y(() => [
|
40
|
+
a(h("div", {
|
41
|
+
style: O({ left: e.align === "left" ? "0" : "auto", right: e.align === "right" ? "0" : "auto" }),
|
42
|
+
class: "dropdown-content radius-big"
|
43
|
+
}, [
|
44
|
+
S(d.$slots, "default", {}, void 0, !0)
|
45
|
+
], 4), [
|
46
|
+
[x, t.value]
|
47
|
+
])
|
48
|
+
]),
|
49
|
+
_: 3
|
50
|
+
})
|
51
|
+
])), [
|
52
|
+
[C(i), c]
|
53
|
+
]);
|
54
|
+
}
|
55
|
+
}, L = /* @__PURE__ */ B(E, [["__scopeId", "data-v-96fe1329"]]);
|
56
|
+
export {
|
57
|
+
L as default
|
58
|
+
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";
|
1
|
+
"use strict";
|
@@ -1,58 +1 @@
|
|
1
|
-
|
2
|
-
import D from "../FieldPhone/click-outside.js";
|
3
|
-
import "./Dropdown.vue.js";
|
4
|
-
import B from "../../../../_virtual/_plugin-vue_export-helper.js";
|
5
|
-
const T = {
|
6
|
-
key: 0,
|
7
|
-
class: "w-100 h-100 flex-center flex"
|
8
|
-
}, j = { key: 1 }, E = {
|
9
|
-
__name: "Dropdown",
|
10
|
-
props: {
|
11
|
-
label: {
|
12
|
-
type: [String, Object],
|
13
|
-
default: "Open"
|
14
|
-
},
|
15
|
-
align: {
|
16
|
-
type: String,
|
17
|
-
default: "left"
|
18
|
-
}
|
19
|
-
},
|
20
|
-
setup(e) {
|
21
|
-
let i = D;
|
22
|
-
const s = e, t = u(!1), r = f(() => typeof s.label == "object");
|
23
|
-
function c() {
|
24
|
-
t.value = !1;
|
25
|
-
}
|
26
|
-
return (d, n) => a((l(), o("div", {
|
27
|
-
class: "dropdown pos-relative",
|
28
|
-
onClick: n[0] || (n[0] = m((N) => t.value = !t.value, ["stop"]))
|
29
|
-
}, [
|
30
|
-
r.value ? (l(), o("div", T, [
|
31
|
-
(l(), p(v(e.label.component), b(e.label.props, {
|
32
|
-
class: e.label.class
|
33
|
-
}), null, 16, ["class"]))
|
34
|
-
])) : (l(), o("div", j, g(e.label), 1)),
|
35
|
-
k(w, {
|
36
|
-
name: "TransitionTranslateY",
|
37
|
-
mode: "out-in"
|
38
|
-
}, {
|
39
|
-
default: y(() => [
|
40
|
-
a(h("div", {
|
41
|
-
style: O({ left: e.align === "left" ? "0" : "auto", right: e.align === "right" ? "0" : "auto" }),
|
42
|
-
class: "dropdown-content radius-big"
|
43
|
-
}, [
|
44
|
-
S(d.$slots, "default", {}, void 0, !0)
|
45
|
-
], 4), [
|
46
|
-
[x, t.value]
|
47
|
-
])
|
48
|
-
]),
|
49
|
-
_: 3
|
50
|
-
})
|
51
|
-
])), [
|
52
|
-
[C(i), c]
|
53
|
-
]);
|
54
|
-
}
|
55
|
-
}, L = /* @__PURE__ */ B(E, [["__scopeId", "data-v-96fe1329"]]);
|
56
|
-
export {
|
57
|
-
L as default
|
58
|
-
};
|
1
|
+
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),C=require("../../modules/icons/skeletons/SkeletonEvent.vue.cjs");require("../Loader/Loader.vue.cjs");const w=require("../EmptyState/EmptyState.vue.cjs"),y=require("../Dropdown/Dropdown.
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),C=require("../../modules/icons/skeletons/SkeletonEvent.vue.cjs");require("../Loader/Loader.vue.cjs");const w=require("../EmptyState/EmptyState.vue.cjs"),y=require("../Dropdown/Dropdown.vue.cjs"),M=require("../DatePicker/Calendar.vue2.cjs"),S=require("../../modules/globals/components/blocks/BlockSearch.vue.cjs"),N=require("../../modules/globals/components/blocks/BlockSorting.vue.cjs"),q=require("../../modules/globals/components/elements/ButtonSort.vue.cjs"),x=require("../../modules/globals/components/elements/ButtonDate.vue.cjs");require("./Feed.vue2.cjs");const E={key:0,class:"flex-nowrap flex gap-thin mn-b-thin"},O={__name:"Feed",props:e.mergeModels({showLoadMore:{type:Boolean,default:!0},search:{type:[Boolean,Object],default:!1},states:{type:Object,default:()=>({empty:{title:String,description:String}})},store:{type:Object,default:()=>({read:Function,state:Object})},external:{type:Boolean,default:!1},options:{type:Object,default:()=>({category:null,limit:20,skip:0,owner:null,creator:null,user:null,status:null,period:null,contain:null})}},{search:{},searchModifiers:{},sort:{},sortModifiers:{},date:{},dateModifiers:{},items:{},itemsModifiers:{}}),emits:["update:search","update:sort","update:date","update:items"],setup(o){const m=e.useModel(o,"search"),l=e.useModel(o,"sort"),r=e.useModel(o,"date"),p=e.useModel(o,"items"),s=o,n=e.ref(p.value||[]),i=e.ref(!1);let f=e.ref(!0),k=e.ref(null),u=e.ref(s.options.skip?s.options.skip:0),c=e.ref(s.options.limit?s.options.limit:10),g=e.ref("");function B(t){g.value=t,u.value=0,c.value=10,d()}const b=async()=>{if(i.value){u.value+=c.value;const t=await s.store.read({skip:u.value,limit:c.value,search:g.value,dateStart:r.value?r.value.start:null,dateEnd:r.value?r.value.end:null,sortParam:l.value?l.value.param:null,sortOrder:l.value?l.value.order:null,...s.options});t.length===0||t.length<c.value?i.value=!1:i.value=!0,n.value=[...n.value,...t],p.value&&(p.value=n.value)}},d=async()=>{const t=await s.store.read({skip:u.value,limit:c.value,dateStart:r.value?r.value.start:null,dateEnd:r.value?r.value.end:null,sortParam:l.value?l.value.param:null,sortOrder:l.value?l.value.order:null,search:g.value,...s.options});t.length===0||t.length<c.value?i.value=!1:i.value=!0,n.value=t,p.value&&(p.value=n.value),f.value=!1};e.watch(()=>s.external,(t,a)=>{t!==a&&(u.value=0,d())},{deep:!0}),e.watch(()=>r.value,(t,a)=>{t!==a&&(u.value=0,d())},{deep:!0}),e.watch(()=>{var t;return(t=l.value)==null?void 0:t.order},(t,a)=>{t!==a&&(u.value=0,d())},{deep:!0}),e.watch(()=>{var t;return(t=l.value)==null?void 0:t.param},(t,a)=>{t!==a&&(u.value=0,d())},{deep:!0}),e.watch(()=>s.options,(t,a)=>{(t.organization!==a.organization||t.categories!==a.categories||t.prices!==a.prices||t.delivery!==a.delivery||t.search!==a.search||t.status!==a.status||t.hidden!==a.hidden||t.type!==a.type||t.tags!==a.tags)&&(u.value=0,d())},{deep:!0});let h=null;return e.onMounted(async()=>{await d(),typeof window<"u"&&!s.showLoadMore&&(h=new IntersectionObserver(t=>{t.some(a=>a.isIntersecting)&&b()}),h.observe(k.value))}),e.onUnmounted(()=>{h&&h.disconnect()}),(t,a)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[m.value||r.value||l.value?(e.openBlock(),e.createElementBlock("div",E,[m.value?(e.openBlock(),e.createBlock(S.default,{key:0,placeholder:m.value.placeholder||"Search...",class:e.normalizeClass(m.value.class||"bg-light"),onSearch:B},null,8,["placeholder","class"])):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createBlock(y.default,{key:1,label:{component:x.default,props:{date:r.value}},class:e.normalizeClass([r.value.class||"bg-light","flex-child flex-child-shrink-0 pd-r-small pd-l-small pd-thin bg-light radius-big"]),align:m.value?"right":"left"},{default:e.withCtx(()=>[e.createVNode(M.default,{date:r.value,"onUpdate:date":a[0]||(a[0]=v=>r.value=v),locale:t.$i18n.locale,allowRange:!0,class:"radius-semi w-100 o-hidden bg-light"},null,8,["date","locale"])]),_:1},8,["label","class","align"])):e.createCommentVNode("",!0),l.value?(e.openBlock(),e.createBlock(y.default,{key:2,label:{component:q.default,props:{order:l.value.order},class:"w-1r"},class:e.normalizeClass([l.value.class||"bg-light","radius-extra aspect-1x1 h-100"]),align:m.value?"right":"left"},{default:e.withCtx(()=>[e.createVNode(N.default,{param:l.value.param,"onUpdate:param":a[1]||(a[1]=v=>l.value.param=v),order:l.value.order,"onUpdate:order":a[2]||(a[2]=v=>l.value.order=v),options:l.value.options,class:"h-100 pd-small radius-semi t-white bg-black"},null,8,["param","order","options"])]),_:1},8,["label","class","align"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.unref(f)?(e.openBlock(),e.createBlock(e.TransitionGroup,{key:1,tag:"ul",name:"scaleTransition",class:e.normalizeClass(["o-hidden bg-light radius-big",t.$attrs.class])},{default:e.withCtx(()=>[e.unref(f)?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(e.unref(c),v=>(e.openBlock(),e.createBlock(C.default,{key:"skeleton-"+v}))),128)):e.createCommentVNode("",!0)]),_:1},8,["class"])):e.createCommentVNode("",!0),e.createVNode(e.Transition,{name:"scaleTransition"},{default:e.withCtx(()=>[!e.unref(f)&&n.value.length<1?(e.openBlock(),e.createBlock(w.default,{key:0,title:o.states.empty.title,description:o.states.empty.description,action:o.states.empty.action,callback:o.states.empty.callback,class:"pd-medium mn-b-thin bg-light radius-big"},null,8,["title","description","action","callback"])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.TransitionGroup,{tag:"ul",name:"feed",class:e.normalizeClass(t.$attrs.class)},{default:e.withCtx(()=>[!e.unref(f)&&n.value.length>0?e.renderSlot(t.$slots,"default",{key:0,items:n.value}):e.createCommentVNode("",!0),o.showLoadMore&&i.value&&n.value.length>0?(e.openBlock(),e.createElementBlock("button",{key:1,onClick:b,class:"col-w-100 w-100 bg-main button"}," Load More ")):e.createCommentVNode("",!0),e.createElementVNode("div",{key:"sentinel",ref_key:"sentinel",ref:k,class:"sentinel"},null,512)]),_:3},8,["class"])],64))}};exports.default=O;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { mergeModels as U, useModel as $, ref as
|
1
|
+
import { mergeModels as U, useModel as $, ref as p, watch as y, onMounted as z, onUnmounted as F, openBlock as i, createElementBlock as L, Fragment as C, createBlock as h, normalizeClass as k, createCommentVNode as o, withCtx as M, createVNode as O, unref as w, TransitionGroup as E, renderList as N, Transition as P, renderSlot as D, createElementVNode as G } from "vue";
|
2
2
|
import R from "../../modules/icons/skeletons/SkeletonEvent.vue.js";
|
3
3
|
import "../Loader/Loader.vue.js";
|
4
4
|
import q from "../EmptyState/EmptyState.vue.js";
|
5
|
-
import I from "../Dropdown/Dropdown.
|
5
|
+
import I from "../Dropdown/Dropdown.vue.js";
|
6
6
|
import A from "../DatePicker/Calendar.vue2.js";
|
7
7
|
import H from "../../modules/globals/components/blocks/BlockSearch.vue.js";
|
8
8
|
import J from "../../modules/globals/components/blocks/BlockSorting.vue.js";
|
@@ -69,85 +69,84 @@ const W = {
|
|
69
69
|
}),
|
70
70
|
emits: ["update:search", "update:sort", "update:date", "update:items"],
|
71
71
|
setup(r) {
|
72
|
-
const
|
73
|
-
let
|
72
|
+
const f = $(r, "search"), t = $(r, "sort"), l = $(r, "date"), g = $(r, "items"), s = r, u = p(g.value || []), d = p(!1);
|
73
|
+
let b = p(!0), B = p(null), n = p(s.options.skip ? s.options.skip : 0), c = p(s.options.limit ? s.options.limit : 10), x = p("");
|
74
74
|
function T(e) {
|
75
|
-
x.value = e,
|
75
|
+
x.value = e, n.value = 0, c.value = 10, v();
|
76
76
|
}
|
77
77
|
const j = async () => {
|
78
|
-
if (
|
79
|
-
|
78
|
+
if (d.value) {
|
79
|
+
n.value += c.value;
|
80
80
|
const e = await s.store.read({
|
81
|
-
skip:
|
82
|
-
limit:
|
81
|
+
skip: n.value,
|
82
|
+
limit: c.value,
|
83
83
|
search: x.value,
|
84
84
|
dateStart: l.value ? l.value.start : null,
|
85
85
|
dateEnd: l.value ? l.value.end : null,
|
86
|
-
sortParam:
|
87
|
-
sortOrder:
|
86
|
+
sortParam: t.value ? t.value.param : null,
|
87
|
+
sortOrder: t.value ? t.value.order : null,
|
88
88
|
...s.options
|
89
89
|
});
|
90
|
-
e.length === 0 || e.length <
|
90
|
+
e.length === 0 || e.length < c.value ? d.value = !1 : d.value = !0, u.value = [...u.value, ...e], g.value && (g.value = u.value);
|
91
91
|
}
|
92
|
-
},
|
93
|
-
console.log("Date is", l.value);
|
92
|
+
}, v = async () => {
|
94
93
|
const e = await s.store.read({
|
95
|
-
skip:
|
96
|
-
limit:
|
94
|
+
skip: n.value,
|
95
|
+
limit: c.value,
|
97
96
|
dateStart: l.value ? l.value.start : null,
|
98
97
|
dateEnd: l.value ? l.value.end : null,
|
99
|
-
sortParam:
|
100
|
-
sortOrder:
|
98
|
+
sortParam: t.value ? t.value.param : null,
|
99
|
+
sortOrder: t.value ? t.value.order : null,
|
101
100
|
search: x.value,
|
102
101
|
...s.options
|
103
102
|
});
|
104
|
-
e.length === 0 || e.length <
|
103
|
+
e.length === 0 || e.length < c.value ? d.value = !1 : d.value = !0, u.value = e, g.value && (g.value = u.value), b.value = !1;
|
105
104
|
};
|
106
|
-
|
107
|
-
e !==
|
108
|
-
}, { deep: !0 }),
|
109
|
-
e !==
|
110
|
-
}, { deep: !0 }),
|
105
|
+
y(() => s.external, (e, a) => {
|
106
|
+
e !== a && (n.value = 0, v());
|
107
|
+
}, { deep: !0 }), y(() => l.value, (e, a) => {
|
108
|
+
e !== a && (n.value = 0, v());
|
109
|
+
}, { deep: !0 }), y(() => {
|
111
110
|
var e;
|
112
|
-
return (e =
|
113
|
-
}, (e,
|
114
|
-
e !==
|
115
|
-
}, { deep: !0 }),
|
111
|
+
return (e = t.value) == null ? void 0 : e.order;
|
112
|
+
}, (e, a) => {
|
113
|
+
e !== a && (n.value = 0, v());
|
114
|
+
}, { deep: !0 }), y(() => {
|
116
115
|
var e;
|
117
|
-
return (e =
|
118
|
-
}, (e,
|
119
|
-
e !==
|
120
|
-
}, { deep: !0 }),
|
121
|
-
(e.organization !==
|
116
|
+
return (e = t.value) == null ? void 0 : e.param;
|
117
|
+
}, (e, a) => {
|
118
|
+
e !== a && (n.value = 0, v());
|
119
|
+
}, { deep: !0 }), y(() => s.options, (e, a) => {
|
120
|
+
(e.organization !== a.organization || e.categories !== a.categories || e.prices !== a.prices || e.delivery !== a.delivery || e.search !== a.search || e.status !== a.status || e.hidden !== a.hidden || e.type !== a.type || e.tags !== a.tags) && (n.value = 0, v());
|
122
121
|
}, { deep: !0 });
|
123
122
|
let S = null;
|
124
123
|
return z(async () => {
|
125
|
-
await
|
126
|
-
e.some((
|
124
|
+
await v(), typeof window < "u" && !s.showLoadMore && (S = new IntersectionObserver((e) => {
|
125
|
+
e.some((a) => a.isIntersecting) && j();
|
127
126
|
}), S.observe(B.value));
|
128
127
|
}), F(() => {
|
129
128
|
S && S.disconnect();
|
130
|
-
}), (e,
|
131
|
-
|
132
|
-
|
129
|
+
}), (e, a) => (i(), L(C, null, [
|
130
|
+
f.value || l.value || t.value ? (i(), L("div", W, [
|
131
|
+
f.value ? (i(), h(H, {
|
133
132
|
key: 0,
|
134
|
-
placeholder:
|
135
|
-
class:
|
133
|
+
placeholder: f.value.placeholder || "Search...",
|
134
|
+
class: k(f.value.class || "bg-light"),
|
136
135
|
onSearch: T
|
137
136
|
}, null, 8, ["placeholder", "class"])) : o("", !0),
|
138
|
-
l.value ? (i(),
|
137
|
+
l.value ? (i(), h(I, {
|
139
138
|
key: 1,
|
140
139
|
label: {
|
141
140
|
component: Q,
|
142
141
|
props: { date: l.value }
|
143
142
|
},
|
144
|
-
class:
|
145
|
-
align:
|
143
|
+
class: k([l.value.class || "bg-light", "flex-child flex-child-shrink-0 pd-r-small pd-l-small pd-thin bg-light radius-big"]),
|
144
|
+
align: f.value ? "right" : "left"
|
146
145
|
}, {
|
147
|
-
default:
|
146
|
+
default: M(() => [
|
148
147
|
O(A, {
|
149
148
|
date: l.value,
|
150
|
-
"onUpdate:date":
|
149
|
+
"onUpdate:date": a[0] || (a[0] = (m) => l.value = m),
|
151
150
|
locale: e.$i18n.locale,
|
152
151
|
allowRange: !0,
|
153
152
|
class: "radius-semi w-100 o-hidden bg-light"
|
@@ -155,45 +154,45 @@ const W = {
|
|
155
154
|
]),
|
156
155
|
_: 1
|
157
156
|
}, 8, ["label", "class", "align"])) : o("", !0),
|
158
|
-
|
157
|
+
t.value ? (i(), h(I, {
|
159
158
|
key: 2,
|
160
159
|
label: {
|
161
160
|
component: K,
|
162
|
-
props: { order:
|
161
|
+
props: { order: t.value.order },
|
163
162
|
class: "w-1r"
|
164
163
|
},
|
165
|
-
class:
|
166
|
-
align:
|
164
|
+
class: k([t.value.class || "bg-light", "radius-extra aspect-1x1 h-100"]),
|
165
|
+
align: f.value ? "right" : "left"
|
167
166
|
}, {
|
168
|
-
default:
|
167
|
+
default: M(() => [
|
169
168
|
O(J, {
|
170
|
-
param:
|
171
|
-
"onUpdate:param":
|
172
|
-
order:
|
173
|
-
"onUpdate:order":
|
174
|
-
options:
|
169
|
+
param: t.value.param,
|
170
|
+
"onUpdate:param": a[1] || (a[1] = (m) => t.value.param = m),
|
171
|
+
order: t.value.order,
|
172
|
+
"onUpdate:order": a[2] || (a[2] = (m) => t.value.order = m),
|
173
|
+
options: t.value.options,
|
175
174
|
class: "h-100 pd-small radius-semi t-white bg-black"
|
176
175
|
}, null, 8, ["param", "order", "options"])
|
177
176
|
]),
|
178
177
|
_: 1
|
179
178
|
}, 8, ["label", "class", "align"])) : o("", !0)
|
180
179
|
])) : o("", !0),
|
181
|
-
|
180
|
+
w(b) ? (i(), h(E, {
|
182
181
|
key: 1,
|
183
182
|
tag: "ul",
|
184
183
|
name: "scaleTransition",
|
185
|
-
class:
|
184
|
+
class: k(["o-hidden bg-light radius-big", e.$attrs.class])
|
186
185
|
}, {
|
187
|
-
default:
|
188
|
-
|
189
|
-
key: "skeleton-" +
|
186
|
+
default: M(() => [
|
187
|
+
w(b) ? (i(!0), L(C, { key: 0 }, N(w(c), (m) => (i(), h(R, {
|
188
|
+
key: "skeleton-" + m
|
190
189
|
}))), 128)) : o("", !0)
|
191
190
|
]),
|
192
191
|
_: 1
|
193
192
|
}, 8, ["class"])) : o("", !0),
|
194
|
-
O(
|
195
|
-
default:
|
196
|
-
!
|
193
|
+
O(P, { name: "scaleTransition" }, {
|
194
|
+
default: M(() => [
|
195
|
+
!w(b) && u.value.length < 1 ? (i(), h(q, {
|
197
196
|
key: 0,
|
198
197
|
title: r.states.empty.title,
|
199
198
|
description: r.states.empty.description,
|
@@ -207,14 +206,14 @@ const W = {
|
|
207
206
|
O(E, {
|
208
207
|
tag: "ul",
|
209
208
|
name: "feed",
|
210
|
-
class:
|
209
|
+
class: k(e.$attrs.class)
|
211
210
|
}, {
|
212
|
-
default:
|
213
|
-
!
|
211
|
+
default: M(() => [
|
212
|
+
!w(b) && u.value.length > 0 ? D(e.$slots, "default", {
|
214
213
|
key: 0,
|
215
|
-
items:
|
214
|
+
items: u.value
|
216
215
|
}) : o("", !0),
|
217
|
-
r.showLoadMore &&
|
216
|
+
r.showLoadMore && d.value && u.value.length > 0 ? (i(), L("button", {
|
218
217
|
key: 1,
|
219
218
|
onClick: j,
|
220
219
|
class: "col-w-100 w-100 bg-main button"
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";
|
1
|
+
"use strict";
|
@@ -1,84 +1 @@
|
|
1
|
-
|
2
|
-
import "./Field.vue2.js";
|
3
|
-
import g from "../../../../_virtual/_plugin-vue_export-helper.js";
|
4
|
-
const w = {
|
5
|
-
key: 0,
|
6
|
-
class: "t-transp mn-r-small"
|
7
|
-
}, F = { class: "w-100" }, B = ["type", "value", "placeholder", "tabindex", "disabled"], p = ["value", "placeholder", "tabindex", "disabled"], C = {
|
8
|
-
key: 1,
|
9
|
-
class: "t-transp mn-l-small"
|
10
|
-
}, E = {
|
11
|
-
key: 0,
|
12
|
-
class: "mn-t-thin mn-b-thin mn-b-thin invalid-feedback"
|
13
|
-
}, I = {
|
14
|
-
__name: "Field",
|
15
|
-
props: {
|
16
|
-
label: null,
|
17
|
-
symbol: null,
|
18
|
-
type: "text",
|
19
|
-
placeholder: "Enter something here",
|
20
|
-
field: null,
|
21
|
-
value: null,
|
22
|
-
validation: !1,
|
23
|
-
disabled: null,
|
24
|
-
tabindex: -1
|
25
|
-
},
|
26
|
-
emits: ["update:field", "focus", "blur"],
|
27
|
-
setup(e, { emit: b }) {
|
28
|
-
const a = b, s = e;
|
29
|
-
s.value && a("update:field", s.value);
|
30
|
-
const r = f(s.field);
|
31
|
-
return (m, l) => (n(), d(v, null, [
|
32
|
-
i("div", {
|
33
|
-
class: c([[
|
34
|
-
m.$attrs.class,
|
35
|
-
{
|
36
|
-
"bg-fourth-nano": e.validation
|
37
|
-
}
|
38
|
-
], "flex-center flex-nowrap flex"])
|
39
|
-
}, [
|
40
|
-
e.label ? (n(), d("div", w, [
|
41
|
-
i("span", null, o(e.label), 1)
|
42
|
-
])) : u("", !0),
|
43
|
-
i("div", F, [
|
44
|
-
e.type !== "textarea" ? (n(), d("input", {
|
45
|
-
key: 0,
|
46
|
-
onInput: l[0] || (l[0] = (t) => r.value = a("update:field", t.target.value)),
|
47
|
-
onFocus: l[1] || (l[1] = (t) => a("focus", t)),
|
48
|
-
onBlur: l[2] || (l[2] = (t) => a("blur", t)),
|
49
|
-
type: e.type,
|
50
|
-
class: "w-100",
|
51
|
-
value: e.field,
|
52
|
-
placeholder: e.placeholder,
|
53
|
-
tabindex: e.tabindex,
|
54
|
-
disabled: e.disabled
|
55
|
-
}, null, 40, B)) : (n(), d("textarea", {
|
56
|
-
key: 1,
|
57
|
-
onInput: l[3] || (l[3] = (t) => r.value = a("update:field", t.target.value)),
|
58
|
-
onFocus: l[4] || (l[4] = (t) => a("focus", t)),
|
59
|
-
onBlur: l[5] || (l[5] = (t) => a("blur", t)),
|
60
|
-
class: "w-100",
|
61
|
-
style: { resize: "vertical" },
|
62
|
-
value: e.field,
|
63
|
-
placeholder: e.placeholder,
|
64
|
-
tabindex: e.tabindex,
|
65
|
-
disabled: e.disabled
|
66
|
-
}, null, 40, p))
|
67
|
-
]),
|
68
|
-
x(m.$slots, "default", {}, void 0, !0),
|
69
|
-
e.symbol ? (n(), d("div", C, [
|
70
|
-
i("span", null, o(e.symbol), 1)
|
71
|
-
])) : u("", !0)
|
72
|
-
], 2),
|
73
|
-
y(h, { name: "fade" }, {
|
74
|
-
default: k(() => [
|
75
|
-
e.validation ? (n(), d("div", E, " * " + o(e.validation.message), 1)) : u("", !0)
|
76
|
-
]),
|
77
|
-
_: 1
|
78
|
-
})
|
79
|
-
], 64));
|
80
|
-
}
|
81
|
-
}, S = /* @__PURE__ */ g(I, [["__scopeId", "data-v-47c78b3c"]]);
|
82
|
-
export {
|
83
|
-
S as default
|
84
|
-
};
|
1
|
+
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("./Field.vue.cjs");const u=require("../../../../_virtual/_plugin-vue_export-helper.cjs"),r={key:0,class:"t-transp mn-r-small"},c={class:"w-100"},m=["type","value","placeholder","tabindex","disabled"],b=["value","placeholder","tabindex","disabled"],f={key:1,class:"t-transp mn-l-small"},v={key:0,class:"mn-t-thin mn-b-thin mn-b-thin invalid-feedback"},k={__name:"Field",props:{label:null,symbol:null,type:"text",placeholder:"Enter something here",field:null,value:null,validation:!1,disabled:null,tabindex:-1},emits:["update:field","focus","blur"],setup(l,{emit:s}){const a=s,d=l;d.value&&a("update:field",d.value);const i=e.ref(d.field);return(o,t)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass([[o.$attrs.class,{"bg-fourth-nano":l.validation}],"flex-center flex-nowrap flex"])},[l.label?(e.openBlock(),e.createElementBlock("div",r,[e.createElementVNode("span",null,e.toDisplayString(l.label),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",c,[l.type!=="textarea"?(e.openBlock(),e.createElementBlock("input",{key:0,onInput:t[0]||(t[0]=n=>i.value=a("update:field",n.target.value)),onFocus:t[1]||(t[1]=n=>a("focus",n)),onBlur:t[2]||(t[2]=n=>a("blur",n)),type:l.type,class:"w-100",value:l.field,placeholder:l.placeholder,tabindex:l.tabindex,disabled:l.disabled},null,40,m)):(e.openBlock(),e.createElementBlock("textarea",{key:1,onInput:t[3]||(t[3]=n=>i.value=a("update:field",n.target.value)),onFocus:t[4]||(t[4]=n=>a("focus",n)),onBlur:t[5]||(t[5]=n=>a("blur",n)),class:"w-100",style:{resize:"vertical"},value:l.field,placeholder:l.placeholder,tabindex:l.tabindex,disabled:l.disabled},null,40,b))]),e.renderSlot(o.$slots,"default",{},void 0,!0),l.symbol?(e.openBlock(),e.createElementBlock("div",f,[e.createElementVNode("span",null,e.toDisplayString(l.symbol),1)])):e.createCommentVNode("",!0)],2),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[l.validation?(e.openBlock(),e.createElementBlock("div",v," * "+e.toDisplayString(l.validation.message),1)):e.createCommentVNode("",!0)]),_:1})],64))}},y=u.default(k,[["__scopeId","data-v-47c78b3c"]]);exports.default=y;
|