@quoreadmin/ui 0.26.16 → 0.26.18
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/images/sprite.svg +670 -0
- package/dist/index.js +6 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -60311,6 +60311,11 @@ const PN = /* @__PURE__ */ He(Doe, [["render", Boe], ["__scopeId", "data-v-18274
|
|
|
60311
60311
|
default: () => {
|
|
60312
60312
|
}
|
|
60313
60313
|
},
|
|
60314
|
+
/** Copy link option */
|
|
60315
|
+
canCopyLink: {
|
|
60316
|
+
type: Boolean,
|
|
60317
|
+
default: !1
|
|
60318
|
+
},
|
|
60314
60319
|
/** Delete option */
|
|
60315
60320
|
canDelete: {
|
|
60316
60321
|
type: [Boolean, Number],
|
|
@@ -60381,7 +60386,7 @@ const PN = /* @__PURE__ */ He(Doe, [["render", Boe], ["__scopeId", "data-v-18274
|
|
|
60381
60386
|
setup(n) {
|
|
60382
60387
|
const { t: e } = nl(), t = [{ text: e("HC_CANCEL") }], r = z(null), i = z(!1), s = z(""), o = z(!1), a = z(!1), l = z(!1), u = z(""), c = z(), d = ee(() => {
|
|
60383
60388
|
const P = [];
|
|
60384
|
-
return P.push({
|
|
60389
|
+
return n.canCopyLink && P.push({
|
|
60385
60390
|
text: e("HC_COPY_LINK"),
|
|
60386
60391
|
classes: "!text-blue-20 md:!text-inkwell-0",
|
|
60387
60392
|
event: y
|