@quoreadmin/ui 0.24.20 → 0.24.22
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/index.js +8 -2
- package/dist/index.umd.cjs +68 -68
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/scss/transitions.scss +14 -0
package/dist/index.js
CHANGED
|
@@ -34781,6 +34781,11 @@ const cK = /* @__PURE__ */ we(uF, [["render", hF], ["__scopeId", "data-v-fda7354
|
|
|
34781
34781
|
type: Boolean,
|
|
34782
34782
|
default: !1
|
|
34783
34783
|
},
|
|
34784
|
+
// 'component-slide-right' or 'component-slide-top' for mobile
|
|
34785
|
+
transitionClass: {
|
|
34786
|
+
type: String,
|
|
34787
|
+
default: "component-slide-right"
|
|
34788
|
+
},
|
|
34784
34789
|
closeButton: {
|
|
34785
34790
|
type: Boolean,
|
|
34786
34791
|
default: !1
|
|
@@ -34802,7 +34807,7 @@ const cK = /* @__PURE__ */ we(uF, [["render", hF], ["__scopeId", "data-v-fda7354
|
|
|
34802
34807
|
), o = j(
|
|
34803
34808
|
() => t.position ? "toast-fixed " + t.position : ""
|
|
34804
34809
|
), s = j(
|
|
34805
|
-
() => t.withTransition &&
|
|
34810
|
+
() => t.withTransition && t.transitionClass
|
|
34806
34811
|
), a = () => {
|
|
34807
34812
|
e(Sm);
|
|
34808
34813
|
}, l = () => {
|
|
@@ -52739,7 +52744,7 @@ const RU = {
|
|
|
52739
52744
|
closebutton: {
|
|
52740
52745
|
class: [
|
|
52741
52746
|
// Positioning
|
|
52742
|
-
"!absolute top-0 right-0",
|
|
52747
|
+
"!absolute top-0 right-0 z-[1001]",
|
|
52743
52748
|
// Display & Flexbox
|
|
52744
52749
|
"flex justify-center items-center overflow-hidden",
|
|
52745
52750
|
// Spacing
|
|
@@ -52994,6 +52999,7 @@ export {
|
|
|
52994
52999
|
nv as QImageGallery,
|
|
52995
53000
|
tK as QInput,
|
|
52996
53001
|
nK as QList,
|
|
53002
|
+
aM as QMenu,
|
|
52997
53003
|
rK as QModal,
|
|
52998
53004
|
iK as QModalContent,
|
|
52999
53005
|
oK as QPageHeading,
|