@ozdao/prometheus-framework 0.2.328 → 0.2.329
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Media-CWhzBol_.mjs +111 -0
- package/dist/Media-fFP2RH4B.js +1 -0
- package/dist/main-E34nRzn4.mjs +13068 -0
- package/dist/main-QhB2uZ6b.js +92 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +93 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +94 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js.map +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.cjs +0 -93
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.js +1 -94
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.js.map +1 -1
- 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 +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 +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.js.map +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 +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/elements/ButtonDate.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/globals/views/components/elements/ButtonDate.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/elements/ButtonDate.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/elements/ButtonDate.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconCalendar2.vue.cjs +37 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCalendar2.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCalendar2.vue.js +37 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCalendar2.vue.js.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/icons.client.cjs +2 -2
- package/dist/prometheus-framework/src/modules/icons/icons.client.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 +1 -1
- package/dist/prometheus-framework/src/modules/pages/pages.client.cjs +637 -637
- package/dist/prometheus-framework/src/modules/pages/pages.client.js +637 -637
- 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 +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 +1 -1
- 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 +1 -1
- package/dist/prometheus-framework.cjs.js +1 -1
- package/dist/prometheus-framework.es.js +1 -1
- package/package.json +1 -1
- package/src/modules/events/components/pages/Event.vue +1 -1
- package/src/modules/events/components/sections/HeroEvent.vue +1 -1
- package/src/modules/globals/views/components/elements/ButtonDate.vue +1 -1
- package/src/modules/icons/entities/IconCalendar2.vue +24 -0
- package/src/modules/icons/icons.client.js +1 -1
- package/src/modules/icons/entities/IconCalendar.vue +0 -24
package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs
CHANGED
@@ -4,7 +4,7 @@ const vue = require("vue");
|
|
4
4
|
const Field = require("../../../../components/Field/Field.vue.cjs");
|
5
5
|
const Select = require("../../../../components/Select/Select.vue2.cjs");
|
6
6
|
;/* empty css */
|
7
|
-
;/* empty css
|
7
|
+
;/* empty css */
|
8
8
|
const IconAdd = require("../../../icons/navigation/IconAdd.vue.cjs");
|
9
9
|
const IconDelete = require("../../../icons/navigation/IconDelete.vue.cjs");
|
10
10
|
const _hoisted_1 = { class: "gap-thin" };
|
package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js
CHANGED
@@ -2,7 +2,7 @@ import { ref, computed, watch, openBlock, createElementBlock, createElementVNode
|
|
2
2
|
import Field from "../../../../components/Field/Field.vue.js";
|
3
3
|
import Select from "../../../../components/Select/Select.vue2.js";
|
4
4
|
/* empty css */
|
5
|
-
/* empty css
|
5
|
+
/* empty css */
|
6
6
|
import _sfc_main$1 from "../../../icons/navigation/IconAdd.vue.js";
|
7
7
|
import _sfc_main$2 from "../../../icons/navigation/IconDelete.vue.js";
|
8
8
|
const _hoisted_1 = { class: "gap-thin" };
|
@@ -12,7 +12,7 @@ const Block = require("../../../../components/Block/Block.vue.cjs");
|
|
12
12
|
;/* empty css */
|
13
13
|
;/* empty css */
|
14
14
|
;/* empty css */
|
15
|
-
;/* empty css
|
15
|
+
;/* empty css */
|
16
16
|
;/* empty css */
|
17
17
|
;/* empty css */
|
18
18
|
const CategoriesTree = require("../sections/CategoriesTree.vue.cjs");
|
@@ -10,7 +10,7 @@ import _sfc_main$2 from "../../../../components/Block/Block.vue.js";
|
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
/* empty css */
|
16
16
|
import _sfc_main$4 from "../sections/CategoriesTree.vue.js";
|
package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.cjs
CHANGED
@@ -11,7 +11,7 @@ const Field = require("../../../../components/Field/Field.vue.cjs");
|
|
11
11
|
;/* empty css */
|
12
12
|
;/* empty css */
|
13
13
|
;/* empty css */
|
14
|
-
;/* empty css
|
14
|
+
;/* empty css */
|
15
15
|
;/* empty css */
|
16
16
|
const Block = require("../../../../components/Block/Block.vue.cjs");
|
17
17
|
const IconCheckmark = require("../../../icons/navigation/IconCheckmark.vue.cjs");
|
@@ -9,7 +9,7 @@ import Field from "../../../../components/Field/Field.vue.js";
|
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$2 from "../../../../components/Block/Block.vue.js";
|
15
15
|
import _sfc_main$1 from "../../../icons/navigation/IconCheckmark.vue.js";
|
@@ -11,7 +11,7 @@ const Checkbox = require("../../../../components/Checkbox/Checkbox.vue.cjs");
|
|
11
11
|
const Button = require("../../../../components/Button/Button.vue.cjs");
|
12
12
|
const Popup = require("../../../../components/Popup/Popup.vue2.cjs");
|
13
13
|
const Feed = require("../../../../components/Feed/Feed.vue.cjs");
|
14
|
-
const EditImages = require("../../../../components/EditImages/EditImages.
|
14
|
+
const EditImages = require("../../../../components/EditImages/EditImages.vue.cjs");
|
15
15
|
const IconDelete = require("../../../icons/navigation/IconDelete.vue.cjs");
|
16
16
|
const CardPosition = require("../blocks/CardPosition.vue.cjs");
|
17
17
|
const CardOrderItem = require("../../../orders/components/blocks/CardOrderItem.vue.cjs");
|
@@ -9,7 +9,7 @@ import _sfc_main$5 from "../../../../components/Checkbox/Checkbox.vue.js";
|
|
9
9
|
import _sfc_main$2 from "../../../../components/Button/Button.vue.js";
|
10
10
|
import _sfc_main$8 from "../../../../components/Popup/Popup.vue2.js";
|
11
11
|
import _sfc_main$9 from "../../../../components/Feed/Feed.vue.js";
|
12
|
-
import _sfc_main$3 from "../../../../components/EditImages/EditImages.
|
12
|
+
import _sfc_main$3 from "../../../../components/EditImages/EditImages.vue.js";
|
13
13
|
import _sfc_main$6 from "../../../icons/navigation/IconDelete.vue.js";
|
14
14
|
import _sfc_main$7 from "../blocks/CardPosition.vue.js";
|
15
15
|
import _sfc_main$a from "../../../orders/components/blocks/CardOrderItem.vue.js";
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./main-
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./main-QhB2uZ6b.js");require("vue");exports.Address=a._sfc_main;exports.Breadcrumbs=a._sfc_main$15;exports.Button=a._sfc_main$1;exports.Checkbox=a._sfc_main$2;exports.Chips=a._sfc_main$16;exports.Countdown=a._sfc_main$17;exports.DatePicker=a._sfc_main$18;exports.Dropdown=a._sfc_main$3;exports.EmptyState=a._sfc_main$19;exports.Error=a._sfc_main$4;exports.Feed=a._sfc_main$20;exports.Field=a.Field;exports.FieldBig=a._sfc_main$21;exports.FieldPhone=a._sfc_main$5;exports.FieldTags=a.FieldTags;exports.Loader=a.Loader;exports.LocationMarker=a._sfc_main$6;exports.Map=a.Map;exports.Marquee=a._sfc_main$24;exports.Popup=a._sfc_main$7;exports.Radio=a._sfc_main$8;exports.Select=a.Select;exports.SelectMulti=a.SelectMulti;exports.Shader=a._sfc_main$22;exports.Slider=a.Slider;exports.Spoiler=a._sfc_main$9;exports.Status=a._sfc_main$23;exports.Tab=a._sfc_main$10;exports.Text=a._sfc_main$12;exports.Tooltip=a._sfc_main$11;exports.Upload=a.Upload;exports.UploadImage=a._sfc_main$13;exports.UploadImageMultiple=a._sfc_main$14;exports.default=a.main;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as o, r as t, b as d, c as r, s as l, t as i, u as p, d as u, v as S, e as c, w as m, F as n, x as F, f as M, y as g, L as h, g as b, M as k, C as x, h as B, i as C, S as T, j as U, z as f, A as w, k as L, B as P, l as q, o as y, n as A, U as D, p as E, q as I, m as j } from "./main-
|
1
|
+
import { a as o, r as t, b as d, c as r, s as l, t as i, u as p, d as u, v as S, e as c, w as m, F as n, x as F, f as M, y as g, L as h, g as b, M as k, C as x, h as B, i as C, S as T, j as U, z as f, A as w, k as L, B as P, l as q, o as y, n as A, U as D, p as E, q as I, m as j } from "./main-E34nRzn4.mjs";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
o as Address,
|
package/package.json
CHANGED
@@ -151,7 +151,7 @@
|
|
151
151
|
import PhotoStack from "@pf/src/modules/globals/views/components/elements/PhotoStack.vue";
|
152
152
|
|
153
153
|
import SkeletonEvent from '@pf/src/modules/icons/skeletons/SkeletonEvent.vue';
|
154
|
-
import IconCalendar from '@pf/src/modules/icons/entities/
|
154
|
+
import IconCalendar from '@pf/src/modules/icons/entities/IconCalendar2.vue';
|
155
155
|
|
156
156
|
import ButtonJoin from '@pf/src/modules/events/components/elements/ButtonJoin.vue';
|
157
157
|
import Comments from '@pf/src/modules/community/components/sections/Comments.vue';
|
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<script setup>
|
12
12
|
import { toRefs, computed } from 'vue';
|
13
|
-
import IconCalendar from '@pf/src/modules/icons/entities/
|
13
|
+
import IconCalendar from '@pf/src/modules/icons/entities/IconCalendar2.vue'
|
14
14
|
|
15
15
|
const props = defineProps({
|
16
16
|
action: {
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<template>
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
3
|
+
<path :fill="fill" d="M3 43.5V18H45V43.5C45 45.9375 42.9375 48 40.5 48H7.5C5.0625 48 3 45.9375 3 43.5ZM33 25.5V28.5C33 29.3438 33.6562 30 34.5 30H37.5C38.3438 30 39 29.3438 39 28.5V25.5C39 24.6562 38.3438 24 37.5 24H34.5C33.6562 24 33 24.6562 33 25.5ZM33 37.5V40.5C33 41.3438 33.6562 42 34.5 42H37.5C38.3438 42 39 41.3438 39 40.5V37.5C39 36.6562 38.3438 36 37.5 36H34.5C33.6562 36 33 36.6562 33 37.5ZM21 25.5V28.5C21 29.3438 21.6562 30 22.5 30H25.5C26.3438 30 27 29.3438 27 28.5V25.5C27 24.6562 26.3438 24 25.5 24H22.5C21.6562 24 21 24.6562 21 25.5ZM21 37.5V40.5C21 41.3438 21.6562 42 22.5 42H25.5C26.3438 42 27 41.3438 27 40.5V37.5C27 36.6562 26.3438 36 25.5 36H22.5C21.6562 36 21 36.6562 21 37.5ZM9 25.5V28.5C9 29.3438 9.65625 30 10.5 30H13.5C14.3438 30 15 29.3438 15 28.5V25.5C15 24.6562 14.3438 24 13.5 24H10.5C9.65625 24 9 24.6562 9 25.5ZM9 37.5V40.5C9 41.3438 9.65625 42 10.5 42H13.5C14.3438 42 15 41.3438 15 40.5V37.5C15 36.6562 14.3438 36 13.5 36H10.5C9.65625 36 9 36.6562 9 37.5ZM40.5 6C42.9375 6 45 8.0625 45 10.5V15H3V10.5C3 8.0625 5.0625 6 7.5 6H12V1.5C12 0.65625 12.6562 0 13.5 0H16.5C17.3438 0 18 0.65625 18 1.5V6H30V1.5C30 0.65625 30.6562 0 31.5 0H34.5C35.3438 0 36 0.65625 36 1.5V6H40.5Z"/>
|
4
|
+
</svg>
|
5
|
+
</template>
|
6
|
+
|
7
|
+
<script setup>
|
8
|
+
const props = defineProps({
|
9
|
+
fill: {
|
10
|
+
type: String,
|
11
|
+
default: 'rgb(var(--black))'
|
12
|
+
},
|
13
|
+
order: {
|
14
|
+
type: String,
|
15
|
+
default: 'desc'
|
16
|
+
}
|
17
|
+
})
|
18
|
+
</script>
|
19
|
+
|
20
|
+
<style>
|
21
|
+
.icon-custom {
|
22
|
+
background: white;
|
23
|
+
}
|
24
|
+
</style>
|
@@ -9,7 +9,7 @@ import LabelAppStore from './labels/LabelAppStore.vue';
|
|
9
9
|
import IconShopcartAdd from './actions/IconShopcartAdd.vue';
|
10
10
|
// Actions
|
11
11
|
// Navigation
|
12
|
-
import IconCalendar from './entities/
|
12
|
+
import IconCalendar from './entities/IconCalendar2.vue';
|
13
13
|
import IconCross from './navigation/IconCross.vue';
|
14
14
|
import IconChevronRight from './navigation/IconChevronRight.vue';
|
15
15
|
import IconEdit from './navigation/IconEdit.vue';
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
3
|
-
<path d="M3 43.5V18H45V43.5C45 45.9375 42.9375 48 40.5 48H7.5C5.0625 48 3 45.9375 3 43.5ZM33 25.5V28.5C33 29.3438 33.6562 30 34.5 30H37.5C38.3438 30 39 29.3438 39 28.5V25.5C39 24.6562 38.3438 24 37.5 24H34.5C33.6562 24 33 24.6562 33 25.5ZM33 37.5V40.5C33 41.3438 33.6562 42 34.5 42H37.5C38.3438 42 39 41.3438 39 40.5V37.5C39 36.6562 38.3438 36 37.5 36H34.5C33.6562 36 33 36.6562 33 37.5ZM21 25.5V28.5C21 29.3438 21.6562 30 22.5 30H25.5C26.3438 30 27 29.3438 27 28.5V25.5C27 24.6562 26.3438 24 25.5 24H22.5C21.6562 24 21 24.6562 21 25.5ZM21 37.5V40.5C21 41.3438 21.6562 42 22.5 42H25.5C26.3438 42 27 41.3438 27 40.5V37.5C27 36.6562 26.3438 36 25.5 36H22.5C21.6562 36 21 36.6562 21 37.5ZM9 25.5V28.5C9 29.3438 9.65625 30 10.5 30H13.5C14.3438 30 15 29.3438 15 28.5V25.5C15 24.6562 14.3438 24 13.5 24H10.5C9.65625 24 9 24.6562 9 25.5ZM9 37.5V40.5C9 41.3438 9.65625 42 10.5 42H13.5C14.3438 42 15 41.3438 15 40.5V37.5C15 36.6562 14.3438 36 13.5 36H10.5C9.65625 36 9 36.6562 9 37.5ZM40.5 6C42.9375 6 45 8.0625 45 10.5V15H3V10.5C3 8.0625 5.0625 6 7.5 6H12V1.5C12 0.65625 12.6562 0 13.5 0H16.5C17.3438 0 18 0.65625 18 1.5V6H30V1.5C30 0.65625 30.6562 0 31.5 0H34.5C35.3438 0 36 0.65625 36 1.5V6H40.5Z" :fill="fill"/>
|
4
|
-
</svg>
|
5
|
-
</template>
|
6
|
-
|
7
|
-
<script setup>
|
8
|
-
const props = defineProps({
|
9
|
-
fill: {
|
10
|
-
type: String,
|
11
|
-
default: 'rgb(var(--black))'
|
12
|
-
},
|
13
|
-
order: {
|
14
|
-
type: String,
|
15
|
-
default: 'desc'
|
16
|
-
}
|
17
|
-
})
|
18
|
-
</script>
|
19
|
-
|
20
|
-
<style>
|
21
|
-
.icon-custom {
|
22
|
-
background: white;
|
23
|
-
}
|
24
|
-
</style>
|