@forizi-tecnologia/ui 0.0.5 → 0.0.6
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/chunks/components/{messages-FzConfirmDialog-CkESdVvg.js → messages-FzConfirmDialog-vB2NQFVy.js} +2 -2
- package/dist/chunks/components/{messages-FzConfirmDialog-CkESdVvg.js.map → messages-FzConfirmDialog-vB2NQFVy.js.map} +1 -1
- package/dist/chunks/components/{messages-FzCustomConfirmDialog-DiuYkXxY.js → messages-FzCustomConfirmDialog-DF73kvKq.js} +15 -15
- package/dist/chunks/components/{messages-FzCustomConfirmDialog-DiuYkXxY.js.map → messages-FzCustomConfirmDialog-DF73kvKq.js.map} +1 -1
- package/dist/chunks/{index-BEN9ppaq.js → index-OarSr4I3.js} +3 -3
- package/dist/chunks/index-OarSr4I3.js.map +1 -0
- package/dist/components/index.js +2 -2
- package/dist/index.js +3 -3
- package/dist/ui.css +1 -1
- package/package.json +1 -1
- package/dist/chunks/index-BEN9ppaq.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as l, ref as t, createBlock as a, openBlock as f } from "vue";
|
|
2
|
-
import { F as m } from "./messages-FzCustomConfirmDialog-
|
|
2
|
+
import { F as m } from "./messages-FzCustomConfirmDialog-DF73kvKq.js";
|
|
3
3
|
const p = /* @__PURE__ */ l({
|
|
4
4
|
__name: "FzConfirmDialog",
|
|
5
5
|
setup(c, { expose: n }) {
|
|
@@ -15,4 +15,4 @@ const p = /* @__PURE__ */ l({
|
|
|
15
15
|
export {
|
|
16
16
|
p as _
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=messages-FzConfirmDialog-
|
|
18
|
+
//# sourceMappingURL=messages-FzConfirmDialog-vB2NQFVy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages-FzConfirmDialog-
|
|
1
|
+
{"version":3,"file":"messages-FzConfirmDialog-vB2NQFVy.js","sources":["../../../src/components/messages/FzConfirmDialog.vue"],"sourcesContent":["<template>\n <FzCustomConfirmDialog ref=\"customDialogRef\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { ref } from 'vue';\nimport FzCustomConfirmDialog from './FzCustomConfirmDialog.vue';\nimport type { ConfirmOptions } from '@/utils/types';\n\nconst customDialogRef = ref<InstanceType<typeof FzCustomConfirmDialog> | null>(null);\n\nconst confirmDialog = (title: string, message: string, options?: ConfirmOptions): Promise<boolean> => {\n if (!customDialogRef.value) return Promise.resolve(false);\n\n return customDialogRef.value.confirmDialog(title, message, options);\n};\n\ndefineExpose({\n confirmDialog,\n});\n</script>\n"],"names":["customDialogRef","ref","__expose","title","message","options","_createBlock","FzCustomConfirmDialog"],"mappings":";;;;;AASA,UAAMA,IAAkBC,EAAuD,IAAI;AAQnF,WAAAC,EAAa;AAAA,MACX,eAPoB,CAACC,GAAeC,GAAiBC,MAChDL,EAAgB,QAEdA,EAAgB,MAAM,cAAcG,GAAOC,GAASC,CAAO,IAF/B,QAAQ,QAAQ,EAAK;AAAA,IAMxD,CACD,mBAlBCC,EAA+CC,GAAA;AAAA,eAApB;AAAA,MAAJ,KAAIP;AAAA,IAAA;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as F, ref as e, onMounted as M, onUnmounted as S, resolveComponent as a, createBlock as
|
|
1
|
+
import { defineComponent as F, ref as e, onMounted as M, onUnmounted as S, resolveComponent as a, createBlock as T, openBlock as f, Teleport as j, createVNode as n, Transition as E, withCtx as t, createElementBlock as O, createCommentVNode as b, withModifiers as R, createElementVNode as I, createTextVNode as s, toDisplayString as i } from "vue";
|
|
2
2
|
import { u as w } from "../utils/confirm-DiGEPjua.js";
|
|
3
3
|
import { _ as U } from "./inputs-FzMoneyField-Co9uqB9u.js";
|
|
4
4
|
const Y = { class: "text-h6 font-weight-medium" }, q = /* @__PURE__ */ F({
|
|
@@ -25,7 +25,7 @@ const Y = { class: "text-h6 font-weight-medium" }, q = /* @__PURE__ */ F({
|
|
|
25
25
|
confirmDialog: g
|
|
26
26
|
}), (h, r) => {
|
|
27
27
|
const o = a("v-icon"), d = a("v-card-title"), V = a("v-card-text"), k = a("v-btn"), z = a("v-card-actions"), B = a("v-card");
|
|
28
|
-
return f(),
|
|
28
|
+
return f(), T(j, { to: "body" }, [
|
|
29
29
|
n(E, { name: "dialog-fade" }, {
|
|
30
30
|
default: t(() => [
|
|
31
31
|
c.value ? (f(), O("div", {
|
|
@@ -54,7 +54,7 @@ const Y = { class: "text-h6 font-weight-medium" }, q = /* @__PURE__ */ F({
|
|
|
54
54
|
]),
|
|
55
55
|
_: 1
|
|
56
56
|
}),
|
|
57
|
-
u.value ? (f(),
|
|
57
|
+
u.value ? (f(), T(V, {
|
|
58
58
|
key: 0,
|
|
59
59
|
class: "px-6 pb-4 text-body-2"
|
|
60
60
|
}, {
|
|
@@ -62,28 +62,28 @@ const Y = { class: "text-h6 font-weight-medium" }, q = /* @__PURE__ */ F({
|
|
|
62
62
|
s(i(u.value), 1)
|
|
63
63
|
]),
|
|
64
64
|
_: 1
|
|
65
|
-
})) :
|
|
65
|
+
})) : b("", !0),
|
|
66
66
|
n(z, { class: "d-flex justify-end ga-2 px-6 pb-6 pt-2" }, {
|
|
67
67
|
default: t(() => [
|
|
68
68
|
n(k, {
|
|
69
|
-
color:
|
|
70
|
-
variant: "
|
|
69
|
+
color: x.value,
|
|
70
|
+
variant: "elevated",
|
|
71
71
|
class: "text-none",
|
|
72
|
-
onClick:
|
|
72
|
+
onClick: D
|
|
73
73
|
}, {
|
|
74
74
|
default: t(() => [
|
|
75
|
-
s(i(
|
|
75
|
+
s(i(_.value), 1)
|
|
76
76
|
]),
|
|
77
77
|
_: 1
|
|
78
78
|
}, 8, ["color"]),
|
|
79
79
|
n(k, {
|
|
80
|
-
color:
|
|
81
|
-
variant: "
|
|
80
|
+
color: C.value,
|
|
81
|
+
variant: "outlined",
|
|
82
82
|
class: "text-none",
|
|
83
|
-
onClick:
|
|
83
|
+
onClick: y
|
|
84
84
|
}, {
|
|
85
85
|
default: t(() => [
|
|
86
|
-
s(i(
|
|
86
|
+
s(i(p.value), 1)
|
|
87
87
|
]),
|
|
88
88
|
_: 1
|
|
89
89
|
}, 8, ["color"])
|
|
@@ -93,15 +93,15 @@ const Y = { class: "text-h6 font-weight-medium" }, q = /* @__PURE__ */ F({
|
|
|
93
93
|
]),
|
|
94
94
|
_: 1
|
|
95
95
|
})
|
|
96
|
-
])) :
|
|
96
|
+
])) : b("", !0)
|
|
97
97
|
]),
|
|
98
98
|
_: 1
|
|
99
99
|
})
|
|
100
100
|
]);
|
|
101
101
|
};
|
|
102
102
|
}
|
|
103
|
-
}), K = /* @__PURE__ */ U(q, [["__scopeId", "data-v-
|
|
103
|
+
}), K = /* @__PURE__ */ U(q, [["__scopeId", "data-v-45577764"]]);
|
|
104
104
|
export {
|
|
105
105
|
K as F
|
|
106
106
|
};
|
|
107
|
-
//# sourceMappingURL=messages-FzCustomConfirmDialog-
|
|
107
|
+
//# sourceMappingURL=messages-FzCustomConfirmDialog-DF73kvKq.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages-FzCustomConfirmDialog-
|
|
1
|
+
{"version":3,"file":"messages-FzCustomConfirmDialog-DF73kvKq.js","sources":["../../../src/components/messages/FzCustomConfirmDialog.vue"],"sourcesContent":["<template>\n <Teleport to=\"body\">\n <Transition name=\"dialog-fade\">\n <div\n v-if=\"isOpen\"\n class=\"custom-dialog-overlay d-flex align-center justify-center pa-4\"\n @click.self=\"handleOverlayClick\"\n >\n <v-card class=\"flex-grow-1\" max-width=\"500\" :elevation=\"12\">\n <v-card-title class=\"d-flex align-center ga-3 px-6 pb-4 pt-6\">\n <v-icon color=\"warning\" size=\"28\">mdi-help-circle</v-icon>\n <span class=\"text-h6 font-weight-medium\">{{ currentTitle }}</span>\n </v-card-title>\n\n <v-card-text v-if=\"currentMessage\" class=\"px-6 pb-4 text-body-2\">\n {{ currentMessage }}\n </v-card-text>\n\n <v-card-actions class=\"d-flex justify-end ga-2 px-6 pb-6 pt-2\">\n <v-btn :color=\"confirmColor\" variant=\"elevated\" class=\"text-none\" @click=\"handleYes\">\n {{ confirmText }}\n </v-btn>\n <v-btn :color=\"cancelColor\" variant=\"outlined\" class=\"text-none\" @click=\"handleNo\">\n {{ cancelText }}\n </v-btn>\n </v-card-actions>\n </v-card>\n </div>\n </Transition>\n </Teleport>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, onMounted, onUnmounted } from 'vue';\nimport type { ConfirmOptions } from '@/utils/types';\nimport { useConfirmStore } from '@/utils/confirm';\n\nconst isOpen = ref(false);\nconst currentTitle = ref('');\nconst currentMessage = ref('');\nconst isPersistent = ref(true);\nconst confirmText = ref('');\nconst cancelText = ref('');\nconst confirmColor = ref('primary');\nconst cancelColor = ref('secondary');\nlet resolvePromise: ((value: boolean) => void) | null = null;\n\nconst confirmDialog = (title: string, message: string, options?: ConfirmOptions): Promise<boolean> => {\n currentTitle.value = title;\n currentMessage.value = message;\n isPersistent.value = options?.persistent ?? true;\n confirmText.value = options?.confirmText ?? 'Sim';\n cancelText.value = options?.cancelText ?? 'Não';\n confirmColor.value = options?.confirmColor ?? 'primary';\n cancelColor.value = options?.cancelColor ?? 'secondary';\n isOpen.value = true;\n\n return new Promise((resolve) => {\n resolvePromise = resolve;\n });\n};\n\nonMounted(() => {\n useConfirmStore().setConfirmRef({ confirmDialog });\n});\n\nonUnmounted(() => {\n useConfirmStore().setConfirmRef({ confirmDialog: () => Promise.resolve(false) });\n});\n\nconst handleYes = () => {\n if (resolvePromise) resolvePromise(true);\n\n isOpen.value = false;\n};\n\nconst handleNo = () => {\n if (resolvePromise) resolvePromise(false);\n\n isOpen.value = false;\n};\n\nconst handleOverlayClick = () => {\n if (isPersistent.value) return;\n\n handleNo();\n};\n\ndefineExpose({\n confirmDialog,\n});\n</script>\n\n<style scoped>\n.custom-dialog-overlay {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: rgba(0, 0, 0, 0.5);\n z-index: 2400;\n}\n\n.dialog-fade-enter-active,\n.dialog-fade-leave-active {\n transition: opacity 0.2s ease;\n}\n\n.dialog-fade-enter-from,\n.dialog-fade-leave-to {\n opacity: 0;\n}\n\n.dialog-fade-enter-active .v-card,\n.dialog-fade-leave-active .v-card {\n transition: transform 0.2s ease;\n}\n\n.dialog-fade-enter-from .v-card {\n transform: scale(0.9);\n}\n\n.dialog-fade-leave-to .v-card {\n transform: scale(0.9);\n}\n</style>\n"],"names":["isOpen","ref","currentTitle","currentMessage","isPersistent","confirmText","cancelText","confirmColor","cancelColor","resolvePromise","confirmDialog","title","message","options","resolve","onMounted","useConfirmStore","onUnmounted","handleYes","handleNo","handleOverlayClick","__expose","_createBlock","_Teleport","_createVNode","_Transition","_createElementBlock","_component_v_card","_component_v_card_title","_component_v_icon","_cache","_createElementVNode","_hoisted_1","_toDisplayString","_component_v_card_text","_component_v_card_actions","_component_v_btn"],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as o } from "./components/FzConfigProvider-X6sXT-LE.js";
|
|
2
2
|
import { _ as m } from "./components/buttons-FzIconToolTip-D_cBN1TN.js";
|
|
3
3
|
import { F as r } from "./components/modals-FzModalBase-DmsJR5qM.js";
|
|
4
|
-
import { _ as i } from "./components/messages-FzConfirmDialog-
|
|
5
|
-
import { F as a } from "./components/messages-FzCustomConfirmDialog-
|
|
4
|
+
import { _ as i } from "./components/messages-FzConfirmDialog-vB2NQFVy.js";
|
|
5
|
+
import { F as a } from "./components/messages-FzCustomConfirmDialog-DF73kvKq.js";
|
|
6
6
|
import { F as s } from "./components/messages-FzFloatingNotify-CV5gLl9-.js";
|
|
7
7
|
import { F as f } from "./components/layout-FzLoadingOverlay-CWKZxowb.js";
|
|
8
8
|
import { F as t } from "./components/inputs-FzMoneyField-Co9uqB9u.js";
|
|
@@ -30,4 +30,4 @@ const P = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30
30
|
export {
|
|
31
31
|
P as c
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=index-
|
|
33
|
+
//# sourceMappingURL=index-OarSr4I3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-OarSr4I3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as e } from "../chunks/components/FzConfigProvider-X6sXT-LE.js";
|
|
2
2
|
import { _ as a } from "../chunks/components/buttons-FzIconToolTip-D_cBN1TN.js";
|
|
3
3
|
import { F as f } from "../chunks/components/modals-FzModalBase-DmsJR5qM.js";
|
|
4
|
-
import { _ as s } from "../chunks/components/messages-FzConfirmDialog-
|
|
5
|
-
import { F as p } from "../chunks/components/messages-FzCustomConfirmDialog-
|
|
4
|
+
import { _ as s } from "../chunks/components/messages-FzConfirmDialog-vB2NQFVy.js";
|
|
5
|
+
import { F as p } from "../chunks/components/messages-FzCustomConfirmDialog-DF73kvKq.js";
|
|
6
6
|
import { F as x } from "../chunks/components/messages-FzFloatingNotify-CV5gLl9-.js";
|
|
7
7
|
import { F as d } from "../chunks/components/layout-FzLoadingOverlay-CWKZxowb.js";
|
|
8
8
|
import { F as _ } from "../chunks/components/inputs-FzMoneyField-Co9uqB9u.js";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as s } from "./chunks/index-
|
|
1
|
+
import { c as s } from "./chunks/index-OarSr4I3.js";
|
|
2
2
|
import { globalsPlugin as t } from "./plugins/index.js";
|
|
3
3
|
import { e as a } from "./chunks/utils/vuetify-check-DRI6ZYnO.js";
|
|
4
4
|
import { d as S } from "./chunks/utils/vuetify-check-DRI6ZYnO.js";
|
|
@@ -15,13 +15,13 @@ import { N as to, c as ao, u as io } from "./chunks/composables/useNumericInput-
|
|
|
15
15
|
import { F as fo, _ as mo } from "./chunks/components/FzConfigProvider-X6sXT-LE.js";
|
|
16
16
|
import { VTooltip as i, VTextField as n, VSpacer as f, VSelect as m, VRow as p, VProgressCircular as u, VMenu as l, VIcon as F, VDialog as x, VCol as c, VCardTitle as d, VCardText as V, VCardActions as g, VCard as z, VBtn as C, VAlert as T } from "vuetify/components";
|
|
17
17
|
import { _ as uo } from "./chunks/components/buttons-FzIconToolTip-D_cBN1TN.js";
|
|
18
|
-
import { _ as Fo } from "./chunks/components/messages-FzConfirmDialog-
|
|
18
|
+
import { _ as Fo } from "./chunks/components/messages-FzConfirmDialog-vB2NQFVy.js";
|
|
19
19
|
import { _ as co } from "./chunks/components/inputs-FzEmailField-CujT-RJo.js";
|
|
20
20
|
import { _ as go } from "./chunks/components/inputs-FzPhoneField-B8Mk05Hd.js";
|
|
21
21
|
import { _ as Co } from "./chunks/components/inputs-FzZipCodeField-B7fHUkXJ.js";
|
|
22
22
|
import { _ as _o } from "./chunks/components/inputs-FzFullAddress-Dj68efww.js";
|
|
23
23
|
import { F as Ao } from "./chunks/components/modals-FzModalBase-DmsJR5qM.js";
|
|
24
|
-
import { F as yo } from "./chunks/components/messages-FzCustomConfirmDialog-
|
|
24
|
+
import { F as yo } from "./chunks/components/messages-FzCustomConfirmDialog-DF73kvKq.js";
|
|
25
25
|
import { F as Eo } from "./chunks/components/messages-FzFloatingNotify-CV5gLl9-.js";
|
|
26
26
|
import { F as Do } from "./chunks/components/layout-FzLoadingOverlay-CWKZxowb.js";
|
|
27
27
|
import { F as Po } from "./chunks/components/inputs-FzMoneyField-Co9uqB9u.js";
|
package/dist/ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-a32d1159] input{text-align:right}.modal-title[data-v-e2905dad]{word-break:break-word;white-space:normal}.v-overlay-container .v-menu>.v-overlay__content,.v-overlay-container .v-select__content,.v-overlay-container .v-autocomplete__content{z-index:2500}.custom-dialog-overlay[data-v-
|
|
1
|
+
[data-v-a32d1159] input{text-align:right}.modal-title[data-v-e2905dad]{word-break:break-word;white-space:normal}.v-overlay-container .v-menu>.v-overlay__content,.v-overlay-container .v-select__content,.v-overlay-container .v-autocomplete__content{z-index:2500}.custom-dialog-overlay[data-v-45577764]{position:fixed;inset:0;background-color:#00000080;z-index:2400}.dialog-fade-enter-active[data-v-45577764],.dialog-fade-leave-active[data-v-45577764]{transition:opacity .2s ease}.dialog-fade-enter-from[data-v-45577764],.dialog-fade-leave-to[data-v-45577764]{opacity:0}.dialog-fade-enter-active .v-card[data-v-45577764],.dialog-fade-leave-active .v-card[data-v-45577764]{transition:transform .2s ease}.dialog-fade-enter-from .v-card[data-v-45577764],.dialog-fade-leave-to .v-card[data-v-45577764]{transform:scale(.9)}.floating-notify[data-v-b4d8014f]{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;z-index:9999;border-radius:4px;overflow:hidden}.floating-notify[data-v-b4d8014f] .v-alert--border{border-inline-start-width:0}.progress-track[data-v-b4d8014f]{height:3px}.progress-fill[data-v-b4d8014f]{height:100%;transition:width .1s linear}.slide-fade-enter-active[data-v-b4d8014f]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-b4d8014f]{transition:all .3s ease-in}.slide-fade-enter-from[data-v-b4d8014f],.slide-fade-leave-to[data-v-b4d8014f]{transform:translate(100%);opacity:0}.loading-overlay[data-v-7110b861]{position:fixed;inset:0;background-color:#000000b3;z-index:9998}.fade-enter-active[data-v-7110b861],.fade-leave-active[data-v-7110b861]{transition:opacity .2s ease}.fade-enter-from[data-v-7110b861],.fade-leave-to[data-v-7110b861]{opacity:0}.fade-delayed-enter-active[data-v-7110b861]{transition:opacity .3s ease .1s}.fade-delayed-leave-active[data-v-7110b861]{transition:opacity .2s ease}.fade-delayed-enter-from[data-v-7110b861],.fade-delayed-leave-to[data-v-7110b861]{opacity:0}[data-v-c53749c6] input{text-align:right}[data-v-c53749c6] input[type=number]::-webkit-inner-spin-button,[data-v-c53749c6] input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-v-c53749c6] input[type=number]{-moz-appearance:textfield;appearance:textfield}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-BEN9ppaq.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|